Commit Graph

177 Commits

Author SHA1 Message Date
bitful-pannul
7141338b45 Merge branch 'v0.4.0' into bp/fs2 2023-12-19 15:48:26 -03:00
bitful-pannul
21742628bf tester: new vfs paths 2023-12-19 15:42:32 -03:00
hosted-fornet
48b0ca4d5b
Merge pull request #101 from uqbar-dao/hf/app_store-bootstrapped-app-caps
app store bootstrapped app caps
2023-12-19 09:55:22 -08:00
bitful-pannul
85abd4afb0 kv & sqlite type semantics 2023-12-19 13:31:18 -03:00
bitful-pannul
417b442308 fix app_store bootstrapped modules reload 2023-12-19 12:16:25 -03:00
dr-frmr
3775162876
chess working with new websockets! 2023-12-18 20:24:19 -05:00
hosted-fornet
104ebb4334 add bootstrapped app vfs caps to app_store 2023-12-18 16:06:52 -08:00
bitful-pannul
82b567033d kt fixes 2023-12-18 20:38:20 -03:00
bitful-pannul
f241e89c4b wit 0.5.0 fixes 2023-12-18 20:30:06 -03:00
bitful-pannul
e0979f9ec1 Merge branch 'v0.4.0' into bp/fs2 2023-12-18 20:24:14 -03:00
bitful-pannul
d67d2c61c1 app_store: remove print 2023-12-18 17:36:03 -03:00
hosted-fornet
2fca669019 sqlite, key_value: bump process_lib versions 2023-12-18 09:39:55 -08:00
dr-frmr
2ca7c60c7b
update to wit 0.5.0 2023-12-15 16:21:06 -05:00
bitful-pannul
01bb9e7377 vfs: add root cap and cap_granting in app_store & bootstrap 2023-12-15 13:11:02 -03:00
bitful-pannul
225a0e3396 vfs: drive namespacing process_id -> package_id 2023-12-14 20:35:14 -03:00
bitful-pannul
039c58bc54 fix starting processes from app_store 2023-12-14 11:55:28 -03:00
bitful-pannul
d497212dbf app_store: update vfs types 2023-12-14 11:04:28 -03:00
bitful-pannul
df5ccb6e92 Merge branch 'v0.4.0' into bp/fs2 2023-12-13 23:44:44 -03:00
bitful-pannul
36cca2220b temp remove sqlite and kv before runtime 2023-12-13 23:19:29 -03:00
dr-frmr
08dc7dfa69
chess: update process_lib, use new call_init! macro 2023-12-13 20:17:20 -05:00
hosted-fornet
e674cc48a7 increase timeouts for tests 2023-12-13 15:58:01 -08:00
hosted-fornet
9dd3e5b3cc Merge branch 'v0.4.0' into hf/add-py
Conflicts:
      modules/chess/Cargo.lock
      modules/chess/Cargo.toml
2023-12-12 15:29:52 -08:00
dr-frmr
524a0a3a8a
chess: tutorial edition 2023-12-12 17:12:47 -05:00
hosted-fornet
62e47c66d0 update deps 2023-12-11 21:47:37 -08:00
dr-frmr
bfddc0d0fe
chess! working again! nice! 2023-12-07 16:22:44 -05:00
dr-frmr
c0cca43d54
http_server: types change, single request type and query_params in request 2023-12-07 00:06:17 -05:00
hosted-fornet
120fa2b4eb bump all process_lib deps to 5e1b94a 2023-12-05 22:14:43 -08:00
dr-frmr
98de8d3c82
fix test_runner deps 2023-12-05 19:00:33 -05:00
dr-frmr
94c934f67c
little cleanup 2023-12-05 13:37:33 -05:00
hosted-fornet
4844e840c0 remove commented-out code
the commented-out code relates to a speculative feature
that stores ALL KernelMessages in the tester so that tests can
access & assert against more than just whatever Response
they receive

e.g. if a test Request kicks off a chain of 10 Messages,
a test might grab those 10 & assert against some subset of
them; this is not possible unless we store all KernelMessages
somewhere & make them queryable

this is a speculative feature in that we don't have a specific
usecase in mind for it; it was commented-out for this reason
and because it led to significant performance issues (noticeable
slowdown of nodes)
2023-12-05 09:33:19 -08:00
hosted-fornet
fd8c478a8d Merge branch 'v0.4.0' into hf/start-from-commandline
Conflicts:
      src/main.rs
      src/terminal.rs
2023-12-04 14:45:11 -08:00
dr-frmr
130f5e1cb5
switch ! to /, update readme, fix errors 2023-12-04 12:28:34 -05:00
dr-frmr
0e5f82c981
WIP: better terminal commands 2023-12-03 23:58:24 -05:00
hosted-fornet
2de6a10cd9 Merge branch 'v0.4.0' into hf/start-from-commandline
Conflicts:
      Cargo.lock
      modules/sqlite/sqlite/src/lib.rs
      src/http_server/mod.rs
      src/kernel/mod.rs
      src/main.rs
      src/types.rs
2023-11-30 17:16:37 -08:00
bitful-pannul
13a7be6b6d
sql: updates (#80)
* sql: update std_lib

* sql: caps fixes
2023-11-29 23:43:02 -03:00
hosted-fornet
fdddd3636d add networked testing 2023-11-28 20:29:10 -08:00
dr-frmr
7b2456a211
remove http_proxy link on homepage, add short project description 2023-11-28 21:38:48 -05:00
dr-frmr
45605958f3
0.3.0: fix kernel API to separate process init and process run 2023-11-28 17:33:49 -05:00
hosted-fornet
0239d6c02a improve output 2023-11-27 19:13:58 -08:00
dr-frmr
b8a9445e44
clippy cleanup, mark chess as nonfunctional at the moment 2023-11-25 22:26:53 -05:00
dr-frmr
19910ce8e4
chess: update to latest process_lib 2023-11-23 14:53:02 -05:00
dr-frmr
84a5bbbe6c
chess work 2023-11-21 17:49:18 -05:00
dr-frmr
5a4813b8c4
http_server good, updating apps to match 2023-11-21 11:25:55 -05:00
dr-frmr
18df6332b4
WIP: refactor http_client, remove encryptor 2023-11-16 23:17:27 -05:00
Will Galebach
62ea69c3e3
JSON interface for SQLite (#62)
Co-authored-by: bitful-pannul <bitful-pancreas@protonmail.com>
2023-11-16 13:04:19 -03:00
bitful-pannul
4ba9186fc5
sqlite: parameterized read queries (#61) 2023-11-14 14:48:03 -03:00
bitful-pannul
9a371fa557
sqlite: add transactions (#53) 2023-11-14 11:32:44 -03:00
bitful-pannul
b6995e96e2
hotfix: app_store and sqlite vfs caps (#59) 2023-11-14 11:10:09 -03:00
dr-frmr
f2aa1d1984
cleanup: run cargo clippy --fix 2023-11-13 14:59:17 -05:00
dr-frmr
38264a4b84
kernel: remove unwraps, change capabilites to *no longer grant automatically on message-send* 2023-11-13 13:48:53 -05:00