- Jul 20, 2021
-
-
Pedro Pombeiro authored
-
Pedro Pombeiro authored
Only allow failures with BuildFailureExitCode: https://gitlab.com/gitlab-org/gitlab-runner/blob/15edcda67b3f724964f58076232f46b6eb3b4eb4/executors/custom/command/command.go#L17 Closes #27474
-
Georgi N. Georgiev authored
Add support for determining helper image from node selector information Closes #4014 See merge request gitlab-org/gitlab-runner!2840
-
Steve Azzopardi authored
-
Steve Azzopardi authored
-
Arran Walker authored
Limit job log to ensure it contains UTF-8 valid data See merge request gitlab-org/gitlab-runner!3037
-
- Jul 19, 2021
-
-
Stan Hu authored
Previously when a job log were truncated, we might cut off the log in the middle of a UTF-8 character. This would lead to 500 errors when Rails attempted to show the job log. We know that a UTF-8 character can be at most 4 bytes, and each continuation byte has its high bit set to 1. We can rewind up to 4 bytes until we find a byte with the high bit set to 0 and truncate the log there. This means one multi-byte UTF-8 character might be lopped off unnecessarily, but this keeps the function simple. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/336356
-
Pedro Pombeiro authored
Enable container scanning for gitlab runner See merge request gitlab-org/gitlab-runner!3027
-
Costel Maxim authored
-
Arran Walker authored
-
Arran Walker authored
-
Pedro Pombeiro authored
Update remaining only except to rules in pipeline See merge request gitlab-org/gitlab-runner!2938
-
Marcel Amirault authored
-
- Jul 15, 2021
-
-
Arran Walker authored
Move build log's ANSI Reset to before newline to fix test output Closes #28000 See merge request gitlab-org/gitlab-runner!2977
-
- Jul 14, 2021
-
-
Marcel Amirault authored
Improve wording of docs/security/index.md See merge request gitlab-org/gitlab-runner!3031
-
Suzanne Selhorn authored
Update configuration of changelog generator See merge request gitlab-org/gitlab-runner!2968
-
Tomasz Maczukin authored
-
Ed Sabol authored
-
Suzanne Selhorn authored
Docs update advanced configuration See merge request gitlab-org/gitlab-runner!3028
-
Elif Munn authored
-
Arran Walker authored
Explicitly set kubernetes pull image failure as script failure See merge request gitlab-org/gitlab-runner!3015
-
Steve Azzopardi authored
Add all of gl-docsteam to docs CODEOWNERS See merge request gitlab-org/gitlab-runner!3026
-
Marcin Sedlak-Jakubowski authored
-
- Jul 13, 2021
-
-
Suzanne Selhorn authored
Update Vale rules with latest settings from GitLab project See merge request gitlab-org/gitlab-runner!3024
-
Arran Walker authored
Upgrade specified Git version to 2.30.2 See merge request gitlab-org/gitlab-runner!2825
-
Romuald Atchadé authored
-
Arran Walker authored
Use CI_JOB_TOKEN to create releases Closes #28055 See merge request gitlab-org/gitlab-runner!3023
-
Steve Azzopardi authored
Add Evan and Marcel to docs CODEOWNERS See merge request gitlab-org/gitlab-runner!3025
-
Marcel Amirault authored
-
Evan Read authored
-
- Jul 12, 2021
-
-
Suzanne Selhorn authored
Fix outdated link to custom build directories in runner advanced configuration docs See merge request gitlab-org/gitlab-runner!3022
-
Romuald Atchadé authored
-
Romuald Atchadé authored
-
Arran Walker authored
Use CI_JOB_TOKEN to create releases Closes #28055 See merge request gitlab-org/gitlab-runner!3023
-
Pedro Pombeiro authored
-
zertrin authored
-
- Jul 08, 2021
-
-
Suzanne Selhorn authored
Docs: Add version for Kubernetes custom builds directory mount option See merge request gitlab-org/gitlab-runner!3016
-
Ben Bodenmiller authored
-
Steve Azzopardi authored
-
Steve Azzopardi authored
-