aboutsummaryrefslogtreecommitdiff
path: root/integration
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on base16 in integration/test.shHEADmainGrégoire Détrez2022-08-291-3/+11
|
* Fix instruction to generate private keyGrégoire Détrez2022-08-261-1/+1
|
* store and restore of latest published STHLinus Nordberg2022-07-191-0/+1
|
* implement primary and secondary role, for replicationv0.5.0Linus Nordberg2022-06-236-227/+597
|
* Revert "wip"Linus Nordberg2022-05-256-248/+162
| | | | | | | This reverts commit c003c2fc189748f082c09a2b4a729eb1c5732668. Should not have been pushed to main but rather branch linus/roles. Sorry about that.
* wipLinus Nordberg2022-05-246-162/+248
|
* 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: reduce interval to speed-up testRasmus Dahlberg2022-04-221-1/+1
|
* integration: add more info printsRasmus Dahlberg2022-04-211-0/+3
|
* integration: remove rgdd's test paramsRasmus Dahlberg2022-04-211-2/+2
|
* 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-219-136/+190
|
* fix syntax error in integration shell scriptLinus Nordberg2022-03-141-2/+2
|
* adjust expressed expectationsLinus Nordberg2022-03-031-2/+2
| | | | | | Corrections by rgdd. TODO: Expand on this, preferably by automating verification of return values.
* do submit four, not oneLinus Nordberg2022-03-031-0/+3
| | | | Spotted by rgdd.
* use dns name as per proposals/2022-01-domain-hintLinus Nordberg2022-03-031-1/+1
| | | | Spotted by rgdd.
* move values specific to a test instance to a separate fileLinus Nordberg2022-03-033-11/+26
|
* clarify a few things on how to run the logLinus Nordberg2022-03-031-10/+11
|
* integration: Add a basic "it runs test"Rasmus Dahlberg2022-01-264-0/+117