bitbucket_repositories
Details about Bitbucket repositories
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - ID of repository in Bitbucket
-
workspace_id
Foreign key - ID of the workspace to which the repository belongs
-
name
string - Name of the repository
-
slug
string - Slug of the repository
-
description
string - Description of the repository
-
private
boolean - Boolean indicating if the repository is public
-
created_at
date - Creation date of the repository
-
updated_at
date - Updated date of the repository
-
source_url
string - URL of the Bitbucket repository
-
default_branch
string - Default branch of the repository
-
pull_requests_synced_at
date - Timestamp of when DX last synced pull requests for the repository
-
pipelines_synced_at
date - Timestamp of when DX last synced pipelines for the repository
-
allowlisted
boolean - Whether the repository is allowlisted for import.