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/03/12 04:40:43 UTC

[incubator-apisix-dashboard] branch ssl-module updated (6f5db09 -> 3643d0d)

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

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


    from 6f5db09  feat: added SSL model
     add 2756e6e  feat: added transformFetchListData
     add 8f59cd6  feat: added SSL service
     add 3643d0d  feat: added SSLModelState to connect.d

No new revisions were added by this update.

Summary of changes:
 src/models/connect.d.ts  |  2 ++
 src/services/ssl.ts      | 19 +++++++++++++++++++
 src/transforms/global.ts | 41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+)
 create mode 100644 src/services/ssl.ts
 create mode 100644 src/transforms/global.ts