1. 3b5a917 treewide: initialize empty structs with var by Tim Windelschmidt · 1 year, 6 months ago
  2. 9884034 metroctl: add --columns options for `node describe` by Serge Bazanski · 1 year, 6 months ago
  3. 5878603 metropolis/cli/metroctl: fix %v in cases where we should use %w by Tim Windelschmidt · 1 year, 6 months ago
  4. 8814f52 metropolis/pkg/logtree: move logtree protobuf definition to logtree pkg by Tim Windelschmidt · 1 year, 6 months ago
  5. b765f24 metropolis/cli/pkg/context: replace with signal.NotifyContext by Tim Windelschmidt · 1 year, 6 months ago
  6. 2f84237 metropolis/cli/metroctl: register context flag to the correct command by Tim Windelschmidt · 1 year, 6 months ago
  7. cceb6a3 m/c/metroctl: add exclude flag to node update by Lorenz Brun · 1 year, 7 months ago
  8. b41b548 treewide: remove duplicate imports by Tim Windelschmidt · 1 year, 7 months ago
  9. 513df18 treewide: errors variables should be prefixed with Err by Tim Windelschmidt · 1 year, 7 months ago
  10. 73e9882 treewide: cleanup error string formatting by Tim Windelschmidt · 1 year, 7 months ago
  11. 2d5ae8f treewide: add nolint after t.Skip/log.Fatal to make staticcheck happy by Tim Windelschmidt · 1 year, 7 months ago
  12. a355821 metropolis/cli/dbg: replace deprecated grpc.WithInsecure by Tim Windelschmidt · 1 year, 7 months ago
  13. d5f851b treewide: replace error comparisons and assertions with errors.Is by Tim Windelschmidt · 1 year, 7 months ago
  14. 49c9ab0 treewide: dont seed random by Tim Windelschmidt · 1 year, 7 months ago
  15. 9ded994 metropolis/cli/metroctl: don't try to use the bundle as installer by Tim Windelschmidt · 1 year, 7 months ago
  16. ec2906a treewide: rename node.NodeManagement to node.NodeManagementPort by Tim Windelschmidt · 1 year, 8 months ago
  17. 240faa4 m/cli/metroctl: fix nil pointer for "node describe" by Tim Windelschmidt · 1 year, 8 months ago
  18. 7661202 m/c/metroctl: fix update logic when errors happen by Lorenz Brun · 1 year, 8 months ago
  19. 0a8797d m/cli/metroctl: add flag for k8s context name by Tim Windelschmidt · 1 year, 8 months ago
  20. 7006caf m/c/metroctl: split cmd_install for future changes by Tim Windelschmidt · 1 year, 9 months ago
  21. 9ce4071 mc/c/metroctl: implement simple update sequencing by Lorenz Brun · 1 year, 9 months ago
  22. c51d47d metroctl: use persisted CA certificate for node connections by Serge Bazanski · 1 year, 9 months ago
  23. 2a1d1b2 treewide: replace datafile pkg with rules_go/runfiles pkg by Tim Windelschmidt · 1 year, 9 months ago
  24. 568c38c m/c/metroctl: use TOFU CA for Kubernetes with node pinning hack by Serge Bazanski · 1 year, 9 months ago
  25. 7eeef0f m/c/metroctl: implement TOFU for CA certificates by Serge Bazanski · 1 year, 9 months ago
  26. 925ec3d m/cli/metroctl: clean up RPC API by Serge Bazanski · 1 year, 9 months ago
  27. 0c28015 m/n/core/rpc: limit API footgun availability by Serge Bazanski · 1 year, 9 months ago
  28. 7dbf18c metropolis/cli/metroctl: add `node delete` command by Tim Windelschmidt · 2 years ago
  29. 0ccc85b metropolis/node: add version to status by Serge Bazanski · 2 years ago
  30. e0c0617 go/clitable: factor out from metroctl by Serge Bazanski · 2 years, 2 months ago
  31. 3b25cf7 metropolis/cli/metroctl: add update command by Tim Windelschmidt · 2 years, 4 months ago
  32. ad13188 treewide: port everything to blockdev by Lorenz Brun · 2 years, 5 months ago
  33. 394b67e m/cli/metroctl: implement buildkind=lite by Serge Bazanski · 2 years, 4 months ago
  34. 46a45f9 m/c/metroctl: move installer dependency to runfiles by Serge Bazanski · 2 years, 4 months ago
  35. f0ec0f6 metropolis/cli/metroctl: add cert export command by Tim Windelschmidt · 2 years, 4 months ago
  36. 7d1a0de m/cli/metroctl: implement `k8s configure` command by Serge Bazanski · 2 years, 4 months ago
  37. 634a3cf metropolis/cli/metroctl: dont segfault on missing status by Tim Windelschmidt · 2 years, 5 months ago
  38. b37d7d8 metropolis/cli/metroctl: dont write hostPort and report correct context by Tim Windelschmidt · 2 years, 5 months ago
  39. c09327c metropolis/cli/metroctl: set storage security policy inside installer by Tim Windelschmidt · 2 years, 5 months ago
  40. 1600d9b m/c/metroctl: add newline between unapproved nodes by Lorenz Brun · 2 years, 5 months ago
  41. 3a3c517 m/c/metroctl/test: deflake test by Lorenz Brun · 2 years, 5 months ago
  42. bdc803b metroctl: allow picking cluster TPM mode on bootstrap by Serge Bazanski · 2 years, 8 months ago
  43. e4a4ce1 metropolis: finish implementing TPMMode by Serge Bazanski · 2 years, 8 months ago
  44. 2cfafc9 metropolis/node/kubernetes: move worker services to KubernetesWorker nodes by Serge Bazanski · 2 years, 8 months ago
  45. e012b72 metropolis: implement NodeManagement.Logs by Serge Bazanski · 2 years, 8 months ago
  46. da11486 metropolis/proto: move log-related types to common by Serge Bazanski · 2 years, 8 months ago
  47. b91938f metropolis: stub out log service by Serge Bazanski · 2 years, 8 months ago
  48. 8535cb5 m/n/core/rpc: implement node verification in authenticated connections by Serge Bazanski · 2 years, 8 months ago
  49. cfbbbdb m/cli/metroctl: refactor, use tabular layout by Serge Bazanski · 2 years, 8 months ago
  50. 504ea31 m/cli/metroctl: implement tabular print by Serge Bazanski · 2 years, 8 months ago
  51. 1f8cad7 m/{cli,test/launch}: integrate launch/cluster with metroctl by Serge Bazanski · 2 years, 8 months ago
  52. cf33f68 m/cli/metroctl: allow specifying --endpoints=multiple,values by Serge Bazanski · 2 years, 8 months ago
  53. cf23ebc m/cli/metroctl: factor out some helper functions by Serge Bazanski · 2 years, 8 months ago
  54. 15f7f63 metropolis: rename KubernetesWorker to KubernetesController, add no-op KubernetesWorker by Serge Bazanski · 2 years, 8 months ago
  55. 4c50f99 m/c/metroctl: reformat by Serge Bazanski · 3 years, 2 months ago
  56. 4c07878 m/c/metroctl: accept multiple node IDs in approve by Mateusz Zalega · 3 years, 3 months ago
  57. e15fee1 m/c/metroctl: implement add, remove role commands by Mateusz Zalega · 3 years, 3 months ago
  58. b838e05 m/c/metroctl: implement the "describe" command by Mateusz Zalega · 3 years, 3 months ago
  59. db75e21 m/c/metroctl: implement the "list" command by Mateusz Zalega · 3 years, 3 months ago
  60. 6cdc976 m/p/cmd: use predicates in RunCommand by Mateusz Zalega · 3 years, 3 months ago
  61. 18a67b0 m/c/metroctl: move common impl to m/c/m/core by Mateusz Zalega · 3 years, 3 months ago
  62. fed8fe5 m/c/metroctl: exercise the takeownership command by Mateusz Zalega · 3 years, 4 months ago
  63. 1846450 m/c/metroctl: takeownership: use cluster resolver by Mateusz Zalega · 3 years, 4 months ago
  64. b2cac08 m/c/metroctl: log resolver state by Mateusz Zalega · 3 years, 4 months ago
  65. 8234c16 m/c/metroctl: add configurable credentials path by Mateusz Zalega · 3 years, 4 months ago
  66. f777496 m/c/metroctl: introduce proxyAddr parameter by Mateusz Zalega · 3 years, 4 months ago
  67. b1e7ee4 m/c/metroctl: use the global endpoints parameter by Mateusz Zalega · 3 years, 4 months ago
  68. c437dc4 m/c/metroctl: implement the approve command by Mateusz Zalega · 3 years, 4 months ago
  69. d5f2f7a m/c/metroctl: implement multi-node installation by Mateusz Zalega · 3 years, 4 months ago
  70. 20d1dd1 m/c/metroctl: automatically set up kubeconfig by Lorenz Brun · 3 years, 4 months ago
  71. 7a51019 m/c/metroctl: embed installer and add argument for bundle by Lorenz Brun · 3 years, 4 months ago
  72. 45c196c m/cli/dbg: fix kubectl command by Leopold · 3 years, 5 months ago
  73. d13c1c6 treewide: switch to gomod and bump everything by Lorenz Brun · 3 years, 8 months ago
  74. 399ce55 m/n/core/rpc: provide lower-level gRPC dialing constructs by Serge Bazanski · 3 years, 8 months ago
  75. 49a1ea4 m/c/p/datafile: expose ResolveRunfile by Mateusz Zalega · 3 years, 8 months ago
  76. 705a402 m/c/metroctl: add k8s credentials plugin by Lorenz Brun · 3 years, 11 months ago
  77. edffbb5 m/{t,n}/installer: move to m/installer by Mateusz Zalega · 3 years, 10 months ago
  78. dc1bec4 m: *: reformat imports by Serge Bazanski · 4 years ago
  79. 9778322 m: {cli,installer}: runfiles through datafile.MustGet by Serge Bazanski · 4 years ago
  80. a9b455f m/c/metroctl: add takeownership command by Lorenz Brun · 4 years ago
  81. 78e5905 m/c/p/context: add CLI context package by Lorenz Brun · 4 years ago
  82. 6c35e97 metropolis: align EFI partition layout by Lorenz Brun · 4 years ago
  83. f8ede09 m/c/metroctl: use in-tree artifacts if called using bazel run by Lorenz Brun · 4 years ago
  84. 764a2de tree-wide: rewrite ioutil functions to their replacements by Lorenz Brun · 4 years ago
  85. e657310 m/c/metroctl: add MVP disk/image-only installer by Lorenz Brun · 4 years ago
  86. 44d2ad4 m/cli/metroctl: reformat by Serge Bazanski · 4 years ago
  87. 0b12170 m/c/m/core: adjust the minimum ESP size by Mateusz Zalega · 4 years ago
  88. 57479bb m/c/metroctl/core: add frontend-independent metroctl support pkg by Lorenz Brun · 4 years, 1 month ago
  89. 6adf884 m/c/metroctl: add skeleton and dependencies by Lorenz Brun · 4 years, 1 month ago
  90. 9d6c4c7 Support injecting container images for development by Lorenz Brun · 4 years, 4 months ago
  91. 216fe7b *: reflow comments to 80 characters by Serge Bazanski · 4 years, 6 months ago
  92. 09c275b Add ftrace support to DebugService by Lorenz Brun · 4 years, 8 months ago
  93. 0ed2f96 metropolis/proto: EnrolmentConfig -> NodeParameters by Serge Bazanski · 4 years, 8 months ago
  94. 31370b0 *: git.monogon.dev -> source.monogon.dev by Serge Bazanski · 4 years, 10 months ago
  95. 0be9be8 metropolis: Lock down visibility rules by Serge Bazanski · 4 years, 10 months ago
  96. 549b72b metropolis: unify utility packages by Serge Bazanski · 4 years, 10 months ago
  97. 77cb6c5 core -> metropolis by Serge Bazanski · 5 years ago