Commit Graph

37 Commits

Author SHA1 Message Date
GitLab Bot e6120ad6ed Add latest changes from gitlab-org/gitlab@master 2024-04-03 15:11:40 +00:00
GitLab Bot f70958a893 Add latest changes from gitlab-org/gitlab@master 2022-09-24 00:14:11 +00:00
GitLab Bot e67e43e958 Add latest changes from gitlab-org/gitlab@master 2022-09-05 12:13:20 +00:00
GitLab Bot 27f6da0ab2 Add latest changes from gitlab-org/gitlab@master 2021-10-29 12:14:45 +00:00
GitLab Bot 183b715218 Add latest changes from gitlab-org/gitlab@master 2021-09-06 18:11:17 +00:00
GitLab Bot d89b82481b Add latest changes from gitlab-org/gitlab@master 2021-04-21 09:09:15 +00:00
GitLab Bot ebed39e3ce Add latest changes from gitlab-org/gitlab@master 2021-04-06 12:09:21 +00:00
GitLab Bot 05003789d9 Add latest changes from gitlab-org/gitlab@master 2021-04-01 15:08:54 +00:00
GitLab Bot b38fc20ae0 Add latest changes from gitlab-org/gitlab@master 2021-03-23 12:09:33 +00:00
GitLab Bot 98087a9853 Add latest changes from gitlab-org/gitlab@master 2021-02-18 06:09:43 +00:00
GitLab Bot 16515bdfcb Add latest changes from gitlab-org/gitlab@master 2020-10-13 15:08:53 +00:00
GitLab Bot 1d3a583ac1 Add latest changes from gitlab-org/gitlab@master 2020-10-07 15:08:40 +00:00
GitLab Bot 34b3acb5a3 Add latest changes from gitlab-org/gitlab@master 2020-09-28 15:09:44 +00:00
GitLab Bot eef9c80f1c Add latest changes from gitlab-org/gitlab@master 2020-08-27 15:10:21 +00:00
GitLab Bot 9b14160725 Add latest changes from gitlab-org/gitlab@master 2020-08-24 18:10:19 +00:00
GitLab Bot c59765a50a Add latest changes from gitlab-org/gitlab@master 2020-06-24 18:09:03 +00:00
GitLab Bot c3ad57034c Add latest changes from gitlab-org/gitlab@master 2020-01-13 09:08:03 +00:00
Thong Kuah f540ffcef6 Add frozen_string_literal to spec/lib (part 1)
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:25:07 +12:00
Shinya Maeda 32f825c648 Add tests for each new code 2018-06-06 17:49:48 +09:00
Shinya Maeda e1ad8ca6d0 Test trace_spec on both conditions - ci_enable_live_trace is on/off 2018-05-04 19:49:26 +09:00
Shinya Maeda 9d6fe7bfdf Refactoring ci_job_trace to ci_build_trace 2018-04-26 15:06:04 +09:00
Shinya Maeda 8a7654a52b Fix statis analysys 2018-04-23 15:20:55 +09:00
Shinya Maeda 1a71dd049b Fix rubocop 2018-04-06 00:57:05 +09:00
Shinya Maeda 8c86705206 Add spec for Ci::Trace 2018-04-06 00:42:25 +09:00
Shinya Maeda f0ddad75e9 Fix archive method. Fix trace spec 2018-04-05 14:14:54 +09:00
Shinya Maeda 301c4ef950 Use update_column than write_attribute and save 2018-03-19 22:48:09 +09:00
Shinya Maeda 0b49e8e646 Fix false positive spec of using digest instead of hexdigest 2018-03-07 02:54:06 +09:00
Shinya Maeda b8ce910ff4 Set sha256 checksum when archiving traces 2018-03-07 01:40:47 +09:00
Shinya Maeda 7bbd5f6e31 Define Trace::ArchiveError to make it explit as an error 2018-03-06 21:43:20 +09:00
Shinya Maeda fe4894ff5a Fix spec failure on mysql because it can not store long traces 2018-03-06 21:43:20 +09:00
Shinya Maeda 3a5cb44f65 Fix static analysys 2018-03-06 21:43:20 +09:00
Shinya Maeda 91117452e1 Raise an error if conditions are not fulfilled in archive method 2018-03-06 21:43:19 +09:00
Shinya Maeda 011b849719 Add soec for achevie! method. Fixed the method 2018-03-06 21:43:19 +09:00
Shinya Maeda c9ed3b2d4d Add essential tests 2018-02-06 15:50:08 +09:00
Alessio Caiazza 91f8e734fe
Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
Z.J. van de Weg 23fbbe0c92 Return nil as coverage instead of a File object
Given a valid pipeline job, and a regex which wouldn't match to a jobs
trace, the stream of the trace would return the File object. This was
not the case when it matched a value, as that would have been return
from the block.

Now the `extract_coverage` method returns `nil` if no match was found.
2017-04-12 12:03:39 +02:00
Kamil Trzciński 828d81ee1f Optimise trace handling code to use streaming instead of full read 2017-04-06 16:20:27 +00:00