Commits on Source
149
bb93acdf
chore(deps): update docker docker tag to v29.2.0
Jan 27, 2026
8508c178
Merge branch 'renovate/docker-29.x' into 'main'
Jan 27, 2026
a0c0c593
chore(no-release): remove redundant build tag
Jan 27, 2026
7a08ced5
Merge branch 'chore/remove-unused-buildtag' into 'main'
Jan 27, 2026
46ba91ca
feat: update events
Jan 27, 2026
58ecb032
Merge branch 'update-event' into 'main'
Jan 27, 2026
97a4690c
chore(release): 1.20.0 [skip ci]
Jan 27, 2026
9417155f
feat: improve URL validation and error handling in client initialization
Jan 27, 2026
e4b651ff
Merge branch...
Jan 27, 2026
71858882
feat(settings): Add AnonymousSearchesAllowed field support
Jan 27, 2026
4bfa6779
Merge branch 'feat/support-anonymous-searches-allowed' into 'main'
Jan 27, 2026
b2b57f25
chore(release): 1.21.0 [skip ci]
Jan 27, 2026
b13fcb79
feat(project_mirror): add ForceSyncProjectMirror
Jan 28, 2026
25c11186
Merge branch 'feat/add-force-sync-mirror' into 'main'
Jan 28, 2026
daaf8b25
test: Refactor tests to use testify assertions 5
Jan 28, 2026
502db8d3
Merge branch 'testifyAssertions5' into 'main'
Jan 28, 2026
fcea75b0
chore(release): 1.22.0 [skip ci]
Jan 28, 2026
dc897d35
test(no-release): Refactor tests to use testify assertions 6
Jan 28, 2026
ed5c6df0
Merge branch 'testifyAssertions6' into 'main'
Jan 28, 2026
6d401a05
test(no-release): Refactor tests to use testify assertions
Jan 28, 2026
0a2559c9
Merge branch 'testifyAssertions' into 'main'
Jan 28, 2026
df357d65
test(no-release): Refactor tests to use testify assertions 2
Jan 28, 2026
45dd0c95
Merge branch 'testifyAssertions2' into 'main'
Jan 28, 2026
d3e63b00
test: Refactor tests to use testify assertions 3
Jan 28, 2026
af790d09
Merge branch 'testifyAssertions3' into 'main'
Jan 28, 2026
b3a5541a
test: Refactor tests to use testify assertions 4
Jan 28, 2026
9b5cc98b
Merge branch 'testifyAssertions4' into 'main'
Jan 28, 2026
3ba373ed
test: Refactor tests to use testify assertions 7
Jan 28, 2026
29735935
Merge branch 'testifyAssertions7' into 'main'
Jan 28, 2026
a4a525dc
fix: URL tags for throttle protected path settings in UpdateSettingsOptions
Jan 28, 2026
bf0a2eef
Merge branch 'incorrectURLTags' into 'main'
Jan 28, 2026
c2d3ca98
fix: Type Mismatch in UpdateSettingsOptions for SentryEnabled
Jan 28, 2026
77ffd068
Merge branch 'sentryFix' into 'main'
Jan 28, 2026
ca0d7b7b
chore(release): 1.22.1 [skip ci]
Jan 28, 2026
718d479a
chore(no-release): refactor to slog.DiscardHandler
Jan 28, 2026
839bd724
Merge branch 'chore/discard-handler' into 'main'
Jan 28, 2026
c7ffe6ff
feat: add group protected branches service
Jan 28, 2026
8758c891
Merge branch 'feat/implement-group-protected-branches' into 'main'
Jan 28, 2026
b6373c35
chore(release): 1.23.0 [skip ci]
Jan 28, 2026
4d5613f2
Add assignee_id to issues api
Jan 29, 2026
450dcd7a
Merge branch 'main' into 'main'
Jan 29, 2026
30bd4e67
chore(release): 1.24.0 [skip ci]
Jan 29, 2026
9b0fee57
Add some additional test coverage for functions before migrating to `do`
Jan 29, 2026
b1c87507
Merge branch 'add-test-coverage' into 'main'
Jan 29, 2026
b365db4b
Refactor low complexity endpoints to use new `do` request function
Jan 29, 2026
ec5b01ed
Merge branch 'do-requests' into 'main'
Jan 29, 2026
7c9493ab
refactor: moved comments to interface 1
Jan 29, 2026
3de359c6
Merge branch 'refac1' into 'main'
Jan 29, 2026
2e9160f6
chore(deps): update module github.com/google/cel-go to v0.27.0
Jan 30, 2026
ccb04ce7
Merge branch 'renovate/github.com-google-cel-go-0.x' into 'main'
Jan 30, 2026
a93cc86c
refactor: moved comments to interface 7
Jan 31, 2026
23e0590c
Merge branch 'refac7' into 'main'
Jan 31, 2026
bdbb5c0e
fix: Fix broken GitLab docs anchors for Wikis API
Jan 31, 2026
c68863f7
Merge branch 'mohamed.othman27-main-patch-27318' into 'main'
Jan 31, 2026
857ac6a8
feat(hooks): Add webexintegration
Feb 01, 2026
56418381
Merge branch 'add-webexintegration' into 'main'
Feb 01, 2026
ba661050
chore(release): 1.25.0 [skip ci]
Feb 01, 2026
fafd5310
refactor(no-release): fix minor revive issues
Feb 02, 2026
1f279e47
Merge branch 'refactor/enable-few-revive-checks' into 'main'
Feb 02, 2026
21adf3f8
chore(deps): update docker docker tag to v29.2.1
Feb 03, 2026
ea45c06b
Add slack integration support
Feb 03, 2026
7a29c384
Merge branch 'add-slack-integration' into 'main'
Feb 03, 2026
79dfd83b
chore(release): 1.26.0 [skip ci]
Feb 03, 2026
0b929e3e
Merge branch 'renovate/docker-29.x' into 'main'
Feb 04, 2026
d87c9b57
Support uploads in the `do()` request function
Feb 04, 2026
dcf2af55
Migrate upload endpoints to new `do` pattern
Feb 04, 2026
33130841
Revert "refactor(http): preserve response body without copying in multiple services"
Feb 04, 2026
77888749
Merge branch 'revert-body-reader' into 'main'
Feb 04, 2026
4b17a473
Migrate more endpoints to the `do()` pattern
Feb 04, 2026
07cff51b
Merge branch 'do-requests-part-2' into 'main'
Feb 04, 2026
a8e82484
Merge branch 'upload-do-requests' into 'main'
Feb 04, 2026
21cdb6f3
Migrate endpoints with special status code handling to new `do` pattern
Feb 04, 2026
9bc53b1e
Merge branch 'do-requests-special-resp-code-handling' into 'main'
Feb 04, 2026
04595c64
Trim leading `@` in user ids in `do()` requests paths
Feb 04, 2026
64197672
Merge branch 'more-do-requests' into 'main'
Feb 04, 2026
a505b089
chore(release): 1.27.0 [skip ci]
Feb 04, 2026
5376529f
Migrate bytes endpoints to new `do` pattern
Feb 05, 2026
6a8eac0e
chore(oauth): improve the look of the OAuth confirmation page
Feb 05, 2026
a1075a5c
Merge branch 'tv/2026-02/cli-oauth-confirmation' into 'main'
Feb 05, 2026
bc07d0d0
docs(users): document the `Locked` and `State` fields
Feb 05, 2026
2d05521a
Add `destroy` attribute for pipeline schedule inputs
Feb 05, 2026
f5ac8f60
Merge branch 'add-destroy-attribute-for-pipeline-schedule-input' into 'main'
Feb 05, 2026
0f7e9abc
ci: migrate to Danger from `common-ci-tasks`
Feb 05, 2026
f32baf1d
Merge branch 'fforster/danger' into 'main'
Feb 05, 2026
bcbfbb96
Merge branch 'fforster/locked' into 'main'
Feb 05, 2026
5c80895c
Merge branch 'bytes-do-requests' into 'main'
Feb 05, 2026
38542ba3
chore(release): 1.28.0 [skip ci]
Feb 05, 2026
b77b5f8d
refactor: moved comments to interface
Feb 05, 2026
55832598
Merge branch 'refac8' into 'main'
Feb 05, 2026
e6fd1d1b
Fix error where GetNamespace double escaped URL-encoded projects
Feb 06, 2026
94b4db05
Merge branch 'fix-namespace-doubleescape' into 'main'
Feb 06, 2026
beea2c16
chore(release): 1.28.1 [skip ci]
Feb 06, 2026
90bed9b8
chore(deps): migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3
Feb 09, 2026
6bfc6087
Merge branch 'chore/go-yaml-in' into 'main'
Feb 09, 2026
e779925a
Update runner controllers to match latest state
Feb 09, 2026
5b042808
Merge branch 'runner-controller-expr' into 'main'
Feb 09, 2026
9469f4cf
chore(release): 1.29.0 [skip ci]
Feb 09, 2026
349be2bd
docs(no-release): update url for community fork
Feb 09, 2026
91651e6a
Merge branch 'docs/update-contributing' into 'main'
Feb 09, 2026
302cd07d
chore(deps): update module buf.build/go/protovalidate to v1.1.1
Feb 10, 2026
49 additional commits have been omitted to prevent performance issues.
Loading
Loading