1
0
Fork 0
Commit Graph

13 Commits (master)

Author SHA1 Message Date
dump_stack() 4e92950929
refactor: move commands to cmd/ 2024-02-17 22:38:43 +00:00
dump_stack() 65b49996e6
fix: use nullstring in lastlog 2023-05-24 22:48:58 +00:00
dump_stack() 7806a774e4
feat: add internal error to log database 2023-05-24 22:46:04 +00:00
dump_stack() c1ec4add81
refactor: move kernelinfo to distro module 2023-05-23 21:33:50 +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() 992c41c84b
Show last log if no ID specified 2020-06-14 20:46:56 +00:00
dump_stack() 986a6f55e0
Refactor [2] 2019-08-17 09:05:06 +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() 9175305cb9
Implements basic logs query, success rate calculation
Closes #10
Closes #11
2019-08-13 23:33:52 +00:00
dump_stack() 94be33f869
Refactor 2019-08-13 22:17:24 +00:00
dump_stack() 6cebd85535
Missed file for 51fa0851 2019-08-13 22:09:40 +00:00