hosted-fornet
|
b3bac8b5a6
|
Merge pull request #20 from uqbar-dao/hf/get-kv-functional
vfs: fix queue
|
2023-10-12 16:53:52 -07:00 |
|
hosted-fornet
|
aa0cdf084a
|
fix persistence
|
2023-10-12 16:52:53 -07:00 |
|
hosted-fornet
|
46fec4c6f7
|
vfs: fix part of persistence: loading
|
2023-10-12 15:22:07 -07:00 |
|
hosted-fornet
|
25748d1c2a
|
vfs: fix queue
|
2023-10-12 14:51:30 -07:00 |
|
github-actions[bot]
|
dcac68af07
|
Format Rust code using rustfmt
|
2023-10-12 20:07:21 +00:00 |
|
dr-frmr
|
9e038f6938
|
hotfix2
|
2023-10-12 16:06:51 -04:00 |
|
dr-frmr
|
78152fe881
|
hotfix: better build.rs, *actually* don't build KV
|
2023-10-12 15:00:26 -04:00 |
|
dr-frmr
|
81a855a3ed
|
Merge pull request #17 from uqbar-dao/dr/keepalive
reintroduce keepalive to every active websocket connection
|
2023-10-12 14:34:51 -04:00 |
|
dr-frmr
|
dd00ac7fe8
|
Merge pull request #2 from uqbar-dao/hf/towards-a-working-spawn
towards a working spawn
|
2023-10-12 14:34:26 -04:00 |
|
dr-frmr
|
6a71e7aba8
|
remove bootstrapping note
|
2023-10-12 14:20:16 -04:00 |
|
dr-frmr
|
78e6e5816d
|
comment out KV from build.rs
|
2023-10-12 14:18:34 -04:00 |
|
dr-frmr
|
1c8ae26c6d
|
Merge branch 'main' into hf/towards-a-working-spawn
|
2023-10-12 14:12:40 -04:00 |
|
dr-frmr
|
cb9c6b1703
|
comment out debugging prints
|
2023-10-12 14:12:05 -04:00 |
|
dr-frmr
|
b20edde54a
|
remove prints
|
2023-10-12 13:21:28 -04:00 |
|
Will Galebach
|
0fb3af3a66
|
Remove redirect from / to /login (#19)
|
2023-10-12 18:19:46 +01:00 |
|
realisation
|
563a61a5f6
|
updated submodule commit to include ethers v5 types
|
2023-10-12 12:46:29 -04:00 |
|
dr-frmr
|
197e1fed4a
|
whoops
|
2023-10-12 12:08:06 -04:00 |
|
bitful-pannul
|
47675cfbf4
|
app_tracker: remove final print
|
2023-10-12 18:48:41 +03:00 |
|
github-actions[bot]
|
ef0425a328
|
Format Rust code using rustfmt
|
2023-10-12 15:25:15 +00:00 |
|
realisation
|
5eef3dd4be
|
updated src/register submodule commit to include setting direct on POST request
|
2023-10-12 11:24:48 -04:00 |
|
realisation
|
4420ff7cb2
|
updated handle_post to accept direct boolean and accordingly set ws_routing or allowed_routers to none
|
2023-10-12 11:24:26 -04:00 |
|
bitful-pannul
|
9f4055156e
|
app_tracker: add responses for quick bootups via rpc
|
2023-10-12 17:59:07 +03:00 |
|
realisation
|
e7e77d881f
|
included submodule init instructions in README, passing ws ip and port info to register frontend and included new register submodule commit supporting that via classic register flow
|
2023-10-12 10:38:29 -04:00 |
|
bitful-pannul
|
b1c33cdaf4
|
delete start-package.py, moved to -> pkg-template repo
|
2023-10-12 16:15:25 +03:00 |
|
bitful-pannul
|
4c8be631a0
|
app_tracker: remove prints
|
2023-10-12 16:14:41 +03:00 |
|
bitful-pannul
|
82e5ea82c3
|
fix homepage login
|
2023-10-12 13:25:34 +03:00 |
|
bitful-pannul
|
997520fb09
|
write_at concurrency impr
|
2023-10-12 13:13:17 +03:00 |
|
github-actions[bot]
|
a45738da87
|
Format Rust code using rustfmt
|
2023-10-12 03:00:57 +00:00 |
|
dr-frmr
|
d0cde6c791
|
add a ping/pong keepalive
|
2023-10-11 23:00:25 -04:00 |
|
dr-frmr
|
45084b212a
|
fix a caps deadlcok
|
2023-10-11 21:06:08 -04:00 |
|
github-actions[bot]
|
6e7c8bc5f8
|
Format Rust code using rustfmt
|
2023-10-12 00:36:10 +00:00 |
|
hosted-fornet
|
358e2cc447
|
key_value: change to real api
|
2023-10-11 17:35:34 -07:00 |
|
hosted-fornet
|
800c4c5bfa
|
add and remove some prints (magically makes KV::New work)
|
2023-10-11 17:30:30 -07:00 |
|
dr-frmr
|
d01e102a04
|
remove GrantCapability from KernelCommand
|
2023-10-11 20:14:02 -04:00 |
|
github-actions[bot]
|
3aaa9f2820
|
Format Rust code using rustfmt
|
2023-10-12 00:07:24 +00:00 |
|
hosted-fornet
|
8d5ab123b5
|
add basic, working, testable-from-terminal kv (no caps)
|
2023-10-11 17:06:50 -07:00 |
|
realisation
|
d35139a42c
|
update to debouncing commit in register
|
2023-10-11 18:59:44 -04:00 |
|
realisation
|
d91b84dee6
|
including new register commit
|
2023-10-11 18:16:15 -04:00 |
|
realisation
|
963ace27ad
|
merge complete
|
2023-10-11 18:15:59 -04:00 |
|
github-actions[bot]
|
59775cf02e
|
Format Rust code using rustfmt
|
2023-10-11 21:41:37 +00:00 |
|
hosted-fornet
|
9f40867771
|
update build.rs; fix vfs & fs bugs
|
2023-10-11 14:41:06 -07:00 |
|
bitful-pannul
|
1344984f94
|
Merge branch 'main' into hf/towards-a-working-spawn
|
2023-10-11 20:18:45 +03:00 |
|
github-actions[bot]
|
c8101566fa
|
Format Rust code using rustfmt
|
2023-10-11 17:14:13 +00:00 |
|
bitful-pannul
|
53c84abaec
|
fix on_panic::restart
|
2023-10-11 20:13:36 +03:00 |
|
github-actions[bot]
|
c806bc099f
|
Format Rust code using rustfmt
|
2023-10-11 16:57:04 +00:00 |
|
hosted-fornet
|
afb4e50095
|
fix spawn
|
2023-10-11 09:56:32 -07:00 |
|
tadad
|
9e025382af
|
Merge pull request #16 from uqbar-dao/da/qns-fix
parsing fix
|
2023-10-11 15:59:47 +03:00 |
|
dachus
|
68a927cbf8
|
parsing fix
|
2023-10-11 15:50:15 +03:00 |
|
github-actions[bot]
|
b888191fb1
|
Format Rust code using rustfmt
|
2023-10-11 11:17:00 +00:00 |
|
bitful-pannul
|
9285e0f2ad
|
fix await caps get_send in kernel
|
2023-10-11 14:16:18 +03:00 |
|