Commit Graph

1888 Commits

Author SHA1 Message Date
Junyi
f951ba1745
fix(plugin-workflow): fix CollectionFieldSelect component (#598) 2022-07-07 10:26:33 +08:00
Zhou
740e50bfe4
Update issue templates 2022-07-06 11:33:49 +08:00
Zhou
7767335ba7
Update issue templates 2022-07-06 11:22:05 +08:00
Junyi
e4a0bb42f6
feat(plugin-workflow): add association select in calculation (#584) 2022-07-06 10:34:48 +08:00
Zhou
4846c43c28
Update release-notes.md 2022-07-05 19:41:39 +08:00
Zhou
59e447d72a
Update release-notes.md 2022-07-05 19:38:59 +08:00
chenos
ba5fb97d1e feat: function for chart data request 2022-07-05 16:56:21 +08:00
chenos
7c7fd1bb5e fix(cli): remove process.env.NODE_OPTIONS 2022-07-05 13:10:50 +08:00
chenos
1e7746292f
chore(versions): 😊 publish v0.7.2-alpha.1 (#578)
* chore(versions): 😊 publish v0.7.2-alpha.1

* feat: update docker image version
2022-07-05 09:55:22 +08:00
chenos
ae66dd5ded
fix: drop all foreign keys (#576) 2022-07-04 23:48:19 +08:00
Junyi
93fba8fcb5
fix(plugin-workflow): fix collection trigger config (#575) 2022-07-04 22:09:15 +08:00
chenos
592f6a423b fix: improve filter item styling 2022-07-04 20:32:18 +08:00
chenos
075426471e fix(collection-manager): missing collection manager context 2022-07-04 20:06:18 +08:00
chenos
e3b6c0513a
feat: filter with variable (#574) 2022-07-04 17:50:18 +08:00
chenos
ec7bc2bc8b
feat(cli): check database version before installation (#572)
* feat(cli): check database version before installation

* fix: log

* fix: fix bugs

* fix: postgres

* fix: run beforeInstall
2022-07-04 13:41:07 +08:00
SemmyWong
4e9384bce2
fix(client): comment out useless code 2022-07-01 22:00:00 +08:00
chenos
5603faacf3 fix(cli): app start before sync and upgrade 2022-07-01 09:36:35 +08:00
chenos
9928424f5a feat(client): integer field 2022-07-01 09:35:36 +08:00
chenos
70ab4dcf1f
fix(database): index invalid (#564)
* fix(database): index invalid

* fix: test error
2022-07-01 09:33:05 +08:00
SemmyWong
41cb3da448
fix: export association table data (#561)
* fix: export association table data

* fix: fix export

* feat: add test case

* feat: add test case
2022-07-01 09:13:16 +08:00
Zhou
3d1ae8fcae
Add files via upload 2022-06-30 09:37:06 +08:00
Zhou
9a2276b7e5
Add files via upload 2022-06-30 09:34:52 +08:00
Zhou
24dc9734a5
Update 5-minutes-to-get-started.md 2022-06-30 09:34:46 +08:00
Zhou
0ba4e29016
Update 5-minutes-to-get-started.md 2022-06-30 09:34:05 +08:00
Zhou
8323b1afb2
Update 5-minutes-to-get-started.md 2022-06-30 09:28:37 +08:00
Zhou
f5da05d38f
Update 5-minutes-to-get-started.md 2022-06-30 09:28:32 +08:00
chenos
e5793cbbcb fix(client): maximum call stack size exceeded (#554) 2022-06-30 09:22:16 +08:00
Zhou
8744e9c057
Update 5-minutes-to-get-started.md 2022-06-30 09:19:31 +08:00
Zhou
31b1d91b4f
Add files via upload 2022-06-30 09:17:12 +08:00
Zhou
8cf710bdb6
Update 5-minutes-to-get-started.md 2022-06-30 09:14:50 +08:00
Junyi
4a3cb6e65f
Refactor(plugin workflow): move client files into plugin (#556)
* refactor(plugin-workflow): move client files into plugin

* fix(client): fix package path block build

* test(plugin-workflow): trigger ci
2022-06-29 23:42:03 +08:00
chenos
d3b157075e
fix(database): constraints default to false (#550)
* fix(database): constraints default to false

* test(plugin-workflow): skip schedule cases

Co-authored-by: mytharcher <mytharcher@gmail.com>
2022-06-29 23:20:00 +08:00
chenos
017c6f232d fix(client): cannot read properties of undefined (reading 'target') 2022-06-29 23:04:49 +08:00
chenos
947215f96d fix(client): cannot read properties of undefined (reading 'split') 2022-06-29 22:39:55 +08:00
chenos
008a7f7f33 fix(workflow): merge workflow providers 2022-06-29 17:32:10 +08:00
chenos
0348392037 fix(workflow): load workflow after application initialization 2022-06-29 17:19:10 +08:00
Junyi
8f0ea6c3c0
fix(plugin-workflow): fix select width (#552)
* fix(plugin-workflow): fix select width

* test(plugin-workflow): skip schedule cases
2022-06-29 14:30:33 +08:00
金昶
44f23ca920
feat: compatible with old kanban (#553)
* feat: compatible with old kanban

* feat: replace KanbanV2 to Kanban
2022-06-29 14:17:42 +08:00
chenos
dbcbe6aea7 fix(client): consider explicitly re-exporting to resolve the ambiguity 2022-06-29 13:14:34 +08:00
金昶
32e744319e
feat: display association fields (#512)
* feat: association field features

* fix: remove comments

* fix: association field in creation form will trigger error

* fix: column decorator title

* fix: column designer title

* fix: association field in table

* feat: adjust documents

* fix: remove m2o subfield mode

* fix: adjust title field display condition

* fix: relation field title bug

* fix: o2m multiple is true

* feat: association fields are loaded on demand

* fix: support sub field

* feat: remove FormField require config

* fix: two lines in Columns config menu of table block

* fix: could not find schema node

* fix: add form context to internal table block

* fix(client): non-empty judgment

* feat: translations

* fix: add / edit field title compile

* fix: unique

* fix: association feature bugs

* feat: add oho & o2m selector filter

* fix: add field added logic in FormField and TableField

* fix: remove updateAssociationValues middleware

* feat: recordprovider in association fields

* feat: add kanban association appends

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-06-29 12:57:43 +08:00
Junyi
95d0b524d0
Fix(plugin workflow) (#549)
* fix(plugin-workflow): clear options when change collection

* fix(plugin-workflow): fix schedule trigger
2022-06-29 00:00:27 +08:00
jeff99
8fa4be8589
fix:update mysql port (#548)
Co-authored-by: jeff <chenjf@idowe.com>
2022-06-28 22:22:47 +08:00
chenos
839d588892
fix: export of relation blocks (#546) 2022-06-28 19:51:14 +08:00
Junyi
fdb7b4c664
fix(plugin-workflow): clear options when change collection (#547) 2022-06-28 18:48:16 +08:00
Junyi
4a8c9c8d87
feat(plugin-workflow): add race mode (#542)
* feat(plugin-workflow): add race mode

* fix(plugin-workflow): fix test cases

* fix(plugin-workflow): fix node create action
2022-06-28 17:00:19 +08:00
Junyi
3e8a80a3ae
fix(client): change toArr to _.castArray in select component (#543) 2022-06-28 10:08:24 +08:00
Zhou
9e85116c98
Update roadmap.md 2022-06-27 09:26:55 +08:00
Zhou
3dbad28bab
Update roadmap.md 2022-06-27 09:26:48 +08:00
Zhou
6d54dfef80
Update roadmap.md 2022-06-27 09:24:41 +08:00
Zhou
d1a4b619ac
Update release-notes.md 2022-06-27 09:18:27 +08:00