Go to file
ChengLei Shao 79ba391aee
refactor: actions (#137)
* db test

* associated list action

* associated list action

* fix belongs to many repository test

* create action

* update action

* add update & destroy has one

* get action

* add action

* set action

* remove action

* toggle action

* chore: code import

* add sort field mutex

* change field mutex position

* feat: handle sort field scope change

* feat: sort actions

* fix: add action

* rename sort action to move action

* more actions params

* feat: repository destroy with filter and filterByPK

* feat: hasmany repository destroy with filter and filterByPK

* feat: belongsToMany repository destroy with filter and filterByPK

* fix: actions tests lock error

* feat: code cleanup

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-12-16 16:46:54 +08:00
docs v0.6 2021-12-06 21:23:34 +08:00
packages refactor: actions (#137) 2021-12-16 16:46:54 +08:00
.env.example feat: upgrade plugin-action-logs 2021-12-07 15:21:16 +08:00
.eslintignore v0.6 2021-12-06 21:23:34 +08:00
.eslintrc v0.5 2021-05-23 08:38:08 +08:00
.gitignore v0.6 2021-12-06 21:23:34 +08:00
.prettierignore v0.6 2021-12-06 21:23:34 +08:00
.prettierrc refactor: code splitting of the table component (#121) 2021-12-02 22:56:16 +08:00
.umirc.ts v0.6 2021-12-06 21:23:34 +08:00
jest.config.js fix: plugin packages dependencies 2021-12-07 19:40:30 +08:00
jest.setup.ts v0.6 2021-12-06 21:23:34 +08:00
lerna.json v0.6 2021-12-06 21:23:34 +08:00
package.json fix: plugin packages dependencies 2021-12-07 19:40:30 +08:00
README.md docs: update readme 2021-12-06 21:25:28 +08:00
tsconfig.build.json v0.6 2021-12-06 21:23:34 +08:00
tsconfig.jest.json v0.6 2021-12-06 21:23:34 +08:00
tsconfig.json v0.6 2021-12-06 21:23:34 +08:00
yarn.lock refactor: actions (#137) 2021-12-16 16:46:54 +08:00