1. 4beb06e metropolis/pkg/gpt: call Hash.Sum with nil instead of empty byte slice by Tim Windelschmidt · 1 year, 7 months ago
  2. 47d0344 metropolis/pkg/supervisor: simplify error unwrap and comparison by Tim Windelschmidt · 1 year, 7 months ago
  3. 3074ec6 treewide: remove empty slice return value with nil by Tim Windelschmidt · 1 year, 7 months ago
  4. 06c1964 treewide: compare syscall.Errno directly instead of interface type by Tim Windelschmidt · 1 year, 7 months ago
  5. 3215ee8 metropolis/pkg/tpm: replace external errors package with stdlib by Tim Windelschmidt · 1 year, 7 months ago
  6. c20e372 treewide: replace errors.Wrap assertions with fmt.Errorf by Tim Windelschmidt · 1 year, 7 months ago
  7. af821c8 treewide: replace error assertions with errors.As by Tim Windelschmidt · 1 year, 7 months ago
  8. d5f851b treewide: replace error comparisons and assertions with errors.Is by Tim Windelschmidt · 1 year, 7 months ago
  9. 69fec52 metropolis/pkg: delete unused package combinectx by Tim Windelschmidt · 1 year, 7 months ago
  10. 6b20781 treewide: replace fmt.Errorf with fmt.Sprintf in panic calls by Tim Windelschmidt · 1 year, 7 months ago
  11. 13b83f7 metropolis/node/core: fix invalid write in console setup by Tim Windelschmidt · 1 year, 7 months ago
  12. ee8c81b m/t/launch/cluster: make LaunchNode non-blocking by Serge Bazanski · 1 year, 8 months ago
  13. 2829649 m/n/core/n/hostsfile: persist and load node names to/from Cluster Directory by Serge Bazanski · 1 year, 7 months ago
  14. 07e7f0d m/n/c/n/dhcp4c: use net.ErrClosed by Lorenz Brun · 1 year, 7 months ago
  15. 6554689 m/n/c/update/e2e: remove unreachable code by Jan Schär · 1 year, 7 months ago
  16. e84726b m/test/launch/cluster: make runfile aware by Serge Bazanski · 1 year, 7 months ago
  17. f779b8f m/pkgs/localregistry: make runfile aware by Serge Bazanski · 1 year, 7 months ago
  18. 538292d metropolis: replace node pubkey with id in cluster directory by Serge Bazanski · 1 year, 7 months ago
  19. 5ad3144 m/n/core/consensus: remove unused fifoPath argument by Serge Bazanski · 1 year, 7 months ago
  20. 8804972 treewide: fix t.Fatal calls in non-test goroutines by Tim Windelschmidt · 1 year, 7 months ago
  21. 8ae96a4 m/p/erofs: handle metadata alignment correctly by Lorenz Brun · 1 year, 7 months ago
  22. bda384c treewide: use nil value for empty slices by Tim Windelschmidt · 1 year, 7 months ago
  23. 1d3a83d metropolis/pkg/fsquota/quotactl: remove redundant parentheses by Tim Windelschmidt · 1 year, 7 months ago
  24. 33306eb metropolis/installer/test: check for part table parse error by Tim Windelschmidt · 1 year, 7 months ago
  25. 9b2c156 treewide: add empty default case to switch statements by Tim Windelschmidt · 1 year, 7 months ago
  26. 49c9ab0 treewide: dont seed random by Tim Windelschmidt · 1 year, 7 months ago
  27. 0c57d34 treewide: cleanup function receiver names by Tim Windelschmidt · 1 year, 7 months ago
  28. 3810567 treewide: remove shadowing of stdlib functions by Tim Windelschmidt · 1 year, 7 months ago
  29. 6b6428d treewide: remove redundant loop vars by Tim Windelschmidt · 1 year, 7 months ago
  30. 5e460a9 treewide: remove unnecessary types and conversions by Tim Windelschmidt · 1 year, 7 months ago
  31. a27272c metropolis/test/ktest/init: remove redundant error check by Tim Windelschmidt · 1 year, 7 months ago
  32. 1a8062f metropolis/node/core/rpc: remove noop append by Tim Windelschmidt · 1 year, 7 months ago
  33. a7a82f3 metropolis/test/launch/cluster: remove redundant logic by Tim Windelschmidt · 1 year, 7 months ago
  34. 1ba1e1d metropolis/pkg/kexec: fix scanner error check by Tim Windelschmidt · 1 year, 7 months ago
  35. 6211e4d treewide: k8s 1.28 and lots related updates by Lorenz Brun · 2 years ago
  36. 2ac249b m/n/c/update/e2e: abort test when timing out by Lorenz Brun · 1 year, 7 months ago
  37. 65bf311 third_party: expose firmware and ucode targets by Tim Windelschmidt · 1 year, 7 months ago
  38. 37cfcc1 m/test/e2e: Implement TestE2ECoreHA by Serge Bazanski · 1 year, 8 months ago
  39. c16f048 m/test/util: implement MustTestEventual by Serge Bazanski · 1 year, 8 months ago
  40. bc96957 m/t/launch/cluster: use Health for node liveness in RebootNode by Serge Bazanski · 1 year, 8 months ago
  41. 19b110b m/n/core/consensus: remove unused variable by Jan Schär · 1 year, 7 months ago
  42. 0af4dab treewide: increase test timeouts by Jan Schär · 1 year, 7 months ago
  43. 0ea961c m/p/blockdev: fix discard by Jan Schär · 1 year, 7 months ago
  44. 107eb06 m/n/c/curator: use full election prefix by Jan Schär · 1 year, 7 months ago
  45. a8cfb56 m/pkg/supervisor: propagate panic in TestHarness by Jan Schär · 1 year, 7 months ago
  46. b976967 m/n/c/consensus: fix handling of status request error by Jan Schär · 1 year, 7 months ago
  47. d6d809a m/pkg/socksproxy: fix parsing of IPv6 addresses by Jan Schär · 1 year, 7 months ago
  48. 2c38850 m/p/scsi: add missing length check by Jan Schär · 1 year, 7 months ago
  49. a6fe4ef metropolis/node: add metrics ports to reserverd ports list by Tim Windelschmidt · 1 year, 8 months ago
  50. 5438968 m/n/c/curator: handle election observation failure by Jan Schär · 1 year, 7 months ago
  51. ae07661 metropolis/pkg/supervisor: define WithPropagatePanic as func not var by Tim Windelschmidt · 1 year, 7 months ago
  52. 9ded994 metropolis/cli/metroctl: don't try to use the bundle as installer by Tim Windelschmidt · 1 year, 7 months ago
  53. fb94c75 m/pkg/jsonpatch: remove duplicate file ending by Jan Schär · 1 year, 7 months ago
  54. 6bcd296 metropolis/proto/private: removed unused Node message by Jan Schär · 1 year, 7 months ago
  55. 20b9812 m/n/k/clusternet: delete unused file by Jan Schär · 1 year, 7 months ago
  56. 52c6407 m/n/c/network: fix handling of nameserver parse failure by Jan Schär · 1 year, 7 months ago
  57. 4912c5a m/n/b/fwprune: fix link regexp by Jan Schär · 1 year, 7 months ago
  58. 3bdb5fc metropolis/core/metrics: expose containerd metrics endpoint by Tim Windelschmidt · 1 year, 8 months ago
  59. 22a71c1 metropolis/node/kubernetes/metricsproxy: clarify error message by Tim Windelschmidt · 1 year, 8 months ago
  60. ec2906a treewide: rename node.NodeManagement to node.NodeManagementPort by Tim Windelschmidt · 1 year, 8 months ago
  61. 8d377ce m/pkg/event: fix potential stuckness in Pipe by Serge Bazanski · 1 year, 8 months ago
  62. 7f72748 m/n/k/reconciler: refactor resource interface by Jan Schär · 1 year, 8 months ago
  63. 23e5230 m/pkg/supervisor: close connections when grpc server exits by Jan Schär · 1 year, 8 months ago
  64. 76cae0b m/n/core/network/hostsfile: fix stale curator entries by Serge Bazanski · 1 year, 8 months ago
  65. 07fab03 m/n/core/hostsfile: narrow down network service type to just network status by Serge Bazanski · 1 year, 9 months ago
  66. b63ed8a m/n/core/network: drop Watch/Value methods, expose Status by Serge Bazanski · 1 year, 9 months ago
  67. 276a746 m/test/e2e: test NodePort by Lorenz Brun · 2 years, 4 months ago
  68. 87d9c59 m/test/launch/cluster: fix duplicate NodeIDs entries by Serge Bazanski · 1 year, 8 months ago
  69. 5d5d733 m/n/core/curator: expose consensus service status by Serge Bazanski · 1 year, 8 months ago
  70. 36bde9c m/pkg/event/memory: simplify and fix implementation by Jan Schär · 1 year, 8 months ago
  71. 87bbf7e m/test/l/cluster: use sparse-aware copy for images by Lorenz Brun · 1 year, 8 months ago
  72. d6a8802 m/node: fix appending to read-only slices by Jan Schär · 1 year, 8 months ago
  73. 42ef7c7 m/installer: fix minimum disk calculation for A/B partitions by Jan Schär · 1 year, 8 months ago
  74. 011dce6 m/n/c/clusternet: add clusternet node ip to lo by Tim Windelschmidt · 1 year, 9 months ago
  75. 68cf38a m/t/l/cluster: fix wrong metroctl path in launch-cluster wrapper by Tim Windelschmidt · 1 year, 9 months ago
  76. 240faa4 m/cli/metroctl: fix nil pointer for "node describe" by Tim Windelschmidt · 1 year, 9 months ago
  77. 7661202 m/c/metroctl: fix update logic when errors happen by Lorenz Brun · 1 year, 9 months ago
  78. 0a8797d m/cli/metroctl: add flag for k8s context name by Tim Windelschmidt · 1 year, 9 months ago
  79. 543756f m/n/c/network: inline error checks by Tim Windelschmidt · 1 year, 9 months ago
  80. 7006caf m/c/metroctl: split cmd_install for future changes by Tim Windelschmidt · 1 year, 9 months ago
  81. 1dd0c65 m/n/kubernetes: improve CSI registration reliability by Lorenz Brun · 1 year, 9 months ago
  82. 456961d m/n/k/reconciler: set fsGroupPolicy for CSI driver by Lorenz Brun · 1 year, 9 months ago
  83. 1e90c6d m/n/c/mgmt: disable interfaces before kexec by Lorenz Brun · 1 year, 9 months ago
  84. 968d720 root: move Metropolis README contents to metropolis/README.md, document launch-cluster by Serge Bazanski · 1 year, 9 months ago
  85. 6a328e6 root: move metropolis-specific tools to metropolis/, rename launch-multi2 to launch-cluster by Serge Bazanski · 1 year, 9 months ago
  86. 9ce4071 mc/c/metroctl: implement simple update sequencing by Lorenz Brun · 1 year, 9 months ago
  87. c51d47d metroctl: use persisted CA certificate for node connections by Serge Bazanski · 1 year, 9 months ago
  88. 9c4bece m/n/k/containerd: clarify preseed log message by Tim Windelschmidt · 1 year, 9 months ago
  89. 93020d7 m/n/k/containerd: use preseeded pause container by Tim Windelschmidt · 1 year, 9 months ago
  90. 6cb00ed m/node: panic on unknown NMIs by Lorenz Brun · 1 year, 9 months ago
  91. d1f82e9 m/node: use pstore for panic storage by Lorenz Brun · 1 year, 9 months ago
  92. 223609c WORKSPACE: update rules_rust and replace cargo-raze with crate_universe by Tim Windelschmidt · 1 year, 10 months ago
  93. 244b567 treewide: remove direct access to external/ by Tim Windelschmidt · 1 year, 10 months ago
  94. b40b918 treewide: replace deprecated qemu short-form option 'readonly' by Tim Windelschmidt · 1 year, 10 months ago
  95. 2a1d1b2 treewide: replace datafile pkg with rules_go/runfiles pkg by Tim Windelschmidt · 1 year, 10 months ago
  96. 568c38c m/c/metroctl: use TOFU CA for Kubernetes with node pinning hack by Serge Bazanski · 1 year, 10 months ago
  97. 7eeef0f m/c/metroctl: implement TOFU for CA certificates by Serge Bazanski · 1 year, 10 months ago
  98. 925ec3d m/cli/metroctl: clean up RPC API by Serge Bazanski · 1 year, 10 months ago
  99. 0c28015 m/n/core/rpc: limit API footgun availability by Serge Bazanski · 1 year, 10 months ago
  100. ad86a55 m/n/kubernetes: serve authproxy with node certificate by Serge Bazanski · 1 year, 10 months ago