- Sep 23, 2020
-
-
Nourdin el Bacha authored
-
Nourdin el Bacha authored
-
- Sep 22, 2020
-
-
Nourdin el Bacha authored
-
- Sep 21, 2020
-
-
Evan Read authored
Docs: Fixed here links and added metadata See merge request gitlab-org/gitlab-runner!2425
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/253
-
Suzanne Selhorn authored
Minor edits of recent edits See merge request gitlab-org/gitlab-runner!2423
-
- Sep 20, 2020
-
-
Evan Read authored
-
Evan Read authored
Docs: Edits for Vale rules and other style See merge request gitlab-org/gitlab-runner!2420
-
Suzanne Selhorn authored
-
- Sep 19, 2020
-
-
Kamil Trzciński authored
Support 'canceling' remote job status. See merge request gitlab-org/gitlab-runner!2377
-
- Sep 18, 2020
-
-
Suzanne Selhorn authored
Documentation: Add log level mention to troubleshooting See merge request gitlab-org/gitlab-runner!2419
-
Jason Young authored
-
Steve Azzopardi authored
Running this test multiple times can result in flaky failures because we can call `UpdateJob` for incremental updates. For example running `go test -v -run TestSendPatchAbort -count=100 ./network/` constantly failed.
-
Arran Walker authored
The rails application can send `canceling` status code now for trace patches and job updates. At the moment we handle it the same by canceling the job context, but in the future we want to have it run the `after_script` if we we get the `canceling` status. `canceling`: Graceful termination of the job, by running the `after_script`. `canceled`: Abort the job stop everything and don't run `after_script`. The running of the `after_script` will be done in https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/2350 reference https://gitlab.com/gitlab-org/gitlab/-/issues/15603 reference https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4843
-
Tomasz Maczukin authored
* 13-4-stable: Update CHANGELOG for v13.4.0
-
Tomasz Maczukin authored
-
- Sep 17, 2020
-
-
Evan Read authored
Remove contractions linting rule See merge request gitlab-org/gitlab-runner!2421
-
Suzanne Selhorn authored
-
Steve Azzopardi authored
Use newest helper image version in tests Closes #25652 See merge request gitlab-org/gitlab-runner!2223
-
ggeorgiev_ authored
-
Steve Azzopardi authored
Add troubleshooting about windows mapped drives See merge request gitlab-org/gitlab-runner!2415
-
- Sep 16, 2020
-
-
Kaitlyn Chappell authored
-
Tomasz Maczukin authored
Changing Kubernetes executor service-account command See merge request gitlab-org/gitlab-runner!2312
-
- Sep 15, 2020
-
-
Suzanne Selhorn authored
Docker version requirements in Windows Server See merge request gitlab-org/gitlab-runner!2401
-
Ben Prescott authored
-
- Sep 14, 2020
-
-
Suzanne Selhorn authored
Update default install docs to disable skel See merge request gitlab-org/gitlab-runner!2402
-
Steve Azzopardi authored
New users keeps getting tripped over when trying to install the runner especially when running on new versions of Ubuntu/Debian. Update the default instructions to we disable skel until this removed by default in https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4845
-
- Sep 11, 2020
-
-
Tomasz Maczukin authored
Setup secure jobs See merge request gitlab-org/gitlab-runner!1897
-
Steve Azzopardi authored
Fix path separator for CI_PROJECT_DIR in Windows in bash shells Closes #2841 and #4524 See merge request gitlab-org/gitlab-runner!1977
-
- Sep 10, 2020
-
-
Marcel Amirault authored
Docs: Updating metadata See merge request gitlab-org/gitlab-runner!2405
-
Elliot Rushton authored
Docs: Update docker tables to clarify what's supported See merge request gitlab-org/gitlab-runner!2404
-
Suzanne Selhorn authored
-
Lucas Charles authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/20936
-
Steve Azzopardi authored
Add basic fuzz tests as part of dogfooding coverage guided fuzzing See merge request gitlab-org/gitlab-runner!2347
-
Yevgeny Pats authored
-
Steve Azzopardi authored
Test for detecting overriding of CI server values Closes #26899 See merge request gitlab-org/gitlab-runner!2403
-
- Sep 09, 2020
-
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/247288
-
Suzanne Selhorn authored
Document vargrant-parallels plugin and add clone instructions See merge request gitlab-org/gitlab-runner!2399
-
allison.browne authored
Document a required plugin and add some relatively obvious details about context surrounding `make deps`
-
Arran Walker authored
-