Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
321a417
cleanup: trim deps in kinode_lib
dr-frmr Jun 12, 2024
b907b7d
update helptext
nick1udwig Jun 12, 2024
0592044
cleanup: use features for alloy
dr-frmr Jun 12, 2024
926e574
Format Rust code using rustfmt
github-actions[bot] Jun 12, 2024
dac4a2e
vfs: use sha256, remove blake3 dep
dr-frmr Jun 12, 2024
1538f8e
cleanup: get rid of unused deps
dr-frmr Jun 12, 2024
03d4eff
Format Rust code using rustfmt
github-actions[bot] Jun 12, 2024
7dfd928
Merge pull request #398 from kinode-dao/dr/deps-cleanup
dr-frmr Jun 12, 2024
ea762d3
tester_lib remove rust-analyzer warning
dr-frmr Jun 13, 2024
5a07782
WIP: refactor terminal for clarity, improve comments, add print to ac…
dr-frmr Jun 14, 2024
e0fc429
WIP: terminal: remove unwraps, more comments
dr-frmr Jun 14, 2024
ac49747
bring back build.rs
dr-frmr Jun 14, 2024
7c00996
FIX: correctly allow indirect node to boot that's been updated onchai…
dr-frmr Jun 14, 2024
82691b3
WIP: make search better (needs more work!)
dr-frmr Jun 14, 2024
b71ba07
allow wider widgets on smaller screens
0x70b1a5 Jun 14, 2024
f5d30b5
correctly watch windowsize changes
0x70b1a5 Jun 14, 2024
e2c4087
tester: update tester_lib
nick1udwig Jun 15, 2024
e38071f
search: still not perfect but serviceable
dr-frmr Jun 17, 2024
bb82cf9
Merge pull request #400 from kinode-dao/tm/widgets-on-smaller-screens
dr-frmr Jun 17, 2024
0b94aec
Merge pull request #402 from kinode-dao/dr/terminal-refactor
dr-frmr Jun 17, 2024
d549c68
bump runtime version and bump alloy dep to 0.1.1
dr-frmr Jun 17, 2024
c88a176
Merge pull request #406 from kinode-dao/dr/alloy-0.1
dr-frmr Jun 17, 2024
5baebb4
vfs: make all imports explicit
dr-frmr Jun 17, 2024
e6d564c
remove tailwind warning from appstore widget
0x70b1a5 Jun 17, 2024
758a58f
kinoupdates widget warning removal
0x70b1a5 Jun 17, 2024
cfd9959
vfs: refactor for less copying, cleaner
dr-frmr Jun 18, 2024
5623cb2
fixes
dr-frmr Jun 18, 2024
c7f7dae
keep fetch at 12
dr-frmr Jun 18, 2024
b7b1ac4
Merge pull request #408 from kinode-dao/tm/remove-tailwind-from-appst…
dr-frmr Jun 18, 2024
c842455
add builders for `KernelMessage` and `Printout`, WIP use them everywhere
dr-frmr Jun 18, 2024
f1d7008
add alloy signers-local, fix simulation-mode
dr-frmr Jun 18, 2024
572151c
Merge branch 'develop' into dr/disk-modules-refactor
dr-frmr Jun 18, 2024
f96b257
kernel: only overwrite request prompting_message when there could be …
nick1udwig Jun 18, 2024
88db6ef
Format Rust code using rustfmt
github-actions[bot] Jun 18, 2024
f81d4be
thumbnails
0x70b1a5 Jun 18, 2024
4311432
use thumbnail size instead of medium
0x70b1a5 Jun 18, 2024
a82305a
kernel: print debug when message dropped cuz target DNE
nick1udwig Jun 19, 2024
4046095
tester: update to place setup processes where tester can access
nick1udwig Jun 19, 2024
29865ac
Merge pull request #412 from kinode-dao/tm/kinoupdates-thumbnails
dr-frmr Jun 20, 2024
c709f6e
Merge pull request #411 from kinode-dao/hf/dont-overwrite-prompting-m…
dr-frmr Jun 20, 2024
e8d0d6c
tagged release build workflow
dolled-possum Jun 20, 2024
e873d61
Merge pull request #417 from kinode-dao/jr/new-release-workflow
dr-frmr Jun 20, 2024
605bc56
app store mobile ui
0x70b1a5 Jun 19, 2024
b05a0e1
add screensize meta tags for kinoupdates and appstore widgets; remove…
0x70b1a5 Jun 20, 2024
cf1811f
Merge pull request #418 from kinode-dao/tm/app-store-mobile-ui
dr-frmr Jun 21, 2024
c7329d9
refactor kv, sqlite for clean
dr-frmr Jun 25, 2024
dc6c7fe
cleanup state modules more
dr-frmr Jun 25, 2024
271856b
Merge branch 'develop' into dr/disk-modules-refactor
dr-frmr Jun 25, 2024
c895e98
readme: fully document scripts in terminal package
dr-frmr Jun 25, 2024
8a5eae4
more cleanup of imports, use kernelMessage builder
dr-frmr Jun 25, 2024
3fff94c
simulation-mode compiling
dr-frmr Jun 25, 2024
3ea8001
tester: update to new caps passing method
nick1udwig Jun 26, 2024
eda91dd
Merge branch 'develop' into hf/add-scripts
nick1udwig Jun 26, 2024
2be1744
Merge pull request #415 from kinode-dao/hf/add-scripts
nick1udwig Jun 26, 2024
e534bd8
bump alloy to 0.1.3 infura endpts still not working :/
dr-frmr Jun 28, 2024
da90cc4
Merge pull request #419 from kinode-dao/dr/disk-modules-refactor
dr-frmr Jun 28, 2024
4466480
vfs: add file cleanup
dr-frmr Jun 28, 2024
19d5ffc
widget: don't panic on bad GET, bump alloy deps
dr-frmr Jul 1, 2024
159e898
Merge pull request #422 from kinode-dao/dr/vfs-close-files
dr-frmr Jul 1, 2024
2059d51
top: don't show capabilities by default, add --show-caps (-c) flag to…
dr-frmr Jul 1, 2024
e3ef087
Merge pull request #423 from kinode-dao/dr/top-no-cap
dr-frmr Jul 1, 2024
f31e74b
`cargo update`...
dr-frmr Jul 1, 2024
cb22abc
...spring cleaning
dr-frmr Jul 2, 2024
f5f4f00
Merge pull request #426 from kinode-dao/dr/kernel-cleanup
dr-frmr Jul 2, 2024
1f37fb4
fix revoke all behavior, make caps printing on verbosity=3 cleaner
dr-frmr Jul 2, 2024
4a91072
fix: if hitting path before login, redirect to login
dr-frmr Jul 2, 2024
bfa7034
Merge pull request #427 from kinode-dao/dr/add-no-revoke-to-kill
dr-frmr Jul 3, 2024
442b563
Merge pull request #428 from kinode-dao/dr/fix-login-to-path
dr-frmr Jul 3, 2024
9c0f1af
remove outdated TODOs
dr-frmr Jul 4, 2024
c95ee09
fix: don't parse cap params in wit/de_wit
dr-frmr Jul 4, 2024
7659f13
fix: filter caps on spawn and persist granting
dr-frmr Jul 4, 2024
aa10072
fix: use correct path for placeholder icons
dr-frmr Jul 4, 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
23 changes: 23 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: rust tagged release in main CI

on:
push:
tags: ['v[0-9].[0-9]+.[0-9]+']

jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
timeout-minutes: 60

steps:
- name: build and deploy kinode
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_PROD_API_HOST }}
username: ${{ secrets.SSH_PROD_USER }}
key: ${{ secrets.SSH_PROD_API_ED25519KEY }}
port: ${{ secrets.SSH_PROD_PORT }}
command_timeout: 60m
script: |
curl -X PUT http://localhost:8000/monitor/build-kinode
Loading