- Dec 07, 2020
-
-
Bob Callaway authored
* add xml & yaml format support * add attributes to denote files that are generated so GH skips them on diffs
-
- Dec 05, 2020
-
-
Bob Callaway authored
-
- Dec 04, 2020
-
-
Bob Callaway authored
-
- Nov 25, 2020
-
-
Bob Callaway authored
* update & improve pgp unit tests
-
- Nov 23, 2020
-
-
Bob Callaway authored
If the HTTP fetch failed, the io.Pipe created to pass the response body to the goroutines that compute the SHA256 hash and verify the signature would be leaked.
-
Bob Callaway authored
simplify upload command to reuse common PKI package across client & server
-
Dan Lorenc authored
-
Dan Lorenc authored
-
Dan Lorenc authored
-
- Nov 20, 2020
-
-
Dan Lorenc authored
Without this, we miss the ---END block.
-
- Nov 19, 2020
-
-
Bob Callaway authored
-
- Nov 18, 2020
-
-
Dan Lorenc authored
Some changes: - import names (app -> api, logging -> log) - Commands package (cmd -> app)
-
Dan Lorenc authored
This also breaks the go module dependency on rekor-server.
-
Dan Lorenc authored
This is the first step in code reorganization. This follows the patterns from kubernetes/kubernetes - each binary gets a directory under cmd/. The main.go file for each binary lives there. The commands live under cmd//app.
-