1. 2d5ae8f treewide: add nolint after t.Skip/log.Fatal to make staticcheck happy by Tim Windelschmidt · 1 year, 7 months ago
  2. 096654a treewide: add missing error handling by Tim Windelschmidt · 1 year, 7 months ago
  3. a355821 metropolis/cli/dbg: replace deprecated grpc.WithInsecure by Tim Windelschmidt · 1 year, 7 months ago
  4. 92316fd treewide: remove unnecessary use of fmt.Sprint by Tim Windelschmidt · 1 year, 7 months ago
  5. 24ce66f metropolis/node/kubernetes/reconciler: remove redundant nil check by Tim Windelschmidt · 1 year, 7 months ago
  6. 2d02305 cloud/bmaas/bmdb/reflection: don’t use fmt.Sprintf for string types by Tim Windelschmidt · 1 year, 7 months ago
  7. e4c60f9 m/n/c/n/dhcp4c/callback: Replace x.Sub(time.Now()) with time.Until(x) by Tim Windelschmidt · 1 year, 7 months ago
  8. 0cf8944 treewide: remove redundant returns by Tim Windelschmidt · 1 year, 7 months ago
  9. e1acfe3 treewide: use a single append to concatenate two slices by Tim Windelschmidt · 1 year, 7 months ago
  10. d6877d5 metropolis/node/core/roleserve: simplify returning boolean expression by Tim Windelschmidt · 1 year, 7 months ago
  11. a2eea16 treewide: replace call to bytes.Compare with bytes.Equal by Tim Windelschmidt · 1 year, 7 months ago
  12. 885668a treewide: remove comparison with boolean constant by Tim Windelschmidt · 1 year, 7 months ago
  13. 073e7c4 go/types/mapsets: use copy instead of loop by Tim Windelschmidt · 1 year, 7 months ago
  14. b2778e4 metropolis/node/core/curator: merge assignment into variable declaration by Tim Windelschmidt · 1 year, 7 months ago
  15. 683b62b treewide: simplify boolean expressions by Tim Windelschmidt · 1 year, 7 months ago
  16. 13b4947 metropolis/pkg/efivarfs: use strings.ReplaceAll by Tim Windelschmidt · 1 year, 7 months ago
  17. 783d078 metropolis/node/build/kconfig-patcher: check for bufio.Scanner error by Tim Windelschmidt · 1 year, 7 months ago
  18. 5538121 cloud/agent: remove unnecessary convertions by Tim Windelschmidt · 1 year, 7 months ago
  19. 6e5b8a5 treewide: add nolint exceptions for returnerrcheck by Tim Windelschmidt · 1 year, 7 months ago
  20. 62a02ea build/toolbase: only use Getcwd when it didn't fail by Tim Windelschmidt · 1 year, 7 months ago
  21. 4beb06e metropolis/pkg/gpt: call Hash.Sum with nil instead of empty byte slice by Tim Windelschmidt · 1 year, 7 months ago
  22. 47d0344 metropolis/pkg/supervisor: simplify error unwrap and comparison by Tim Windelschmidt · 1 year, 7 months ago
  23. 3074ec6 treewide: remove empty slice return value with nil by Tim Windelschmidt · 1 year, 7 months ago
  24. 06c1964 treewide: compare syscall.Errno directly instead of interface type by Tim Windelschmidt · 1 year, 7 months ago
  25. 6250705 cloud/shepherd/provider/equinix: fix wrong usage of slices.DeleteFunc by Tim Windelschmidt · 1 year, 7 months ago
  26. 3215ee8 metropolis/pkg/tpm: replace external errors package with stdlib by Tim Windelschmidt · 1 year, 7 months ago
  27. c20e372 treewide: replace errors.Wrap assertions with fmt.Errorf by Tim Windelschmidt · 1 year, 7 months ago
  28. af821c8 treewide: replace error assertions with errors.As by Tim Windelschmidt · 1 year, 7 months ago
  29. d5f851b treewide: replace error comparisons and assertions with errors.Is by Tim Windelschmidt · 1 year, 7 months ago
  30. 69fec52 metropolis/pkg: delete unused package combinectx by Tim Windelschmidt · 1 year, 7 months ago
  31. 6b20781 treewide: replace fmt.Errorf with fmt.Sprintf in panic calls by Tim Windelschmidt · 1 year, 7 months ago
  32. 690511d treewide: fix %w in cases where only %v is supported by Tim Windelschmidt · 1 year, 7 months ago
  33. 13b83f7 metropolis/node/core: fix invalid write in console setup by Tim Windelschmidt · 1 year, 7 months ago
  34. ee8c81b m/t/launch/cluster: make LaunchNode non-blocking by Serge Bazanski · 1 year, 7 months ago
  35. 2829649 m/n/core/n/hostsfile: persist and load node names to/from Cluster Directory by Serge Bazanski · 1 year, 7 months ago
  36. 07e7f0d m/n/c/n/dhcp4c: use net.ErrClosed by Lorenz Brun · 1 year, 7 months ago
  37. 6554689 m/n/c/update/e2e: remove unreachable code by Jan Schär · 1 year, 7 months ago
  38. e84726b m/test/launch/cluster: make runfile aware by Serge Bazanski · 1 year, 7 months ago
  39. f779b8f m/pkgs/localregistry: make runfile aware by Serge Bazanski · 1 year, 7 months ago
  40. 538292d metropolis: replace node pubkey with id in cluster directory by Serge Bazanski · 1 year, 7 months ago
  41. 5ad3144 m/n/core/consensus: remove unused fifoPath argument by Serge Bazanski · 1 year, 7 months ago
  42. 8804972 treewide: fix t.Fatal calls in non-test goroutines by Tim Windelschmidt · 1 year, 7 months ago
  43. 2006753 build/analysis: remove loopclosure nogo check by Tim Windelschmidt · 1 year, 7 months ago
  44. 8ae96a4 m/p/erofs: handle metadata alignment correctly by Lorenz Brun · 1 year, 7 months ago
  45. 322e0d9 go.mod: bump go version to 1.22 by Tim Windelschmidt · 1 year, 7 months ago
  46. bda384c treewide: use nil value for empty slices by Tim Windelschmidt · 1 year, 7 months ago
  47. 1d3a83d metropolis/pkg/fsquota/quotactl: remove redundant parentheses by Tim Windelschmidt · 1 year, 7 months ago
  48. 33306eb metropolis/installer/test: check for part table parse error by Tim Windelschmidt · 1 year, 7 months ago
  49. 9b2c156 treewide: add empty default case to switch statements by Tim Windelschmidt · 1 year, 7 months ago
  50. 49c9ab0 treewide: dont seed random by Tim Windelschmidt · 1 year, 7 months ago
  51. 0c57d34 treewide: cleanup function receiver names by Tim Windelschmidt · 1 year, 7 months ago
  52. 3810567 treewide: remove shadowing of stdlib functions by Tim Windelschmidt · 1 year, 7 months ago
  53. 2a74e58 cloud/bmaas/bmdb: check for transaction error by Tim Windelschmidt · 1 year, 7 months ago
  54. 6b6428d treewide: remove redundant loop vars by Tim Windelschmidt · 1 year, 7 months ago
  55. 5e460a9 treewide: remove unnecessary types and conversions by Tim Windelschmidt · 1 year, 7 months ago
  56. 438ae2e treewide: replace always true switch condition with default by Tim Windelschmidt · 1 year, 7 months ago
  57. a27272c metropolis/test/ktest/init: remove redundant error check by Tim Windelschmidt · 1 year, 7 months ago
  58. 1a8062f metropolis/node/core/rpc: remove noop append by Tim Windelschmidt · 1 year, 7 months ago
  59. a7a82f3 metropolis/test/launch/cluster: remove redundant logic by Tim Windelschmidt · 1 year, 7 months ago
  60. 1ba1e1d metropolis/pkg/kexec: fix scanner error check by Tim Windelschmidt · 1 year, 7 months ago
  61. c12b797 workspace: update cacerts by Lorenz Brun · 1 year, 7 months ago
  62. 6211e4d treewide: k8s 1.28 and lots related updates by Lorenz Brun · 2 years ago
  63. 2ac249b m/n/c/update/e2e: abort test when timing out by Lorenz Brun · 1 year, 7 months ago
  64. 65bf311 third_party: expose firmware and ucode targets by Tim Windelschmidt · 1 year, 7 months ago
  65. 37cfcc1 m/test/e2e: Implement TestE2ECoreHA by Serge Bazanski · 1 year, 8 months ago
  66. c16f048 m/test/util: implement MustTestEventual by Serge Bazanski · 1 year, 8 months ago
  67. bc96957 m/t/launch/cluster: use Health for node liveness in RebootNode by Serge Bazanski · 1 year, 8 months ago
  68. 19b110b m/n/core/consensus: remove unused variable by Jan Schär · 1 year, 7 months ago
  69. 0af4dab treewide: increase test timeouts by Jan Schär · 1 year, 7 months ago
  70. 0ea961c m/p/blockdev: fix discard by Jan Schär · 1 year, 7 months ago
  71. 107eb06 m/n/c/curator: use full election prefix by Jan Schär · 1 year, 7 months ago
  72. a8cfb56 m/pkg/supervisor: propagate panic in TestHarness by Jan Schär · 1 year, 7 months ago
  73. b976967 m/n/c/consensus: fix handling of status request error by Jan Schär · 1 year, 7 months ago
  74. d6d809a m/pkg/socksproxy: fix parsing of IPv6 addresses by Jan Schär · 1 year, 7 months ago
  75. 2c38850 m/p/scsi: add missing length check by Jan Schär · 1 year, 7 months ago
  76. a6fe4ef metropolis/node: add metrics ports to reserverd ports list by Tim Windelschmidt · 1 year, 7 months ago
  77. 5438968 m/n/c/curator: handle election observation failure by Jan Schär · 1 year, 7 months ago
  78. 48a7deb workspace: update MODULE lock file by Lorenz Brun · 1 year, 7 months ago
  79. ae07661 metropolis/pkg/supervisor: define WithPropagatePanic as func not var by Tim Windelschmidt · 1 year, 7 months ago
  80. 9ded994 metropolis/cli/metroctl: don't try to use the bundle as installer by Tim Windelschmidt · 1 year, 7 months ago
  81. fb94c75 m/pkg/jsonpatch: remove duplicate file ending by Jan Schär · 1 year, 7 months ago
  82. 6bcd296 metropolis/proto/private: removed unused Node message by Jan Schär · 1 year, 7 months ago
  83. 20b9812 m/n/k/clusternet: delete unused file by Jan Schär · 1 year, 7 months ago
  84. db3866a build/status: fix version sorting by Jan Schär · 1 year, 7 months ago
  85. 52c6407 m/n/c/network: fix handling of nameserver parse failure by Jan Schär · 1 year, 7 months ago
  86. 4912c5a m/n/b/fwprune: fix link regexp by Jan Schär · 1 year, 7 months ago
  87. 3bdb5fc metropolis/core/metrics: expose containerd metrics endpoint by Tim Windelschmidt · 1 year, 8 months ago
  88. 22a71c1 metropolis/node/kubernetes/metricsproxy: clarify error message by Tim Windelschmidt · 1 year, 7 months ago
  89. ec2906a treewide: rename node.NodeManagement to node.NodeManagementPort by Tim Windelschmidt · 1 year, 7 months ago
  90. 0004508 workspace: update rules_go to v0.46.0, go to v1.22.1 by Tim Windelschmidt · 1 year, 7 months ago
  91. 8d377ce m/pkg/event: fix potential stuckness in Pipe by Serge Bazanski · 1 year, 7 months ago
  92. d8e5e27 README: add Matrix channel by Leopold Schabel · 1 year, 7 months ago
  93. 59f8d0a third_party/linux: disable SEV by Lorenz Brun · 1 year, 7 months ago
  94. 7f72748 m/n/k/reconciler: refactor resource interface by Jan Schär · 1 year, 8 months ago
  95. 23e5230 m/pkg/supervisor: close connections when grpc server exits by Jan Schär · 1 year, 8 months ago
  96. 76cae0b m/n/core/network/hostsfile: fix stale curator entries by Serge Bazanski · 1 year, 8 months ago
  97. 07fab03 m/n/core/hostsfile: narrow down network service type to just network status by Serge Bazanski · 1 year, 8 months ago
  98. b63ed8a m/n/core/network: drop Watch/Value methods, expose Status by Serge Bazanski · 1 year, 8 months ago
  99. 1ac503c third_party/nix: move bazel-inner wrapper to external file by Tim Windelschmidt · 1 year, 8 months ago
  100. 276a746 m/test/e2e: test NodePort by Lorenz Brun · 2 years, 4 months ago