Commit Graph

1070 Commits

Author SHA1 Message Date
Nathan.fooo c0bc7020d9
fix: return ai stream error when service unavailable (#673) 2024-07-02 13:24:40 +08:00
Bartosz Sypytkowski 8c634551fd
Merge pull request #672 from AppFlowy-IO/collab-params-fallback-decode
fix: make collab params deserialize from older version
2024-07-01 13:25:24 +02:00
Bartosz Sypytkowski 117612415f fix: make collab params deserialize from older version 2024-07-01 12:03:59 +02:00
Zack 00b6c28915
Merge pull request #670 from AppFlowy-IO/af_workspace_member_foreign_key
chore: add missing foreign key
2024-06-30 13:54:53 +08:00
Zack Fu Zi Xiang 5dd1576be5
chore: add missing foreign key 2024-06-30 01:03:48 +08:00
Zack a4d340bff1
Merge pull request #669 from AppFlowy-IO/fix/publish
fix: fix various publish issues
2024-06-30 00:09:05 +08:00
Zack Fu Zi Xiang 315dd0c923
fix: sqlx 2024-06-29 13:57:36 +08:00
Zack Fu Zi Xiang d06dbadc05
fix: update publish collab 2024-06-29 13:50:56 +08:00
Zack Fu Zi Xiang 9aef3613b6
fix: sqlx 2024-06-29 12:34:45 +08:00
Zack Fu Zi Xiang 395486adc3
fix: fix various publish issues 2024-06-29 11:23:23 +08:00
Zack b02f8a2844
Merge pull request #660 from SharksT/fix_env
chore: add mailer smtp config to docker-compose.yml.
2024-06-29 02:50:33 +08:00
Bartosz Sypytkowski 01f974beee
Merge pull request #666 from AppFlowy-IO/workspace-settings-posteffects
chore: disabling indexing on workspace prunes collab embeddings
2024-06-28 11:01:20 +02:00
Bartosz Sypytkowski bf5b122557 chore: generate sqlx offline query definitions 2024-06-28 09:26:19 +02: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
Khor Shu Heng 7dfb52f80b
feat: add telemetry to appflowy collaborate service (#662) 2024-06-28 13:44:59 +08: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 c1f8c486fd chore: failure in embedding fetch should block collab creation 2024-06-28 06:11:19 +02:00
Bartosz Sypytkowski 9ea085d6db chore: fix cargo formatting 2024-06-28 05:40:44 +02:00
Bartosz Sypytkowski b6f301b3ad chore: sqlx prepare workspace json 2024-06-28 05:40:44 +02:00
Bartosz Sypytkowski cce52a5185 chore: do not throw errors on invalid document schema during indexing 2024-06-28 05:40:44 +02:00
Bartosz Sypytkowski 5d3574d643 chore: save collab embeddings on collab create 2024-06-28 05:40:44 +02:00
Bartosz Sypytkowski 8bf6aff923 chore: post rebase fixes 2024-06-28 05:40:44 +02:00
Bartosz Sypytkowski 42b3cca886 chore: remove appflowy indexer service 2024-06-28 05:40:44 +02:00
Bartosz Sypytkowski f13b9ee787 chore: add indexing of collabs at application start 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 a706c312b3 chore: making embeddings code compile 2024-06-28 05:40:41 +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
Nathan.fooo a6539dd963
chore: shorten default write interval (#661) 2024-06-28 10:06:09 +08:00
Felipe Passos e5021b7313
chore: add mailer smtp config to docker-compose.yml. 2024-06-27 11:40:38 -03:00
Zack 59b2fefee9
Merge pull request #659 from AppFlowy-IO/fix/publish-name-uniq
fix: use two column as unique constraint
2024-06-27 19:16:47 +08:00
Zack f3d621de98
fix: sqlx comments 2024-06-27 19:03:29 +08:00
Zack Fu Zi Xiang bfa0f32874
fix: use two column as unique constraint 2024-06-27 18:55:06 +08:00
Nathan.fooo 50ed9f4a6a
chore: update create collab list api endpoint (#657)
* chore: update create collab list api endpoint

* chore: clippy

* chore: fix compile
2024-06-27 15:41:10 +08:00
Zack 80e1dce500
Merge pull request #655 from AppFlowy-IO/publish-collab-tables
feat: add index and uniqueness for publish name
2024-06-27 14:58:57 +08:00
Bartosz Sypytkowski 3bd1fb9f92
Merge pull request #656 from AppFlowy-IO/fix-search-non-owner
fix: make search results visible for members
2024-06-26 14:30:54 +02:00
Bartosz Sypytkowski b978033c77 fix: make search results visible for members 2024-06-26 13:03:11 +02:00
Zack Fu Zi Xiang d1e4491de8
feat: add index and uniqueness for publish name 2024-06-26 19:00:38 +08:00
Nathan.fooo 1a22813113
chore: stop indexing when stream is not exist (#652) 2024-06-26 14:24:23 +08:00
Bartosz Sypytkowski c0bca1cb8c
Merge pull request #653 from AppFlowy-IO/lazy-indexer
chore: appflowy indexer - do not break the document handler on missing data
2024-06-26 07:50:25 +02:00
Bartosz Sypytkowski 9b308bceaa chore: appflowy indexer - do not break the document handler on missing data 2024-06-26 07:18:28 +02:00
Bartosz Sypytkowski 7d03e9cf85
Merge pull request #650 from AppFlowy-IO/fix-indexing-order
fix: do not throw errors if indexer found document before workspace was created
2024-06-25 09:23:33 +02:00
Bartosz Sypytkowski b7ce1617cd chore: fix appflowy indexer tests 2024-06-25 08:47:40 +02:00
Bartosz Sypytkowski 6592f00a20 chore: change query to use workspace directly 2024-06-25 08:07:32 +02:00
Bartosz Sypytkowski 2ff2a77465 fix: do not throw errors if indexer found document before workspace was created 2024-06-25 07:30:48 +02:00
Khor Shu Heng c25d78f691
Merge pull request #649 from AppFlowy-IO/collab-service-dockerfile
feat: dockerfile for collab service
2024-06-25 13:30:37 +08:00
Khor Shu Heng bdae165849
feat: add post realtime message stream handler to independent collab ws (#647) 2024-06-25 13:30:05 +08:00
khorshuheng 8e0f28fe1d feat: dockerfile for collab service 2024-06-25 10:02:55 +08:00