1. 1ebd1e1 core/internal/cluster: add new single-node cluster code by Serge Bazanski · 5 years ago
  2. c2c7ad9 core/internal: move containerd and kubernetes to localstorage by Serge Bazanski · 5 years ago
  3. efdb6e9 core/api: move to core/proto by Serge Bazanski · 5 years ago
  4. b7689bd cluster/internal: remove old cluster enrolment/integrity/management by Serge Bazanski · 5 years ago
  5. cb883e2 core/internal/consensus: refactor by Serge Bazanski · 5 years ago
  6. a5eaeb8 Increase zeroing performance for data partition by Lorenz Brun · 5 years ago
  7. f042e6f Add Wireguard-based K8s pod networking by Lorenz Brun · 5 years ago
  8. b876fc3 Update containerd to 1.4.0-beta.2 and K8s to 1.19.0-rc.0 by Lorenz Brun · 5 years ago
  9. 78fd972 Kubernetes volume & stamping fixes by Lorenz Brun · 5 years ago
  10. cca74b6 core/internal/common/supervisor: remove debug logs by Serge Bazanski · 5 years ago
  11. 56ae577 Increase E2E gRPC connection reliability by Lorenz Brun · 5 years ago
  12. 70f65b2 Add init debugging support by Lorenz Brun · 5 years ago
  13. 52f7f29 Add nanoswitch and cluster testing by Lorenz Brun · 5 years ago
  14. 3ff5af3 Expand launch infrastructure and make dependencies use it by Lorenz Brun · 5 years ago
  15. e50ec39 core/internal/localstorage: init by Serge Bazanski · 5 years ago
  16. dbfc638 core/internal/kubernetes: refactor PKI fully by Serge Bazanski · 5 years ago
  17. 71f7a56 Revert "scripts/create_container: fix cockroachdb startup" by Serge Bazanski · 5 years ago
  18. 5a09142 scripts/create_container: fix cockroachdb startup by Serge Bazanski · 5 years ago
  19. 032ca18 core/cmd/mkimage: clean up by Serge Bazanski · 5 years ago
  20. d603f84 core/tests/e2e: increase timeouts by Leopold Schabel · 5 years ago
  21. c3ae758 core/initramfs: add cilium, force static binaries by Serge Bazanski · 5 years ago
  22. e28e6d7 core/tests/e2e: print pprof server port by Leopold Schabel · 5 years ago
  23. a013ffa core/tests/e2e: wait for all subprocesses we created by Leopold Schabel · 5 years ago
  24. fc5dbc6 Add E2E tests for basic functionality and port launching to Go by Lorenz Brun · 5 years ago
  25. 140bddc core: build initramfs using generic initramfs rule by Serge Bazanski · 5 years ago
  26. e6030f6 core/internal/kubernetes: refactor reconciler, move to subpackage by Serge Bazanski · 5 years ago
  27. 4cc664d Reconciler fixup by Lorenz Brun · 5 years ago
  28. b15abad Add PV provisioner by Lorenz Brun · 5 years ago
  29. 0db90ba Implement CSI node plugin by Lorenz Brun · 5 years ago
  30. 8e3b8fc Port kubernetes package to supervisor by Lorenz Brun · 5 years ago
  31. 8da5377 core/cmd/init: ignore SIGURG by Leopold Schabel · 5 years ago
  32. 6acfc32 Add support for gVisor logging by Lorenz Brun · 5 years ago
  33. 878f5f9 Add Kubernetes Worker and infrastructure by Lorenz Brun · 5 years ago
  34. df12522 *: unpin rules_go/gazelle by Serge Bazanski · 5 years ago
  35. d3c59d2 Update to Go 1.14 by Lorenz Brun · 5 years ago
  36. c88c82d Add containerd & gVisor support by Lorenz Brun · 5 years ago
  37. 60febd9 Clean up consensus etcd log output by Lorenz Brun · 5 years ago
  38. ac6b644 core/internal/common/supervisor: deflake by Serge Bazanski · 5 years ago
  39. 19bb412 //core/internal/supervisor: drop panic propagation flag by Serge Bazanski · 5 years ago
  40. bb7db92 Add all dependencies for Kubernetes worker by Serge Bazanski · 5 years ago
  41. 547b33f Add in-kernel test runner by Lorenz Brun · 5 years ago
  42. 5d7d2a4 Update Kubernetes to 1.18.0 by Lorenz Brun · 5 years ago
  43. 1d80175 Introduce fsquota package by Lorenz Brun · 5 years ago
  44. 25b82a8 Added logbuffer helper package by Lorenz Brun · 5 years ago
  45. b1b742f core/internal/network: move to supervisor by Serge Bazanski · 5 years ago
  46. 9c09c4e supervisor: init by Serge Bazanski · 5 years ago
  47. 9374393 test_boot is now a medium-sized test by Leopold Schabel · 6 years ago
  48. 581b0bd init: remount to tmpfs by Serge Bazanski · 6 years ago
  49. 8fba0f8 Review comments for TPM attestation by Leopold Schabel · 6 years ago
  50. 8efe51e ide: use goimports instead of gofmt by Hendrik Hofstadt · 6 years ago
  51. 1a5a667 core/internal/network: use DHCP router/gateway by Serge Bazanski · 6 years ago
  52. cdb8c78 Revamp DHCP, add basic context management by Serge Bazanski · 6 years ago
  53. 2fb13a8 third_party: slurp in edk2, kubernetes, mkfs.xfs by Serge Bazanski · 6 years ago
  54. aa6b734 Attestation & Identity & Global Unlock & Enrolment by Lorenz Brun · 6 years ago
  55. 731d00a Move linux to //third_party. by Serge Bazanski · 6 years ago
  56. 7ba3152 core/internal/api: use gRPC statuses as much as possible by Serge Bazanski · 6 years ago
  57. 71049af core/api: fix RemoveNode return type. by Serge Bazanski · 6 years ago
  58. dcb3a56 Remove spurious '@//' root workspace references by Serge Bazanski · 6 years ago
  59. 83dc285 Teach Gazelle about k8s import paths in @kubernetes by Leopold Schabel · 6 years ago
  60. f1d34d3 Update Bazel, rules_go, gazelle, linux_kernel, musl, and k8s by Leopold Schabel · 6 years ago
  61. a4516f9 Add minimal functionality test for k8s control plane by Leopold Schabel · 6 years ago
  62. 6e8f69c Initial Kubernetes Control Plane by Lorenz Brun · 6 years ago
  63. 0490496 Added kube-controlplane binary by Lorenz Brun · 6 years ago
  64. f79bfac Increase test_boot timeout to 60s by Leopold Schabel · 6 years ago
  65. 45333b6 Enable network loopback interface by Lorenz Brun · 6 years ago
  66. 7193620 Added fileargs helper package by Lorenz Brun · 6 years ago
  67. 7670e67 Improve core/scripts:launch ergonomics by Leopold Schabel · 6 years ago
  68. 383d4bb Run "bazel test //..." in CI by Leopold Schabel · 6 years ago
  69. 68c5875 Improve documentation, remove dead code plus some minor refactorings by Leopold Schabel · 6 years ago
  70. a4ea9d0 Added bootstrap CA by Lorenz Brun · 6 years ago
  71. 6549307 Use flag package for mkimage command line parsing by Leopold Schabel · 6 years ago
  72. 5f1d05f Split up linux_kernel build folder to separate repo changes by Leopold Schabel · 6 years ago
  73. 0bcaaee Build core with separate initramfs by Lorenz Brun · 6 years ago
  74. f08704a Dynamic "make -j" parameter by Leopold Schabel · 6 years ago
  75. 6c39ea1 Added Kubernetes to build system by Lorenz Brun · 6 years ago
  76. 0d7c91e Implement monorepo layout by Hendrik Hofstadt · 6 years ago