Commit Graph

150 Commits

Author SHA1 Message Date
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
hosted-fornet
0ddb90a17a
fix vfs Delete & bump sqlite rusqlite version (#51) 2023-11-10 12:38:50 -03:00
hosted-fornet
e0df3994a1 tester: get & store all Messages 2023-11-09 15:04:07 -08:00
dr-frmr
d7098c437c
update process_lib git source to private repo 2023-11-08 21:27:42 -05:00
hosted-fornet
6202cd2b6a tester: use process_lib git repo 2023-11-08 13:54:30 -08:00
hosted-fornet
90898177b5 Merge branch 'main' into hf/start-from-commandline 2023-11-08 13:50:30 -08:00
hosted-fornet
1dec2e7158 move process_lib to https://github.com/uqbar-dao/process_lib 2023-11-07 16:00:09 -08:00
hosted-fornet
1900bdbfb8 add tester, sqlite, key_value fixes 2023-11-07 14:43:52 -08:00
bitful-pannul
9d5ea6c31b
app_store: hotfix (#47) 2023-11-07 12:47:12 -03:00
hosted-fornet
b5a5e31517 fix tester 2023-11-06 21:57:26 -08:00
hosted-fornet
b436fcb177 Merge branch 'main' into hf/start-from-commandline
Conflicts:
      src/types.rs
2023-11-06 21:14:38 -08:00
dr-frmr
d8bfd3493b
hotfix: broken cargo.lock for no good reason 2023-11-06 23:11:25 -05:00
dr-frmr
327bf9d512
Merge branch 'main' into dr/process-std-lib 2023-11-06 23:07:43 -05:00
dr-frmr
2ae22c1e26
last bit of cleanup, everything critical working 2023-11-06 23:03:00 -05:00
dr-frmr
dcc61e8ad4
Merge branch 'main' into dr/process-std-lib 2023-11-06 22:09:59 -05:00
dr-frmr
c7a59419a4
orgs gets the axe 2023-11-06 22:05:08 -05:00
dr-frmr
ab19878654
chess compiling 2023-11-06 22:04:50 -05:00
dr-frmr
3cff7a155c
remove old symlinks, send_and_await takes timeout 2023-11-06 21:01:57 -05:00
dr-frmr
b776d947f5
update app_store to stdlib 2023-11-06 20:57:03 -05:00
hosted-fornet
6e9c74dd0b update key_value & sqlite to use new wit & process_lib 2023-11-06 15:35:53 -08:00
dr-frmr
cc9067f2ce
WIP: homepage, proxy, qns_indexer, terminal are working 2023-11-06 17:11:31 -05:00
dr-frmr
f527b68ab6
make homepage, qns, term good 2023-11-06 14:28:09 -05:00
dr-frmr
4f1704dcc5
switch networking protocol to messagepack! 2023-11-06 14:28:08 -05:00
hosted-fornet
c3a23c5d7d Merge branch 'main' into hf/start-from-commandline
Conflicts:
      Cargo.lock
      Cargo.toml
      src/main.rs
2023-11-06 10:23:13 -08:00
dr-frmr
30100dc98c
Merge pull request #43 from uqbar-dao/dr/networking-next
Networking rewrite to layer in Noise protocol and generally improve
2023-11-06 09:34:13 -06:00
dr-frmr
679c4b975c
println macro replace working, fixing up other apps 2023-11-05 23:03:06 -05:00
hosted-fornet
199e9587d4 add tester tweaks to get it working 2023-11-03 17:41:34 -07:00
dr-frmr
56be17145a
gorgeous new wit 0.3.0, WIP terminal only 2023-11-02 23:43:10 -04:00