nocobase[bot]
574c67f403
chore(versions): 😊 publish v1.3.19-beta
2024-09-08 14:24:01 +00:00
GitHub Actions Bot
919bfcc4ca
Merge branch 'main' into next
2024-09-08 14:15:08 +00:00
Zeke Zhang
1e7a740f66
fix(popup): fix URL anomalies caused by using popups together with Link buttons ( #5219 )
...
* fix(popup): resolve URL issues caused by popups used with Link buttons
* chore: make e2e tests pass
2024-09-08 22:14:51 +08:00
nocobase[bot]
a248c7e363
chore(versions): 😊 publish v1.3.18-beta
2024-09-08 13:24:58 +00:00
nocobase[bot]
1954b6bb99
chore(versions): 😊 publish v1.3.17-beta
2024-09-07 15:42:23 +00:00
nocobase[bot]
ead089784e
chore(versions): 😊 publish v1.3.16-beta
2024-09-06 08:59:59 +00:00
Katherine
93a788e769
refactor: ActionPanel support popup & custom request action ( #5148 )
...
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
* refactor: workbench support popup action
* fix: popup action in workben
* fix: popup action in workben
* feat(WorkbenchAction): adapt popup
* refactor: workbench support custom request
* fix: workbench support custom request
* refactor: action panel
* refactor: support layout
* refactor: support layout
* refactor: locale improve
* refactor: popup action support openMode
* refactor: layout
* fix: bug
* fix: bug
* fix: bug
* style: improve
* fix(map): resolve issue with map not displaying
* refactor: add popup action
* fix: bug
* refactor: confirm title
* style: improve
* fix: bug
* fix: resolve error when creating blocks
* chore: get unit test pass
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-09-05 23:01:41 +08:00
nocobase[bot]
59db102595
chore(versions): 😊 publish v1.3.15-beta
2024-09-04 05:00:13 +00:00
nocobase[bot]
c4c36599ed
chore(versions): 😊 publish v1.3.14-beta
2024-09-03 09:57:06 +00:00
nocobase[bot]
5cfca8e954
chore(versions): 😊 publish v1.3.13-beta
2024-09-03 00:46:15 +00:00
nocobase[bot]
774c2961d4
chore(versions): 😊 publish v1.3.12-beta
2024-09-01 12:01:37 +00:00
nocobase[bot]
517e199ed7
chore(versions): 😊 publish v1.3.11-beta
2024-08-31 14:13:44 +00:00
nocobase[bot]
5afac9cf82
chore(versions): 😊 publish v1.3.10-beta
2024-08-31 07:29:00 +00:00
nocobase[bot]
bf5011f75a
chore(versions): 😊 publish v1.3.9-beta
2024-08-29 14:14:30 +00:00
nocobase[bot]
39d021a9aa
chore(versions): 😊 publish v1.3.8-beta
2024-08-29 10:12:49 +00:00
nocobase[bot]
f429d13264
chore(versions): 😊 publish v1.3.7-beta
2024-08-29 08:41:23 +00:00
nocobase[bot]
39c7ce4741
chore(versions): 😊 publish v1.3.6-beta
2024-08-29 06:01:24 +00:00
nocobase[bot]
35e8f89c75
chore(versions): 😊 publish v1.3.5-beta
2024-08-28 09:28:11 +00:00
nocobase[bot]
a0117480e0
chore(versions): 😊 publish v1.3.4-beta
2024-08-27 10:27:55 +00:00
nocobase[bot]
9dffefb90a
chore(versions): 😊 publish v1.3.3-beta
2024-08-27 00:37:42 +00:00
nocobase[bot]
dcadaa6665
chore(versions): 😊 publish v1.3.2-beta
2024-08-26 20:58:26 +00:00
nocobase[bot]
4aff92ad3b
chore(versions): 😊 publish v1.3.1-beta
2024-08-26 16:07:23 +00:00
chenos
29433aa441
feat: 1.4.0-alpha
2024-08-26 00:16:25 +08:00
GitHub Actions Bot
dea6a58878
chore(versions): 😊 publish v1.3.0-beta
2024-08-25 16:12:14 +00:00
Zeke Zhang
a429b7a4b3
feat: adapt desktop blocks to mobile ( #4945 )
...
* feat: register workflow blocks to mobile page
* fix: should hide Divider in subpage
* refactor: rename 'Data blocks' to 'Desktop data blocks'
* feat: adapt blocks within subpages for mobile
* feat: adapt Filter action
* feat: isolate block templates between desktop and mobile
* refactor: export storePopupContext
* feat: support popup URL for 'Workflow todos'
* chore: update e2e tests
* chore: make e2e tests pass
* chore: add comment
* fix: make popup style of duplicate and bulk edit right
* fix(GridCard): ensure single column display in mobile
* fix: fix goBack
* refactor: make more stable
* refactor: change name for add blocks menu
* fix: fix block template for mobile
* feat: adapt Apply action of approval block to mobile
* fix(Map): use window.open to redirect to configuration page
* Revert "fix(Map): use window.open to redirect to configuration page"
This reverts commit 248ae8b68c
.
* fix: redirect to the main app page when URL is starts with 'admin'
* fix(Link): make path right
* fix: refactor Popup to fix draging bug
* fix: should auto refresh when submiting in Manual popup
* fix(Action.Container): should return null when visible is false (T-4949)
* fix: increase z-index of subpage to cover Amap elements
* fix: fix tab switching not work (T-4985)
* fix(Link): should be change Link's URL of all table rows after editing URL (T-4981)
* fix: fix URL not changed after closing popup (T-4987)
* fix: make unit tests pass
* fix: make unit tests pass
* chore: get e2e tests to pass
* fix: use Popup to display data picker (T-4965)
* fix: use mobile Popup in some bloks
* refactor: use local isMobile
* fix: increase Popup's z-index to cover subpage
* fix: optimize Popup for mobile
* style: createRecordAction style improve
* refactor(AssociationField): get Component from AssociationFieldModeProvider
* refactor(InternalPopoverNester): support custom Container component
* feat: adapt PopoverNester to mobile
* chore: update unit tests
* fix: get e2e tests to pass
* chore: make e2e more stable
* refactor: move mobile-action-page in adaptor-of-desktop folder
* fix: get the z-index of popups and subpages correct
* feat: unify the styles of popups
* chore: make e2e more stable
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-08-07 14:25:40 +08:00
chenos
5417f4444a
fix: v1.3.0-alpha
2024-08-06 17:56:42 +08:00
chenos
f8bc36066e
fix: manual release
2024-08-06 17:52:23 +08:00
GitHub Actions Bot
ca87866959
chore(versions): 😊 publish v1.3.0-alpha
2024-08-06 03:52:38 +00:00
Junyi
765ad45224
fix(plugin-workflow-manual): fix assign field value for all action buttons of manual node ( #4983 )
2024-08-06 11:03:04 +08:00
GitHub Actions Bot
769d2b9365
chore(versions): 😊 publish v1.2.29-alpha
2024-08-05 05:58:26 +00:00
Junyi
44e74a46f0
fix(plugin-workflow-manual): fix disabled status in clicked button of manual todo ( #4982 )
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
deploy client docs / Build (push) Has been cancelled
2024-08-02 19:52:40 +08:00
GitHub Actions Bot
40b3901118
chore(versions): 😊 publish v1.2.28-alpha
2024-08-01 04:05:06 +00:00
GitHub Actions Bot
eafbd1fe97
chore(versions): 😊 publish v1.2.27-alpha
2024-07-30 11:15:56 +00:00
GitHub Actions Bot
0983e86740
chore(versions): 😊 publish v1.2.26-alpha
2024-07-30 01:47:53 +00:00
GitHub Actions Bot
306035c607
chore(versions): 😊 publish v1.2.25-alpha
2024-07-27 07:33:45 +00:00
GitHub Actions Bot
73d6905f3b
chore(versions): 😊 publish v1.2.24-alpha
2024-07-23 02:53:10 +00:00
GitHub Actions Bot
bbbc349008
chore(versions): 😊 publish v1.2.23-alpha
2024-07-22 08:25:45 +00:00
GitHub Actions Bot
645ccaf3de
chore(versions): 😊 publish v1.2.22-alpha
2024-07-18 12:06:31 +00:00
GitHub Actions Bot
235a6897e5
chore(versions): 😊 publish v1.2.21-alpha
2024-07-17 01:13:24 +00:00
GitHub Actions Bot
d086e937a2
chore(versions): 😊 publish v1.2.20-alpha
2024-07-16 10:59:35 +00:00
GitHub Actions Bot
c56b873f42
chore(versions): 😊 publish v1.2.19-alpha
2024-07-16 08:05:38 +00:00
GitHub Actions Bot
f69d5526f1
chore(versions): 😊 publish v1.2.18-alpha
2024-07-16 07:54:06 +00:00
GitHub Actions Bot
c65c7f708e
chore(versions): 😊 publish v1.2.17-alpha
2024-07-16 00:41:33 +00:00
GitHub Actions Bot
a64015d1cb
chore(versions): 😊 publish v1.2.16-alpha
2024-07-12 09:04:56 +00:00
GitHub Actions Bot
11fdb5131c
chore(versions): 😊 publish v1.2.15-alpha
2024-07-11 14:21:15 +00:00
GitHub Actions Bot
4e537360dd
chore(versions): 😊 publish v1.2.14-alpha
2024-07-11 04:32:10 +00:00
GitHub Actions Bot
3b02b0c992
chore(versions): 😊 publish v1.2.13-alpha
2024-07-10 04:44:30 +00:00
GitHub Actions Bot
415eb52cef
chore(versions): 😊 publish v1.2.12-alpha
2024-07-05 09:10:05 +00:00
GitHub Actions Bot
a2039c2f0d
chore(versions): 😊 publish v1.2.11-alpha
2024-06-28 03:43:02 +00:00
GitHub Actions Bot
734aa1a007
chore(versions): 😊 publish v1.2.10-alpha
2024-06-27 14:03:40 +00:00
GitHub Actions Bot
4a50647210
chore(versions): 😊 publish v1.2.9-alpha
2024-06-27 03:02:41 +00:00
GitHub Actions Bot
3a8867eaef
chore(versions): 😊 publish v1.2.8-alpha
2024-06-25 07:29:25 +00:00
GitHub Actions Bot
927641349f
chore(versions): 😊 publish v1.2.7-alpha
2024-06-24 02:04:24 +00:00
GitHub Actions Bot
504f8d107c
chore(versions): 😊 publish v1.2.6-alpha
2024-06-20 04:40:35 +00:00
GitHub Actions Bot
9968eda02b
chore(versions): 😊 publish v1.2.5-alpha
2024-06-19 22:58:05 +00:00
Katherine
2b7544bdc4
refactor: workflow block && template block support setting block height ( #4678 )
...
* refactor: workflow support setting block height
* refactor: support block template
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
2024-06-17 16:37:31 +08:00
GitHub Actions Bot
9de4853030
chore(versions): 😊 publish v1.2.4-alpha
2024-06-17 00:53:36 +00:00
jack zhang
c66744d4a8
fix: action modal icon and Initializer menu close when click ( #4664 )
...
* fix: action modal icon and Initializer menu close when click
* fix: bug
* fix: bug
* feat: bug
* fix: e2e bug
2024-06-15 18:03:33 +08:00
GitHub Actions Bot
deacbf25e9
chore(versions): 😊 publish v1.2.3-alpha
2024-06-13 03:48:21 +00:00
GitHub Actions Bot
e45bdb7d2f
chore(versions): 😊 publish v1.2.2-alpha
2024-06-12 09:56:27 +00:00
GitHub Actions Bot
0d6ebe16cf
chore(versions): 😊 publish v1.2.1-alpha
2024-06-12 05:15:06 +00:00
GitHub Actions Bot
79634179a4
chore(versions): 😊 publish v1.2.0-alpha
2024-06-12 03:39:54 +00:00
GitHub Actions Bot
c7060aeceb
chore(versions): 😊 publish v1.0.1-alpha.3
2024-06-11 23:57:39 +00:00
GitHub Actions Bot
092f3afab1
chore(versions): 😊 publish v1.0.1-alpha.2
2024-06-11 12:13:31 +00:00
Junyi
792200278e
refactor(plugin-workflow): change variable getter from collection fields ( #4567 )
...
* refactor(plugin-workflow): change variable getter from collection fields
* fix(plugin-workflow): fix import
* chore(plugin-workflow-action-trigger): remove unused import
* fix(plugin-workflow): fix collection field in workflow variable
* refactor(plugin-workflow-manual): avoid tslint error
2024-06-10 16:30:43 +08:00
GitHub Actions Bot
9218319d02
chore(versions): 😊 publish v1.0.1-alpha.1
2024-06-07 13:46:37 +00:00
Katherine
0b8f762d8b
feat: data block support setting block height ( #4441 )
...
* feat: data block support setting block height
* feat: form block support setting block height
* feat: form block support setting block height
* feat: detail block height
* test: fix
* fix: bug
* feat: grid card support block height
* feat: kanban support block height
* feat: kanban support block height
* feat: calender support block height
* feat: calender support block height
* feat: map support block height
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* test: skip
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: blockinitializers style improve
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* refactor: code improve
* fix: test
* fix: test
* fix: test
2024-06-04 17:32:01 +08:00
Junyi
77e0ff5ccc
fix(plugin-workflow-manual): fix custom form field wrong interface in manual node ( #4520 )
2024-05-29 16:46:50 +08:00
GitHub Actions Bot
53eb054848
chore(versions): 😊 publish v1.0.0-alpha.17
2024-05-27 06:44:39 +00:00
GitHub Actions Bot
2e7744f85c
chore(versions): 😊 publish v1.0.0-alpha.16
2024-05-27 01:28:10 +00:00
GitHub Actions Bot
4f3a3c0931
chore(versions): 😊 publish v1.0.0-alpha.15
2024-05-21 02:53:07 +00:00
Zeke Zhang
ec558e3b98
refactor: flatten and merge Actions ( #4336 )
...
* chore: remove switch
* refactor: ensure compatibility with old code
* refactor: flatten Actions
* refactor: extract options
* refactor: remove isCusomeizeCreate
* refactor: merge addNew and addRecord actions
* refactor: merge Submit and Save record actions
* refactor: extract common options
* feat: add tow props called 'currentText' and 'otherText'
* chore: fix failed tests
* refactor: add ActionInitializerItem to replace ActionInitializer
* chore: fix failed tests
* fix: fix T-4284
* fix: fix inherit
* chore: fix failed test
* chore: add Switch
* chore: add Switch for delete button
* test: e2ePageObjectModel
---------
Co-authored-by: hongboji <j414562100@qq.com>
2024-05-17 09:37:23 +08:00
GitHub Actions Bot
0399272664
chore(versions): 😊 publish v1.0.0-alpha.14
2024-05-16 13:53:55 +00:00
GitHub Actions Bot
3e7d85b8fa
chore(versions): 😊 publish v1.0.0-alpha.13
2024-05-14 09:18:26 +00:00
GitHub Actions Bot
52a893f989
chore(versions): 😊 publish v1.0.0-alpha.12
2024-05-13 00:44:13 +00:00
Zeke Zhang
e96afd09e4
chore: test e2e CI ( #4314 )
...
* chore: test CI
* chore: run build CI
* chore: test
* chore: test
* chore: test
* chore: test
* chore: test
* chore: test
* chore: reduce timeout-minutes for e2e
* chore: use cancelled insted of always
* refactor: split files
* chore: split jobs
* refactor: split files
* refactor: split files
* chore: better comment
* chore: test
* chore: test
* chore: install glob
* chore: test
* chore: test all
* chore: fix failed tests
* chore: fix tests
2024-05-11 20:51:32 +08:00
GitHub Actions Bot
fcd368cee3
chore(versions): 😊 publish v1.0.0-alpha.11
2024-05-11 05:27:54 +00:00
GitHub Actions Bot
814d5cb2d2
chore(versions): 😊 publish v1.0.0-alpha.10
2024-05-11 01:02:08 +00:00
GitHub Actions Bot
9ecdf9bc08
chore(versions): 😊 publish v1.0.0-alpha.9
2024-05-09 15:13:48 +00:00
GitHub Actions Bot
d57ebbdb44
chore(versions): 😊 publish v1.0.0-alpha.8
2024-05-09 08:31:49 +00:00
GitHub Actions Bot
24590cdd74
chore(versions): 😊 publish v1.0.0-alpha.7
2024-05-09 08:09:31 +00:00
chenos
a2d8870fdf
chore(versions): 😊 publish v1.0.0-alpha.6
2024-05-07 16:49:53 +08:00
chenos
3c3e68acdc
chore(versions): 😊 publish v1.0.0-alpha.5
2024-05-07 08:59:58 +08:00
chenos
7d24e11229
chore(versions): 😊 publish v1.0.0-alpha.4
2024-05-02 10:40:08 +08:00
Junyi
9ca4b4584c
fix(plugin-workflow): fix e2e typo ( #4247 )
2024-05-01 13:28:07 +08:00
chenos
2ba022ac1f
chore(versions): 😊 publish v1.0.0-alpha.3
2024-04-30 16:11:28 +08:00
jack zhang
62b2b5c68b
chore: add copyright information to the file header ( #4028 )
...
* fix: add license code
* fix: bug
* fix: bug
* fix: upgrade
* fix: improve
* chore: add copyright information to the file header
* fix: d.ts bug
* fix: bug
* fix: e2e bug
* fix: merge main
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-04-30 15:51:31 +08:00
jack zhang
a293e9e543
fix: build order bug ( #4223 )
...
* fix: build order bug
* fix: remove getCompatible error tip
* fix: add workflow npmignore
2024-04-29 19:27:32 +08:00
chenos
b7fb765fca
chore(versions): 😊 publish v1.0.0-alpha.2
2024-04-29 13:00:44 +08:00
YANG QIA
b71bcc1889
chore(versions): 😊 publish v1.0.0-alpha.1 ( #4186 )
...
* feat: rename plugin-collection-manager to plugin-data-source-main (#4136 )
* feat: rename plugin
* feat: rename
* chore: rename classes of data-source-main
* chore: use name for migrating instead of packageName
* chore: rename china-region to field-china-region (#4167 )
* chore: rename china-region to field-china-region
* chore: update yarn.lock
* chore: rename classes
* chore: use name instead of pkgName
* chore: rename export to action-export (#4169 )
* chore: rename export to action-export
* chore: rename classes
* chore: use name
* chore: rename formula-field to field-formula (#4170 )
* chore: rename formula-field to field-formula
* chore: use name
* chore: rename localization-management to localization (#4173 )
* chore: rename localization-management to localization
* fix: test
* chore: rename sequence-field to field-sequence (#4174 )
* chore: rename sequence-field to field-sequence
* chore: use name
* chore: rename custom-request to action-custom-request (#4168 )
* chore: rename custom-request to action-custom-request
* chore: rename classes
* chore: use name
* fix: ns
* chore: rename iframe-block to block-iframe (#4171 )
* chore: rename iframe-block to block-iframe
* chore: use name
* chore: rename sms-auth to auth-sms (#4175 )
* chore: rename sms-auth to auth-sms
* chore: use name
* chore: rename import to action-import (#4172 )
* chore: rename import to action-import
* chore: use name
* fix: ns
* fix: packages
* test: add rename test
* fix: move rename migrations to preset
* fix: version
* fix(localization): remove duplicate records (#4182 )
* fix: locale ns
* fix(localization): remove duplicate records
* chore: merge
* fix: migration
* fix: test
* feat: improve pm add command (#4198 )
* chore: remove sso auth plugins and add upgrade warning (#4192 )
* chore: remove sso auth plugins and add upgrade warning
* chore: remove sso plugins dir
* chore: remove dependencies
* fix: names
* refactor: move to migration
* chore: adjust log
* feat: allows to remove plugins from sub apps
* fix: pm remove
* chore: add test
* chore: just for pro plugins
* refactor: optimize migration
* test: add test
* fix: auth-sms
* fix: add transaction
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
* chore: make e2e more stable
* chore(license): update LICENSE to AGPL-3.0 (#4207 )
* fix: improve pm (#4200 )
* fix: improve pm
* feat: improve pm update
* fix: test error
* fix: rename plugin
* fix: remove only
* refactor(e2e): extract
* fix: await
* fix: nameOrPkg
* feat: remove multi-app-share-collection from local
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
* chore: add new line
* chore: rename migration
* fix: version
* fix: test
* feat: v1.0.0-alpha.1
* fix: multi-app-share-collection
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: Chareice <chareice@live.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-04-29 00:46:21 +08:00
chenos
fdd3ca614e
chore(versions): 😊 publish v0.21.0-alpha.16
2024-04-28 21:24:57 +08:00
Junyi
8a2bcd9a74
fix(plugin-workflow-manual): allow pass node when no assignee ( #4139 )
2024-04-23 13:42:58 +08:00
chenos
05504b5678
chore(versions): 😊 publish v0.21.0-alpha.15
2024-04-23 11:18:20 +08:00
Junyi
3413c6c6d4
fix(plugin-workflow-manual): fix assignees parsing bug ( #4125 )
2024-04-22 17:00:16 +08:00
chenos
7e4ad0daae
chore(versions): 😊 publish v0.21.0-alpha.14
2024-04-22 11:26:15 +08:00
chenos
9b20b04e98
chore(versions): 😊 publish v0.21.0-alpha.13
2024-04-21 12:04:14 +08:00
chenos
a8eb2b719c
chore(versions): 😊 publish v0.21.0-alpha.12
2024-04-19 22:53:42 +08:00
chenos
cb91f7dbd4
feat: improve form block ( #4099 )
...
* feat: improve form block
* fix: remove RenderChildrenWithAssociationFilter
* fix: improve form block
2024-04-19 16:15:03 +08:00
chenos
438a059c7b
chore(versions): 😊 publish v0.21.0-alpha.11
2024-04-17 23:47:44 +08:00
chenos
d76d657622
chore(versions): 😊 publish v0.21.0-alpha.10
2024-04-16 23:51:49 +08:00