Commits on Source
103
a83d6555
feat: Export the `ErrInvalidIDType` error.
Apr 24, 2025
555ea835
Merge branch 'fforster/err_invalid_id_type' into 'main'
Apr 24, 2025
ea1cc3f6
Add CODEOWNERS
Apr 24, 2025
42af17e1
Merge branch 'codeowners' into 'main'
Apr 24, 2025
679fba85
`GetUserStatus` now supports user ID and username instead of just user ID
Apr 24, 2025
3d73cc52
Merge branch 'fforster/get_user_status' into 'main'
Apr 24, 2025
0161693c
Apply gopls modernize
Apr 24, 2025
c666d8ab
Merge branch 'modernize' into 'main'
Apr 24, 2025
b5d7c535
feat(user/status): Add support for `clear_status_after` / `clear_status_at`.
Apr 24, 2025
6ab4a162
Merge branch 'fforster/user_status' into 'main'
Apr 24, 2025
30cacb0b
Update golangci/golangci-lint Docker tag to v2.1.4
Apr 24, 2025
3b2f0a7c
Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
Apr 24, 2025
ce926ec1
Update baseline go version to 1.23
Apr 24, 2025
ed9b0de5
Merge branch 'update-go-version' into 'main'
Apr 24, 2025
0b6715ac
Update golangci/golangci-lint Docker tag to v2.1.5
Apr 24, 2025
b0857d2c
Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
Apr 24, 2025
712354b9
test: Use require over assert in tests where failure should stop execution
Apr 25, 2025
f772250b
Merge branch 'syedzubeen-main-patch-2b1b' into 'main'
Apr 25, 2025
40bb9f5c
Bump go.mod to 1.23
Apr 25, 2025
da20804a
Merge branch 'bump-go-mod-1.23' into 'main'
Apr 25, 2025
c402be44
Remove deprecated functions, use Ptr instead
Apr 27, 2025
7aa744a9
DORA metrics, remove EnvironmentTier, use EnvironmentTiers instead
Apr 27, 2025
77279770
Merge branch 'remove-deprecated-dora-field' into 'main'
Apr 27, 2025
c02b92a6
Merge branch 'remove-deprecated-ptr-functions' into 'main'
Apr 27, 2025
26c096f5
Update clusters deprecation notice to include fields deprecated in 19.0
Apr 27, 2025
ade69f39
Merge branch 'update-deprecation-notice' into 'main'
Apr 27, 2025
9065794c
Remove deprecated functions, use ProtectedBranchesService instead
Apr 27, 2025
c907688c
Merge branch 'remove-deprecated-protect-branch-functions' into 'main'
Apr 27, 2025
3a20bad4
Remove `UploadFile` function, user `UploadProjectMarkdown` instead
Apr 27, 2025
3edce152
Merge branch 'remove-duplicate-upload-function' into 'main'
Apr 27, 2025
2e9558dd
Remove managed licenses, use approval policies instead
Apr 28, 2025
f21764bd
Merge branch 'remove-managed-licenses' into 'main'
Apr 28, 2025
c542507a
Add ability to include specific branches when forking a project
Apr 28, 2025
bba0ecca
Merge branch 'add-branches-to-fork' into 'main'
Apr 28, 2025
362c8070
refactor: fixes/cleanups
Apr 28, 2025
a1ea2f1e
Merge branch 'syedzubeen-main-patch-e3d8' into 'main'
Apr 28, 2025
68f78e62
Add comments to examples
Apr 28, 2025
c3e3fb9b
Merge branch 'syedzubeen-main-patch-f18f' into 'main'
Apr 28, 2025
9d87c0dc
refactor: Enhance README with ToC
Apr 28, 2025
adf0c61b
Merge branch 'refactorReadme' into 'main'
Apr 28, 2025
2e519724
Revert: remove deprecation of Epics APIs until work items api is available
Apr 28, 2025
d139b25a
Merge branch 'rollback-work-items-deprecation' into 'main'
Apr 28, 2025
e11de570
feat(issues): Add `Confidential` to `ListGroupIssuesOptions`.
Apr 28, 2025
3ca4b756
Merge branch 'fforster/issues' into 'main'
Apr 28, 2025
8b9569f3
go: Update module golang.org/x/time to v0.11.0
Apr 28, 2025
dfba3e47
Merge branch 'renovate/golang.org-x-time-0.x' into 'main'
Apr 28, 2025
aeab70bf
Add support for the Group Markdown Uploads API
Apr 29, 2025
91ce37d8
Merge branch 'add-group-markdown-uploads-support' into 'main'
Apr 29, 2025
85e17b79
go: Update module go.uber.org/mock to v0.5.2
Apr 29, 2025
0cdaa266
Update mocks for gomock 0.5.2
Apr 29, 2025
beb1c27b
Merge branch 'renovate/go.uber.org-mock-0.x' into 'main'
Apr 29, 2025
b9cec9ac
Correct field type, add some missing fields to settings
Apr 29, 2025
69476ca2
Merge branch 'correct-field-type' into 'main'
Apr 29, 2025
7f11d79d
test: Adds missing UT's for `TransferProject`, `GetRepositoryStorage` and others
Apr 29, 2025
baf90101
Merge branch 'syedzubeen-main-patch-9d68' into 'main'
Apr 29, 2025
ff06514b
test: Add `testBodyJSON`, remove `testBody`.
Apr 29, 2025
11309c53
Merge branch 'fforster/test_body_json' into 'main'
Apr 29, 2025
74b4edab
Update deprecation notices for runners API
Apr 29, 2025
0034e1e8
Merge branch 'runners-deprecations' into 'main'
Apr 29, 2025
b76b465d
Adds a documentation example to create/list/approve/add comments to MRs
May 01, 2025
94055780
Merge branch 'syedzubeen-main-patch-1928' into 'main'
May 01, 2025
69fff9c9
Update golangci/golangci-lint Docker tag to v2.1.6
May 04, 2025
d437b620
Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
May 04, 2025
6b25e3e3
test: Add additional tests for ListingBranches
May 05, 2025
009f7821
Merge branch 'syedzubeen-main-patch-7b88' into 'main'
May 05, 2025
b13948ce
Breaking change, remove take ownership of pipeline trigger
May 06, 2025
c0a0da99
Merge branch 'remove-take-ownership-pipeline-trigger' into 'main'
May 06, 2025
f8604f7e
Breaking change, remove job token scope outbound enabled
May 06, 2025
1c2a4d32
Merge branch 'remove-outbound-enabled' into 'main'
May 06, 2025
cd220e58
Remove alias function for UpdateProtectedBranch
May 06, 2025
0ae8df08
Merge branch 'remove-prot-branch-codeowner' into 'main'
May 06, 2025
e8c07a3a
Remove snippet_blob search function
May 06, 2025
2ebb7acc
Merge branch 'remove-non-existant-func' into 'main'
May 06, 2025
07c9a9ad
Remove project approvers function
May 06, 2025
25442314
Merge branch 'remove-project-approvers' into 'main'
May 06, 2025
880c5c27
Remove merge request approvers function
May 06, 2025
1036d640
Merge branch 'remove-mr-approvers' into 'main'
May 06, 2025
37b8c6c7
Remove deprecated service integrations, along with removing `project_key` from the Jira service
May 06, 2025
27666969
Merge branch 'remove-deprecated-services' into 'main'
May 06, 2025
63adccf0
Improve Release Notes Generation in CI Pipeline
May 08, 2025
b9c0d902
Merge branch 'fforster/generate-release-notes' into 'main'
May 08, 2025
e9ad478f
Add `gitlab.WithRequestRetry` to retry with any status code
May 08, 2025
ac3d5cb5
Merge branch 'retry_for_mr_creating' into 'main'
May 08, 2025
9a0bad09
go: Update module golang.org/x/oauth2 to v0.30.0
May 08, 2025
e0098134
Merge branch 'renovate/golang.org-x-oauth2-0.x' into 'main'
May 08, 2025
f4b8121f
Add remaining feature flag endpoints
May 12, 2025
54f1dd59
Merge branch 'add-remaining-feature-flag' into 'main'
May 12, 2025
cea25b37
Add ListGroupAccessTokensOptions
May 12, 2025
82ed14a0
Merge branch 'add-list-group-access-tokens-options' into 'main'
May 12, 2025
f0c75917
feat(todos): Support filtering by `group_id`.
May 12, 2025
4b28efc9
Merge branch 'fforster/todos' into 'main'
May 12, 2025
8f3d91d5
chore: housekeeping – fix typos across multiple files
May 12, 2025
8cfd58e5
Merge branch 'syedzubeen-main-patch-884f' into 'main'
May 12, 2025
cf013330
Add support for pipeline schedule inputs
May 14, 2025
2ac81124
Merge branch 'pipeline-schedule-inputs' into 'main'
May 14, 2025
5c9b667e
feat(issues): Allow resetting due date, epic, milestone, and weight from issues.
May 14, 2025
07dd7a98
Merge branch 'fforster/lose-weight' into 'main'
May 14, 2025
08a66ccd
Parallelize UT runs
May 15, 2025
9d65a4f0
Merge branch 'parallelizeTest' into 'main'
May 15, 2025
92659fb2
test: add tests to handle addtional scenarios for `award_emojis`
May 16, 2025
3 additional commits have been omitted to prevent performance issues.
Loading
Loading