Zack Fu Zi Xiang
|
3e9e865bfc
|
fix: use correct id for duplicating doc in db row
|
2024-09-09 19:22:36 +08:00 |
|
Nathan.fooo
|
3f59c650f4
|
chore: bump appflowy collab (#805)
* chore: bump appflowy collab
* chore: fix test
* chore: bump collab
|
2024-09-09 18:50:47 +08:00 |
|
Zack Fu Zi Xiang
|
572e18e88a
|
feat: allow insertion of standalone view
|
2024-09-09 18:10:12 +08:00 |
|
Zack
|
135071e5ce
|
Merge pull request #800 from ilteoood/main
fix: repo name
|
2024-09-09 17:16:01 +08:00 |
|
Zack Fu Zi Xiang
|
9281fbdf54
|
chore: add some doc about database relation
|
2024-09-09 17:02:13 +08:00 |
|
Zack Fu Zi Xiang
|
99677acd4d
|
fix: set correct values
|
2024-09-09 16:37:09 +08:00 |
|
Zack Fu Zi Xiang
|
41136e3a3e
|
Merge branch 'main' into feat/duplicate-relation
|
2024-09-09 16:07:42 +08:00 |
|
Zack Fu Zi Xiang
|
321286bed2
|
chore: use into
|
2024-09-09 16:07:28 +08:00 |
|
Zack Fu Zi Xiang
|
39297e23e4
|
fix: use meta
|
2024-09-09 15:58:25 +08:00 |
|
Zack Fu Zi Xiang
|
12d6455031
|
fix: use db row collab
|
2024-09-09 15:34:45 +08:00 |
|
Zack Fu Zi Xiang
|
c9479985c2
|
Merge branch 'main' into feat/dup-doc-in-db-row
|
2024-09-09 12:48:23 +08:00 |
|
Zack Fu Zi Xiang
|
d99687e080
|
feat: support doc in duplicated database row
|
2024-09-09 12:48:04 +08:00 |
|
Khor Shu Heng
|
b7521030b9
|
Merge pull request #804 from AppFlowy-IO/fix-linting-and-add-message
chore: fix formating and add descriptive error message for parse failures
|
2024-09-09 11:45:48 +08:00 |
|
khorshuheng
|
6e4c9840be
|
chore: fix formating and add descriptive error message for parse failures
|
2024-09-09 11:44:26 +08:00 |
|
Khor Shu Heng
|
7d795a420d
|
Merge pull request #792 from zahin-mohammad/zahin/support-railway
feat: Support Railway Deployments
|
2024-09-09 11:39:49 +08:00 |
|
Khor Shu Heng
|
17733093e9
|
Merge pull request #797 from AppFlowy-IO/hide-space-without-published-doc
fix: hide space without any published documents
|
2024-09-09 10:35:44 +08:00 |
|
Matteo Pietro Dazzi
|
e8484fdc1e
|
fix: auth
|
2024-09-07 12:22:30 +02:00 |
|
khorshuheng
|
df14ecbfbd
|
fix: hide space without any published documents, allow private published
collab
|
2024-09-06 16:39:34 +08:00 |
|
Zack Fu Zi Xiang
|
d1635cb99c
|
chore: add test
|
2024-09-06 15:30:28 +08:00 |
|
Zack Fu Zi Xiang
|
088d8763da
|
chore: add related db directly to dest view instead
|
2024-09-06 13:18:41 +08:00 |
|
Zack Fu Zi Xiang
|
720731b9e4
|
fix: database inline view id
|
2024-09-06 12:02:57 +08:00 |
|
Zack Fu Zi Xiang
|
407b056e66
|
fix: update iid
|
2024-09-06 07:28:15 +08:00 |
|
Zack Fu Zi Xiang
|
f7b7686573
|
Merge branch 'main' into feat/duplicate-relation
|
2024-09-05 15:17:34 +08:00 |
|
Khor Shu Heng
|
bfc8b0db58
|
Merge pull request #796 from AppFlowy-IO/filter-by-parent-view
fix: filter out children which the view's parent does not match the actual parent view id
|
2024-09-05 14:57:40 +08:00 |
|
khorshuheng
|
50f24a174f
|
fix: filter out children which the view's parent does not match the actual parent view id
|
2024-09-05 14:35:55 +08:00 |
|
Zack Fu Zi Xiang
|
42b98aeb77
|
chore: cargo clippy
|
2024-09-05 14:27:03 +08:00 |
|
Zack Fu Zi Xiang
|
22a416c99f
|
Merge branch 'main' into feat/duplicate-relation
|
2024-09-05 14:21:05 +08:00 |
|
Zack Fu Zi Xiang
|
16bebc7d2d
|
feat: replace related row id with duplicated row id
|
2024-09-05 14:20:14 +08:00 |
|
Zack
|
d3b5b4feea
|
Merge pull request #794 from AppFlowy-IO/fix/del-collab-emb
fix: slow query deleting collab embeddings
|
2024-09-05 14:18:32 +08:00 |
|
Zack Fu Zi Xiang
|
206c2cadaf
|
chore: cargo deny check advisories
|
2024-09-05 12:06:57 +08:00 |
|
Zack Fu Zi Xiang
|
cf7d4b0ac9
|
Merge branch 'main' into fix/del-collab-emb
|
2024-09-05 11:21:06 +08:00 |
|
Zack Fu Zi Xiang
|
76d70e2288
|
Merge branch 'main' into feat/duplicate-relation
|
2024-09-05 11:19:20 +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 |
|
Zahin Mohammad
|
9fc15827f8
|
feat(af-cloud): expose container port via env var
|
2024-09-04 12:35:05 -04:00 |
|
Zahin Mohammad
|
fa5f548c95
|
feat(admin): expose container port via env var
|
2024-09-04 12:35:02 -04:00 |
|
Zahin Mohammad
|
8507a32729
|
feat(admin): host and port set via env vars
This allows users to use ipv4 or ipv6
|
2024-09-04 12:33:44 -04:00 |
|
Zack Fu Zi Xiang
|
e977cb5701
|
Merge branch 'main' into feat/duplicate-relation
|
2024-09-05 00:18:11 +08:00 |
|
Zack Fu Zi Xiang
|
5a2cd05f3f
|
feat: duplicate database for relation
|
2024-09-05 00:17:56 +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 |
|
Kalitsune
|
366aa03a0e
|
feat: modernized the docker-compose file (#776)
This commit allows the port to be controlled using environment variables without having to edit the file which can be troublesome as this app is deployed as a git repo.
Additionaly this commits removes the `version` field which is now deprecated (read: https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-obsolete)
|
2024-09-04 19:15:35 +08:00 |
|
Khor Shu Heng
|
348f2c8ff1
|
feat: add is published field to published outline response (#790)
|
2024-09-04 19:14:39 +08:00 |
|
Zack Fu Zi Xiang
|
fe65396f3e
|
feat: support row relation
|
2024-09-04 18:12:33 +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
|
2b57fb7125
|
Merge pull request #788 from AppFlowy-IO/fix/user-delete
fix: delete user should only remove owned workspaces
|
2024-09-04 14:21:55 +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 |
|
Zack
|
40017ee497
|
Merge pull request #787 from AppFlowy-IO/fix/dup-doc-db
fix: parent database id for inline doc
|
2024-09-04 10:22:55 +08:00 |
|
Zack Fu Zi Xiang
|
e1fc5f230e
|
chore: add test for doc with embedded grid
|
2024-09-04 00:45:01 +08:00 |
|
Zack Fu Zi Xiang
|
7fd94d5ab7
|
fix: parent database id for inline doc
|
2024-09-03 23:36:35 +08:00 |
|