1. 0f8ce4c m/node/allocs: split new package off m/node by Jan Schär · 9 weeks ago
  2. 9bd9bd4 treewide: replace deprecated grpc.Dial with grpc.NewClient by Tim Windelschmidt · 9 months ago
  3. 5ffa636 treewide: Fix RPC_REQUEST_STANDARD_NAME and RPC_RESPONSE_STANDARD_NAME by Tim Windelschmidt · 9 months ago
  4. 6d33a43 treewide: add license header and enable haslicense linter by Tim Windelschmidt · 9 months ago
  5. 39d9c24 metropolis: reduce usage of identity.NodeID by Jan Schär · 1 year, 1 month ago
  6. 5f1a7de treewide: fix %v in cases where we should use %w by Tim Windelschmidt · 1 year, 2 months ago
  7. ca8d951 metropolis/resolver: use logging.Leveled by Serge Bazanski · 1 year, 2 months ago
  8. 3c5d063 osbase/logtree.LeveledLogger -> go/logging.Leveled by Serge Bazanski · 1 year, 2 months ago
  9. a3e38cf metroctl: add metrics command by Serge Bazanski · 1 year, 3 months ago
  10. 3325b4b workspace: bump bazel_gazelle to v0.37.0 by Tim Windelschmidt · 1 year, 4 months ago
  11. 9f21f53 treewide: introduce osbase package and move things around by Tim Windelschmidt · 1 year, 6 months ago
  12. 8732d43 treewide: documentation on exported types should start with their name by Tim Windelschmidt · 1 year, 7 months ago
  13. 513df18 treewide: errors variables should be prefixed with Err by Tim Windelschmidt · 1 year, 7 months ago
  14. 6e5b8a5 treewide: add nolint exceptions for returnerrcheck by Tim Windelschmidt · 1 year, 7 months ago
  15. 8804972 treewide: fix t.Fatal calls in non-test goroutines by Tim Windelschmidt · 1 year, 7 months ago
  16. 0c57d34 treewide: cleanup function receiver names by Tim Windelschmidt · 1 year, 7 months ago
  17. 6b6428d treewide: remove redundant loop vars by Tim Windelschmidt · 1 year, 7 months ago
  18. 1a8062f metropolis/node/core/rpc: remove noop append by Tim Windelschmidt · 1 year, 7 months ago
  19. d6a8802 m/node: fix appending to read-only slices by Jan Schär · 1 year, 8 months ago
  20. 7eeef0f m/c/metroctl: implement TOFU for CA certificates by Serge Bazanski · 1 year, 9 months ago
  21. 0c28015 m/n/core/rpc: limit API footgun availability by Serge Bazanski · 1 year, 9 months ago
  22. 60461b2 metropolis: move curator client watches to curator/watcher by Serge Bazanski · 2 years ago
  23. 0573d7d metropolis/resolver: more logging by Serge Bazanski · 2 years, 3 months ago
  24. 4ac7112 metropolis/node/core/rpc: decouple from pki by Serge Bazanski · 2 years, 4 months ago
  25. ffbf393 metropolis/test/util: move in NewEphemeralClusterCredentials from rpc by Serge Bazanski · 2 years, 4 months ago
  26. a380d67 m/n/core/rpc/resolver: log current processor state on watcher error by Serge Bazanski · 2 years, 4 months ago
  27. 7053598 m/n/c/rpc/resolver: dampen curator updates by Serge Bazanski · 2 years, 5 months ago
  28. c1ce95f metropolis/rpc: fix race condition by Serge Bazanski · 2 years, 5 months ago
  29. a6d8b39 third_party/go: bump grpc-go by Serge Bazanski · 2 years, 7 months ago
  30. b58102c m/n/core/rpc: do not log RPC traces from NodeManagement.Logs by Serge Bazanski · 2 years, 7 months ago
  31. 8535cb5 m/n/core/rpc: implement node verification in authenticated connections by Serge Bazanski · 2 years, 7 months ago
  32. 8b4a5ea m/n/core/rpc: shorten proto messages in traces by Serge Bazanski · 2 years, 7 months ago
  33. 3600690 m/n/c/rpc/resolver: correctly close watcher on context cancel by Serge Bazanski · 2 years, 8 months ago
  34. bfc2807 m/node/core: fix up resolver keepalives by Serge Bazanski · 2 years, 8 months ago
  35. 4abeb13 cloud/bmaas/server: init by Serge Bazanski · 3 years, 1 month ago
  36. 1dc567e m/n/c/r/resolver: enable keepalive on updaters by Serge Bazanski · 3 years, 4 months ago
  37. 58ddc09 m/n/c/r/resolver: allow disabling curator updater by Serge Bazanski · 3 years, 4 months ago
  38. b43d0f0 m/node: use resolver for intra-cluster connections by Serge Bazanski · 3 years, 5 months ago
  39. fcfebbc m/n/c/rpc: make resolver leader-aware by Serge Bazanski · 3 years, 5 months ago
  40. 05c1db9 m/n/c/rpc: remove leftover ClusterServices by Serge Bazanski · 3 years, 5 months ago
  41. 003a3b0 m/n/c/rpc: allow authenticated connections to unauthenticated endpoints by Serge Bazanski · 3 years, 5 months ago
  42. 5e9cb57 m/n/c/rpc: replace SetupExternalGRPC with an option generator by Serge Bazanski · 3 years, 6 months ago
  43. 33ce3bc m/n/core/rpc: add ClusterResolver by Serge Bazanski · 3 years, 8 months ago
  44. d13c1c6 treewide: switch to gomod and bump everything by Lorenz Brun · 3 years, 7 months ago
  45. 399ce55 m/n/core/rpc: provide lower-level gRPC dialing constructs by Serge Bazanski · 3 years, 7 months ago
  46. f3c4b42 m/n/core/rpc: remove leftover local/external listener abstractions by Serge Bazanski · 3 years, 8 months ago
  47. 58cf3bc m/n/core: remove local listener from curator by Serge Bazanski · 3 years, 8 months ago
  48. 636032e m/test/launch: fail ROC on non-UNAVAILABLE errors by Serge Bazanski · 3 years, 9 months ago
  49. 54c4f18 m/n/c/rpc: trace authentication details by Serge Bazanski · 3 years, 9 months ago
  50. fb0fb6d m/n/c/rpc: implement Span/Trace by Serge Bazanski · 3 years, 9 months ago
  51. 2893e98 m/n/c/curator: add UpdateStatus by Serge Bazanski · 4 years, 2 months ago
  52. 3379a5d m/n/core: factor out gRPC/TLS into rpc and identity libraries by Serge Bazanski · 4 years, 2 months ago
  53. d7d6e02 m/n/core/rpc: create library for common gRPC functions by Serge Bazanski · 4 years, 2 months ago