Commits on Source
158
bd529b27
Support environment variable expansion in runner token and URL
Jan 21, 2026
31c801f1
runner-wrapper: buffer errCh to avoid goroutine leak on shutdown
Jan 29, 2026
ee143728
Update localization team owners in CODEOWNERS
Feb 03, 2026
ea54d27e
Update dependency danger-review to v2.1.0
Feb 05, 2026
bcabef2a
Cleanup request construction
Feb 12, 2026
372dcd68
Write directly, don't copy to a temporary buffer
Feb 12, 2026
5f88aba7
Add log file path to error for debugging
Feb 12, 2026
ed6a29a9
Use the constant
Feb 12, 2026
cde6c376
go: Update github.com/johannesboyne/gofakes3 digest to 4c385a1
Feb 13, 2026
c0c81abc
go: Update gitlab.com/gitlab-org/fleeting/fleeting/metrics/prometheus digest to 5362476
Feb 13, 2026
b6a814a0
go: Update module github.com/aws/aws-sdk-go-v2 to v1.41.1
Feb 16, 2026
4269c61b
Avoid bare URLs in YAML frontmatter in documentation
Feb 16, 2026
22946d57
Migrate cache configuration to separate package
Feb 16, 2026
e5e8d00a
Merge branch 'ajwalker/refactor-cache' into 'main'
Feb 16, 2026
ef151172
Merge branch 'eread/avoid-bare-urls-in-yaml-frontmatter-in-docs' into 'main'
Feb 17, 2026
9905a743
Merge branch...
Feb 17, 2026
7fcfa0a1
go: Update module github.com/aws/aws-sdk-go-v2/service/secretsmanager to v1.41.1
Feb 17, 2026
99fc0a6f
go: Update gitlab.com/gitlab-org/fleeting/fleeting/metrics/prometheus digest to 9c980c4
Feb 17, 2026
bdb7ec37
go: Update module github.com/Azure/azure-sdk-for-go/sdk/storage/azblob to v1.6.4
Feb 17, 2026
2ae40852
go: Update gitlab.com/gitlab-org/fleeting/taskscaler/metrics/prometheus digest to 3fd95b0
Feb 17, 2026
7e128710
Merge branch...
Feb 17, 2026
767d2103
go: Update module github.com/klauspost/compress to v1.18.4
Feb 17, 2026
25afe672
go: Update module github.com/sirupsen/logrus to v1.9.4
Feb 17, 2026
adde5c55
go: Update module k8s.io/client-go to v0.35.1
Feb 17, 2026
bb67956d
Update module github.com/vektra/mockery to v3.6.4
Feb 17, 2026
9e90be67
Update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1.6.1
Feb 17, 2026
30973213
Update module google.golang.org/protobuf/cmd/protoc-gen-go to v1.36.11
Feb 17, 2026
6baa1e44
Merge branch 'ash2k/log-cleanups' into 'main'
Feb 18, 2026
44cdda60
Merge branch...
Feb 18, 2026
43a4e3b6
Avoid breaking change when script syntax is invalid when no inputs used
Feb 18, 2026
a1302c66
Merge branch 'renovate/github.com-azure-azure-sdk-for-go-sdk-storage-azblob-1.x' into 'main'
Feb 18, 2026
e7c40850
Remove unnecessary detection of no inputs
Feb 18, 2026
3f5ff126
go: Update gitlab.com/gitlab-org/fleeting/taskscaler digest to b5a1223
Feb 18, 2026
1cd5508a
Merge branch 'renovate/gitlab.com-gitlab-org-fleeting-taskscaler-digest' into 'main'
Feb 18, 2026
417a366a
Merge branch 'renovate/k8s.io-client-go-0.x' into 'main'
Feb 18, 2026
c429693c
Merge branch 'renovate/github.com-sirupsen-logrus-1.x' into 'main'
Feb 18, 2026
b3c1cfd7
Merge branch 'renovate/github.com-klauspost-compress-1.x' into 'main'
Feb 18, 2026
f1b4f340
Merge branch 'renovate/github.com-johannesboyne-gofakes3-digest' into 'main'
Feb 18, 2026
800e5646
Merge branch 'renovate/danger-review-2.x' into 'main'
Feb 18, 2026
1fda6f6c
go: Update module github.com/openbao/openbao/api/v2 to v2.5.1
Feb 18, 2026
f9e77d88
go: Update module cloud.google.com/go/storage to v1.60.0
Feb 18, 2026
b032d1ea
go: Update module github.com/bmatcuk/doublestar/v4 to v4.10.0
Feb 18, 2026
015132bf
Merge branch 'barker/tech-docs-loc-maintainers' into 'main'
Feb 19, 2026
bac71f5c
Bump runner images version
Feb 19, 2026
d2d99cfa
Fix failing tests for autoscaler due to taskscaler udpate
Feb 19, 2026
6d4bf74a
Merge branch 'vtak/taskscaler_tests_fix' into 'main'
Feb 19, 2026
b078c953
Merge branch 'fix-parse-moa-no-inputs' into 'main'
Feb 19, 2026
de151ec2
go: Update gitlab.com/gitlab-org/fleeting/fleeting digest to 1389ec0
Feb 19, 2026
9adb34a3
go: Update gitlab.com/gitlab-org/fleeting/fleeting/metrics/prometheus digest to 1389ec0
Feb 19, 2026
f133bf2b
Merge branch 'vtak/bump_runner_images_version' into 'main'
Feb 20, 2026
7dfb4587
Add changelog entry for v18.9.0
Feb 20, 2026
f3dc106c
Bump VERSION to 18.10.0
Feb 20, 2026
7a3da0a3
Prevent bleeding-edge jobs from running on CC
Feb 20, 2026
a1db62d0
Merge branch 'feature/pipeline-bleeding-edge-release' into 'main'
Feb 20, 2026
e562863b
Teach runner to define pod-level resources for build pods
Feb 20, 2026
fd75f027
Merge branch 'feature/build-pod-resource' into 'main'
Feb 20, 2026
180a92ff
Add documentation note of problematic feature
Feb 23, 2026
49eaea55
Merge branch 'showlett1-troubleshooting-overprovisioning-2026feb19' into 'main'
Feb 23, 2026
07c04c33
Prevent CACHE_FALLBACK_KEY from bypassing protection on Windows
Feb 23, 2026
ba55d7f9
Merge branch 'renovate/github.com-aws-aws-sdk-go-v2-1.x' into 'main'
Feb 23, 2026
8860aa8a
Merge branch 'renovate/github.com-aws-aws-sdk-go-v2-service-secretsmanager-1.x' into 'main'
Feb 23, 2026
c80d8b32
Merge branch 'renovate/github.com-openbao-openbao-api-v2-2.x' into 'main'
Feb 23, 2026
0487c846
Merge branch 'renovate/github.com-vektra-mockery-3.x' into 'main'
Feb 23, 2026
e55f82e3
Fix generated files
Feb 23, 2026
1eb6e7eb
Fix generated files
Feb 23, 2026
9c82a8fd
Merge branch 'renovate/github.com-bmatcuk-doublestar-v4-4.x' into 'main'
Feb 23, 2026
62f6e959
go: Update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.96.0
Feb 23, 2026
34c44db8
Merge branch 'renovate/google.golang.org-grpc-cmd-protoc-gen-go-grpc-1.x' into 'main'
Feb 23, 2026
7bfa26a2
Update policy-related logs to be more generic
Feb 23, 2026
a37a33b0
go: Update gitlab.com/gitlab-org/fleeting/taskscaler/metrics/prometheus digest to 891f7bc
Feb 23, 2026
8172238b
Merge branch 'patch-security' into 'main'
Feb 24, 2026
9373595e
Merge branch 'renovate/google.golang.org-protobuf-cmd-protoc-gen-go-1.x' into 'main'
Feb 24, 2026
237ddfd2
Merge branch...
Feb 24, 2026
ed68a143
Merge branch 'renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x' into 'main'
Feb 24, 2026
ede5f8ed
Merge branch 'renovate/cloud.google.com-go-storage-1.x' into 'main'
Feb 24, 2026
6d2e4c9b
Merge branch...
Feb 24, 2026
a7f28f59
go: Update module github.com/aws/aws-sdk-go-v2/service/sts to v1.41.7
Feb 24, 2026
c130a39e
Merge branch 'renovate/github.com-aws-aws-sdk-go-v2-service-sts-1.x' into 'main'
Feb 24, 2026
62839b78
go: Update module github.com/aws/aws-sdk-go-v2/credentials to v1.19.10
Feb 24, 2026
04e47117
Merge branch 'renovate/github.com-aws-aws-sdk-go-v2-credentials-1.x' into 'main'
Feb 24, 2026
72b923e3
Update alert box style, runner docs 1
Feb 24, 2026
41fe2f55
Merge branch 'docs-update-alert-style-runner-1' into 'main'
Feb 24, 2026
056b8c29
Update dependency ruby to v3.4.8
Feb 24, 2026
84557563
Merge branch 'renovate/gitlab.com-gitlab-org-fleeting-fleeting-digest' into 'main'
Feb 24, 2026
93bcce4b
Docker+machine: Add shutdown drain for idle machines
Feb 24, 2026
00dd328b
Merge branch 'ig-docker-machine-shutdown-drain' into 'main'
Feb 24, 2026
3b2f811f
Add FF_USE_GIT_PROACTIVE_AUTH to propagate username to Gitaly
Feb 24, 2026
e11dde90
Merge branch 'fix-username-propagation-public-projects' into 'main'
Feb 24, 2026
974a8681
Add install instructions for the step-runner
Feb 25, 2026
02575eb8
Merge branch 'cam/docs-install-step-runner' into 'main'
Feb 25, 2026
a232f828
Upgrade step-runner to v0.30.0
Feb 25, 2026
9c940112
Add artifact upload timeouts
Feb 25, 2026
0a09eb45
Improve macOS runner installation page
Feb 25, 2026
e907d932
Merge branch 'docs/macos-runner-user-mode' into 'main'
Feb 25, 2026
4d4c8300
GITTECHA-549 Japanese Docs Translations
Feb 25, 2026
454cba2f
Merge branch 'docs-i18n/upstream-batch-push-2026-02-10-01' into 'main'
Feb 25, 2026
6fa07a94
Merge branch 'cam/upgrade-step-runner-0.30.0' into 'main'
Feb 25, 2026
cdc91f35
Make hosted-runners-bridge job dependent on pulp release
Feb 26, 2026
2f5b8b18
Update GPG public key
Feb 26, 2026
e2ab6b27
Merge branch 'update-hosted-runners-bridge-jobs' into 'main'
Feb 26, 2026
58 additional commits have been omitted to prevent performance issues.
Loading
Loading