summaryrefslogtreecommitdiff
path: root/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update reference to CI_COMMIT_REF to CI_COMMIT_SHAElliot Rushton2019-08-021-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ński2019-07-042-10/+35
* Merge branch 'update-log-fields' into 'master'•••Update some logrus fields used in Runner logs See merge request gitlab-org/gitlab-runner!1405Steve Azzopardi2019-06-061-1/+1
|\
| * Update some logrus fields used in Runner logsTomasz Maczukin2019-06-051-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!1258Tomasz Maczukin2019-06-051-2/+0
|\ \ | |/ |/|
| * Numerous typos were fixed. Some unused constants, variables and arguments wer...Alexander Kutelev2019-03-251-2/+0
* | Merge branch 'store-traces-on-disk' into 'master'•••Store traces on disk See merge request gitlab-org/gitlab-runner!1315Tomasz Maczukin2019-05-314-29/+57
|\ \
| * | Store temporary traces on diskKamil Trzciński2019-04-254-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-l2019-05-291-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ński2019-04-167-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ński2019-03-065-95/+68
* CI Web TerminalFrancisco Javier López 🌴 On vacation; back on August 22th!2018-08-142-5/+6
* Fix gofmt errorsAlessio Caiazza2018-08-142-2/+1
* Reduce complexity of reported methodsTomasz Maczukin2018-08-132-36/+50
* Fix wrongly generated `Content-Range` header for `PATCH /api/v4/jobs/:id/trac...Tomasz Maczukin2018-08-1010-145/+552
* Fix spec failuresKamil Trzciński2018-08-072-5/+58
* Fix support for features for shellsKamil Trzciński2018-08-071-1/+7
* Fix testsKamil Trzciński2018-07-301-1/+1
* Remove `UploadArtifacts` interface, verify the usage of argumentsKamil Trzciński2018-07-202-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 Maeda2018-06-261-2/+2
* Merge branch 'master' into support-multiple-artifactsShinya Maeda2018-06-261-8/+8
|\
| * Fix linting errorsAlessio Caiazza2018-06-181-11/+11
* | Merge branch 'master' into support-multiple-artifactsShinya Maeda2018-06-191-1/+1
|\|
| * Rename internal Prometheus metricsTomasz Maczukin2018-05-291-1/+1
* | Add `artifact` formatKamil Trzciński2018-06-071-9/+17
|/
* Merge branch 'do-not-send-first-put' into 'master'•••Do not send first PUT See merge request gitlab-org/gitlab-runner!908Tomasz Maczukin2018-05-242-12/+7
|\
| * Update related testsTomasz Maczukin2018-05-251-12/+6
| * Do not send first PUTKamil Trzciński2018-05-231-0/+1
* | Fix panic on PatchTrace executionTomasz Maczukin2018-05-182-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!896Kamil Trzciński2018-05-111-5/+5
|\ \
| * | Add --pause option to register commandTomasz Maczukin2018-05-091-5/+5
* | | Refactor prometheus.Collector support in network/gitlab.goTomasz Maczukin2018-05-081-32/+29
* | | Add new metrics related to jobs requesting and API usageTomasz Maczukin2018-04-271-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!846Kamil Trzciński2018-04-042-12/+9
|\ \
| * | Simplify RegisterRunner() method definitionTomasz Maczukin2018-04-042-13/+9
| * | Add support for max_job_timeout parameter in registrationTomasz Maczukin2018-03-272-12/+13
| |/
* | fix assert.Equal parameter order•••some test cases had expected and actual value swapped. Michael Gebhard2018-03-141-1/+1
* | reordering importsAlessio Caiazza2018-02-231-1/+1
* | sed 's/Sirupsen\/logrus/sirupsen\/logrus/g'Alessio Caiazza2018-02-233-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!804Alessio Caiazza2018-01-151-1/+7
|\
| * Runner always uses SystemCertPool when evaluating TLSCAKamil Trzciński2018-01-101-1/+7
* | Add metric with job failuresTomasz Maczukin2017-12-191-3/+18
* | Update TestUpdateJob testTomasz Maczukin2017-12-191-15/+20
* | Fix code formatting in network/trace.goTomasz Maczukin2017-12-191-8/+8
* | Decrease complexity of UpdateJob definitionTomasz Maczukin2017-12-194-32/+102
* | Update unit testsTomasz Maczukin2017-12-181-7/+13
* | Add NoneFailure reasonTomasz Maczukin2017-12-181-1/+1
* | Add failure_reason basic implementationShinya Maeda2017-12-184-24/+47
* | Renaming fields and methodsAlessio Caiazza2017-12-122-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 Caiazza2017-12-082-174/+151
|/