Zack
0676db7ed6
feat: Workspace members ( #63 )
...
* fix: create user if they sign up with oauth
* feat: add workspaces_members add and remove operations
* feat: add insert workspace members
* feat: attach db ops to api ops
* refactor: separate user and workspace scope
* chore: add sqx query metadata
* chore: add 2nd registered user for testing
* ci: use valid email
* ci: fix registered password invalid
* fix: use email instead of uid
* fix: use email instead of uid sqlx query metadata
* feat: add test for workspace member
* test: added workspace add and delete with checking
* ci: fix email
2023-09-19 20:59:16 +08:00
Nathan.fooo
c42158b7cb
test: add ws connect test ( #39 )
...
* test: add ws connect test
* chore: format log
2023-09-13 17:04:42 +08:00
Nathan.fooo
f0f58f98f3
feat: create collab handlers ( #34 )
...
* feat: logged user after sign up/sign in
* test: fix test
* chore: update sqlx files
* chore: add router
* chore: parser user uuid from token
2023-09-12 21:52:25 +08:00
Nathan.fooo
3cd3240bfc
chore: move realtime test ( #26 )
...
* chore: fix tests
* chore: add test server
* chore: move tests
2023-09-10 19:35:29 +08:00
Nathan.fooo
4a56cbb91f
refactor: refactor app data struct ( #23 )
...
* refactor: refactor app data struct to reduce memory cost
* refactor: rename AppData to AppResponse
* chore: implement traits
* chore: remove default features of actix-web
2023-09-10 11:56:22 +08:00
Nathan.fooo
384501a00d
refactor: save collab data in pg ( #19 )
2023-09-08 19:41:35 +08:00
Zack
36499be26c
docs: test + deploy + environmental variables ( #14 )
...
* doc: test + deploy + environmental variables
* doc: local dev and testing(WIP)
* dev: set up local testing
* fix: ci: add DATABASE_URL env
* chore: update .env
* ci: fix
* dev: docker-compose-dev.yml
* ci: update
* ci: test env
* ci: add services
* ci: add services
* ci: update port
* ci: rename ci.yaml to rustlint.yaml
* ci: test
* ci: simplify tests
* ci: use cargo sqlx commands directly
* ci: fix: registered user
* ci: fix: test registered user creation
* ci: fix: test registered user creation - 2
* ci: fix: debug docker ci
* ci: fix: docker integration registered user
* ci: fix: docker integration registered user
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-09-07 15:29:39 +08:00
Nathan.fooo
f9825d4221
feat: refactor server collab ( #15 )
...
* refactor: collab storage
* chore: fix test
* chore: update sqlx version
* chore: disable realtime test
* chore: sqlx prepare
* chore: remove init.sql
2023-09-06 18:22:40 +08:00
Zack
58f0cdd235
feat: Client API and Integration test ( #7 )
...
* feat: change to client from test_server
* feat: change to client from test_server: register_success
* fix: use time in email for indempotency
* added rest of register test case
* feat: added client impl for login
* feat: Client: store logged token
* feat: added password change impl
* feat: remove test api, move to using Client
* chore: remove unneeded code
* chore: add client's integration test
* chore: try fix github workflow
* chore: try fix github workflow
* chore: try fix github actions - 2
* chore: try fix github actions - change rust toolchain
* chore: try fix github actions - remove name field
* chore: ci: fixed missing run key
* chore: ci: fixed missing Checkout
* chore: ci: added env settings for docker-compose
* chore: ci: added env BACKEND_VERSION for docker-compose
* chore: ci: added context . to docker-compose.yml
* chore: ci: added old dockerfiles to archive, default values in docker-compose.yml
* chore: github workflow: build server with env SQLX_OFFLINE true
* chore: remove unneeded deps
* chore: ci: try SQLX_OFFLINE export
* fix: ci: remove unneeded integration test ci, spawn server while cargo test
* fix: lint and github workflow
* fix: lint
* fix: github workflows: use workspaces instead of key
* fix: lint: use as_deref instead
2023-08-10 09:49:47 +08:00
Nathan.fooo
18e950a829
feat: ws connect ( #3 )
...
* chore: ws
* chore: build client stream
* feat: test ws connect
* ci: fix ci
2023-05-08 19:03:50 +08:00
appflowy
3012acce30
refactor: use cargo workspace
2022-02-07 15:08:49 +08:00
appflowy
0bda429d93
init appflowy server
2022-02-06 10:55:48 +08:00