tachybase_todo/packages/plugins
lyf-coder 40554d8151 feat: ui schema cache (#877)
* feat(core/cache): support cache

* perf(plugins/ui-schema-storage): cache schema

* refactor(plugins/ui-schema-storage): handle schema cache in repository level, not in action

* fix(plugins/ui-schema-storage): jsonSchema use s_ + x-uid and properties use p_ + x-uid cache

prevent jsonSchema and properties cache override each other

* test(plugins/ui-schema-storage): add ui_schema repository with cache test

* build(create-nocobase-app): remove create-nocobase cli's cache-store-package option

* test(plugins/ui-schema-storage): add ui_schema repository with cache test with readFromCache false

* fix(plugins/ui-schema-storage): repository insertAdjacent and patch method clear cache fix

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-10-24 09:13:58 +08:00
..
acl feat: update option must have filter or filterByTk (#847) 2022-10-13 12:19:05 +08:00
audit-logs chore(versions): 😊 publish v0.7.4-alpha.7 (#740) 2022-08-15 16:12:12 +08:00
china-region chore(versions): 😊 publish v0.7.4-alpha.7 (#740) 2022-08-15 16:12:12 +08:00
client refactor: middleware (#857) 2022-09-29 21:05:31 +08:00
collection-manager fix: unbind on error throwing (#914) 2022-10-15 10:47:01 +08:00
error-handler refactor: middleware (#857) 2022-09-29 21:05:31 +08:00
export fix(plugin-export): filter non-existent fields 2022-09-15 09:27:28 +08:00
file-manager refactor: middleware (#857) 2022-09-29 21:05:31 +08:00
multi-app-manager refactor: plugin manager (#775) 2022-09-18 14:10:01 +08:00
notifications chore(versions): 😊 publish v0.7.4-alpha.7 (#740) 2022-08-15 16:12:12 +08:00
system-settings fix(plugin-system-settings): convert array to json 2022-10-13 12:14:56 +08:00
ui-routes-storage chore(versions): 😊 publish v0.7.4-alpha.7 (#740) 2022-08-15 16:12:12 +08:00
ui-schema-storage feat: ui schema cache (#877) 2022-10-24 09:13:58 +08:00
users fix: unbind on error throwing (#914) 2022-10-15 10:47:01 +08:00
verification Doc/db repository (#896) 2022-10-16 19:16:14 +08:00
workflow fix(plugin-workflow): test changedWithAssociations() (#950) 2022-10-24 09:03:57 +08:00