| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 1 | -1/+9 |
| * | 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 |
| * | | Store temporary traces on disk | Kamil Trzciński | 2019-04-25 | 1 | -12/+31 |
| * | | 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 | 1 | -220/+145 |
| |/ | |||||
| * | 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 | 1 | -7/+31 |
| * | Fix gofmt errors | Alessio Caiazza | 2018-08-14 | 1 | -1/+1 |
| * | Fix wrongly generated `Content-Range` header for `PATCH /api/v4/jobs/:id/trac... | Tomasz Maczukin | 2018-08-10 | 1 | -22/+136 |
| * | Update related tests | Tomasz Maczukin | 2018-05-25 | 1 | -12/+6 |
| * | Decrease complexity of UpdateJob definition | Tomasz Maczukin | 2017-12-19 | 1 | -13/+63 |
| * | Add failure_reason basic implementation | Shinya Maeda | 2017-12-18 | 1 | -5/+13 |
| * | Renaming fields and methods | Alessio Caiazza | 2017-12-12 | 1 | -10/+10 |
| * | :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 | 1 | -146/+115 |
| * | Rename 2nd iteration: rename imports | Tomasz Maczukin | 2017-09-11 | 1 | -1/+1 |
| * | Fix test failures | Kamil Trzcinski | 2017-04-20 | 1 | -1/+6 |
| * | Remove legacy JobResponse stuct fields - step 14 | Tomasz Maczukin | 2017-03-16 | 1 | -1/+1 |
| * | Remove fallback from incrementalUpdate to fullUpdate | Tomasz Maczukin | 2017-03-16 | 1 | -4/+32 |
| * | Rename trace related code | Tomasz Maczukin | 2017-03-16 | 1 | -0/+178 |
