bitbucket_server_repositories
Details about Bitbucket repositories
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - ID of the repository in Bitbucket
-
project_id
Foreign key - ID of the project to which the repository belongs
-
source_url
string - URL to the repository
-
name
string - Name of the repository
-
slug
string - Slug of the repository
-
description
string - Description of the repository
-
public
boolean - Boolean indicating if the repository is public
-
default_branch
string - Default branch of the repository
-
commits_synced_at
date - Timestamp of the last successful commit sync
-
commits_next_page_start
number - Pagination cursor for commits API
-
commits_request_synced_to
date - Timestamp up to which commits have been synced.
-
pull_requests_synced_at
date - Timestamp of when pull requests were last synced for this repository.
-
pull_requests_next_page_start
number - Next page start for paginated pull request syncs.
-
pull_request_synced_to
date - Timestamp up to which pull requests have been synced.
-
api_accessible
boolean - Whether the repository is accessible via API.
-
allowlisted
boolean - Whether the repository is allowlisted for import.