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