| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update reference to CI_COMMIT_REF to CI_COMMIT_SHA | Elliot Rushton | 2019-08-02 | 1 | -1/+1 |
| * | Fix concurrent updates•••In some cases if PatchTrace takes ages,
we might send `PUT` with `success` status.
As a `touchJob` we should only send `running` state.
The final state should be send only as a last, last, last
request of `finish()`.
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63972
| Kamil Trzciński | 2019-07-04 | 2 | -10/+35 |
| * | Merge branch 'update-log-fields' into 'master'•••Update some logrus fields used in Runner logs
See merge request gitlab-org/gitlab-runner!1405 | Steve Azzopardi | 2019-06-06 | 1 | -1/+1 |
| |\ |
|
| | * | Update some logrus fields used in Runner logs | Tomasz Maczukin | 2019-06-05 | 1 | -1/+1 |
| * | | Merge branch 'cleanup' into 'master'•••Numerous typos were fixed. Some unused constants, variables and arguments were removed.
See merge request gitlab-org/gitlab-runner!1258 | Tomasz Maczukin | 2019-06-05 | 1 | -2/+0 |
| |\ \
| |/
|/| |
|
| | * | Numerous typos were fixed. Some unused constants, variables and arguments wer... | Alexander Kutelev | 2019-03-25 | 1 | -2/+0 |
| * | | Merge branch 'store-traces-on-disk' into 'master'•••Store traces on disk
See merge request gitlab-org/gitlab-runner!1315 | Tomasz Maczukin | 2019-05-31 | 4 | -29/+57 |
| |\ \ |
|
| | * | | Store temporary traces on disk | Kamil Trzciński | 2019-04-25 | 4 | -29/+57 |
| * | | | Add configuration of access_level for runners on registration•••Allow setting access_level of new runner to not_protected (default) or ref_protected
Minor update to relevant docs and tests
See https://gitlab.com/gitlab-org/gitlab-runner/issues/3186
| zelin-l | 2019-05-29 | 1 | -4/+4 |
| |/ / |
|
| * / | Optimise trace handling•••This makes all traces to be send in chunks
and to only use incremental sending endpoint.
This makes GitLab Runner to efficiently append
traces in small chunks, and to not resend unless
explicitly requested.
| Kamil Trzciński | 2019-04-16 | 7 | -539/+347 |
| |/ |
|
| * | Add ability to mask variables.•••This makes variables to be allowed to be `masked: true`.
The masked values will be replaced with `[MASKED]`.
The masking is done in-line, thus we delay sending trace
if the content is partial match for masked output.
| Kamil Trzciński | 2019-03-06 | 5 | -95/+68 |
| * | CI Web Terminal | Francisco Javier López 🌴 On vacation; back on August 22th! | 2018-08-14 | 2 | -5/+6 |
| * | Fix gofmt errors | Alessio Caiazza | 2018-08-14 | 2 | -2/+1 |
| * | Reduce complexity of reported methods | Tomasz Maczukin | 2018-08-13 | 2 | -36/+50 |
| * | Fix wrongly generated `Content-Range` header for `PATCH /api/v4/jobs/:id/trac... | Tomasz Maczukin | 2018-08-10 | 10 | -145/+552 |
| * | Fix spec failures | Kamil Trzciński | 2018-08-07 | 2 | -5/+58 |
| * | Fix support for features for shells | Kamil Trzciński | 2018-08-07 | 1 | -1/+7 |
| * | Fix tests | Kamil Trzciński | 2018-07-30 | 1 | -1/+1 |
| * | Remove `UploadArtifacts` interface, verify the usage of arguments | Kamil Trzciński | 2018-07-20 | 2 | -40/+67 |
| * | - Use artifact-format,artifact-type names for indicating gitlab-rails JobArti...•••- Pass format and type in the abstract class.
- Specify filename if it's raw-single artifact, rather than naming it as artifact.
| Shinya Maeda | 2018-06-26 | 1 | -2/+2 |
| * | Merge branch 'master' into support-multiple-artifacts | Shinya Maeda | 2018-06-26 | 1 | -8/+8 |
| |\ |
|
| | * | Fix linting errors | Alessio Caiazza | 2018-06-18 | 1 | -11/+11 |
| * | | Merge branch 'master' into support-multiple-artifacts | Shinya Maeda | 2018-06-19 | 1 | -1/+1 |
| |\| |
|
| | * | Rename internal Prometheus metrics | Tomasz Maczukin | 2018-05-29 | 1 | -1/+1 |
| * | | Add `artifact` format | Kamil Trzciński | 2018-06-07 | 1 | -9/+17 |
| |/ |
|
| * | Merge branch 'do-not-send-first-put' into 'master'•••Do not send first PUT
See merge request gitlab-org/gitlab-runner!908 | Tomasz Maczukin | 2018-05-24 | 2 | -12/+7 |
| |\ |
|
| | * | Update related tests | Tomasz Maczukin | 2018-05-25 | 1 | -12/+6 |
| | * | Do not send first PUT | Kamil Trzciński | 2018-05-23 | 1 | -0/+1 |
| * | | Fix panic on PatchTrace execution | Tomasz Maczukin | 2018-05-18 | 2 | -3/+13 |
| * | | Merge branch 'add-pause-option-to-register-command' into 'master'•••Add --paused option to register command
Closes #2045
See merge request gitlab-org/gitlab-runner!896 | Kamil Trzciński | 2018-05-11 | 1 | -5/+5 |
| |\ \ |
|
| | * | | Add --pause option to register command | Tomasz Maczukin | 2018-05-09 | 1 | -5/+5 |
| * | | | Refactor prometheus.Collector support in network/gitlab.go | Tomasz Maczukin | 2018-05-08 | 1 | -32/+29 |
| * | | | Add new metrics related to jobs requesting and API usage | Tomasz Maczukin | 2018-04-27 | 1 | -1/+89 |
| |/ / |
|
| * | | Merge branch 'add-support-for-runner-timeout-during-registration' into 'master'•••Add support for max_job_timeout parameter in registration
See merge request gitlab-org/gitlab-runner!846 | Kamil Trzciński | 2018-04-04 | 2 | -12/+9 |
| |\ \ |
|
| | * | | Simplify RegisterRunner() method definition | Tomasz Maczukin | 2018-04-04 | 2 | -13/+9 |
| | * | | Add support for max_job_timeout parameter in registration | Tomasz Maczukin | 2018-03-27 | 2 | -12/+13 |
| | |/ |
|
| * | | fix assert.Equal parameter order•••some test cases had expected and actual value swapped.
| Michael Gebhard | 2018-03-14 | 1 | -1/+1 |
| * | | reordering imports | Alessio Caiazza | 2018-02-23 | 1 | -1/+1 |
| * | | sed 's/Sirupsen\/logrus/sirupsen\/logrus/g' | Alessio Caiazza | 2018-02-23 | 3 | -3/+3 |
| |/ |
|
| * | Merge branch 'load-system-cert-pool' into 'master'•••Always load OS certificate pool when evaluating TLS connections
See merge request gitlab-org/gitlab-runner!804 | Alessio Caiazza | 2018-01-15 | 1 | -1/+7 |
| |\ |
|
| | * | Runner always uses SystemCertPool when evaluating TLSCA | Kamil Trzciński | 2018-01-10 | 1 | -1/+7 |
| * | | Add metric with job failures | Tomasz Maczukin | 2017-12-19 | 1 | -3/+18 |
| * | | Update TestUpdateJob test | Tomasz Maczukin | 2017-12-19 | 1 | -15/+20 |
| * | | Fix code formatting in network/trace.go | Tomasz Maczukin | 2017-12-19 | 1 | -8/+8 |
| * | | Decrease complexity of UpdateJob definition | Tomasz Maczukin | 2017-12-19 | 4 | -32/+102 |
| * | | Update unit tests | Tomasz Maczukin | 2017-12-18 | 1 | -7/+13 |
| * | | Add NoneFailure reason | Tomasz Maczukin | 2017-12-18 | 1 | -1/+1 |
| * | | Add failure_reason basic implementation | Shinya Maeda | 2017-12-18 | 4 | -24/+47 |
| * | | Renaming fields and methods | Alessio Caiazza | 2017-12-12 | 2 | -33/+33 |
| * | | :white_check_mark: Fix 7 data races in network package•••- function network.(*updateTraceNetwork).UpdateJob() - network/trace_test.go:35 #2925
- function network.TestJobForceSend() - network/trace_test.go:192 #2926
- function network.TestJobForceSend() - network/trace_test.go:193 #2927
- function network.TestJobForceSend() - network/trace_test.go:198 #2928
- function network.(*clientJobTrace).incrementalUpdate() - network/trace.go:192 #2929
- function network.TestJobForceSend() - network/trace_test.go:200 #2930
- function network.TestJobForceSend() - network/trace_test.go:209 #2931
| Alessio Caiazza | 2017-12-08 | 2 | -174/+151 |
| |/ |
|