Bartosz Sypytkowski
41e9302ff9
Merge branch 'main' into stateless
2024-12-12 16:00:45 +01:00
Nathan.fooo
af38efe6d9
feat: sync document through http request ( #1064 )
...
* chore: query embedding
* chore: create embeddings
* chore: apply update to editing collab
* refactor: web-update
* chore: calculate missing update the sv is not none
* chore: add test
* chore: fix audit
* chore: commit sqlx
* chore: fix client api
* test: add
* chore: clippy
* chore: fix collab drop when save
2024-12-12 14:53:07 +08:00
Khor Shu Heng
0a10aff86f
feat: api for moving page ( #1060 )
2024-12-11 17:16:59 +08:00
Zack
254bc23a6e
feat: insert database row into selected database ( #1029 )
...
* feat: insert database row into selected database
* feat: inserting database row
* feat: add impl for cell
* feat: insert row selection and mulitselection
* feat: support datetime field type
* fix: other fields like rich text
* feat: add database field server impl
* feat: add client api and tests
* feat: use to json value impl from collab
* feat: use add database cell impl from collab
* feat: update to latest collab
* chore: upgrade collab and fix tests
* chore: review issues
* fix: code review feedback
* feat: filter only allow supported field types
* feat: support more field types
* feat: support created at and last modified
* feat: add timestamp cell for created at and modified at fields
* chore: linting and formatting
* fix: add created at and last modified
* fix: ci add service dependency of appflowy cloud on admin frontend
* chore: trigger ci
* feat: add logging for admin frontend client signin
* fix: server logs if error
* fix: create admin confirmation without email
* fix: ci add service dependency of appflowy cloud on admin frontend
* fix: server logs if error
* chore: update collab
2024-12-11 15:47:29 +08:00
Nathan.fooo
14b2f3c985
chore: enable running stress on on self-hosted runner ( #1053 )
...
* chore: run stress test on selfhost runner
* chore: Update stress_test.yml
* chore: update env
* chore: skip stress_test when running integration test
2024-12-11 09:43:47 +08:00
Zack
7cd7ea1f9e
feat: invite to workspace email wait ( #1057 )
...
* feat: invite to workspace email wait
* feat: add option to skip email
* fix: docker compose ci mailer settings
2024-12-11 09:43:27 +08:00
Bartosz Sypytkowski
813179fdb0
chore: Remove async awaits from RealtimeServerActor ( #1059 )
...
* chore: reduce number of async await methods in connection manager
* chore: remove async handlers from rt actor
2024-12-10 15:20:28 +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
khorshuheng
0bcf1457bb
fix: filter non space document from workspace's children
2024-12-06 14:32:58 +08:00
Nathan.fooo
afcd1130c3
feat: chat settings ( #1044 )
...
* feat: chat settings
* chore: fix sqlx
2024-12-05 23:30:11 +08:00
Bartosz Sypytkowski
5e7b5f87fa
chore: merge branch main into stateless
2024-12-03 09:10:01 +01: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
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
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
Khor Shu Heng
a4b598db5b
fix: remove only parent page when move to trash ( #1021 )
2024-11-27 13:00:58 +08:00
Zack Fu Zi Xiang
b4def2278d
chore: merge with main
2024-11-26 21:18:37 +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 Fu Zi Xiang
c4d52859fb
feat: add a polling api for getting database row id updates
2024-11-24 23:24:29 +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 Fu Zi Xiang
687b5d9f6d
Merge branch 'main' into feat/search-database-by-name
2024-11-21 09:17:09 +08:00
Bartosz Sypytkowski
d0f9059f3f
Merge branch 'main' into stateless
2024-11-20 08:36:28 +01:00
Nathan.fooo
1e18180e9d
chore: set max import zip file size ( #1011 )
...
* chore: set max import zip file size
* chore: fix test
2024-11-20 14:07:36 +08:00
Khor Shu Heng
afeaeb7796
chore: simplify collab level access control ( #1008 )
2024-11-20 12:29:16 +08:00
Khor Shu Heng
e6dbc95641
feat: api to update space ( #1009 )
2024-11-20 11:32:29 +08:00
Zack Fu Zi Xiang
d7478fb37a
chore: merge with main
2024-11-20 07:51:33 +08:00
Khor Shu Heng
0818cf7565
feat: api for create space ( #1006 )
2024-11-19 12:54:10 +08:00
Khor Shu Heng
2647d41f3a
feat: allow create page API to accept a view name ( #1005 )
2024-11-19 11:46:23 +08:00
Khor Shu Heng
51bd650644
chore: fix flaky test for get section items ( #1004 )
2024-11-18 09:42:57 +08:00
Bartosz Sypytkowski
3799966f12
chore: store pending collab writes in memory ( #1000 )
...
* chore: write immediatelly actually writes immediatelly
* chore: fix clippy errors
* chore: add metrics to new storage queue impl
* chore: set collab batch write capacity to the same as on main branch
2024-11-17 13:25:42 +08:00
Nathan.fooo
d798c81ba4
chore: support split by text len ( #1002 )
...
* chore: support split by text len
* chore: update docs
* chore: update tests
2024-11-17 12:45:20 +08:00
Zack
7c6a706bbd
Merge pull request #998 from AppFlowy-IO/feat/allow-underscore-in-url
...
feat: allow underscore in publish url
2024-11-16 15:59:15 +08:00
Nathan.fooo
655f13bc27
chore: search and chat ( #999 )
...
* chore: add test for search and chat
* chore: update test
* chore: update test
* chore: update ci
* chore: fix security audio
* chore: multiple core docker build
* chore: multiple core docker build
* chore: update ci
* chore: update model setting
* chore: test ci
* chore: use tiktoken to calcualte token length
* chore: remove env
* chore: use spawn_blocking with condition
* chore: docs
* chore: clippy
* chore: clippy
* chore: docker logs
* chore: pass message id
* chore: clippy
2024-11-16 14:52:12 +08:00
Bartosz Sypytkowski
401cc3ad25
Merge branch 'main' into stateless
2024-11-16 07:22:34 +01:00
Zack Fu Zi Xiang
4703b90751
fix: modify test case for underscore
2024-11-15 16:37:02 +08:00
Nathan.fooo
e9c374bfe2
chore: remove wasm client api ( #989 )
...
* chore: revamp client api
* chore: fmt
2024-11-14 00:53:30 +08:00
Zack
7f73453667
Merge pull request #988 from AppFlowy-IO/fix/patch-publish-name
...
fix: patch publish name
2024-11-13 19:03:06 +08:00
Zack Fu Zi Xiang
f3cfd87cb8
fix: patch publish name
2024-11-13 17:21:49 +08:00
Nathan.fooo
50d519c4ea
fix: upload file zip file expire ( #987 )
2024-11-13 14:57:27 +08:00
Zack Fu Zi Xiang
787e6beb0d
feat: add name filtering
2024-11-12 23:48:41 +08:00
Zack
85452ddfab
feat: add role for user when querying workspaces ( #983 )
2024-11-12 21:12:58 +08:00
Zack
288fd59d3b
Merge pull request #975 from AppFlowy-IO/feat/last-publish-name
...
feat: support last publish name
2024-11-12 08:42:00 +08:00