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
b28d5dda4c
feat: ci: dockerize gotrue auth server ( #13 )
...
* feat: ci: dockerize gotrue auth server
* feat: build: add gotrue to docker-compose
* fix: build: docker-compose + test
* feat: ci: simplify tests
* feat: ci: add back needed services for compilation
* fix: ci: github secrets
* fix: ci: use signup
* fix: ci: add export
* fix: test: generate unique email for registration to avoid conflict
2023-09-06 14:12:39 +08:00
Zack
c8ae099e90
feat: Auth server integration ( #9 )
...
* feat: integrate signup with gotrue auth server
* feat: added email and password sign in via auth server
* feat: added sign in scenarios and client handling
* fix: added missing files
* feat: refine api and store access token in client
* feat: impl token decode and placeholder for signout
* feat: added impl for logout with auth server
* feat: auth server dependency injection, client sign_out impl
* feat: abstract verify token, add placeholder for update endpoint
* feat: make authorization as a param of http handler request
* feat: add update_user to client of auth server
* feat: add client code and test cases for password change
* chore: rename appflowy-server to appflowy-cloud
* ci: upgrade reqwest version to fix audit issue
* ci: fix again
* ci: added gotrue env secrets
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-09-04 11:23: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
920e7f9564
ci: fix audit
2023-03-16 21:33:11 +08:00
nathan
4adfd1a75f
ci: fix test
2023-03-14 14:45:53 +08:00
nathan
aca7e8737e
ci: add audit
2023-03-14 10:01:05 +08:00
nathan
a8ea270547
ci: update ci
2023-03-14 09:50:01 +08:00
nathan
690ea42d85
refactor: config log
2023-03-12 09:18:06 +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