tachybase_todo/packages/core/actions/src/actions
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
..
add.ts feat: api documentation plugin (#2255) 2023-08-24 00:27:57 +08:00
create.ts feat: reference check (#989) 2022-10-31 22:45:39 +08:00
destroy.ts feat: acl optimization (#1136) 2023-01-09 07:35:48 +08:00
first-or-create.ts feat(database): add firstOrCreate and updateOrCreate in repository (#1943) 2023-06-06 11:36:18 +08:00
get.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
index.ts feat(database): add firstOrCreate and updateOrCreate in repository (#1943) 2023-06-06 11:36:18 +08:00
list.ts feat(plugin-workflow): add sort and pagination to query node params (#2453) 2023-08-14 20:32:51 -07:00
move.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
proxy-to-repository.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
remove.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
set.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
toggle.ts refactor: middleware (#857) 2022-09-29 21:05:31 +08:00
update-or-create.ts feat(database): add firstOrCreate and updateOrCreate in repository (#1943) 2023-06-06 11:36:18 +08:00
update.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00