1
0
Fork 0
Commit Graph

214 Commits (b7624f0d28b36f03379ca541a21b149afc34eb52)

Author SHA1 Message Date
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
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
dump_stack() e63bfa24e9
Remove outdated TODO 2019-08-13 21:58:11 +00:00
dump_stack() 23be05969d
Change email 2019-08-13 21:57:01 +00:00
dump_stack() 51fa085170
Store logs in sqlite3 database 2019-08-13 21:54:59 +00:00
dump_stack() caee1b5756
Implements parameter "--max=X" for pew 2019-08-12 23:21:38 +00:00
dump_stack() 5dbbb33297
Implements parameter "--max=X" for autogen 2019-08-12 22:58:47 +00:00
dump_stack() 238592e546
Typo 2019-07-12 17:11:16 +00:00
dump_stack() 6156947406
Make docker permissions errors more obvious 2019-07-10 22:08:04 +00:00
dump_stack() 133b7a9b03
Merge pull request #16 from codacy-badger/codacy-badge
Add a Codacy badge to README.md
2019-06-20 10:12:27 +00:00
The Codacy Badger a83acbae8b Add Codacy badge 2019-06-20 10:11:30 +00:00
dump_stack() 5864109080
Do not fail for kernel module if there is no test script 2019-06-15 06:58:17 +00:00
dump_stack() 75f5636d31
Avoid errors in case when no kernels in container 2019-06-15 06:48:53 +00:00
dump_stack() 56cdad74b3
Revert "CI: Test also without go modules to catch upstream API changes"
This reverts commit c680099801.
2019-06-11 00:14:23 +00:00
dump_stack() c680099801
CI: Test also without go modules to catch upstream API changes 2019-06-10 23:56:31 +00:00
dump_stack() 94706ea8e7
gofmt 2019-06-10 18:55:10 +00:00
dump_stack() 24de060a13
Use same version of aurora everywhere 2019-06-10 18:50:30 +00:00
dump_stack() 27090f674a
Update go modules 2019-06-10 18:35:55 +00:00
dump_stack() 80b3ae6912
Merge pull request #14 from chiveson/patch-1
fix dependens in pew.go
2019-06-10 18:28:40 +00:00
chiveson 7d6806846d
Update pew.go 2019-06-10 20:21:34 +03:00
dump_stack() c12daaa1d6 Travis-CI: fix bootstrap.sh path 2019-02-06 06:41:26 +00:00
dump_stack() e0c91f1b59 Travis-CI: use xenial 2019-02-06 06:34:21 +00:00
dump_stack() cf75f4424d Use relative path for bootstrap script 2019-02-06 06:29:08 +00:00
dump_stack() c3af494fa8 Fix bootstrap.sh path 2019-02-06 06:07:21 +00:00
dump_stack() 92484bf1d7 Travis-CI: go modules support 2019-02-02 22:15:32 +00:00
dump_stack() 983201bb7a
Go modules support 2019-02-02 22:04:44 +00:00
dump_stack() b5965e8374
Rename qemu package 2019-02-02 21:33:27 +00:00
dump_stack() 144a8547bc
Move upstream to code.dumpstack.io 2019-02-02 21:25:09 +00:00
dump_stack() fb9b03029b Update README.md 2018-12-16 23:50:58 +00:00
dump_stack() 2e6b983a84 Add requirements for Fedora 2018-12-16 23:45:36 +00:00
dump_stack() ddf9c90ead Fix typo 2018-12-15 15:24:04 +00:00
dump_stack() 42bebad9ca Add comments for exported functions 2018-12-10 03:06:26 +00:00
dump_stack() 556ead8594 Avoid ineffectual assignment 2018-12-10 03:02:11 +00:00
dump_stack() 630f6c7fe1 Move all kernels generation to separate function 2018-12-10 03:00:26 +00:00
dump_stack() 094f209791 Remove redundant return statement 2018-12-10 02:56:22 +00:00
dump_stack() d42474892c Reduce main func complexity 2018-12-10 02:51:15 +00:00
dump_stack() 18a92703ba Move to fmt.Errorf 2018-12-10 02:45:17 +00:00
dump_stack() e0f0133d42 Refactor: use only one exit for func 2018-12-10 02:41:45 +00:00
dump_stack() 1dace23475 Drop useless else block 2018-12-10 02:39:55 +00:00
dump_stack() 0b6ae6a23c Refactor 2018-12-10 02:37:40 +00:00
dump_stack() 597de7f8c4 Refactor variable names 2018-12-10 02:35:43 +00:00
dump_stack() 051d080a67 Typo 2018-12-10 02:34:01 +00:00
dump_stack() 1f35eb165d if-else -> switch 2018-12-10 02:32:13 +00:00
dump_stack() db27959c8b Use keyed fields 2018-12-09 22:50:37 +00:00
dump_stack() 880af47cc5 Use go timers for kill docker by timeout, fixes #12 2018-12-08 02:53:29 +00:00
dump_stack() 49b567cd4b Add test for docker command with timeout 2018-12-08 02:32:44 +00:00
dump_stack() 2a3c3ed18e Non-zero exit status if something failed 2018-12-07 03:14:24 +00:00