mytharcher
2c0ea5490d
fix: remove mistaken added folder
2023-09-22 15:49:13 +08:00
mytharcher
11b5cc1a44
Merge branch 'main' of github.com:nocobase/nocobase into main
2023-09-22 15:48:04 +08:00
mytharcher
bffa53a04e
chore(versions): 😊 publish v0.14.0-alpha.5
2023-09-22 15:47:28 +08:00
mytharcher
3b0b6483c2
chore(versions): 😊 publish v0.14.0-alpha.5
2023-09-22 15:36:22 +08:00
Junyi
c16034b8f5
refactor(plugin-workflow): add client exports ( #2702 )
2023-09-21 22:56:33 -07: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
Junyi
0f4959d217
refactor(plugin-workflow): adjust code ( #2663 )
2023-09-16 20:54:20 -07: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
chenos
a484e891aa
feat: update readme.md
2023-09-15 09:22:19 +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
ChengLei Shao
dbe3af26a1
fix(share-collection): sync plugins when install sub app ( #2650 )
2023-09-14 20:46:49 +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
282645ed8b
fix: db.sync
2023-09-13 22:50:09 +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
chenos
6a7240816e
fix: collection remove field after migrated
2023-09-13 17:21:42 +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
chenos
3e87ad9083
feat: update docs
2023-09-13 09:22:20 +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