This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a47e065f30
AppFlowy
/
frontend
/
rust-lib
/
flowy-test
/
tests
/
main.rs
6 lines
64 B
Rust
Raw
Normal View
History
Unescape
Escape
test: Folder event test (#2709) * test: add event tests * test: add folder event test * ci: rust fmt
2023-06-05 08:09:18 +00:00
mod
database
;
chore: create redo/undo bridge (#2760) * chore: create redo/undo bridge * chore: update test * chore: review update * chore: review update * chore: react redo/undo * chore: review update * chore: add test * chore: review update * chore: generate document id * chore: update undo/redo * chore: update cargo lock
2023-06-15 02:37:51 +00:00
mod
document
;
test: Folder event test (#2709) * test: add event tests * test: add folder event test * ci: rust fmt
2023-06-05 08:09:18 +00:00
mod
folder
;
feat: integrate postgres storage (#2604) * chore: env config * chore: get user workspace * feat: enable postgres storage * chore: add new env * chore: add set env ffi * chore: pass env before backend init * chore: update * fix: ci tests * chore: commit the generate env file * chore: remove unused import
2023-05-23 15:55:21 +00:00
mod
user
;
feat: support pg storage (#2935) * refactor: using tokio-postgres * chore: update * chore: update env * chore: update * chore: upgrade supabase and add logout button * refactor: update * chore: update * refactor: using message queue to handle the pg connection * refactor: move test * refactor: update sql * chore: create pg database when user login * chore: update scheme * chore: generic user service * chore: update * chore: create statistics * chore: create snapshot * chore: add test * chore: add database cloud service * chore: add document cloud service * chore: update interface * test: add document test * refactor: document interface * chore: fix test * chore: update * chore: update test * test: add test * test: add test * test: add test * chore: update collab rev * fix: flutter analyzer * chore: update * chore: update * chore: update * fix: tests * chore: update * chore: update collab rev * ci: rust fmt --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-07-05 12:57:09 +00:00
pub
mod
util
;
Reference in New Issue
Copy Permalink