Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source
113
d1c9170d
build(deps): update module github.com/prometheus/client_golang to v1.19.1
Jun 27, 2024
b0701465
feat(datastore): introduce database load balancer entity
Jun 28, 2024
159c2972
Merge branch 'dlb-hosts-rr' into 'master'
Jun 28, 2024
cd46439f
build(deps): switch from github.com/golang/mock to go.uber.org/mock
Jul 01, 2024
35b4a97c
Merge branch 'gomock-switch' into 'master'
Jul 01, 2024
45ef3803
feat(registry): remove require empty database option
Jul 01, 2024
4a5ab602
chore(datastore): improve database LB implementation and add CI tests
Jul 02, 2024
380d899d
Merge branch 'dlb-hosts-2' into 'master'
Jul 02, 2024
7036720c
Merge branch '943/remove-clean-db-option' into 'master'
Jul 02, 2024
0942daba
docs: update DLB spec to reflect hosts setting change
Jul 02, 2024
10878a1e
Merge branch 'renovate/github.com-prometheus-client_golang-1.x' into 'master'
Jul 03, 2024
44e71d32
build(deps): update dependency danger-review to v1.4.1
Jul 03, 2024
3cfb2d1a
Merge branch 'dlb-docs-spec-hosts' into 'master'
Jul 03, 2024
d8d4dd74
docs: document local setup of DLB
Jul 03, 2024
79bb8d7f
Merge branch 'dlb-hosts-4' into 'master'
Jul 03, 2024
7d14b606
Merge branch 'renovate/danger-review-1.x' into 'master'
Jul 05, 2024
75040039
build(deps): update module github.com/redis/go-redis/v9 to v9.5.3
Jul 05, 2024
fdeae8a9
Merge branch 'renovate/github.com-redis-go-redis-v9-9.x' into 'master'
Jul 08, 2024
2108236f
build(deps): update module github.com/schollz/progressbar/v3 to v3.14.4
Jul 08, 2024
0e78c82a
feat(importer): stop importing all repositories if tags table is not empty
Jul 09, 2024
4d29c3af
Merge branch '943-force-empty-tags-table-for-step-two' into 'master'
Jul 09, 2024
72f6ee15
docs: update outdated references to the docs-gitlab directory
Jul 10, 2024
8cc1a23f
Merge branch 'renovate/github.com-schollz-progressbar-v3-3.x' into 'master'
Jul 10, 2024
4e47073e
feat(datastore): add database load balancing service discovery
Jul 10, 2024
a76863f3
Merge branch 'dlb-discovery-1' into 'master'
Jul 10, 2024
d662c6a4
feat(registry): remove inventory tool
Jul 10, 2024
4504e528
Merge branch 'prozlach/inv_tool' into 'master'
Jul 10, 2024
6716bc1f
Merge branch 'docs-update-references' into 'master'
Jul 10, 2024
d066f8d4
build(deps): update module github.com/spf13/cobra to v1.8.1
Jul 10, 2024
6e6e7fcb
ci: add dlb test job with service discovery
Jul 11, 2024
11ea240b
Merge branch 'dlb-discovery-ci-2' into 'master'
Jul 11, 2024
3c787c93
Merge branch 'renovate/github.com-spf13-cobra-1.x' into 'master'
Jul 12, 2024
25b1c01b
build(deps): update module github.com/redis/go-redis/v9 to v9.5.4
Jul 12, 2024
087d000f
chore: add support for enabling DLB during integration tests
Jul 15, 2024
20e39c66
Merge branch 'dlb-discovery-it' into 'master'
Jul 15, 2024
f8f18db1
chore: wordsmithing, cosmetics
Jul 15, 2024
2557bb58
test: add cache assertions to TestDeleteBlob
Jul 15, 2024
78eca137
chore(tests): be specific when matching error
Jul 15, 2024
0cef9d05
chore(tests): generalize blob tests
Jul 15, 2024
5df1e7c7
feat(cache): use Redis repository cache for the check blob operation
Jul 15, 2024
f8af8d0d
chore: avoid short variable names
Jul 15, 2024
d91353be
chore: make redis keys definition clearer
Jul 15, 2024
16c720bf
chore: use variables to name string constants
Jul 15, 2024
c229a484
chore: fix missing replace of string constant with func param
Jul 15, 2024
df0f9edf
chore(datastore): use error is on sql no rows check
Jul 15, 2024
10fa925b
perf(redis): add support for caching repository data in tags list API endpoint
Jul 15, 2024
fbed0ca8
Merge branch 'renovate/github.com-redis-go-redis-v9-9.x' into 'master'
Jul 15, 2024
82f22fce
build(deps): update module cloud.google.com/go/storage to v1.43.0
Jul 15, 2024
f8ab7947
Merge branch 'user-error-is-on-sql-no-rows' into 'master'
Jul 16, 2024
41ce72f3
Merge branch 'prozlach/redis_caching' into 'master'
Jul 16, 2024
8b0ae465
chore: rename mock file to align with existing file naming
Jul 16, 2024
8368fbb3
Merge branch 'prozlach/redis_tags_list' into 'master'
Jul 16, 2024
96cffcc8
perf(redis): add Redis caching to get manifest endpoint
Jul 17, 2024
5f319a29
chore: use digest.FromString instead of hardcoded digest
Jul 17, 2024
1c1dd2e2
chore: use symbolic name for schema.MediaTypeManifest instead of hardcoded one
Jul 17, 2024
391c818f
chore: add missing ctrl.Finish() to the test
Jul 17, 2024
9dd32380
Merge branch 'renovate/cloud.google.com-go-storage-1.x' into 'master'
Jul 18, 2024
e8cef950
build(deps): update module github.com/alicebob/miniredis/v2 to v2.33.0
Jul 18, 2024
31394b94
Merge branch 'prozlach/redis_get_manifest' into 'master'
Jul 18, 2024
3e046aaf
chore: address rand seed deprecation
Jul 18, 2024
8dc9a5a9
feat(datastore): periodically refresh DB replica list during load balancing
Jul 18, 2024
d8258102
Merge branch '1292-1' into 'master'
Jul 18, 2024
d0b551e6
Merge branch 'rand-seed' into 'master'
Jul 18, 2024
2709a2cf
feat(db): add db queries for bbm
Jul 19, 2024
d1d8c500
Merge branch '1265-add-bbm-db-queries' into 'master'
Jul 19, 2024
504f4322
Merge branch 'renovate/github.com-alicebob-miniredis-v2-2.x' into 'master'
Jul 19, 2024
467b9e56
build(deps): update module github.com/cenkalti/backoff/v4 to v4.3.0
Jul 19, 2024
37636fa0
fix(handlers): remove traces of v1/import route
Jul 22, 2024
556d0191
Merge branch 'renovate/github.com-cenkalti-backoff-v4-4.x' into 'master'
Jul 22, 2024
82b334a3
build(deps): update module github.com/getsentry/sentry-go to v0.28.1
Jul 22, 2024
20de3de7
Merge branch 'fix-remopve-repository-import-route' into 'master'
Jul 22, 2024
deb1322f
chore(datastore): allow set/get DLB primary LSN in central repository cache
Jul 22, 2024
eff80284
Merge branch '1306-1' into 'master'
Jul 22, 2024
9e743a15
Merge branch 'renovate/github.com-getsentry-sentry-go-0.x' into 'master'
Jul 23, 2024
615cfbfd
build(deps): update module github.com/redis/go-redis/v9 to v9.6.0
Jul 23, 2024
71ae4b13
build(deps): update module github.com/spf13/viper to v1.19.0
Jul 23, 2024
160bf665
chore: format/simplify code using gofumpt tool
Jul 24, 2024
e015bfc9
docs: remove online garbage collection beta references
Jul 25, 2024
88be20a0
Merge branch 'renovate/github.com-spf13-viper-1.x' into 'master'
Jul 26, 2024
56552ed5
build(deps): update module github.com/xanzy/go-gitlab to v0.107.0
Jul 26, 2024
8f4d8eb4
chore: replace repetetive manifest json string with a constant
Jul 29, 2024
bd55d122
Merge branch 'prozlach/make_json_manifest_a_contant' into 'master'
Jul 29, 2024
8a3fa2ec
Merge branch 'renovate/github.com-redis-go-redis-v9-9.x' into 'master'
Jul 29, 2024
f6477e36
build(deps): update module github.com/redis/go-redis/v9 to v9.6.1
Jul 29, 2024
d382ad53
Merge branch 'renovate/github.com-xanzy-go-gitlab-0.x' into 'master'
Jul 29, 2024
1742972f
build(deps): update module golang.org/x/crypto to v0.25.0
Jul 29, 2024
ca00a18a
perf(redis): Temporary revert of !1679
Jul 29, 2024
d39750bc
Merge branch 'revert-
41ce72f3
' into 'master'
Jul 29, 2024
9d179a1e
perf(redis): Temporary revert of !1683
Jul 29, 2024
11853d6a
Merge branch 'prozlach/revert_1683' into 'master'
Jul 29, 2024
5d5d94a8
Merge branch 'prozlach/format_code_using_gofumpt' into 'master'
Jul 30, 2024
afc02313
Merge branch 'renovate/github.com-redis-go-redis-v9-9.x' into 'master'
Jul 30, 2024
c484ecab
Merge branch 'renovate/golang.org-x-crypto-0.x' into 'master'
Jul 30, 2024
302327bc
build(deps): update module google.golang.org/api to v0.189.0
Jul 30, 2024
d52633c4
ci: use upstream golangci-lint image and bump to latest version
Jul 30, 2024
8741d936
Merge branch '1308-use-golangci-lint-part-1' into 'master'
Jul 30, 2024
9e306951
chore: update depguard linter rules
Jul 31, 2024
f5922e3b
Merge branch 'remove-beta-language' into 'master'
Jul 31, 2024
db66df71
Merge branch '1308-use-golangci-lint-part-2' into 'master'
Jul 31, 2024
c4ede5bb
build(deps): update module github.com/rubenv/sql-migrate to v1.7.0
Jul 31, 2024
13 additional commits have been omitted to prevent performance issues.
Loading
Loading