katherinehhh
|
7b451f4a02
|
Merge branch 'main' into feat/gantt-block
|
2023-02-20 12:55:55 +08:00 |
|
Junyi
|
4fbad75ea9
|
Feat(plugin-workflow) manual instruction (#1339)
* feat(plugin-workflow): add prompt node
* feat(plugin-workflow): useValueGetter for all instructions and triggers
* feat(plugin-workflow): add workflow block initializer
* refactor(plugin-workflow): change prompt node type to manual
* feat(plugin-workflow): add ModeConfig component for mode
* feat(plugin-workflow): add todo drawer
* feat(plugin-workflow): add block value provider
* feat(plugin-workflow): improve todo block and drawer
* fix(plugin-workflow): fix instruction name in test cases
* fix(plugin-workflow): fix test cases
* refactor(plugin-workflow): change param type of collection field initializer
* feat(plugin-workflow): add filter types for getters
* fix(plugin-workflow): fix assignees variable
* fix(plugin-workflow): filter todo by exist workflow
* fix(plugin-workflow): fix duplicated save action in manual config
* fix(plugin-workflow): fix transaction
* feat(plugin-workflow): destroy workflow will be cascaded
* fix(plugin-workflow): fix merge
* fix(plugin-workflow): fix locale
* fix(plugin-workflow): allow open ui view when executed
* fix(plugin-workflow): change todo table filter
* feat(plugin-workflow): use formula for calculation
* fix(plugin-workflow): fix variable template regexp
* fix(plugin-workflow): fix sub-options logic with types
* refactor(plugin-workflow): drop useless component
* fix(plugin-workflow): fix manual node action button
* feat(plugin-workflow): add new variable input component
* refactor(plugin-workflow): change all variable to new component
* fix(plugin-workflow): fix type
* fix(plugin-workflow): fix functions init
* fix(plugin-workflow): change jsonb to json for stable order
* fix(plugin-workflow): fix duplicated field name when initialize
* fix(plugin-workflow): fix manual result in manual block
* test(plugin-workflow): log field initializer props
* fix(plugin-workflow): fix nullable arguments
* test(plugin-workflow): test initializer fields schema
* fix: observer
* fix(plugin-workflow): adjust hints
* fix(plugin-workflow): fix locale and cursor in variable input
* refactor(plugin-workflow): change status keys
* fix(plugin-workflow): fix parallel instruction
* fix(plugin-workflow): fix calculation migration
* fix(plugin-workflow): move tasks native filter to server
* fix(plugin-workflow): fix manual options for variable
* fix(plugin-workflow): fix conflict
* fix(plugin-workflow): fix some bugs
* fix(plugin-workflow): fix todo list filter and locale
* fix(plugin-workflow): fix update action of workflow
* refactor(plugin-workflow): add legacy condition calculation as basic engine
* fix(plugin-workflow): fix type
* fix(plugin-workflow): fix condition basic calculation
* fix(plugin-workflow): fix type
* fix(plugin-workflow): fix migration
* fix(plugin-workflow): fix evaluators and scope
* fix(plugin-workflow): remove disabled type select in schema config
* fix(plugin-workflow): fix manual form schema designer
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-02-20 11:52:06 +08:00 |
|
chenos
|
cf71111b0a
|
fix: association value submitted on demand
|
2023-02-18 14:52:52 +08:00 |
|
chenos
|
780f2d556e
|
feat: default value of block template title
|
2023-02-18 11:09:55 +08:00 |
|
Dunqing
|
92185ec57c
|
fix: avoid o2o, o2m can select the data already selected (#1462)
* fix: avoid o2o, o2m can select the data already selected
* fix: o2m
|
2023-02-17 18:25:14 +08:00 |
|
justwho
|
74b93f58fd
|
feat: update zh_CN.ts (#1458)
|
2023-02-16 21:03:31 +08:00 |
|
chenos
|
05740672a0
|
feat: multiple apps admin (#1431)
* fix: dynamic routerBase
* fix: start sub app with empty options
* chore: sync options
* fix: sub app create database
* fix: test
* fix: deps
* feat: register app db creator
* feat: default db creator
* feat: app options factory
* chore: api name
* fix: test
* fix: running sub app
* fix: beforeGetApplication hook
* fix: mysql test
* fix: appManager get selector
* chore: callback
---------
Co-authored-by: Chareice <chareice@live.com>
|
2023-02-14 15:30:58 +08:00 |
|
Frozen FIsh
|
00acbfb9b0
|
Revert "fix(table): make filed overflow behavior right (#1392)" (#1452)
This reverts commit 7fda978fe875f4532f13e43fa19359585695aef1.
|
2023-02-13 16:22:43 +08:00 |
|
katherinehhh
|
7591a0e8ea
|
fix(collection category): zh_cn locale defect (#1451)
|
2023-02-13 15:11:11 +08:00 |
|
anuoua
|
6c837ee08c
|
feat: association snapshot (#1438)
* feat: snapshota
* feat: snapshota i18n & bugs
* feat: snapshota association value fix
* feat: snapshota remove require true
* feat: snapshota params.values null fix
* feat: snapshota i18n
* feat: snapshota CR fix
* feat: snapshota field change fix
* feat: snapshota magicstring fix
* feat: snapshota field del fix
* feat: snapshota CR fix
* feat: snapshota tag fix
* feat: snapshota depth < 3
* fix: improve code
* feat: snapshota test
* feat: snapshota remove disabled
* fix: disabled isOverride
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-02-12 14:43:48 +08:00 |
|
被雨水过滤的空气-Rairn
|
7fda978fe8
|
fix(table): make filed overflow behavior right (#1392)
* fix(Table): fix overflow issue on td element (#1392)
* chore(table): update style
|
2023-02-11 23:34:38 +08:00 |
|
katherinehhh
|
f8a11cbbf0
|
feat: collection categories (#1327)
* feat: collection categories
* feat: collection category
* feat: collection category
* feat: collection category belongsToMany
* feat: collection category
* feat: collection category
* feat: collection category
* feat: collection category local
* feat: collection category
* feat: collection category collection
* feat: collection category code improve
* feat: collection category code improve
* feat: collection category column
* feat: collection category color
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category refresh
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: collection category improve
* feat: graph collection show category color
* feat: graph collection show category color
* feat: graph collection category style improve
* fix: change the variable names to camel case
* fix: category
* fix: collectionCategory
* fix: field options
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-02-10 09:15:37 +08:00 |
|
Junyi
|
88c35a086a
|
fix(i18n): set key and ns separator default to false (#1432)
|
2023-02-06 19:57:40 -08:00 |
|
katherinehhh
|
ad886ac304
|
refactor: gant bar suport click
|
2023-02-07 10:40:38 +08:00 |
|
katherinehhh
|
54aa2d7f82
|
style: gant style improve
|
2023-02-06 14:22:21 +08:00 |
|
katherinehhh
|
5d3221b962
|
style: gant calendar style improve
|
2023-02-06 13:24:42 +08:00 |
|
katherinehhh
|
ca1c0ad349
|
style: gant grid style improve
|
2023-02-06 13:18:06 +08:00 |
|
katherinehhh
|
588a056353
|
style: gant local
|
2023-02-06 13:14:02 +08:00 |
|
被雨水过滤的空气-Rairn
|
8657710997
|
chore: translate 'Add tab' in page header (#1424)
|
2023-02-05 13:25:18 +08:00 |
|
katherinehhh
|
9fdaf5c292
|
feat: gant calendar style improve
|
2023-02-03 09:58:51 +08:00 |
|
katherinehhh
|
44e0429763
|
feat: gant task change
|
2023-02-02 21:46:49 +08:00 |
|
katherinehhh
|
01534437b0
|
feat: gant configure actions
|
2023-02-02 21:18:21 +08:00 |
|
katherinehhh
|
3d3fb1f2d3
|
feat: do not display gantt bar when the start date is empty
|
2023-02-02 20:23:37 +08:00 |
|
katherinehhh
|
2d5ed78ac9
|
feat: gant block code improve
|
2023-02-02 16:12:28 +08:00 |
|
katherinehhh
|
6b3d75ff48
|
feat: gantt block action configure fix
|
2023-02-02 15:41:24 +08:00 |
|
katherinehhh
|
68523aa571
|
feat: gantt block surport bulk update&bulk edit
|
2023-02-02 15:05:33 +08:00 |
|
katherinehhh
|
a08bd09919
|
feat: gantt block surport bulk update
|
2023-02-02 11:16:11 +08:00 |
|
katherinehhh
|
b1d46901c6
|
feat: gantt table actions column is configured by default
|
2023-02-02 10:38:46 +08:00 |
|
katherinehhh
|
71b56daf88
|
feat: gantt block style improve
|
2023-02-02 10:07:19 +08:00 |
|
katherinehhh
|
0b3570b8e6
|
feat: gantt block configure actions
|
2023-02-01 21:40:57 +08:00 |
|
katherinehhh
|
fe899d19f3
|
feat: gantt block suprt process update
|
2023-02-01 21:13:05 +08:00 |
|
katherinehhh
|
3e01b71234
|
feat: gantt block suprt process update
|
2023-02-01 16:11:28 +08:00 |
|
katherinehhh
|
b6db10944d
|
feat: gantt block suprt process update
|
2023-02-01 16:03:55 +08:00 |
|
katherinehhh
|
01e93148b9
|
feat: gantt block suprt process update
|
2023-02-01 15:52:16 +08:00 |
|
katherinehhh
|
a437cf2f5f
|
feat: gantt block suprt time range change
|
2023-02-01 15:31:24 +08:00 |
|
Dunqing
|
4e3a276202
|
fix(FixedBlock): using both association filters and FixedBlock does not show the complete table (#1405)
|
2023-02-01 12:55:57 +08:00 |
|
Dunqing
|
65a579384a
|
feat(calendar): startDate and endDate support the use of association fields (#1397)
* feat(calendar): startDate and endDate support the use of association fields
* feat: improve association type
|
2023-02-01 12:55:46 +08:00 |
|
katherinehhh
|
71aeeee6b4
|
feat: table actions suport config
|
2023-02-01 11:23:47 +08:00 |
|
katherinehhh
|
8b44a3b762
|
feat: gantt block empty state placeholder
|
2023-02-01 10:12:36 +08:00 |
|
katherinehhh
|
5328136da2
|
feat: gantt process handle
|
2023-01-31 23:30:14 +08:00 |
|
katherinehhh
|
24cf984191
|
feat: style module -> emotion css
|
2023-01-31 22:28:20 +08:00 |
|
katherinehhh
|
5f8cb58d7e
|
feat: style improve
|
2023-01-31 16:31:43 +08:00 |
|
katherinehhh
|
36089230e9
|
Merge branch 'main' into feat/gantt-block
|
2023-01-31 16:06:08 +08:00 |
|
katherinehhh
|
8fc9b66a21
|
feat: modulecss ->less
|
2023-01-31 16:04:26 +08:00 |
|
chenos
|
733e1ff60b
|
fix: acl field whitelist
|
2023-01-31 15:54:41 +08:00 |
|
katherinehhh
|
57448842da
|
feat: gant expend when table expend
|
2023-01-31 15:45:15 +08:00 |
|
katherinehhh
|
5a61dd59a9
|
feat: gant block table configure
|
2023-01-30 11:02:37 +08:00 |
|
katherinehhh
|
ddb174db1b
|
fix: foreign keys are editable when adding fields (#1404)
|
2023-01-30 10:58:14 +08:00 |
|
anuoua
|
911caa1e37
|
fix: navbar_ui style (#1398)
|
2023-01-30 10:35:25 +08:00 |
|
katherinehhh
|
3b6b84f8c3
|
feat: gant block table configure
|
2023-01-30 10:24:13 +08:00 |
|