Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] choredb #506

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1928402
chore db initial
olegklimov Oct 23, 2024
bbd5213
chore db getters setters
olegklimov Oct 23, 2024
8fc2207
chore db handlers and test for handlers (doesn't work)
olegklimov Oct 23, 2024
b81ec18
chore db first _update
olegklimov Oct 31, 2024
1810708
chore db first hello world stored
olegklimov Oct 31, 2024
5ae2784
chore db SSE works
olegklimov Oct 31, 2024
f3f4330
chore db CMessage
olegklimov Nov 2, 2024
5a6b1c8
chore db move files around
olegklimov Nov 2, 2024
fddfa4f
warnings
olegklimov Nov 2, 2024
5cdd5a0
cthread sub works
olegklimov Nov 2, 2024
7e85d6d
chore db: move handlers to db
olegklimov Nov 2, 2024
5684a5a
chore db pubsub sleeps and exits connectly
olegklimov Nov 2, 2024
5c12259
chore db improved shutdown time, fixed some sub problems
olegklimov Nov 2, 2024
e97df23
chore db foreign key tested to work
olegklimov Nov 2, 2024
870fceb
chore db simplify a bit
olegklimov Nov 2, 2024
95c90ab
chore db more structs in schema
olegklimov Nov 2, 2024
65f0df5
chores db struct in db
olegklimov Nov 2, 2024
33609eb
fix deadlock and quicksearch
olegklimov Nov 2, 2024
15aa52f
chore db: sub on chore events too
olegklimov Nov 3, 2024
821bb5c
choredb observe works for cthreads cmessages
olegklimov Nov 3, 2024
275344f
chore db ready to start autonomous
olegklimov Nov 3, 2024
cba9829
autonomy 1
olegklimov Nov 3, 2024
2c255ae
autonomy 2
olegklimov Nov 3, 2024
6405587
autonomy 3 (locking works)
olegklimov Nov 3, 2024
aa6c32c
test14 correct shutdown
olegklimov Nov 3, 2024
99b6379
autonomy 4 (have spad)
olegklimov Nov 3, 2024
e85813e
autonomy (almost works)
olegklimov Nov 4, 2024
6118083
autonomy 6 (actually works)
olegklimov Nov 4, 2024
eca7f13
minor
olegklimov Nov 4, 2024
28f4750
Merge branch 'self_configure' into oleg_chore2
JegernOUTT Dec 17, 2024
99a7721
Implement ongoing work tracking with new API endpoints
JegernOUTT Dec 18, 2024
f7c4aa3
Refactor subchat tool handling to use Option<Vec<String>>
JegernOUTT Dec 20, 2024
43d6e18
Merge branch 'self_configure' into oleg_chore2_rebased
JegernOUTT Dec 20, 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
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ resvg = "0.44.0"
async-tar = "0.5.0"
git2 = "0.19.0"
process-wrap = { version = "8.0.2", features = ["tokio1"] }
serde_urlencoded = "0.7.1"
Loading