1
0
複製 0
Commit Graph

19 次程式碼提交 (master)

作者 SHA1 備註 提交日期
dump_stack() 4e92950929
refactor: move commands to cmd/ 2024-02-17 22:38:43 +00:00
dump_stack() 0dceacd2df
fix: change artifact info padding 2023-05-25 16:32:44 +00:00
dump_stack() aceaf96448
feat: show only the last step that was successful/failed 2023-05-25 13:29:11 +00:00
dump_stack() 2c462da3de
fix: change timestamp and padding in log query 2023-05-25 12:35:44 +00:00
dump_stack() 7806a774e4
feat: add internal error to log database 2023-05-24 22:46:04 +00:00
dump_stack() bcf8de336f
feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched

from

  [[supported_kernels]]
  distro_type = "Ubuntu"
  distro_release = "16.04"
  ...

to

  [[supported_kernels]]
  distro = { id = "Ubuntu", release = "16.04" }
  ...
2023-05-18 16:07:24 +00:00
dump_stack() 8bffea0aea
Switch to zerolog 2023-03-18 21:30:07 +00:00
dump_stack() f97cb3f10a
Typo 2023-02-15 16:57:31 +00:00
dump_stack() 2f52f6db6d
Refactor command line interface 2023-01-31 07:13:33 +00:00
dump_stack() 992c41c84b
Show last log if no ID specified 2020-06-14 20:46:56 +00:00
alyakimenko 5bb7e08188 Sync with the latest logrusorgru/aurora
Fixes #15
2020-05-19 14:48:53 +00:00
dump_stack() e0c0d3a072
Refactor 2019-08-17 08:51:42 +00:00
dump_stack() eb9ed90571
Generate markdown table statistics for tag 2019-08-16 20:11:35 +00:00
dump_stack() f7c884e4f8
Generate json statistics for tag 2019-08-16 19:31:58 +00:00
dump_stack() 574d5d45c3
Implements tagging 2019-08-16 18:30:46 +00:00
dump_stack() 35dfe2a361
Add qemu stdout/stderr to log; Implements database versioning 2019-08-14 22:59:34 +00:00
dump_stack() b7624f0d28
Implements query for build/insmod/test logs 2019-08-13 23:54:45 +00:00
dump_stack() 5ed23ee2b0
Show also ID of log entry 2019-08-13 23:39:14 +00:00
dump_stack() 9175305cb9
Implements basic logs query, success rate calculation
Closes #10
Closes #11
2019-08-13 23:33:52 +00:00