David Dworken
|
4fceaa3110
|
Run tests without CGO since that is how prod is built + fix broken tests from previous commit
|
2022-09-21 19:58:10 -07:00 |
|
David Dworken
|
fb401dab88
|
Resume using the modernc.org sqlite driver so it works with CGO_ENABLED=0
|
2022-09-21 19:49:24 -07:00 |
|
David Dworken
|
486feb3fea
|
Add missing new lines
|
2022-09-21 19:13:53 -07:00 |
|
David Dworken
|
3e89accf97
|
Delete the tmp client before downloading to clear macos's signature cache
|
2022-09-21 19:01:34 -07:00 |
|
David Dworken
|
7a0ed3960e
|
Release v0.123
|
2022-09-20 23:46:27 -07:00 |
|
David Dworken
|
1abd2a5376
|
Fix table format tests
|
2022-09-20 23:46:17 -07:00 |
|
David Dworken
|
ceb1becfa6
|
Fix ctx wiring so installs work properly
|
2022-09-20 23:30:57 -07:00 |
|
David Dworken
|
414d8926f6
|
Fix incorrect go version in dockerfile
|
2022-09-20 23:27:36 -07:00 |
|
David Dworken
|
9f1ad28802
|
Another attempt at fixing macos action tests
|
2022-09-20 23:20:28 -07:00 |
|
David Dworken
|
bd75a65e52
|
Another attempt at fixing the macos runner
|
2022-09-20 23:09:28 -07:00 |
|
David Dworken
|
694c2e2679
|
Untested: ctx wired through
|
2022-09-20 22:28:40 -07:00 |
|
David Dworken
|
e47bcfc993
|
Part way through migrating to context
|
2022-09-20 22:03:15 -07:00 |
|
David Dworken
|
9a05dff2e3
|
Add hishtory redact to README
|
2022-09-20 21:44:09 -07:00 |
|
David Dworken
|
28c7486a0e
|
Add hishtory redact to the help page
|
2022-09-20 21:42:09 -07:00 |
|
David Dworken
|
42c6f95eb4
|
Remove time.Sleep that was working around an old already fixed bug
|
2022-09-20 21:38:04 -07:00 |
|
David Dworken
|
80822c722e
|
Optimize SQL query so it only runs one query rather than N
|
2022-09-20 21:36:02 -07:00 |
|
David Dworken
|
19bbf27efd
|
More reliable handling for deletion requests
|
2022-09-20 21:28:49 -07:00 |
|
David Dworken
|
a2f95fdc4d
|
Fix typo in SQL query
|
2022-09-20 21:15:20 -07:00 |
|
David Dworken
|
41f82e8034
|
Add ReadCount field to deletion requests so that we can eventually delete them from the DB
|
2022-09-20 21:13:59 -07:00 |
|
David Dworken
|
5391ecd220
|
First version of working redaction with passing integration tests
|
2022-09-19 22:49:48 -07:00 |
|
David Dworken
|
afe1fc5043
|
Undo attempted fix
|
2022-09-19 13:01:00 -07:00 |
|
David Dworken
|
d990b1e5a5
|
Next attempt to fix buggy go version
|
2022-09-18 22:08:30 -07:00 |
|
David Dworken
|
6a3f123c53
|
Fix buggy go version on macos github action
|
2022-09-18 21:50:58 -07:00 |
|
David Dworken
|
09dfaf00fa
|
mkdir -p but for real
|
2022-09-18 21:05:51 -07:00 |
|
David Dworken
|
1a74f9792f
|
mkdir -p
|
2022-09-18 19:20:21 -07:00 |
|
David Dworken
|
0792a5665c
|
Fix incorrect variable reference that lead to failures on github actions
|
2022-09-18 18:34:27 -07:00 |
|
David Dworken
|
1bf510ff8a
|
Better offline handling, implemented the local portion of delete, and maybe fixed the bug when running tests on github actions
|
2022-09-18 09:42:24 -07:00 |
|
David Dworken
|
6c6acc5473
|
Fix another actions only bug + add todo
|
2022-09-18 09:14:34 -07:00 |
|
David Dworken
|
a445118e91
|
Remove outdated TODO
|
2022-09-17 23:05:50 -07:00 |
|
David Dworken
|
ff4cd0d9e1
|
Clean up the testutils BackupAndRestoreWithId method
|
2022-09-17 23:02:57 -07:00 |
|
David Dworken
|
af0d20952f
|
Remove the last bit of GITHUB_ACTION dependent code
|
2022-09-17 22:50:01 -07:00 |
|
David Dworken
|
3bfe88d73e
|
Improve error message + remove code that disabled error checking on github actions
|
2022-09-17 22:45:07 -07:00 |
|
David Dworken
|
964f79c037
|
Clean up test code
|
2022-09-17 21:59:13 -07:00 |
|
David Dworken
|
b7a10591a4
|
Release v0.122
|
2022-09-17 21:56:48 -07:00 |
|
David Dworken
|
55f0f97d29
|
Fix tests for importing so they pass on github actions
|
2022-09-17 21:56:39 -07:00 |
|
David Dworken
|
80f0660ade
|
Release v0.121
|
2022-09-17 12:49:45 -07:00 |
|
David Dworken
|
d4302501eb
|
Improve table matching for tests and attempt to fix the tests that fail only on github actions
|
2022-09-17 12:49:27 -07:00 |
|
David Dworken
|
5b1c9140b3
|
Support runtimes that contain a period
|
2022-09-17 12:37:02 -07:00 |
|
David Dworken
|
b02705db48
|
Release v0.120
|
2022-09-17 12:22:38 -07:00 |
|
David Dworken
|
0b3ccb63a5
|
Skip reading history files if they don't exist
|
2022-09-17 12:22:29 -07:00 |
|
David Dworken
|
6093d06110
|
Remove outdated TODO + fix TODO to add tests for the table output
|
2022-09-17 12:19:29 -07:00 |
|
David Dworken
|
423b13733a
|
Release v0.119
|
2022-09-17 12:03:18 -07:00 |
|
David Dworken
|
5de6e17920
|
Bump dependency versions
|
2022-09-17 12:03:12 -07:00 |
|
David Dworken
|
52047a45bd
|
Run tests on github PR and daily
|
2022-09-17 11:54:26 -07:00 |
|
David Dworken
|
099bc1ea6f
|
Release v0.118
|
2022-09-17 11:51:15 -07:00 |
|
David Dworken
|
bad123a3dd
|
Add tests for history importing and add output showing the number of imported entries
|
2022-09-17 11:49:31 -07:00 |
|
David Dworken
|
23315a7e75
|
Fix code signing bug and add the implementation for initial importing of existing history files
|
2022-09-17 11:21:42 -07:00 |
|
David Dworken
|
7f3d68b1be
|
Release v0.117
|
2022-09-16 23:03:20 -07:00 |
|
David Dworken
|
de1a6f3da8
|
Add info on bypassing SLSA to the error message
|
2022-09-16 23:02:52 -07:00 |
|
David Dworken
|
1adec3e6a1
|
Release v0.116
|
2022-09-10 18:07:54 -07:00 |
|