Zack Fu Zi Xiang
d1635cb99c
chore: add test
2024-09-06 15:30:28 +08:00
Zack Fu Zi Xiang
cf7d4b0ac9
Merge branch 'main' into fix/del-collab-emb
2024-09-05 11:21:06 +08:00
Nathan.fooo
5d356718fa
fix: using spawn_blocking in order to not block the runtime ( #793 )
...
* fix: using blocking in order to not block the runtime
* chore: increase deps count
2024-09-05 09:19:34 +08:00
Zack Fu Zi Xiang
312411cca2
fix: slow query deleting collab embeddings
2024-09-05 00:06:04 +08:00
nathan
886376e8bd
chore: update client api log
2024-09-04 22:02:37 +08:00
Khor Shu Heng
348f2c8ff1
feat: add is published field to published outline response ( #790 )
2024-09-04 19:14:39 +08:00
Nathan.fooo
4e384b982e
chore: pass chat metadata ( #789 )
...
* chore: pass chat metadata
* chore: clippy
2024-09-04 17:19:39 +08:00
Zack Fu Zi Xiang
584ed0863f
chore: fmt sqlx
2024-09-04 12:03:25 +08:00
Zack Fu Zi Xiang
6d0a7cc95b
fix: delete user should only remove owned workspaces
2024-09-04 12:00:34 +08:00
Nathan.fooo
5b5e561afb
chore: decode file url ( #786 )
2024-09-03 21:30:33 +08:00
Zack Fu Zi Xiang
292740ec58
fix: compile for release mode
2024-09-03 17:21:39 +08:00
khorshuheng
89f43bb24a
chore: replace query with query scalar for retrieving published view id
2024-09-03 15:28:01 +08:00
khorshuheng
56b9f9daf4
feat: published view outline endpoint
2024-09-03 15:27:59 +08:00
Zack
8015e34841
Merge pull request #780 from AppFlowy-IO/feat/delete-user
...
Feat/delete user
2024-09-03 14:10:09 +08:00
Zack Fu Zi Xiang
0fc6a3c4e7
feat: use common table expression to improve user profile sql
2024-09-03 12:08:37 +08:00
Zack Fu Zi Xiang
7980bb04c5
chore: merge with main
2024-09-03 09:43:14 +08:00
Zack
826546c5cb
feat: duplicate published doc ( #700 )
...
* chore: test collab sync
* feat: folder view for user workspace
* feat: add private indicator
* chore: use collab cache instead
* chore: initial impl
* chore: cargo sqlx
* fix: write back to collab cache
* fix: assign page id
* fix: text map
* chore: connect api and refactor
* chore: switch to using mem storage
* fix: collab type
* feat: use group manager to manage sync
* feat: try add send command instead
* chore: add client api code
* feat: try use sink and stream from group collab
* chore: disable sync first
* fix: insert page before stopping group
* feat: add extra for view
* feat: add metadata to doc
* fix: icon
* fix: page circular dep
* fix: page circular dep
* fix: live update
* feat: database initial impl
* feat: workspace database
* chore: link database
* fix: database validation
* fix: workspace database oid
* fix: workspace database oid
* fix: specify view layout
* feat: add txn when inserting collab and rework database views
* fix: parent view id for new database
* fix: database view for folder
* fix: database ids
* fix: database row id
* fix: main database layout and write database before folder
* fix: metadata for non database main view
* chore: database in doc wip
* chore: filter visible views
* chore: use structure value instead of json
* chore: database in doc wip
* fix: remove child item push
* fix: main database view meta
* chore: rework inline database in doc
* fix: make duplicate more error forgiving
* chore: use get instead of get key value
* chore: merge with main
* feat: set max depth for folder view
* chore: update dependency counter
* chore: remove unneeded arg
* chore: simplify collab new from source
* chore: remove unneeded param
* chore: rename and doc
* feat: rework inline database and use duplicated ref
* chore: simplify params
* chore: fmt
* feat: deduplicate database wip
* fix: compatible with newer appflowy version
* fix: database views
* feat: database in doc
* chore: cargo clippy
* chore: update dockerfile rust toolchain
* fix: doc inline db parent id
* fix: database id
* fix: document data modification
* chore: minor refactor and todo
* chore: remove unneeded nesting
* fix: enforce ordering for views to add
* chore: add doc and test case for folder view
* fix: remove the need for cloning published collab
* fix: some review
* chore: move folder conversion logic
* fix: remove collab folder deps on shared entity
* chore: cargo fmt
* fix: compile
* chore: remove group manager dependency
* fix: dep count
* fix: add messages sent by server
* fix: dep count
* chore: add test for doc ref and inline doc database
* chore: cargo clippy
* chore: add more test scenarios
* chore: fix tests
* chore: get database id
* chore: update collab
* chore: add more assert and database row id checks
* fix: suggestions from review
* chore: sqlx
* fix: accumulate collab before insert
* chore: add tokio spawn blocking for encoding
* fix: reduce limit for publish collabs
---------
Co-authored-by: Bartosz Sypytkowski <b.sypytkowski@gmail.com>
Co-authored-by: nathan <nathan@appflowy.io>
2024-09-03 09:12:29 +08:00
Lucas.Xu
cf1bae3ccb
chore: update getting_started icon and remove empty paragraph ( #778 )
...
* chore: update getting_started icon and remove empty paragraph
* fix: get_user_default_workspace test
2024-09-03 09:02:27 +08:00
Zack Fu Zi Xiang
6acaf69add
Merge branch 'main' into feat/delete-user
2024-09-03 02:24:58 +08:00
Nathan.fooo
365c64c5c2
chore: use colla storage instead of select from db directly ( #782 )
2024-09-02 21:25:21 +08:00
Zack Fu Zi Xiang
fd22e1d472
chore: preserve provider token
2024-09-02 21:13:33 +08:00
Zack Fu Zi Xiang
25cec9982f
chore: revoke for apple user
2024-09-02 17:25:21 +08:00
Zack Fu Zi Xiang
89f2c7003b
feat: support user deletion
2024-09-02 11:14:04 +08:00
Zack Fu Zi Xiang
a2af9c3b63
Merge branch 'main' into feat/delete-user
2024-09-02 01:00:28 +08:00
Nathan.fooo
c2a5369313
chore: set chat request timeout ( #777 )
...
* chore: set chat request timeout
* chore: clippy
2024-09-01 15:16:11 +08:00
Zack Fu Zi Xiang
1b7f3f817c
Merge branch 'main' into feat/delete-user
2024-09-01 00:51:38 +08:00
Zack Fu Zi Xiang
06a5a22032
feat: delete user
2024-09-01 00:51:05 +08:00
Bartosz Sypytkowski
6972f9c4ab
feat: Measure sync ( #772 )
...
* chore: redesign collab sync protocol to enable injection of metric tracking
* chore: track metrics for apply update on the server side
* chore: close locks
* chore: post rebase fixes
2024-08-30 21:48:19 +08:00
Lucas.Xu
fbe5ed4deb
chore: remove spaces around em dash in mobile_guide.json
2024-08-30 16:06:43 +08:00
Nathan.fooo
5278203394
chore: decode update when spawn blocking when update size exceeds the… ( #769 )
...
* chore: decode update when spawn blocking when update size exceeds the threshold size
* chore: use 1mb as threshold
2024-08-30 11:30:15 +08:00
Nathan.fooo
773efcd91a
chore: increase chat timeout ( #768 )
2024-08-30 09:37:22 +08:00
Nathan.fooo
54b811125e
chore: wrap spawn blocking when decoding collab ( #767 )
2024-08-29 22:53:33 +08:00
Bartosz Sypytkowski
2af1999375
chore: added locks with timeouts ( #765 )
...
* chore: added locks with timeouts
* chore: roll back collab locks in client api
2024-08-29 16:13:27 +08:00
Nathan.fooo
c9504d4081
fix: invalid message id ( #762 )
...
* chore: add logs
* chore: remove all pending message when server missing update
2024-08-28 21:05:15 +08:00
Lucas.Xu
e7bf221ff0
feat: update built-in README for new users ( #757 )
...
* feat: add getting_started, desktop_guide and mobile_guide json
* feat: update built-in readme data
* feat: support adding database as template
* feat: support creating nested documents
* chore: refactor code
* chore: refactor code
* chore: remove println
* chore: update collab version
* feat: update built-in readme and image ref
* chore: remove template icon
* feat: use database::create_with_view to create collab
* chore: add template tests
* chore: update collab version
* chore: remove debug code
* chore: add comment
* chore: fix lint & test
* fix: code review
* fix: rust lint
* chore: update comment
* test: add default workspace test
* test: add default user workspace test
* chore: use workspace database body
* chore: fix typo and clippy
* fix: insert_folder_data_success test
* fix: insert_folder_data_success test
* feat: update content in gettting_started
* chore: update to-dos json
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-08-28 19:40:23 +08:00
Nathan.fooo
cccdf76116
chore: Update client protocol sync interval ( #761 )
...
* chore: separate server/client miss update
* chore: short pull timeout
* chore: short tick interval
* chore: fix clippy
2024-08-28 14:46:55 +08:00
Bartosz Sypytkowski
5badffc97b
chore: update yrs and appflowy collab ( #759 )
...
* chore: update yrs and appflowy collab
* chore: increased allowed number of dependencies
2024-08-27 19:58:58 +08:00
Nathan.fooo
c8ee6b43ee
chore: try to fix inifinite sync ( #756 )
2024-08-27 16:41:19 +08:00
Nathan.fooo
a21c55cbcc
chore: modify log level for some cases ( #754 )
...
* chore: modify log level for some cases
* chore: update logs
2024-08-27 14:57:00 +08:00
Zack Fu Zi Xiang
66f74f2e4b
Merge branch 'main' into gotrue-2.159.0
2024-08-27 12:55:31 +08:00
Bartosz Sypytkowski
15b2e81579
chore: enable setting up periodic sync step 1 sends from sync plugin ( #738 )
...
* chore: enable setting up periodic sync step 1 sends from sync plugin
* chore: rollback to server sending sync step 1 to response to the client
* chore: increase sync step 1 interval in tests
2024-08-27 11:55:27 +08:00
Zack Fu Zi Xiang
96e1463b39
fix: compatibility error
2024-08-27 11:36:51 +08:00
Zack Fu Zi Xiang
eb74e095b5
fix: update for later version of gotrue
2024-08-27 10:15:20 +08:00
Nathan.fooo
8cc410ce65
chore: revamp get collab api request ( #752 )
...
* chore: stop retry if record is not found
2024-08-26 23:41:06 +08:00
Zack Fu Zi Xiang
6adf8f0fb2
chore: add single upload limit
2024-08-26 15:02:35 +08:00
Khor Shu Heng
52f33e4d85
feat: endpoint for avatar upload ( #736 )
2024-08-23 16:36:09 +08:00
Zack
2213132e21
Merge pull request #727 from AppFlowy-IO/create-sub-params
...
Create sub params
2024-08-23 16:12:00 +08:00
Zack Fu Zi Xiang
3cd1ff66f4
chore: add single upload limit
2024-08-23 13:54:01 +08:00
Nathan.fooo
50e6a41513
chore: enenforce client version ( #740 )
2024-08-23 11:05:53 +08:00
Nathan.fooo
1a053172c2
chore: write collab to disk after first sync step2 ( #739 )
...
* chore: write collab to disk after first sync step2
* chore: clippy
* chore: fix test & disable history plugin
* chore: upgrade appflowy collab that disbale document undo redo
2024-08-22 23:11:20 +08:00
Bartosz Sypytkowski
ae3833ea91
chore: Remove last sync at ( #735 )
...
* chore: remove last sync at field
* chore: post rebase fixes
* chore: update test for missing update detection
2024-08-22 07:47:01 +08:00
Khor Shu Heng
9c8e718246
feat: Template CRUD Endpoint ( #731 )
...
* feat: template crud endpoint
* fix: clippy error
* fix: categories for related view
* fix: add created at and last updated at to template response
* feat: template api delete endpoint
* feat: include number of template count for template creator
* fix: use params instead of individual fields for template api
* fix: seach template creator by name query
* chore: simplify query
* feat: support template count limit for template homepage
2024-08-20 15:22:56 +08:00
khorshuheng
2f0a705e16
fix: update updated_at fields when updating template creator and category
2024-08-19 13:06:30 +08:00
khorshuheng
0c31191586
fix: improve query indentation for template creator sqlx
2024-08-19 12:54:05 +08:00
khorshuheng
48b912d6cc
fix: use params directly for api that requires too many args
2024-08-19 12:51:39 +08:00
khorshuheng
63bee6f545
Merge branch 'main' into template-category-api
2024-08-19 12:41:08 +08:00
nathan
2d7a4bde92
Merge branch 'main' into no-lock-collab
2024-08-19 10:38:07 +08:00
Nathan.fooo
d342039cfd
chore: create user awareness when creating a new user ( #728 )
...
* chore: create user awareness when creating a new user
* chore: fix client api compile
2024-08-16 16:05:15 +08:00
khorshuheng
3481dab2bf
fix: sorting order of template category and creator
2024-08-16 14:26:04 +08:00
Zack Fu Zi Xiang
8c20218e87
chore: use string instead
2024-08-16 11:29:46 +08:00
Zack Fu Zi Xiang
77da2380f7
chore: create subscription new version
2024-08-16 11:04:06 +08:00
Zack Fu Zi Xiang
87083d503a
feat: add subscription free trial
2024-08-16 10:51:59 +08:00
Zack Fu Zi Xiang
fe0667ed20
feat: use subscription req struct
2024-08-16 10:40:26 +08:00
Bartosz Sypytkowski
d503905931
chore: make sync plugin work over any collab type without generics
2024-08-14 14:42:12 +02:00
khorshuheng
59e5a13ee4
fix: replace rank with priority
2024-08-14 14:17:21 +08:00
khorshuheng
fc56654e61
chore: use UUID value instead of ref for func arg as UUID implements Copy
2024-08-14 13:26:36 +08:00
Bartosz Sypytkowski
f2fa4d7c22
chore: post rebase fixes
2024-08-14 05:26:38 +02:00
Bartosz Sypytkowski
66838c47e3
chore: make collab plugins work over generic collab providers
2024-08-13 19:59:48 +02:00
Bartosz Sypytkowski
320d62f46c
chore: change awareness emit to trigger on update instead of on change
2024-08-13 19:59:48 +02:00
Bartosz Sypytkowski
ef860c2d5a
chore: fix cargo fmt and clippy errors
2024-08-13 19:59:48 +02:00
Bartosz Sypytkowski
c27866fb25
chore: upgrade code to use asynchronous locks
2024-08-13 19:59:46 +02:00
Nathan.fooo
73127fb886
chore: shorten group lifetime ( #726 )
2024-08-13 16:20:06 +08:00
Nathan.fooo
71d292ebcd
chore: add app version when querying ai configuratino ( #724 )
...
* chore: update api endpoint that accepts app version
* chore: update env
* chore: disable locai ai config test
2024-08-13 11:14:32 +08:00
Nathan.fooo
7878a018a1
chore: Update index content api ( #723 )
...
* chore: support index pdf file
* chore: fix compile
* chore: fix test
2024-08-12 15:10:49 +08:00
khorshuheng
f6e78a941f
feat: api endpoint for template categories and creators
2024-08-12 13:43:14 +08:00
Khor Shu Heng
ea27e87103
feat: support avatar url for publish comment and reaction endpoint ( #711 )
...
* chore: update sqlx to 0.8
* feat: support avatar url for publish comment and reaction
* chore: simplify reactions and comments ops using query as
2024-08-08 23:58:28 +08:00
Nathan.fooo
d27a0cf204
chore: disable pdf option ( #719 )
...
* chore: disable pdf option
* chore: reanme
2024-08-08 23:56:33 +08:00
Nathan.fooo
0b3949152b
feat: support chat with markdown ( #718 )
...
* chore: store metatdata
* chore: support markdown
* chore: update test
2024-08-08 13:19:19 +08:00
Khor Shu Heng
bb1c93b98a
chore: replace bincode serialization with protobuf for collab stream ( #715 )
2024-08-05 23:44:34 +08:00
Khor Shu Heng
21bbfa828e
chore: update sqlx to 0.8 ( #710 )
...
* chore: update sqlx to 0.8
* fix: handle potential encoding error during add args
* chore: more description for SqlxArgEncodingError
2024-08-05 23:44:11 +08:00
Nathan.fooo
a371912c61
chore: enable chat with provided context ( #713 )
...
* chore: enable chat with provided context
* chore: rename
* chore: update create chat message api endpoint
* chore: use list context
* chore: use list context
* chore: fix test
* chore: update api endpoint
* chore: rename client api function
* chore: rename client api function
* chore: expose entity
* chore: update sqlx files
* chore: update test
2024-08-05 14:06:44 +08:00
Khor Shu Heng
3b389d7911
fix: impose character limits on comment ( #712 )
2024-08-01 12:00:59 +08:00
Khor Shu Heng
ca6490c1ac
feat: deserialization for entities used in collab stream ( #682 )
2024-07-30 17:08:48 +08:00
Khor Shu Heng
ff7de66dfa
feat: add can be deleted field to GlobalComment
2024-07-29 19:32:16 +08:00
khorshuheng
230358fd2f
fix: rename uid to uuid in AFWebUser struct for clarity
2024-07-29 16:04:54 +08:00
khorshuheng
422683d717
fix: order reactions by reaction type first creation date
2024-07-29 16:02:03 +08:00
khorshuheng
b6c9f541e2
fix: delete reaction from comment SQL query should be based on comment id, not view id
2024-07-29 14:47:33 +08:00
Khor Shu Heng
b108325c7c
Merge pull request #703 from AppFlowy-IO/reaction-endpoint
...
feat: endpoints for reactions on published view
2024-07-29 12:11:14 +08:00
khorshuheng
ea8ca36b5b
fix: share query param struct for api client and server
2024-07-29 11:36:38 +08:00
Nathan.fooo
0062c95067
chore: update ai config ( #707 )
2024-07-28 22:43:47 +08:00
Khor Shu Heng
62f32e8757
feat: return user struct instead of uuid for reaction
2024-07-27 12:55:07 +08:00
Khor Shu Heng
b861f0a703
feat: endpoints for reactions on published view
2024-07-26 22:56:47 +08:00
Khor Shu Heng
122520e9f4
fix: order comments by recency
2024-07-26 16:28:35 +08:00
Zack
762e558d72
Merge pull request #702 from AppFlowy-IO/workspace-member-count
...
feat: improve workspace api
2024-07-26 13:35:11 +08:00
Nathan.fooo
505c11ff35
chore: update local ai endpoint ( #704 )
2024-07-26 11:08:08 +08:00
Zack Fu Zi Xiang
fc62a079c0
chore: merge with main
2024-07-25 21:05:29 +08:00
Khor Shu Heng
69a6ac48c8
chore: use struct instead of tuple struct for GlobalComments
2024-07-25 16:09:26 +08:00
Khor Shu Heng
f71ac07ae7
chore: rename GlobalCommentCreator to AFWebUser to allow potential reuse
2024-07-25 14:39:02 +08:00
Khor Shu Heng
f535950643
feat: add database operations for publish comment crd
2024-07-25 13:32:43 +08:00
Khor Shu Heng
6eea93d774
feat: add create, retrieve, delete API for publish view global comment
2024-07-25 13:32:43 +08:00
Zack Fu Zi Xiang
11c1521b71
feat: improve workspace api
2024-07-25 04:19:40 +08:00
Kilu.He
47f87cee1c
feat: support publish interfaces for wasm ( #654 )
...
* feat: support publish interfaces for wasm
* fix: fmt
* feat: support sign in with url
2024-07-23 17:47:21 +08:00
Zack
c2a839ba8b
chore: add bytes stream error check ( #697 )
2024-07-22 14:04:25 +08:00
Zack Fu Zi Xiang
61be7fd46c
chore: fix method
2024-07-19 23:19:00 +08:00
Zack Fu Zi Xiang
bacb7c4ae6
chore: add get subscription plan details
2024-07-19 23:10:06 +08:00
Zack Fu Zi Xiang
37a8b9bfc7
chore: add recurring interval
2024-07-19 22:43:21 +08:00
Zack Fu Zi Xiang
5a8c1daf31
chore: add shared entitity subscription plan detail
2024-07-19 21:58:40 +08:00
Zack Fu Zi Xiang
4987884b58
chore: support cancellation reason
2024-07-17 12:24:20 +08:00
Nathan.fooo
53cbe992bf
chore: remove local ai model type ( #692 )
2024-07-16 22:14:04 +08:00
Zack
82bbee19a5
Merge pull request #691 from AppFlowy-IO/fix-user-creation-deadlock-2
...
Fix user creation deadlock 2
2024-07-16 10:44:15 +08:00
Zack Fu Zi Xiang
d47edf2774
chore: add mutex for test concurrent admin sign in
2024-07-16 10:09:31 +08:00
Bartosz Sypytkowski
a8ed5be8d0
fix: cargo fmt
2024-07-15 19:21:10 +02:00
Bartosz Sypytkowski
f5ca71e701
chore: remove pg advisory lock
2024-07-15 19:09:26 +02:00
Zack Fu Zi Xiang
2a145c2f8c
fix: missing payload
2024-07-15 11:37:56 +08:00
Zack Fu Zi Xiang
fdc7055b76
Merge branch 'main' into billing-support-3
2024-07-15 09:22:13 +08:00
Nathan.fooo
eebdbcad79
chore: add api endpoint for local ai config ( #678 )
...
* chore: add api endpoint for local ai config
* chore: fix ci
* chore: api endpoint for download local ai config
* chore: update ci
* chore: ensure client version
* chore: update test
2024-07-15 08:30:11 +08:00
Zack Fu Zi Xiang
e9bdceec14
chore: billing api recurring interval
2024-07-15 00:28:45 +08:00
Zack Fu Zi Xiang
8186b3836b
chore: update api for cancel request
2024-07-14 01:12:53 +08:00
Zack Fu Zi Xiang
e626917d71
chore: add billing cancellation request
2024-07-14 00:49:57 +08:00
Zack Fu Zi Xiang
e0e7950ae1
chore: add try from for subscription plan
2024-07-10 18:54:39 +08:00
Zack Fu Zi Xiang
549e0ac9d7
chore: use more consistent names from stripe
2024-07-10 18:41:18 +08:00
Zack Fu Zi Xiang
013653bc66
chore: improve billing api
2024-07-10 16:12:26 +08:00
Zack Fu Zi Xiang
4623077cdd
chore: add method to query status only for a workspace
2024-07-10 13:52:50 +08:00
Zack Fu Zi Xiang
f223d278b7
Merge branch 'main' into billing-support
2024-07-10 12:12:34 +08:00
Bartosz Sypytkowski
44406ccdae
chore: update yrs and appflowy-collab ( #677 )
...
* chore: update yrs and appflowy-collab
* chore: remove wasm compilation target
* chore: fixed number conversion in tests
* chore: remove wasm integration tests
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-07-10 10:10:07 +08:00
Zack Fu Zi Xiang
cba2248132
chore: add clone
2024-07-09 14:42:44 +08:00
Zack Fu Zi Xiang
95b314d97e
chore: support into trait for subscription plan and recurring interval
2024-07-09 13:28:39 +08:00
Zack Fu Zi Xiang
9c3529f0ca
chore: support into trait for subscription plan and recurring interval
2024-07-09 13:23:15 +08:00
Zack Fu Zi Xiang
8b5a803d44
chore: trait support for plan and recurring interval
2024-07-09 13:07:39 +08:00
Zack Fu Zi Xiang
e1e6ad0e95
chore: add from trait for subscription plan
2024-07-09 13:01:20 +08:00
Zack Fu Zi Xiang
23d1c2433b
chore: fix naming consistency
2024-07-08 14:50:52 +08:00
Zack Fu Zi Xiang
8a2ba59ce8
chore: add more param for plan cancellation
2024-07-08 01:27:41 +08:00
Zack Fu Zi Xiang
430fbf845a
chore: update usage and limits api
2024-07-07 15:55:10 +08:00
Zack Fu Zi Xiang
b77ac38ea3
chore: add http api for usage and limit
2024-07-06 23:33:49 +08:00
Zack Fu Zi Xiang
a41344fbae
chore: configurable base billing url
2024-07-06 16:52:31 +08:00
Zack Fu Zi Xiang
d9b668fab0
chore: add ai response limit service error code
2024-07-03 00:34:33 +08:00
Nathan.fooo
c0bc7020d9
fix: return ai stream error when service unavailable ( #673 )
2024-07-02 13:24:40 +08:00
Bartosz Sypytkowski
117612415f
fix: make collab params deserialize from older version
2024-07-01 12:03:59 +02:00
Zack Fu Zi Xiang
d06dbadc05
fix: update publish collab
2024-06-29 13:50:56 +08:00
Zack Fu Zi Xiang
395486adc3
fix: fix various publish issues
2024-06-29 11:23:23 +08:00
Bartosz Sypytkowski
71899ec792
chore: disabling indexing on workspace prunes collab embeddings
2024-06-28 09:09:18 +02:00
Bartosz Sypytkowski
6c0f4985c3
Merge pull request #645 from AppFlowy-IO/merge-indexer-collaborate
...
Merge indexer collaborate
2024-06-28 07:48:32 +02:00
Nathan.fooo
9884d93aa2
chore: rename function and add docs ( #663 )
2024-06-28 13:43:58 +08:00
Bartosz Sypytkowski
2f37f621b2
fix: collab update violating primary key
2024-06-28 07:11:33 +02:00
Bartosz Sypytkowski
9ea085d6db
chore: fix cargo formatting
2024-06-28 05:40:44 +02:00
Bartosz Sypytkowski
95912e266c
fix: add types removed after rebase
2024-06-28 05:40:44 +02:00
Bartosz Sypytkowski
b79fe41af3
chore: moving embeddings into collabparams
2024-06-28 05:39:56 +02:00
Bartosz Sypytkowski
b1ebbecc5f
chore: moving appflowy indexer into appflowy cloud
2024-06-28 05:39:53 +02:00
Bartosz Sypytkowski
b978033c77
fix: make search results visible for members
2024-06-26 13:03:11 +02:00
Nathan.fooo
1a22813113
chore: stop indexing when stream is not exist ( #652 )
2024-06-26 14:24:23 +08:00