Skip to content

Commit 04a37b6

Browse files
authored
Merge pull request #239 from oshuej198/feat/237-gitlab-scm-provider
feat(backend): add GitLab provider support
2 parents 6685c27 + 0451aae commit 04a37b6

60 files changed

Lines changed: 11702 additions & 6181 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ cx
1919
# Test sources live in the adjacent private core-tests repository and are
2020
# overlaid onto this checkout by its runners.
2121
*_test.go
22+
!/internal/database/gitlab_schema_test.go
23+
!/internal/scm/gitlab_test.go
24+
!/internal/services/planning_milestones_release_test.go
25+
!/internal/utils/repository_path_test.go
2226
*_test.sh
2327
*.test.js
2428
*.test.ts

api/openapi-v2.json

Lines changed: 4667 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)