Rain
fa3127e467
chore(default): avoid crashing
2023-10-09 12:12:33 +08:00
被雨水过滤的空气-Rain
3b53d7c623
fix(expression): should reset lastIndex of regular ( #2767 )
...
* fix(expression): should reset lastIndex of regular
* test: add e2e
* chore: change title of test
2023-10-09 11:39:05 +08:00
Rain
67f01db779
Revert "fix(expression): should reset lastIndex of regular"
...
This reverts commit da6ae90231
.
2023-10-09 10:41:55 +08:00
Rain
da6ae90231
fix(expression): should reset lastIndex of regular
2023-10-09 10:39:47 +08:00
被雨水过滤的空气-Rain
0d67141a6b
fix(variable): should not return undefined when parsing 0 ( #2766 )
2023-10-09 08:46:46 +08:00
被雨水过滤的空气-Rain
f5399c2cf0
fix(variable): should not disable options in expression ( #2764 )
2023-10-08 22:29:17 +08:00
被雨水过滤的空气-Rain
3b76a84605
fix(subtable): should not have a value by default and fix key of table ( #2763 )
...
* fix(subtable): should not have a value by default and fix key of table
* fix(subtable): fix invalid to set default value
2023-10-08 20:55:30 +08:00
Rain
7739778ffc
fix: avoid crashing
2023-10-08 11:34:20 +08:00
被雨水过滤的空气-Rain
0c5ee4359b
style: fix PageHeader ( #2760 )
2023-10-08 10:10:42 +08:00
chenos
b0b1de9c75
fix: menu item title not updated after modification
2023-10-07 22:26:08 +08:00
被雨水过滤的空气-Rain
b4d2102e75
test(e2e): add a test for check table row ( #2757 )
2023-10-07 17:54:11 +08:00
katherinehhh
26a3f2f589
style: list block style improve ( #2755 )
2023-10-07 16:02:30 +08:00
Rain
384cc1c56c
chore(versions): 😊 publish v0.14.0-alpha.7
2023-10-07 15:53:49 +08:00
被雨水过滤的空气-Rain
573cde0a21
feat(variable): lazy load association fields ( #2382 )
...
* refactor: remove useless code
* feat: should always show user variable
* style: optimize style of variable input
* feat: change maxDepth of user varialbe to 3
* refactor: migrate getFieldDefaultValue to SchemaSettings.tsx
* feat: support to parse variables
* feat: support to parse array fields
* refactor: make testing more stable
* chore: fix CI
* feat: support to parse current user
* fix: fix tests
* feat: support to register variable
* feat: support to parse "$context"
* refactor: remove useless code
* fix: fix build
* fix: fix build
* test: make stable
* docs: add doc
* fix: fix T-1267
* fix: fix T-1268
* fix: fix T-1269
* fix: fix T-1271
* fix: fix T-1274
* refactor: improve code
* feat(variable): support local variable
* fix: fix T-1280
* refactor: close T-881
* refactor: remove useLazyLoadAssociation
* fix: fix T-1289,T-1290
* fix: fix T-1296
* refactor(AssignedField): replace user variable
* refactor: extract useBaseVariable
* refactor(AssignedField): replace variables
* feat(useVariables): support to use array as local variables
* refactor: improve variables (T-1295)
* feat: limit user choice (T-1297)
* fix: fix T-1305
* refactor: extract as SchemaSettings.DataScope
* refactor: improve linkage rules
* refactor: improve linkage rules of Action
* chore: fix build
* refactor: improve data scope of association fields
* chore: fix build
* feat: select limit
* refactor: use VariableInput to replace other
* fix: fix can not input
* fix(AssignedField): fix cannot close variables list
* test: fix errors
* refactor: migrate to new file
* fix: uniq
* fix: filter empty values
* fix: transform variables value
* fix: should sum numbers (T-1330)
* fix: fix Select (T-1337)
* refactor: use useMemo
* refactor: use hooks
* refactor: use hooks
* refactor: use hooks
* refactor: remove useless code
* refactor: rename `$form` to `$nForm` and `$record` to `$nRecord`
* fix: fix T-1334
* refactor(LinkageRuleActionGroup): use hooks
* refactor(FormButtonLinkageRuleAction): use hooks
* refactor: add type
* fix: avoid crashing
* refactor: rename `$date` to `$nDate`
* fix: fix T-1348
* perf: avoid duplicate requests
* test: fix error
* fix: fix T-1355
* fix: fix T-1355
* fix: fix T-1345
* fix: fix T-1346
* refactor(useVariableOptions): replace query with parameter
* fix: fix T-1335
* chore: fix build
* fix: fix T-1453
* refactor: remove useless code
* fix: fix T-1447
* fix: should update when seting default value
* fix: fix T-1454
* chore(eslint): ignore docker
* fix: fix T-1440
* refactor: use hooks
* fix: fix T-1332
* fix(defaultValue): should use Select mode
* fix(defaultValue): fix Checkbox
* refactor: rename and comment
* refactor: rename file name and hook name
* feat(subForm): support lazy load association fields
* fix: filter empty values
* fix(defaultValue): schema type of Checkbox should be void
* fix: fix T-1479
* fix: fix T-1491
* fix(ToOneNester): should use RecordProvider
* fix: fix T-1493
* chore: add comment
* fix: fix T-1495
* chore: fix build
* test: make pass
* fix: fix T-1503
* fix: fix T-1504
* fix: fix transformVariableValue
* fix: disable unsupport options
* refactor(useVariableOptions): add noDisabled params
* fix: data scope support to select to-many fields
* chore: add comment
* refactor: improve default value
* refactor: extract as useIsAllowToSetDefaultValue
* fix: should not support to set default value in edit mode
* fix: only the default values for sub-forms and sub-tables are valid
* fix: limit default value of association fields
* fix: fix '$nForm' variable
* fix: allow all inherit chain
* fix: optimize default value
* fix: optimize json field
* fix(currentObject): avoid error
* fix: should not show variable string
* fix: active fields
* fix: avoid errors
* feat: support special case
* fix: fix CI
* chore: fix build
* fix: json
* refactor: rename flag name
* fix: fix T-1559
* fix: fix T-1515
* fix: avoid crash
* fix: fix T-1520
* fix: fix T-1521
* fix: fix T-1523
* fix: fix T-1563
* fix: fix T-1565
* fix: fix T-1525
* fix: fix T-1524
* fix: fix T-1603
* fix: fix T-1332
* fix: fix T-1559
* fix: fix T-1602
* fix: fix T-1608
* fix: fix T-1612 T-1609
* fix: fix T-1681
* fix: fix T-1711
* fix: fix T-1713
* fix: fix T-1680
* chore: close T-1550
* fix: fix T-1507
* chore: avoid crashing
* fix: fix T-1557
* perf: close T-1726
* fix: fix T-1727
* fix: fix T-1741
* fix: fix T-1740
* chore(workflow): compact
* chore: should not to support to set default value in assign field values
* perf: compat and perf (T-1736)
* fix: fix T-1872
* fix: fix T-1877
* fix: fix quarter variables
* chore: add README
* chore: front-end should not depend on back-end code
* chore: should disable all variable options if no field is selected
* chore: should be a leaf if it has no children
* chore: fix build error
* fix: compat $form
* fix: compat $form
* chore: fix build
* chore: fix build
* fix: typeError: Cannot read properties of undefined (reading 'template')
* chore: fix test
* chore: add test
* fix: fix T-2072
* chore: optimize eslint
* perf: reduce number of requests
* fix: fix JSON
* test: fix error
* fix(e2e): avoid error
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-10-07 15:49:09 +08:00
chenos
c4f572fda8
fix(tabs): destroy inactive tab pane
2023-10-07 15:36:41 +08:00
ChengLei Shao
dbdd587b71
chore(database): clean invalid associations in collection model when set field failed ( #2720 )
...
* chore(database): clean invalid associations in collection model when set field failed
* fix: import
* chore: test
2023-09-27 22:03:04 +08:00
被雨水过滤的空气-Rain
a57c93d35b
feat: support e2e ( #2624 )
...
* chore: upgrade vitest to v0.34.3
* feat: setup NocoBase
* chore: preparing test env
* test: add a test of rigster
* refactor: rename test dir to testUtils
* chore: add tests
* chore: add ci for e2e
* chore: fix ci
* chore: avoid error in CI
* chore: add some utils for test
* chore: make more stable
* chore: should not close server in CI
* chore: add comments
* chore: change output dir
* fix: should use current branch to run tests
* chore: should request systemSettings by api in e2e
* chore: should build first in e2e CI
* chore: remove key
* chore: use execa to replace execSync
* refactor: extract test suite
* chore: add gotoPage
* chore: update uid of pageSchema
* chore: update collection name
* chore: use faker.js to generate data
* refactor: extract page config
* chore: ignore for association fields in faker
* chore: add testid
* chore: optimize action designer
* chore: associationFilter.Item designer
* chore: AssiciationFilter & BlockItem
* Revert "chore: AssiciationFilter & BlockItem"
This reverts commit b418df650e
.
* Revert "chore: associationFilter.Item designer"
This reverts commit 7aa4d35c1a
.
* Revert "chore: optimize action designer"
This reverts commit ff717b972f
.
* chore: optimize Designer
* chore: compat with older browsers
* chore: use describe to avoid hooks is not run
* chore: add no-floating-promises to eslint rules
* chore: support argv
* chore: demo
* chore: better testId
* chore: change .e2e.ts to .test.ts
* fix(SchemaInitializer): avoid error
* refactor: move e2eUtils.ts to @nocobase/test
* fix: move e2eUtils to client
* chore: remove uselesscode
* refactor: add .env.e2e.example
* chore: optimize log
* refactor: use mockPage to replace gotoPage
* chore: update env.e2e
* chore: add APP_BASE_URL
* chore: gitigore
* test: add test related of menu
* chore: add SOCKET_PATH in env
* fix(vscode): load env when using vscode plugin
2023-09-27 20:00:17 +08:00
ChengLei Shao
ce879d2dda
feat(application): cron job in application ( #2730 )
2023-09-27 19:31:14 +08:00
chenos
729fdd04b7
feat: add SOCKET_PATH env
2023-09-27 15:30:25 +08:00
katherinehhh
4092451bc9
fix(association-field): sub-table cannot move ( #2727 )
2023-09-27 11:08:38 +08:00
katherinehhh
49c2fbf45d
refactor: file association field should default to using preview field as title field ( #2718 )
2023-09-26 21:25:40 +08:00
Rain
91721a4e8a
fix(SchemaInitializer): avoid error
2023-09-26 16:39:33 +08:00
Rain
b6a6431c6f
fix(SchemaInitializer): avoid crashing
2023-09-26 16:16:06 +08:00
katherinehhh
97f06d03d3
refactor: view collection support jsonb ( #2719 )
2023-09-26 16:09:14 +08:00
chareice
36f512f4b7
chore: jsonb field type map
2023-09-26 15:00:25 +08:00
被雨水过滤的空气-Rain
ff16f59908
perf: improve the UX of SchemaInitializer ( #2666 )
...
* perf: improve the UX of SchemaInitializer
* fix: fix error of Charts block
* fix: fix fields
* fix: fix search
* chore: avoid crash
* chore: fix build
* chore: avoid crash
* refactor: rename SelectCollection to SearchCollections
* refactor: increased code versatility for improved reusability
* fix: fix Add chart
* perf: workflow
* refactor: remove useless code
* fix: fix block template
* fix: should clean search value when creating a block
2023-09-26 13:47:20 +08:00
katherinehhh
8db9fda61b
fix: fileManager did not close drawer after selecting files ( #2716 )
2023-09-26 11:37:21 +08:00
katherinehhh
261678dc56
fix: association block should not close drawer after deleting data ( #2717 )
2023-09-26 11:36:45 +08:00
katherinehhh
d7a00d2581
fix: action linkage rule not effect in tree collection ( #2713 )
2023-09-26 09:43:09 +08:00
katherinehhh
e90eec7031
fix: useAssociationNames ( #2714 )
2023-09-25 22:04:20 +08:00
katherinehhh
291859d6b5
refactor: attachment field support size config ( #2552 )
...
* refactor: attachment field support size config
* style: style improve
2023-09-25 18:21:08 +08:00
katherinehhh
7dd7a65a38
feat: association support select cascade for tree collection field ( #2514 )
...
* feat: association field support cascade select
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: locale improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: cascadeSelect support m2m association field
* refactor: cascadeSelect support m2m association field
* refactor: code improve
* feat(database): append with options
* feat: recursively load parent instances
* chore: test
* refactor: code improve
* fix: load with appends
* refactor: code improve
* chore: test
* refactor: code improve
* refactor: code improve
* refactor: code improve
* chore: load with belongs to many
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
---------
Co-authored-by: ChengLei Shao <chareice@live.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-09-25 18:18:14 +08:00
ChengLei Shao
505c23b4e1
feat(database): append tree parent recursively ( #2573 )
...
* feat(database): append with options
* feat: recursively load parent instances
* chore: test
* fix: load with appends
* chore: test
* chore: load with belongs to many
* chore: test
2023-09-25 18:17:19 +08:00
ChengLei Shao
edbd15ab5b
feat: support load belongs to association with collection that without primary key ( #2529 )
...
* test: find without pk
* feat: load root models in eager loading tree
2023-09-25 15:34:36 +08:00
ChengLei Shao
376a91b8ec
fix(gateway): should not refresh when application start from error recover ( #2711 )
...
* fix(gateway): should not refresh when application start from error recover
* chore: recover option
2023-09-25 15:26:52 +08:00
YANG QIA
89635982b4
feat(db): add sql collection ( #2419 )
...
* feat(db): add sql collection
* feat: frontend
* perf: issue of select
* fix: sql model
* fix: sql collection schema
* fix: implement sql collection
* fix: dependency
* fix: remove type declaration in actions
* fix: backend test
* chore: remove some ops of block using sql collection
* chore: remove sql collections from Form and Kanban
* feat: add execute button to sql input
* feat(backend): support infer fields by parsing sql
* feat(frontend): support infer interface by parsing sql
* fix: fix update issues and improve
* fix: update issue
* chore: update yarn.lock
* fix: fix T-1548
* fix: fix T-1544
* fix: fix T-1545
* fix: fix T-1549
* fix: test
* fix: fix T-1556
* fix: remove map action diviver
* chore: debug
* chore: remove schema of sql collection
* fix: sql collection schema
* chore: remove debug log & fix T-1555
* fix: fix T-1679
* fix: sql update issue
* fix: sql attribute issue
* fix: bug of star attribute
* fix: test
* fix: test
* fix: reset fields when updating sql collection
* fix(collection-manager): redundant fields after set collection fields
* fix: test
* fix: destory with individuals hook
* chore: save
* chore: test
* fix: fields sync issue
* fix: remove underscored option of sql collection
* chore: mutex in fields.afterDestroy
* fix: test
* chore: yarn.lock
* chore: update collections.setFields
* feat: improve sql input
* fix: fix T-1742 & improve
* chore: fix conflicts
* fix: workspace
* fix: build
* fix: test
* chore: add translations
* fix: reviewed issues
* chore: update yarn.lock
---------
Co-authored-by: ChengLei Shao <chareice@live.com>
2023-09-25 15:03:23 +08:00
katherinehhh
52198e57f9
fix: inherited collection failed to select ( #2710 )
2023-09-25 10:21:12 +08:00
katherinehhh
6bc4434d63
fix: form-data-template failed to clear option ( #2709 )
2023-09-25 09:43:22 +08:00
katherinehhh
51edb770bb
fix: tableoid options value of association field in filter is incorrect ( #2705 )
...
* fix: tableoid option value of association field in filter is incorrect
* fix: the saving method of the association field creation button is not effective
* refactor: code improve
* refactor: code improve
* refactor: code improve
2023-09-24 20:02:34 +08:00
katherinehhh
d83afc52ec
fix: saving method of association field creation button is not effect ( #2706 )
...
* fix: the saving method of the association field creation button is not effective
* refactor: code improve
2023-09-24 19:17:55 +08:00
chenos
e522e1f742
fix: upgrade failed
2023-09-24 11:41:26 +08:00
jack zhang
836b34a6a4
fix: gen tsconfig.paths.json bug ( #2708 )
...
* fix: gen tsconfig.paths.json bug
* fix: load remote plugin error
* fix: bug
2023-09-23 10:52:14 +08:00
mytharcher
8eb634459d
chore(versions): 😊 publish v0.14.0-alpha.6
2023-09-22 15:49:50 +08:00
mytharcher
bffa53a04e
chore(versions): 😊 publish v0.14.0-alpha.5
2023-09-22 15:47:28 +08:00
katherinehhh
49b75b6ab6
refactor: view collection support add m2o association field ( #2422 )
...
* refactor: view collection support add m2o association field
* refactor: code improve
2023-09-22 11:09:53 +08:00
被雨水过滤的空气-Rain
9f147085a5
fix: fix operator called of date field ( #2701 )
2023-09-22 10:51:17 +08:00
katherinehhh
b0069ca64a
fix: deep level association field adding error ( #2700 )
2023-09-22 10:34:35 +08:00
Junyi
60aeba4a12
fix(cli): fix template file mode ( #2697 )
2023-09-22 05:35:58 +08:00
mytharcher
d20398f73f
chore(versions): 😊 publish v0.14.0-alpha.4
2023-09-21 23:25:31 +08:00
ChengLei Shao
c88c91e908
fix: collection schema not exists ( #2669 )
...
* fix: collection schema not exists
* chore: test
2023-09-21 17:19:13 +08:00
ChengLei Shao
5f34970cfb
fix: core doc filter params ( #2695 )
2023-09-21 16:00:33 +08:00
chenos
945bcb194e
feat: add testid ( #2434 )
...
Co-authored-by: Rain <958414905@qq.com>
2023-09-21 14:54:27 +08:00
ChengLei Shao
de849b267c
feat(database): support read ssl file in database config ( #2689 )
2023-09-21 11:55:18 +08:00
ChengLei Shao
10e46b21f0
test: should correctly parse the command options ( #2688 )
2023-09-21 10:03:39 +08:00
jack zhang
196bec0ede
fix: build bug ( #2685 )
2023-09-20 17:56:36 +08:00
ChengLei Shao
56d1d1b85f
feat(database): perform data validation before the update/create operation ( #2681 )
...
* chore: test
* chore: tmp commit
* feat: value guard check
2023-09-20 11:53:56 +08:00
jack zhang
dfe77ca2fb
fix: build bug ( #2683 )
2023-09-20 11:46:06 +08:00
katherinehhh
64b5471084
refactor: association block acl improve ( #2682 )
2023-09-20 11:42:28 +08:00
katherinehhh
ebc1d1afb4
refactor: acl collection field provider ( #2679 )
2023-09-19 20:51:43 +08:00
ChengLei Shao
91095d8fe0
chore: test ( #2677 )
2023-09-19 18:43:04 +08:00
katherinehhh
fc609bafb9
style:form-item style improve ( #2678 )
...
* style: setting page style improve
* style: setting page style improve
2023-09-19 17:50:25 +08:00
katherinehhh
bc5ecc9b5f
fix(acl): association field acl check error ( #2675 )
...
* fix: association field acl check
* fix: association field acl check
* fix: import action form field acl check error
2023-09-19 17:26:29 +08:00
ChengLei Shao
630c6f2d79
chore(command): set command handle by ipc server or not ( #2660 )
...
* chore: tmp commit
* feat: app command
* chore: return error when not handle by ipc server
* chore: command handle by ipc server
* chore: api name
* Update pm.ts
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-09-19 14:39:54 +08:00
YANG QIA
4fffa07998
fix(auth): user role not found ( #2674 )
2023-09-19 10:58:19 +08:00
katherinehhh
64dc385eb3
fix: file association field cannot set file manager as field component ( #2672 )
2023-09-18 21:10:35 +08:00
ChengLei Shao
a53a350f95
feat(database): database connecting backoff ( #2668 )
2023-09-18 10:00:11 +08:00
YANG QIA
3b4cff15b0
fix(auth): change password issue of basic auth ( #2662 )
2023-09-16 13:55:29 +08:00
katherinehhh
ccc238d0d3
fix: interface group undefined ( #2656 )
2023-09-15 15:20:20 +08:00
katherinehhh
1b80930065
refactor: view collection float type field supports number and percent ( #2653 )
2023-09-15 11:33:59 +08:00
jack zhang
1586313b92
fix: template tsconfig paths ( #2652 )
2023-09-15 09:04:17 +08:00
jack zhang
9e5e96b9e4
fix: improve build ( #2643 )
...
* fix: client lib require wrapper
* fix: bug
* fix: add tsconfig.paths.json
* fix: collection dir not exists
* fix: improve...
* fix: update yarn.lock
* fix: db.sync
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs && allow user custom build config
* docs: user custom config docs
* refactor: custom user build config
* fix: bugs
* fix: build plugin-client bug
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-09-15 08:51:20 +08:00
被雨水过滤的空气-Rain
34b0ce06ba
fix: fix quarter variables ( #2648 )
2023-09-14 17:56:42 +08:00
katherinehhh
feaf4cd80a
fix: filterable undefined ( #2646 )
2023-09-14 14:21:30 +08:00
chenos
0c132d7940
fix(cli): reset command options ( #2645 )
2023-09-14 06:24:30 +08:00
chenos
6058850db1
chore(versions): 😊 publish v0.14.0-alpha.3
2023-09-13 18:29:38 +08:00
chenos
0d47c512d2
fix: parse websocket url ( #2644 )
2023-09-13 18:28:28 +08:00
jack zhang
a564f78872
fix: plugin symbol link with dir
type ( #2640 )
2023-09-13 15:48:11 +08:00
chenos
de8fc8079a
fix: remove PluginManager.getPackageName
2023-09-13 14:40:43 +08:00
chenos
49e1641b58
fix(pm): item.packageName
2023-09-13 14:22:26 +08:00
chenos
22bf23b59e
fix: add env SERVER_TSCONFIG_PATH
2023-09-13 12:21:29 +08:00
katherinehhh
4c1d186c12
style: collection category style improve ( #2638 )
2023-09-13 11:16:19 +08:00
katherinehhh
5e09276497
style: collection category style improve ( #2637 )
2023-09-13 09:11:30 +08:00
ChengLei Shao
6f68506eb4
chore: should update belongs to many through table when it is a view ( #2635 )
2023-09-13 07:15:43 +08:00
chenos
3670d670ac
chore(versions): 😊 publish v0.14.0-alpha.2
2023-09-13 03:57:15 +08:00
chenos
1798170a9c
fix: migration error
2023-09-13 03:56:51 +08:00
chenos
117d4b8186
chore(versions): 😊 publish v0.14.0-alpha.1
2023-09-12 22:42:43 +08:00
jack zhang
705b7449f0
feat: new plugin manager, supports adding plugins through UI ( #2430 )
...
* refactor: plugin manager page
* fix: bug
* feat: addByNpm api
* fix: improve the addByNpm
* feat: improve applicationPlugins:list api
* fix: re-download npm package when restart app
* fix: plugin delete api
* feat: plugin detail api
* feat: zipUrl add api
* fix: upload api bug
* fix: plugin detail info
* feat: upgrade api
* fix: upload api
* feat: handle plugin load error
* feat: support authToken
* feat: muti lang
* fix: build error
* fix: self review
* Update plugin-manager.ts
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bugs
* fix: detail click and remove isOfficial
* fix: upgrade no refresh
* fix: file size and type check
* fix: bug
* fix: upgrade error
* fix: bug
* fix: bug
* fix: plugin card layout
* fix: handling exceptional cases
* fix: tgz file support
* fix: macos compress file
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: add upgrade npm type
* fix: bugs
* fix: bug
* fix: change plugins static expose url
* fix: api prefix
* fix: bug
* fix: add nginx `/static/plugin/` path
* fix: bugs and pr docker build no dts
* fix: bug
* fix: build tools bug
* fix: improve code
* fix: build bug
* feat: improve plugin info
* fix: ui bug
* fix: plugin document bug
* feat: improve code
* feat: improve code
* feat: process dev deps check
* feat: improve code
* feat: process.env.IS_DEV_CMD
* fix: do not delete the plugin package
* feat: plugin symlink
* fix: tsx watch --ignore=./storage/plugins/**
* fix: test error
* fix: improve code
* fix: improve code
* fix: emitStartedEvent
* fix: improve code
* fix: type error
* fix: test error
* test: console.log
* fix: createStoragePluginSymLink
* fix: clientStaticMiddleware rename to clientStaticUtils
* feat: build tools support plugins folder
* fix: 350px
* fix: error
* feat: client dev support plugin folder
* fix: clear cli options
* fix: typeError: Converting circular structure to JSON
* fix: plugin name
* chore: restart application after command
* feat: upgrade error & docs
* Update v14-changelog.md
* Update v14-changelog.md
* Update v14-changelog.md
* fix: gateway test
* refactor(plugin-workflow): add ready state for gracefully tearing down
* Revert "chore: restart application after command"
This reverts commit 5015274f8e
.
* chore: stop application whe restart
* T 1218 change plugin folder (#2629 )
* feat: change folder name
* feat: change `pm create` command
* feat: revert plugin name change
* fix: delete samples
* feat: change plugins folder
* fix: pm create
* feat: update docs
* fix: link package error
* fix: docs
* fix: create command
* fix: pm add error
* fix: create add build
* fix: pm creatre + add
* feat: add tar command
* fix: docs
* fix: bug
* fix: docs
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
* feat: docs
* Update your-fisrt-plugin.md
* Update your-fisrt-plugin.md
* chore: application reload
* chore: test
* fix: pm add error
* chore: preset install skip exists plugin
* fix: createIfNotExists
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: chareice <chareice@live.com>
Co-authored-by: Zhou <zhou.working@gmail.com>
Co-authored-by: mytharcher <mytharcher@gmail.com>
2023-09-12 22:39:23 +08:00
katherinehhh
cf17d8015f
fix: create action reported error when config save mode filterKeys ( #2631 )
2023-09-12 10:09:02 +08:00
ChengLei Shao
b9abbd5cbd
fix(gateway): throw error when run from cli ( #2627 )
...
* fix: throw error when run from cli
* chore: log error
2023-09-11 15:45:30 +08:00
ChengLei Shao
cc46d72c53
feat(database): support ssl config of database ( #2620 )
...
* feat: support ssl config of database
* chore: .env.example
2023-09-11 10:55:47 +08:00
Rain
fec17d5661
chore(versions): 😊 publish v0.13.0-alpha.10
2023-09-10 00:33:14 +08:00
Rain
893b2d71bc
chore: add NOCOBASE_SYSTEM_SETTINGS to localStorage
2023-09-10 00:27:09 +08:00
YANG QIA
f736085af6
chore: remove username interface ( #2621 )
2023-09-09 00:28:35 +08:00
katherinehhh
0d465f4d71
refactor: useFieldModeOptions ( #2612 )
...
* refactor: useFieldModeOptions
* refactor: code improve
* refactor: code improve
2023-09-08 09:40:34 +08:00
YANG QIA
f82b466aaa
feat(bi): allow to use variables in query filter ( #2609 )
...
* chore: rearrange hooks
* chore: allow parse filter from params.values
* feat: support use variables when using chart filter
* refactor: improve query code by composing process middlwares
* chore: `$date` -> `$nDate`
2023-09-07 23:27:59 +08:00
chenos
b655517a74
chore(versions): 😊 publish v0.13.0-alpha.9
2023-09-07 12:46:24 +08:00
jack zhang
b390140627
fix: core/client package.json module error ( #2610 )
2023-09-07 12:43:04 +08:00
Rain
17d4476c10
chore(versions): 😊 publish v0.13.0-alpha.8
2023-09-07 09:04:08 +08:00
被雨水过滤的空气-Rain
7d1bac1869
chore(antd): reduce animation duration ( #2602 )
2023-09-07 08:46:58 +08:00
chenos
3461c29411
fix: window reload after pm load failed ( #2605 )
2023-09-06 22:43:43 +08:00
被雨水过滤的空气-Rain
22f681024d
fix: fix collapsed panels not working when clicked ( #2600 )
...
* refactor: rename
* fix: fix collapsed panels not working when clicked
2023-09-06 11:11:35 +08:00
katherinehhh
eeb3adf928
feat(graph-collection-manager): display collections on demand ( #2583 )
...
* refactor: graph collection support on demand rendering collection
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: support connect parent or child
* refactor: code improve
* refactor: code improve
* style: style improve
* style: style improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
2023-09-06 09:43:26 +08:00
ChengLei Shao
d6a2ab4b61
fix(acl): parse acl params of association collection ( #2594 )
...
* fix(acl): parse params of association collection
* fix: filter params in association acl
2023-09-06 09:19:10 +08:00
ChengLei Shao
97b4570bd2
chore(versions): 😊 publish v0.13.0-alpha.7
2023-09-05 09:01:30 +08:00
ChengLei Shao
185fccad65
chore: incr bodyParser body limit ( #2591 )
2023-09-04 22:21:31 +08:00
Rain
e5f5358be0
chore(versions): 😊 publish v0.13.0-alpha.6
2023-09-04 20:48:48 +08:00
Rain
f52cb50915
chore: upgrade antd-style version to 3.4.5
2023-09-04 20:12:45 +08:00
katherinehhh
ec81db95fc
fix: resource undefind ( #2589 )
2023-09-04 17:55:55 +08:00
被雨水过滤的空气-Rain
aff559882f
fix(RangePicker): fix shortcut invalid ( #2586 )
...
* chore: upgrade antd to v5.8.4
* test: add test
* chore: fix build
* chore: upgrade @formily/antd-v5 to v1.1.1
* fix: should not close Popover when selected option
* fix: add a new Popover and to replace old Popover with new Popover
* refactor: remove useless code
* fix: fix dark theme
* chore: fix build
* chore: antd version
* fix: uniformly use the latest version of antd
2023-09-04 16:25:49 +08:00
chareice
fed3eb1a51
chore: async/await on clean.js
2023-09-04 10:38:32 +08:00
chareice
ffe443b4e9
fix: clean command on windows
2023-09-04 10:36:24 +08:00
chareice
eb255df35e
fix: yarn install on windows
2023-09-04 09:52:45 +08:00
chenos
af34fe10ab
chore(versions): 😊 publish v0.13.0-alpha.5
2023-09-03 11:35:48 +08:00
jack zhang
08c5383bee
refactor: build tools ( #2374 )
...
* refactor: core/build and cli/build.js
* fix: build
* fix: bug
* fix: replaceAll to replace
* fix: node version check
* fix: add require check
* fix: esbuild other ext
* fix: process json
* fix: exlude jsx-runtime
* feat: split chunk
* fix: minify plugin client bundle
* fix: compatibility
* fix: support import()
* feat: update docs
* fix: server deps
* feat: demo
* fix: remove cjs treeshake
* fix: local error
* fix: bug
* fix: lazy load
* fix: rewrites
* fix: remove dynamic import function
* feat: doc demo
* fix: codesanbox vite template
* fix: codesanbox demo
* fix: hide stackblitz
* fix: revert rspack
* fix: test bug
* fix: delete console
* fix: import dayjs locale
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-09-03 10:59:33 +08:00
katherinehhh
e7d60389b9
fix: association block report error for toOne association field ( #2582 )
2023-09-01 18:54:27 +08:00
ChengLei Shao
797f566d70
feat(gateway): response cli result when run nocobase command ( #2563 )
...
* chore(gateway): refresh message in websocket
* chore(gateway): throw error when cli error
* chore(gateway): await ipc server response
* chore: notification message
* fix: build
* chore: notification type
* feat: notification
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-09-01 16:11:27 +08:00
ChengLei Shao
1694eb6d73
fix(collection-manager): redundant fields after set collection fields ( #2575 )
...
* fix(collection-manager): redundant fields after set collection fields
* fix: destory with individuals hook
* chore: save
* chore: test
* chore: mutex in fields.afterDestroy
* chore: yarn.lock
* chore: update collections.setFields
2023-09-01 13:51:48 +08:00
katherinehhh
d9bda04aa2
refactor: restrict the use of tree table in data selectors ( #2581 )
...
* refactor: limitthe using of tree in recordPicker
* refactor: limitthe using of tree in recordPicker
2023-09-01 10:57:20 +08:00
被雨水过滤的空气-Rain
d56cc66ef9
fix(FilterDynamicComponent): avoid crashing ( #2566 )
2023-08-30 23:26:51 +08:00
katherinehhh
9c22aebaff
fix: number field reported error when clear data ( #2561 )
2023-08-29 18:08:43 +08:00
ChengLei Shao
050e1e0215
fix(acl): grant action with table without createdAt field ( #2562 )
2023-08-29 17:01:14 +08:00
katherinehhh
83c1792582
refactor(collection-manager): collection &&fields support description config ( #2554 )
...
* refactor: collection support description config
* refactor: collection support description filter
* feat(collection-manager): collections & fields description fields
* refactor: collection& field support description
* refactor: collection& field support description
---------
Co-authored-by: ChengLei Shao <chareice@live.com>
2023-08-29 16:32:39 +08:00
katherinehhh
bb6c154272
style: sub-table add button style improve ( #2508 )
2023-08-29 09:32:06 +08:00
katherinehhh
ec84747f13
refactor: associatiion fields in table should not have data scope settings ( #2509 )
2023-08-29 09:31:42 +08:00
chenos
b23112fd2e
fix: properties initialized in plugin.load are still empty in plugin.install ( #2544 )
2023-08-28 11:35:50 +08:00
Rain
8e42da2b01
Revert "fix(RangePicker): fix shortcut invalid ( #2489 )"
...
This reverts commit 4eada322ef
.
2023-08-27 17:16:24 +08:00
chenos
0fd38a5c56
chore(versions): 😊 publish v0.13.0-alpha.4
2023-08-27 10:04:58 +08:00
chenos
f5a4413a9a
fix: insert a record after pm.add
2023-08-27 10:04:32 +08:00
被雨水过滤的空气-Rain
4eada322ef
fix(RangePicker): fix shortcut invalid ( #2489 )
...
* chore: upgrade antd to v5.8.4
* test: add test
* chore: fix build
* chore: upgrade @formily/antd-v5 to v1.1.1
* fix: should not close Popover when selected option
* fix: add a new Popover and to replace old Popover with new Popover
* refactor: remove useless code
2023-08-27 09:35:41 +08:00
chenos
5278017fff
chore(versions): 😊 publish v0.13.0-alpha.3
2023-08-26 16:43:41 +08:00
chenos
9364a44681
fix: xpipe.eq
2023-08-26 16:40:23 +08:00
chenos
e596025bd4
fix: yarn dev --client error
2023-08-25 09:44:47 +08:00
chenos
f4a1953980
chore(versions): 😊 publish v0.13.0-alpha.2
2023-08-24 23:14:03 +08:00
chenos
a0599e0638
fix: development environment does not load the client's locale file
2023-08-24 21:38:46 +08:00
chenos
0663844573
fix: improve translation
2023-08-24 18:39:54 +08:00
chenos
6debb8d00b
chore(versions): 😊 publish v0.13.0-alpha.1
2023-08-24 17:49:13 +08:00
ChengLei Shao
39ee4b8873
feat: application supervisor ( #2353 )
...
* chore: skip sync localization-management plugin enable status
* chore: unSyncPlugins array
* chore: remove install at dev
* chore: gateway and supervisor
* chore: install command
* chore: remove app manager
* chore: share plugin
* chore: wsserver
* chore: websocket server
* chore: websocket connection with app status
* feat: socket server at gateway
* chore: loading message
* chore: ready status
* chore: handle app error
* feat: restart app at supervisor
* feat: health check endpoint
* chore: test
* chore: test
* chore: test
* chore: test
* chore: build
* chore: test
* chore: build
* chore: application ready status
* chore: error message
* chore: handle application error
* chore: handle error in load
* chore: report error in websocket
* chore: ws error
* chore: ws error
* chore: typo
* chore: switch app ready status at install
* chore: test
* chore: test
* chore: test
* chore: test
* feat: add WebSocket client
* chore: start gateway
* chore: start command in application
* chore: code
* chore: pm command
* chore: run start after load sub app
* feat: application fsm
* refactor: server life cycle (#2402 )
* refactor: server life cycle
* fix: test error
* fix: test error
* fix: test error
* fix: app.start
* fix: cronjob stop
* fix: db.sync before upgrade
* fix: pm.get
* fix: test error
* fix: test error
* fix: test error
* test: add test cases
* fix: remove PluginType
* chore: start application after install
* chore: fsm
* chore: working status
* chore: working command
* chore: remove swith app ready status
* chore: switch status after working done
* chore: ws status
* chore: gateway error
* chore: test
* chore: stopping status
* chore: test
* chore: test
* feat: app proxy
* chore: application destory
* chore: application message changed with status
* chore: test
* chore: test timeout
* test: remove listener add by plugin
* test: remove listener add by plugin
* chore: test
* feat: app maintaining
* fix: add AppMaintainingDialog
* feat: off
* test: gateway http response
* test: gateway with errors
* chore: unkown error
* chore: websocket message
* chore: ws message
* chore: code
* chore: error format
* chore: delay app load
* feat: improve code
* chore: application initializing status
* chore: supervisor with app status
* chore: command status response
* chore: test
* chore: ws message
* chore: test
* fix: command running message
* feat: restart
* chore: code
* chore: status transition
* chore: test
* fix: improve code
* fix: error
* fix: restart
* fix: command
* chore: reset client app tag when app selector changed
* chore: error report
* fix: application status
* fix: build
* chore: disable help command dispatch
* chore: test
* test: multi apps test
* fix: improve code
* fix: test
* fix: test
* fix: multi apps single running
* fix: improve code
* fix: app status
* chore: move plugin static file to gateway
* feat: static file handler
* chore: test
* chore: enable plugins in share collection
* chore: gateway serve upload files
* fix: improve client
* chore: ws nginx config
* fix: gateway with naonoid
* fix: db sync
* fix: loading
* fix: ping
* fix: locale load
* fix: yarn start --quickstart
* fix: add debug log
* chore: application started event
* chore: running working message payload
* chore: nginx log
* chore: nginxconf
* chore: working message log
* feat: logs
* feat: compression
* fix: remove koa-send and koa-static
* fix: remove -e
* fix: remove nginx
* fix: remove -e
* fix: __appName
* chore: delay install sub application
* chore: sync plugin status
* fix: boot sub app
* fix: main app reload
* fix: test
* fix: app status
* test: field.bind block event loop
* feat: newrelic
* feat: debug log
* chore: upgrade
* fix(file-manager): test error
* fix: default app selector
* fix: reload after maintained
* chore: boot sub app
* chore: application destroy command
* chore: destroy command
* chore: clean code
* chore: package.json
* chore: maintaining message
* chore: test
* fix: collection.sync
* feat: add test cases
* chore: application
* fix: test error
* feat: improve codes and add test cases
* fix: test error
* fix: pm enable and disable
* fix: pm.disable
* feat: update docs
* chore: update dockerfile
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-08-24 17:47:45 +08:00
ChengLei Shao
0f9d946f09
fix: sort field init ( #2520 )
...
* fix: sort field init
* chore: sort field name
2023-08-24 14:26:03 +08:00
Dunqing
1e0bedca86
feat: api documentation plugin ( #2255 )
...
* feat: api doc plugin
* fix: merge
* chore: upgrade swagger ui to latest
* feat: get paths from recourser
* feat: configure security
* feat: add models
* feat: reimplement resource action
* feat: support render schemas correctly
* feat: support load swagger documentation
* refactor: implement `SwaggerManager`
* fix: re import
* feat: update info
* refactor: do not use the cache strategy for the time being
* feat: support collection builtin actions
* fix: incorrect tag
* feat: support different swagger json for different plugins
* feat: support load server package
* feat: support visit from plugin center
* feat: add schemas for mapConfiguration
* feat: update
* fix: update tags
* feat: support only render plugin that has swagger content
* refactor: use swagger-ui-react instead of swagger-ui-dist
* fix: clean
* fix: reset
* refactor: update plugin place
* fix: revert
* fix: remove version
* fix: type error
* feat: swagger doc
* refactor: improve apis
* feat: add doc
* feat: support destination cache
* fix: avoid authorization override
* fix: auth bug
* feat: update documentation
* fix: typo
* feat: support json
* fix: key
* fix: update yarn.lock
* feat: update swagger doc
* feat: swagger doc
* docs: add auth swagger files (#2341 )
* docs: add auth swagger files
* fix: yarn.lock
* fix: skip core
* feat: swagger doc
* docs: improve auth docs
* fix(theme-editor): avoid crashing
* feat(theme-editor): improve api doc
* docs: add localization-management swagger
* docs(plugin-workflow): add api doc (#2379 )
* fix: remove files
* fix: aaa
* fix: dist
* fix: load swagger
* feat: acl api doc (#2494 )
* chore: acl api doc
* feat: ui schema api doc
* feat: multi apps api doc
* chore: ui schema doc
* feat: collection api doc
* chore: association api doc
* chore: single association doc
* feat: move action doc
* chore: list parameters
* feat: update swagger doc
* chore: collectionIndex to first
* fix: test error
* fix: ref
* chore: doc tags
* chore: template
* chore: doc with association options
* chore: single association doc
* chore: relation type
* chore: filter single association params
* chore: m2m api doc
* chore: params
* fix: 0.12.0-alpha.5
* fix: update yarn.lock
* chore: data wrap
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: YANG QIA <2013xile@gmail.com>
Co-authored-by: Rain <958414905@qq.com>
Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
Co-authored-by: ChengLei Shao <chareice@live.com>
2023-08-24 00:27:57 +08:00
ChengLei Shao
a625fc538d
feat(database): support field get in view preview ( #2482 )
...
* feat: support field get in view preview
* chore: test
* refactor: dbViews fieldtypes
* refactor: dbViews fieldtypes
* refactor: dbViews fieldtypes
* refactor: dbViews fieldtypes
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2023-08-22 10:59:45 +08:00
ChengLei Shao
9c5f630ae7
chore: database connection error log
2023-08-22 09:01:29 +08:00
katherinehhh
0532d67e0b
refactor: m2m data filtering through collection data ( #2497 )
2023-08-21 22:08:37 +08:00
katherinehhh
ccf8b651ff
refactor(graph-collection-manager): update antv-x6 to 2.x ( #2466 )
...
* refactor: update antv-x6 to 2.x
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
* refactor: code improve
2023-08-21 11:27:48 +08:00
katherinehhh
f70d17c5cd
fix: view collection reported error when editing ( #2493 )
2023-08-20 20:54:32 +08:00
jack zhang
9e99b00182
fix: dev load plugin ( #2455 )
...
* fix: dev load plugin
* fix: bug
* fix: bug
2023-08-20 18:10:34 +08:00
被雨水过滤的空气-Rain
95e1cd390b
chore: remove Default value option for sequence field ( #2488 )
...
* chore: remove Default value option for sequence field
* chore: remove console.log
2023-08-20 12:08:07 +08:00
katherinehhh
847eacce70
fix: tagcolor value error ( #2487 )
2023-08-20 11:03:43 +08:00
YANG QIA
be6b949f55
feat(auth): support signing in with username ( #2376 )
...
* feat(auth): support signing in with username
* chore: compatibility && add INIT_ROOT_USERNAME
* chore: add default username of root user
* chore: add notice
* fix: typo
* chore: change rule of username
* fix: sqlite add unique constraint
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-08-19 22:02:26 +08:00
chenos
972b2be10e
fix(client): waitSeconds: 120s
2023-08-19 09:30:19 +08:00
ChengLei Shao
5689c51b11
fix: database logging
2023-08-18 21:29:10 +08:00