1. 6d33a43 treewide: add license header and enable haslicense linter by Tim Windelschmidt · 9 months ago
  2. a10d0cb treewide: Fix ENUM_VALUE_PREFIX rule exception by Tim Windelschmidt · 10 months ago
  3. dd2b80f metropolis: support prefixes in node labels by Serge Bazanski · 1 year, 2 months ago
  4. 39d9c24 metropolis: reduce usage of identity.NodeID by Jan Schär · 1 year, 2 months ago
  5. ca8d951 metropolis/resolver: use logging.Leveled by Serge Bazanski · 1 year, 2 months ago
  6. 32ccd10 m/n/c/cluster: ensure A/B state exists by Lorenz Brun · 1 year, 2 months ago
  7. 3325b4b workspace: bump bazel_gazelle to v0.37.0 by Tim Windelschmidt · 1 year, 4 months ago
  8. 9f21f53 treewide: introduce osbase package and move things around by Tim Windelschmidt · 1 year, 6 months ago
  9. 30e30b3 m/node: allow specifying node labels during node registration by Serge Bazanski · 1 year, 6 months ago
  10. 11198c8 m/node: allow specifying node labels during cluster bootstrap by Serge Bazanski · 1 year, 6 months ago
  11. 3b5a917 treewide: initialize empty structs with var by Tim Windelschmidt · 1 year, 6 months ago
  12. 73e9882 treewide: cleanup error string formatting by Tim Windelschmidt · 1 year, 7 months ago
  13. 538292d metropolis: replace node pubkey with id in cluster directory by Serge Bazanski · 1 year, 7 months ago
  14. 6b6428d treewide: remove redundant loop vars by Tim Windelschmidt · 1 year, 7 months ago
  15. 5e460a9 treewide: remove unnecessary types and conversions by Tim Windelschmidt · 1 year, 7 months ago
  16. 0c28015 m/n/core/rpc: limit API footgun availability by Serge Bazanski · 1 year, 9 months ago
  17. 35fcf03 metropolis: implement A/B updates by Lorenz Brun · 2 years, 5 months ago
  18. 83b2a36 m/n/core/cluster: dont print cluster directory by Tim Windelschmidt · 2 years, 5 months ago
  19. 89974c6 m/n/c/cluster: set StorageSecurity in bootstrap path by Lorenz Brun · 2 years, 5 months ago
  20. 98054a1 metropolis/node: fix non-secure TPM/storage policy codepaths by Serge Bazanski · 2 years, 5 months ago
  21. 90a70a0 m/n/core/roleserve: do not store cluster directory, populate resolver earlier by Serge Bazanski · 2 years, 6 months ago
  22. fd6d4eb m/node: introduce node storage setting and cluster policy by Serge Bazanski · 2 years, 6 months ago
  23. 0508c6d m/n/c/cluster: fix logic error in bootstrap by Lorenz Brun · 2 years, 6 months ago
  24. e4a4ce1 metropolis: finish implementing TPMMode by Serge Bazanski · 2 years, 8 months ago
  25. 5df62ba metropolis: implement cluster configuration by Serge Bazanski · 2 years, 8 months ago
  26. 85ad26a m/node: implement static network config by Lorenz Brun · 2 years, 8 months ago
  27. 86afa22 m/n/c/cluster: when registering, save node credentials before starting roleserver by Serge Bazanski · 2 years, 7 months ago
  28. ac43801 m/n/core/cluster: don't cry wolf about missing nodeparams sources by Serge Bazanski · 2 years, 8 months ago
  29. 5d6cdf4 m/n/c/core/cluster: notify whenever storage takes longer than 5 seconds to mount by Serge Bazanski · 2 years, 8 months ago
  30. fe5192d m/n/core/cluster: clean up by Serge Bazanski · 2 years, 8 months ago
  31. 37110c3 m/pkg/event: make type-safe by Serge Bazanski · 2 years, 9 months ago
  32. 20a036e Fix some typos/grammar/variable shadows by Leopold · 2 years, 10 months ago
  33. d57ef1c m: remove references to LUK, GUK by Mateusz Zalega · 3 years, 4 months ago
  34. 58ddc09 m/n/c/r/resolver: allow disabling curator updater by Serge Bazanski · 3 years, 4 months ago
  35. b43d0f0 m/node: use resolver for intra-cluster connections by Serge Bazanski · 3 years, 5 months ago
  36. aaa4d45 m/n/c/cluster: add proper exponential backoff to Join by Serge Bazanski · 3 years, 5 months ago
  37. 83e8b6c m/n/core: retry node joining call indefinitely by Lorenz Brun · 3 years, 5 months ago
  38. de82150 m/n/c/cluster: sanitize ClusterDirectory by Mateusz Zalega · 3 years, 7 months ago
  39. 2930e99 m/n/c/{cluster,roleserve}: implement Join Flow by Mateusz Zalega · 3 years, 7 months ago
  40. d13c1c6 treewide: switch to gomod and bump everything by Lorenz Brun · 3 years, 8 months ago
  41. 399ce55 m/n/core/rpc: provide lower-level gRPC dialing constructs by Serge Bazanski · 3 years, 8 months ago
  42. 0e22b1a m/n/core: save NUK and Node Credentials by Mateusz Zalega · 3 years, 9 months ago
  43. 6dff6d6 m/n/roleserve: reactive service management by Serge Bazanski · 3 years, 10 months ago
  44. 5839e97 m/n/core/{curator,cluster}: refactor against new Consensus API by Serge Bazanski · 4 years ago
  45. f05e80a m/n/core/consensus: refactor for reliability and multinode support by Serge Bazanski · 4 years, 1 month ago
  46. 6c35e97 metropolis: align EFI partition layout by Lorenz Brun · 4 years ago
  47. e78a089 m/n/c/cluster: implement register flow by Serge Bazanski · 4 years, 1 month ago
  48. a554528 m/n/c/cluster: retrieve node parameters from GCP metadata by Leopold Schabel · 4 years ago
  49. 764a2de tree-wide: rewrite ioutil functions to their replacements by Lorenz Brun · 4 years ago
  50. f73d8a9 m/n/c/network/hostsfile: implement by Serge Bazanski · 4 years ago
  51. 3379a5d m/n/core: factor out gRPC/TLS into rpc and identity libraries by Serge Bazanski · 4 years, 2 months ago
  52. 9ffa1f9 m/n/core/curator: authenticated RPC by Serge Bazanski · 4 years, 2 months ago
  53. 5b2ae55 m/n/c/curator: listen on public gRPC by Serge Bazanski · 4 years, 3 months ago
  54. 0375871 m/n/core: save owner public key in etcd by Serge Bazanski · 4 years, 3 months ago
  55. 5253884 m/pkg/pki: refactor, allow for external certificates by Serge Bazanski · 4 years, 3 months ago
  56. 439b95e m/n/c/{cluster,curator}: move NodeCredentials to cluster by Serge Bazanski · 4 years, 4 months ago
  57. a959cbd metropolis/node/core/cluster: use curator by Serge Bazanski · 4 years, 5 months ago
  58. 76003f8 m/n/core/curator: implement leader election by Serge Bazanski · 4 years, 5 months ago
  59. 68ca5ee m/pkg/event: move MemoryValue to subpackage by Serge Bazanski · 4 years, 7 months ago
  60. a105db5 m/n/core/cluster: migrate to events and etcd namespaced client by Serge Bazanski · 4 years, 7 months ago
  61. 0565ea3 m/n/core/cluster: factor out bootstrap into separate file by Serge Bazanski · 4 years, 7 months ago
  62. 42e61c6 m/n/core/cluster: rewrite bootstrap to conform to cluster lifecycle DD by Serge Bazanski · 4 years, 8 months ago
  63. 34fe8c6 m/node/core/consensus: always use member name as address by Serge Bazanski · 4 years, 8 months ago
  64. d8af5bf metropolis/node: use Event Value for network status by Serge Bazanski · 4 years, 8 months ago
  65. 0ed2f96 metropolis/proto: EnrolmentConfig -> NodeParameters by Serge Bazanski · 4 years, 8 months ago
  66. 3a99c59 Switch Metropolis to EROFS-based root filesystem by Lorenz Brun · 4 years, 10 months ago
  67. 31370b0 *: git.monogon.dev -> source.monogon.dev by Serge Bazanski · 4 years, 10 months ago
  68. 549b72b metropolis: unify utility packages by Serge Bazanski · 4 years, 10 months ago
  69. 662b5b3 smalltown -> metropolis by Serge Bazanski · 5 years ago
  70. 77cb6c5 core -> metropolis by Serge Bazanski · 5 years ago