You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/05/30 15:36:36 UTC

[incubator-apisix-dashboard] branch feat-route-plugin updated (b04c88f -> a880582)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a change to branch feat-route-plugin
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git.


    from b04c88f  feat: added Plugin
     add a880582  feat: refactor PluginSchema

No new revisions were added by this update.

Summary of changes:
 .../PluginForm/{index.tsx => PluginForm.tsx}       | 14 +++----
 src/components/PluginForm/index.ts                 |  1 +
 .../plugin.ts => components/PluginForm/service.ts} |  4 +-
 .../PluginForm/transformer.ts}                     |  0
 src/components/PluginForm/typingd.d.ts             | 44 ++++++++++++++++++++++
 src/typings.d.ts                                   | 43 ---------------------
 src/utils/utils.less                               | 16 --------
 src/utils/utils.test.ts                            | 37 ------------------
 src/utils/utils.ts                                 | 24 ------------
 9 files changed, 54 insertions(+), 129 deletions(-)
 rename src/components/PluginForm/{index.tsx => PluginForm.tsx} (93%)
 create mode 100644 src/components/PluginForm/index.ts
 rename src/{services/plugin.ts => components/PluginForm/service.ts} (56%)
 rename src/{transforms/plugin.ts => components/PluginForm/transformer.ts} (100%)
 create mode 100644 src/components/PluginForm/typingd.d.ts
 delete mode 100644 src/utils/utils.less
 delete mode 100644 src/utils/utils.test.ts
 delete mode 100644 src/utils/utils.ts