feat: Implement history(1) (#466)

* chore: update collab commit

* chore: collab history test

* chore: collab history test

* chore: impl redis stream

* chore: impl redis stream test

* chore: impl migration

* chore: implement history sql

* chore: add test

* chore: add test

* chore: fix test

* chore: update log and test

* chore: add xtask

* chore: clippy

* chore: impl api

* chore: add missing sqlx files

* chore: fix test

* chore: fix test
This commit is contained in:
Nathan.fooo 2024-04-15 09:18:19 +08:00 committed by GitHub
parent 4d019728ba
commit 28e0e74fd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
89 changed files with 2994 additions and 695 deletions

3
tests/sql_test/mod.rs Normal file
View file

@ -0,0 +1,3 @@
mod history_test;
mod util;
mod workspace_test;