Skip to content
Snippets Groups Projects
  1. Dec 20, 2021
  2. Nov 17, 2021
  3. Jul 14, 2021
  4. Jul 13, 2021
  5. Jun 07, 2021
  6. May 23, 2021
    • axel simon's avatar
      Use default trillian-log-server ports (#312) · 0f60492e
      axel simon authored
      
      Switch away from using rpc_endpoint=8091 and back to 8090 which is trillian_log_server's default.
      This simplifies the commands to start trillian log_server, reducing it down to:
      trillian_log_server --logtostderr ...
      and avoids diverging from upstream when there is no need.
      
      This change also updates the corresponding docker-compose and k8s configs.
      
      Signed-off-by: default avataraxelsimon <github@axelsimon.net>
      0f60492e
  7. Apr 16, 2021
  8. Apr 15, 2021
  9. Mar 30, 2021
  10. Mar 19, 2021
  11. Mar 11, 2021
  12. Mar 03, 2021
    • Bob Callaway's avatar
      fix race condition in e2e tests (#184) · b6e91ea4
      Bob Callaway authored
      
      In our CI environment there is an artifical delay in between starting
      the Rekor services via docker-compose and when the E2E tests are
      actually executed due to Go modules being downloaded. In a local
      development environment, the download may not be required so the tests
      can start before the docker-compose services are actually running.
      
      This introduces a healthcheck for services (where possible), and blocks
      the start of the e2e tests until the services are reporting as healthy.
      It also forces the use of an empty homedir and rekor config file to
      ensure no collision between the tests and the developer's environment.
      
      Fixes #183
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      b6e91ea4
  13. Feb 08, 2021
  14. Jan 27, 2021
  15. Jan 22, 2021
  16. Jan 19, 2021
  17. Jan 14, 2021
  18. Jan 03, 2021
  19. Nov 18, 2020
Loading