Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ed29ee1
feat: fix up agent to work in kubernetes environment
Meshiest Dec 7, 2024
8bdb3cd
refactor(schema): move schema documents to common from controlplane
Meshiest Dec 7, 2024
612e306
refactor(cli,agent): use url::form_urlencoded serializer for query bu…
Meshiest Dec 7, 2024
0f86dff
feat(cli): spec helper commands
Meshiest Dec 7, 2024
86d1b30
docs(cli): update CLI docs
Meshiest Dec 7, 2024
08f1aee
feat(agent,controlplane): add support for 'ephemeral' agents that are…
Meshiest Dec 7, 2024
99e6771
feat(devops): add compute agent deployment, fix agent modes in agents…
Meshiest Dec 7, 2024
12e70bd
fix: common compiling, clippy and fmt fixes
gluax Dec 7, 2024
37d8055
fix(ci): don't fail if module has no tests
gluax Dec 7, 2024
b1a601f
refactor(devops): use kustomization for k8s resource aggregation
Meshiest Dec 8, 2024
3878320
Merge branch 'main' into feat-sn8s
Meshiest Dec 9, 2024
4890c14
chore: update cli version
Meshiest Dec 11, 2024
718eabc
refactor(cli): rename autocomplete to completion, like most CLIs
Meshiest Dec 11, 2024
fc507d2
Merge branch 'main' into feat-sn8s
Meshiest Dec 11, 2024
827f693
feat(agent,controlplane): add kubernetes ready and liveliness service…
Meshiest Dec 12, 2024
c1abb74
feat(devops): helm charts for deploying a controlplane and agents
Meshiest Dec 12, 2024
9599f80
chore(helm): doc/todo comments in helm chart valeus
Meshiest Dec 14, 2024
3ca249f
fix(controlplane): increase execute auth RPC timeout
Meshiest Dec 14, 2024
293c7d6
refactor(controlplane): remove key-to-agent bimap, support optional a…
Meshiest Dec 14, 2024
7478a65
feat(aot): optional keys for node runner
Meshiest Dec 15, 2024
321589d
feat(controlplane): optional storage documents, optional node keys
Meshiest Dec 15, 2024
042533a
feat(snops): support shorthand 'client' node key syntax instead of 'c…
Meshiest Dec 15, 2024
db89f57
fix(controlplane): fix storage document ignoring native genesis witho…
Meshiest Dec 15, 2024
c940fde
chore: cleanup some specs
Meshiest Dec 15, 2024
dcd95a3
fix(controlplane): fix native genesis logic failing when a storage al…
Meshiest Dec 15, 2024
7e807ee
refactor(controlplane): replace Arc<Busy> with a real Semaphore
Meshiest Dec 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ book

# report files
report.html
report.json
report.json

# Helm chart files
*.tgz
*.tar.gz
Chart.lock
173 changes: 6 additions & 167 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading