aboutsummaryrefslogtreecommitdiff
path: root/integration/test.sh
Commit message (Collapse)AuthorAgeFilesLines
* implement primary and secondary role, for replicationv0.5.0Linus Nordberg2022-06-231-214/+555
|
* Revert "wip"Linus Nordberg2022-05-251-224/+147
| | | | | | | This reverts commit c003c2fc189748f082c09a2b4a729eb1c5732668. Should not have been pushed to main but rather branch linus/roles. Sorry about that.
* wipLinus Nordberg2022-05-241-147/+224
|
* Merge remote-tracking branch 'origin/merge/glog-to-log'Linus Nordberg2022-05-171-1/+3
|\
| * replace glog with sigsum-go's log packageRasmus Dahlberg2022-05-051-1/+3
| |
* | read key from fileRasmus Dahlberg2022-05-051-1/+1
|/
* change verification_key to public_keyLinus Nordberg2022-04-291-1/+1
| | | | Issue: #40
* change 'preimage' to 'message'Linus Nordberg2022-04-291-3/+3
| | | | Issue: #40
* update info print s/to-sign/to-cosignRasmus Dahlberg2022-04-291-1/+1
|
* rename endpoint get-tree-head-to-signLinus Nordberg2022-04-281-2/+2
| | | | Reference: https://pad.sigsum.org/p/sigsum-db #11
* s/POST/GET in test output tooLinus Nordberg2022-04-281-2/+2
|
* use http get for get-* endpoints with inputRasmus Dahlberg2022-04-261-12/+4
| | | | | | https://git.sigsum.org/sigsum/tree/doc/proposals/2022-01-get-endpoints XXX: fix go.mod after merge in sigsum-go, now rgdd's local path
* integration: pick-up cleaned-up sigsum-debugRasmus Dahlberg2022-04-231-14/+16
|
* integration: add basic testsRasmus Dahlberg2022-04-221-26/+295
| | | | | Mostly checks that all endpoints play with valid input. Output is checked to some extent. The exact tests can be improved over time.
* integration: add more info printsRasmus Dahlberg2022-04-211-0/+3
|
* integration: add a valid leaf testRasmus Dahlberg2022-04-211-0/+21
|
* integration: add nicer colors and date formatRasmus Dahlberg2022-04-211-6/+5
|
* integration: add basic alive testRasmus Dahlberg2022-04-211-1/+21
|
* integration: color-code outputRasmus Dahlberg2022-04-211-3/+3
|
* integration: add automatic setup and tear-downRasmus Dahlberg2022-04-211-0/+164