Skip to content

Commit d3cab58

Browse files
authored
Merge pull request #650 from dzcode-io/feat/basic-support-for-bitucket
Feat: basic support for bitucket
2 parents 27587f0 + 2a903f6 commit d3cab58

File tree

17 files changed

+834
-65
lines changed

17 files changed

+834
-65
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ established in the code.
5050
functions.
5151

5252
Guidelines are following the [.editorconfig](https://github.com/dzcode-io/dzcode.io/blob/main/.editorconfig) file.
53+
54+
## Design Decisions
55+
56+
- Added [bitbucket](../api/src/bitbucket/service.ts) service to support projects hosted in `bitbucket.org`, first one being [Open-listings](../data/models/projects/Open_listings/info.json)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "contributors" DROP CONSTRAINT "contributors_url_unique";

0 commit comments

Comments
 (0)