Commit graph

1987 commits

Author SHA1 Message Date
Bartosz Sypytkowski
ce086217fd
fix: add validation to to list database row details endpoint (#1055) 2024-12-09 15:22:17 +08:00
Khor Shu Heng
b1ef53435f
Merge pull request #1034 from AppFlowy-IO/gotrue-admin-creation
feat: shift admin user creation responsibility to gotrue service
2024-12-09 14:39:18 +08:00
Khor Shu Heng
29cb70a362
fix: synchronization issue due to incorrect collab origin (#1054) 2024-12-09 14:19:00 +08:00
Khor Shu Heng
955a60d14a
Merge pull request #1049 from owenyang0/fix/smtp-on-docker
fix: add the necessary environment variables for docker-compose.yml
2024-12-08 20:56:33 +08:00
khorshuheng
a8c3adf166 feat: shift admin user creation responsibility to gotrue service 2024-12-08 15:01:48 +08:00
Nathan.fooo
a598aed5ec
chore: remove empty map when query is empty (#1050) 2024-12-07 10:20:53 +08:00
Bartosz Sypytkowski
66deaf3fa3
chore: move collab cache for appflowy collaborate service and add metrics (#1045)
* chore: move collab cache for appflowy collaborate service and add metrics

* chore: add histogram for measuring time spent in postgres transactions

* chore: delete blobs in chunks

* chore: bring back redis cache filling by import worker

* chore: cargo fmt

* chore: make import workspace update existing collabs

* chore: bulk insert collab deduplicate records
2024-12-06 19:55:51 +08:00
yangsong13
8a8385aea1 fix: add the necessary environment variables for docker-compose.yml 2024-12-06 17:29:11 +08:00
Khor Shu Heng
c9e984aa25
Merge pull request #1048 from AppFlowy-IO/filter-non-space
fix: filter non space document from workspace's children
2024-12-06 15:26:29 +08:00
khorshuheng
0bcf1457bb fix: filter non space document from workspace's children 2024-12-06 14:32:58 +08:00
Nathan.fooo
ee87bb9bd6
chore: setup tokio console (#1046)
* chore: setup tokio console

* chore: setup tokio console

* chore: clippy

* chore: clippy
2024-12-06 11:33:04 +08:00
Khor Shu Heng
f79042fcc5
Merge pull request #1043 from AppFlowy-IO/web-update-fix
fix: web update should update both disk and mem cache
2024-12-06 10:44:52 +08:00
Nathan.fooo
afcd1130c3
feat: chat settings (#1044)
* feat: chat settings

* chore: fix sqlx
2024-12-05 23:30:11 +08:00
khorshuheng
aa64b7cd6b fix: web update should update both disk and mem cache 2024-12-05 16:51:56 +08:00
Bartosz Sypytkowski
b2f8a95ec4 chore: setup new collab in the db 2024-12-05 06:29:19 +01:00
Bartosz Sypytkowski
dbc38cecd5 Merge branch 'main' into stateless 2024-12-05 05:45:24 +01:00
Zack
445d3af5fa
Merge pull request #1041 from AppFlowy-IO/feat/login-page
Feat/login page
2024-12-04 19:00:57 +08:00
Zack Fu Zi Xiang
740098ec7b
feat: use improved login page for oauth redirect 2024-12-04 14:15:14 +08:00
Zack Fu Zi Xiang
1ca701330c
feat: improve login page 2024-12-03 23:20:32 +08:00
Khor Shu Heng
522791ee6d
feat: support admin account creation for gotrue image (#1036) 2024-12-03 17:15:27 +08:00
Bartosz Sypytkowski
5e7b5f87fa chore: merge branch main into stateless 2024-12-03 09:10:01 +01:00
Bartosz Sypytkowski
a827016117
fix: set default collab s3 threshold to 8000 in appflowy cloud (#1038) 2024-12-03 14:59:05 +08:00
Nathan.fooo
016c7ed569
ci: remove test image and then check response (#1037) 2024-12-03 14:58:31 +08:00
Bartosz Sypytkowski
51bf9a85c7
chore: make collab storage switch between s3 and postgres configurable (#1035) 2024-12-03 14:09:09 +08:00
Bartosz Sypytkowski
9ff6f1c744
S3 collab cache (#1028)
* chore: collab cache for S3

* chore: adjust disk cache api to accomodate s3

* chore: move postgres dependent ops to disk cache

* chore: replace blob inserts from pg to s3

* chore: delete blob and collab exist now use s3

* chore: fix clippy erorrs

* chore: post rebase fixes

* chore: fix clippy warnings

* chore: fix imports

* chore: make snapshots work over S3

* chore: remove dead code

* chore: use compressed snapshots

* chore: add zstd compression

* chore: introduce collab size threshold to keep smaller collabs in postgres

* chore: remove collabs from S3 if they were put to postgres

* chore: update tests
2024-12-03 13:08:55 +08:00
Nathan.fooo
6718a7afb1
chore: safe alloc mem for file (#1031) 2024-11-28 22:34:26 +08:00
Zack
e31928e77a
Merge pull request #1019 from AppFlowy-IO/feat/get-database-fields
feat: api to get database fields
2024-11-27 19:04:20 -08:00
Khor Shu Heng
5de2ceabe2
Merge pull request #1025 from AppFlowy-IO/fix-primary-field
fix: primary field should be unique for new database page
2024-11-28 10:19:41 +08:00
Nathan.fooo
3e3bf693fd
chore: upload api endpoint for web upload (#1024)
* chore: upload api endpoint for web upload

* chore: use rust 1.78

* fix: test
2024-11-28 09:09:09 +08:00
Zack Fu Zi Xiang
50586b1ea7
fix: filter database that is in trash 2024-11-27 19:53:47 +08:00
Zack Fu Zi Xiang
7457371208
Merge branch 'main' into feat/get-database-fields 2024-11-27 18:18:34 +08:00
Zack Fu Zi Xiang
ed83fba242
feat: add type options 2024-11-27 17:24:14 +08:00
khorshuheng
b00f126745 fix: primary field should be unique for new database page 2024-11-27 16:31:29 +08:00
Khor Shu Heng
a4b598db5b
fix: remove only parent page when move to trash (#1021) 2024-11-27 13:00:58 +08:00
Bartosz Sypytkowski
4fb6df5c14
chore: reduce number of SQL statements executed when inserting/updating collab (#1022)
* chore: reduce number of SQL statements executed when inserting new collab

* chore: add workspace id check

* chore: fix previous query

* chore: upsert collabs and embddings as stored procedures

* chore: fix clippy errors

* chore: fix stored procedure to compare workspaces correctly
2024-11-27 13:00:00 +08:00
Zack Fu Zi Xiang
b4def2278d
chore: merge with main 2024-11-26 21:18:37 +08:00
Khor Shu Heng
3806a959b4
Merge pull request #1020 from AppFlowy-IO/create-calendar-page
feat: add support for create database pages via API
2024-11-26 17:27:43 +08:00
khorshuheng
484cd595e0 feat: add support for create database pages via API 2024-11-26 15:58:16 +08:00
Zack Fu Zi Xiang
2da78b351f
feat: api to get database fields 2024-11-26 14:20:10 +08:00
Zack
9e067e618b
Merge pull request #1017 from AppFlowy-IO/feat/database-row-update
feat: add a polling api for getting database row id updates
2024-11-25 02:48:32 -08:00
Zack Fu Zi Xiang
c4d52859fb
feat: add a polling api for getting database row id updates 2024-11-24 23:24:29 +08:00
Zack
fa80a4c716
Merge pull request #1016 from AppFlowy-IO/feat/database-row-ids
feat: list database row
2024-11-24 06:08:06 -08:00
Zack Fu Zi Xiang
298698ac0e
feat: format selection 2024-11-24 05:58:31 +08:00
Zack Fu Zi Xiang
ddecd8457c
feat: use folder view minimal for database list 2024-11-23 19:24:08 +08:00
Zack Fu Zi Xiang
a6bd54f447
feat: simplify listing databases 2024-11-23 12:11:27 +08:00
Zack Fu Zi Xiang
6d4200d1e7
feat: add row details 2024-11-23 02:40:26 +08:00
Zack Fu Zi Xiang
f3a2444615
feat: list database row ids 2024-11-22 20:21:31 +08:00
Nathan.fooo
0ec12c5f2f
chore: add file size (#1015) 2024-11-22 16:31:50 +08:00
Zack
3a0b210d48
Merge pull request #1012 from AppFlowy-IO/feat/search-database-by-name
Feat/search database by name
2024-11-21 19:21:51 -08:00
Zack Fu Zi Xiang
687b5d9f6d
Merge branch 'main' into feat/search-database-by-name 2024-11-21 09:17:09 +08:00