summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/trace_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-1/+0
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-10/+0
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+14
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-4/+2
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+22
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+23
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-0/+62
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Add tests for each new codeShinya Maeda2018-06-061-1/+1
* Test trace_spec on both conditions - ci_enable_live_trace is on/offShinya Maeda2018-05-041-660/+6
* Refactoring ci_job_trace to ci_build_traceShinya Maeda2018-04-261-2/+2
* Fix statis analysysShinya Maeda2018-04-231-1/+1
* Fix rubocopShinya Maeda2018-04-061-3/+9
* Add spec for Ci::TraceShinya Maeda2018-04-061-2/+43
* Fix archive method. Fix trace specShinya Maeda2018-04-051-5/+79
* Use update_column than write_attribute and savefix/sm/erase_old_traceShinya Maeda2018-03-191-0/+22
* Fix false positive spec of using digest instead of hexdigestShinya Maeda2018-03-071-4/+4
* Set sha256 checksum when archiving tracesShinya Maeda2018-03-071-0/+2
* Define Trace::ArchiveError to make it explit as an errorShinya Maeda2018-03-061-6/+4
* Fix spec failure on mysql because it can not store long tracesShinya Maeda2018-03-061-1/+1
* Fix static analysysShinya Maeda2018-03-061-7/+7
* Raise an error if conditions are not fulfilled in archive methodShinya Maeda2018-03-061-3/+14
* Add soec for achevie! method. Fixed the methodShinya Maeda2018-03-061-0/+125
* Add essential testsShinya Maeda2018-02-061-0/+87
* Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+87
* Return nil as coverage instead of a File objectzj-fix-coverage-bugZ.J. van de Weg2017-04-121-4/+16
* Optimise trace handling code to use streaming instead of full readKamil TrzciƄski2017-04-061-0/+216