Commits on Source
155
32b69d88
Support WebSocket in Job Router client
Dec 19, 2025
915f571d
Fix fips rpm package architecture
Jan 09, 2026
781b86d1
Fix rpm package architectures
Jan 09, 2026
388f5e3d
Fix deb package architectures
Jan 09, 2026
9d7c5280
Merge branch 'avonbertoldi/fix-runner-package-archs' into 'main'
Jan 09, 2026
230f1c2d
Add service container ID hostname when emulating links functionality
Jan 12, 2026
d916981c
Filer out obsolete distro releases
Jan 12, 2026
3827a978
Merge branch 'avonbertoldi/39143/pulp-supported-distros' into 'main'
Jan 12, 2026
a764f820
Fix supported distros documentation
Jan 12, 2026
e60306f3
Instrument input interpolations
Jan 12, 2026
6d81e941
Rename job router RPC package
Jan 13, 2026
c0813bf4
Merge branch 'ash2k/ws-support' into 'main'
Jan 14, 2026
9b57a5af
Merge branch 'rename-job-router-rpc-package' into 'main'
Jan 13, 2026
6a5149c0
Merge branch 'avonbertoldi/fix-package-docs' into 'main'
Jan 13, 2026
9cd2d256
Update the libvirt use doc
Jan 13, 2026
16ba4945
Merge branch 'main' into 'main'
Jan 13, 2026
0e546bf0
De-duplicate kube warning events
Jan 14, 2026
274f32cc
Merge branch 'lbhardwaj/chore/de-duplicate-kube-warning-events' into 'main'
Jan 14, 2026
03a3f5b0
Update go packages
Jan 14, 2026
540c4dc0
Merge branch 'vtak/update_go_mod' into 'main'
Jan 14, 2026
0b22100a
Merge branch 'ajwalker/fix-docker-executor-service-id-hostname' into 'main'
Jan 14, 2026
f9ef310f
z/OS Compatibility
Jan 15, 2026
9c9728b6
Merge branch 'main' into 'main'
Jan 15, 2026
526a054b
Add changelog entry for v18.8.0
Jan 15, 2026
025b455d
Bump VERSION to 18.9.0
Jan 15, 2026
1ef6bb86
Fix FD exhaustion during retry requests
Jan 16, 2026
cae38405
Merge branch 'ashvins/fix-fd-exhaustion' into 'main'
Jan 16, 2026
081e458b
Update pkcs7 library
Jan 16, 2026
e4155d9e
Document emulated docker links caveats
Jan 16, 2026
d6b15872
Merge branch 'ajwalker/document-emulated-links-functionality' into 'main'
Jan 16, 2026
53b3000e
Merge branch 'vtak/fix_pkcs7' into 'main'
Jan 16, 2026
ac69602f
Upgrade step-runner to version 0.24.0
Jan 19, 2026
2d31ccd3
Merge branch 'inputs-interpolation-metrics' into 'main'
Jan 19, 2026
f63b909d
Merge branch 'cam/upgrade-step-runner-0.24.0' into 'main'
Jan 19, 2026
dc2aa80c
Refactor common.JobResponse and dependencies to spec package
Jan 19, 2026
3156d375
Refactor logrus away from spec package
Jan 19, 2026
d8ad62ed
Merge branch 'ajwalker/move-network-to-spec' into 'main'
Jan 19, 2026
118415b6
runner_wrapper: fix backoff retry context cancellation handling
Jan 19, 2026
40fdfa3b
Switch to a maintained YAML library go.yaml.in/yaml/v3
Jan 20, 2026
4c645113
Bump dependency to pick up YAML lib switch
Jan 20, 2026
fec15994
Update RUNNER_IMAGES_VERSION to 0.0.34 to fix CVE-2025-45582
Jan 20, 2026
9ccfcab1
Rename GITLAB_TOKEN to GITLAB_TEST_TOKEN in test utilities
Jan 20, 2026
acf8c961
Merge branch 'issue-39159' into 'main'
Jan 20, 2026
5c85960b
Script function
Jan 20, 2026
c9632171
Merge branch 'ggeorgiev/script-function' into 'main'
Jan 20, 2026
b592f841
Merge branch 'ashvins/cve-2025-45582-exploit' into 'main'
Jan 20, 2026
06dabad4
Minor refactor
Jan 21, 2026
881b6685
Make the package:archs target easy to call from other targets
Jan 21, 2026
ec1b0f8d
Add verbose option
Jan 21, 2026
86f561fd
Add a few base types
Jan 21, 2026
ad06695b
Add debPusher type
Jan 21, 2026
2baba4eb
Add rpmPusher type
Jan 21, 2026
a38e54fe
Unit tests for rpmPusher
Jan 21, 2026
b9895057
Hook it all up
Jan 21, 2026
1cd34472
Add mage pulp:push target
Jan 21, 2026
e9cc2db8
Consolidate "rpm" and "deb" string literals into consts
Jan 21, 2026
c435614f
Merge branch 'ash2k/yaml-upgrade' into 'main'
Jan 21, 2026
fc199fdd
Merge branch 'avonbertoldi/39120/push-packages-to-pulp' into 'main'
Jan 22, 2026
983525ad
Fix headers passed when using CI_JOB_TOKEN
Jan 23, 2026
15b7bfd2
Merge branch 'fix-ci-job-token-header' into 'main'
Jan 23, 2026
dd91bf37
Use chunk size of 10MB for pulp uploads
Jan 23, 2026
a564a25f
Merge branch 'bump-pulp-upload-chunk-size' into 'main'
Jan 23, 2026
16f6a5e5
Use slog.Info instead of fmt.Printf
Jan 26, 2026
d94d4f86
Remove noisy log line
Jan 26, 2026
cd230030
Add retryCommand type
Jan 26, 2026
73d59060
Add retryPulpCmd method to basePusher
Jan 26, 2026
00ac872a
Retry package push commands
Jan 26, 2026
bdb5ec78
Unit tests for retryCommand
Jan 26, 2026
a2a41811
Merge branch 'avonbertoldi/pulp-push-retry' into 'main'
Jan 27, 2026
58979fae
Fix WebSocket tunnel data race
Jan 27, 2026
1ab74c17
Extra logging
Jan 27, 2026
86f1252d
Enable Job Inputs feature flag by default
Jan 27, 2026
7a162b30
Base pulp push job
Jan 27, 2026
6619d603
Merge branch 'avonbertoldi/pulp-push-ci-job' into 'main'
Jan 27, 2026
69eae3c8
Merge branch 'ash2k/fix-data-race' into 'main'
Jan 28, 2026
b0aa798e
Remove EOL spaces in docs
Jan 28, 2026
b47ebef4
Merge branch 'lint-eol-spaces-2026-01-28-1531' into 'main'
Jan 28, 2026
e9582e04
Update redirecting links
Jan 28, 2026
81b00047
Merge branch 'docs-update-links' into 'main'
Jan 28, 2026
a6ca2607
Add gpu limit using a patch
Jan 29, 2026
0983f715
Merge branch 'doc/k8s-gpu-update' into 'main'
Jan 29, 2026
97d74a39
Fix proxy_exec secret masking cleanup on Windows
Jan 29, 2026
78236de8
Wrap step-runner output with build logger functionaity
Jan 29, 2026
9452f0f9
Merge branch 'ajwalker/script-to-script-step' into 'main'
Jan 29, 2026
2f17a9fe
Add support for Google Cloud Service universe domain
Jan 30, 2026
7aad6fd0
Fix: guard against nil FileInfo in filepath.Walk
Jan 30, 2026
f6ad4cd4
Merge branch 'fix/filepath-walk-nil-info' into 'main'
Jan 30, 2026
3a2a3287
Add diagnostics logging for S3 cache AssumeRole operations
Feb 01, 2026
a3bf87ef
network: stop retry backoff timer on context cancellation
Feb 02, 2026
af29c214
Merge branch 'network-retry-context-cancel' into 'main'
Feb 02, 2026
1bef343f
Update crosslink pointing to docs
Feb 02, 2026
5543322f
Merge branch 'docs-links-updates-6' into 'main'
Feb 02, 2026
8302f4e2
Merge branch 'runner-wrapper-backoff-context' into 'main'
Feb 02, 2026
6aeaa57a
Add explanation about why Bash is required
Feb 02, 2026
35ccc460
Merge branch 'sh-aws-assume-role' into 'main'
Feb 02, 2026
e7f74215
Merge branch 'sh-support-google-universe-domain' into 'main'
Feb 02, 2026
485dcfa7
Update linting configuration from GitLab project
Feb 03, 2026
2dcf7de1
Merge branch 'doc/user-feedback-bash-for-macos' into 'main'
Feb 03, 2026
d732a9d1
chore: update the logic for comparing the urls and tokens
Feb 03, 2026
d68a1904
Merge branch '39196' into 'main'
Feb 03, 2026
55 additional commits have been omitted to prevent performance issues.
Loading
Loading