aboutsummaryrefslogtreecommitdiff
path: root/pkg/state/single.go
Commit message (Collapse)AuthorAgeFilesLines
* implement primary and secondary role, for replicationv0.5.0Linus Nordberg2022-06-231-165/+0
|
* Revert "wip"Linus Nordberg2022-05-251-56/+4
| | | | | | | This reverts commit c003c2fc189748f082c09a2b4a729eb1c5732668. Should not have been pushed to main but rather branch linus/roles. Sorry about that.
* wipLinus Nordberg2022-05-241-4/+56
|
* replace glog with sigsum-go's log packageRasmus Dahlberg2022-05-051-5/+5
|
* update module name (s/sigsum-log-go/log-go)Rasmus Dahlberg2022-04-131-1/+1
| | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md
* switch to sigsum-goRasmus Dahlberg2022-04-131-1/+1
| | | | Updates import paths only.
* state: Refactor with new tree head endpointsRasmus Dahlberg2022-01-261-97/+106
| | | | For details see doc/proposals/2022-01-no-quick-tree-head-endpoint.
* types: Start using sigsum-lib-goRasmus Dahlberg2021-12-201-0/+156
This commit does not change the way in which the log behaves externally. In other words, all changes are internal and involves renaming and code restructuring. Most notably picking up the refactored sigsum-lib-go.