-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add api of config migrate, export and import #1893
Conversation
✔️ Deploy Preview for apisix-dashboard ready! 🔨 Explore the source changes: f44b79b 🔍 Inspect the deploy log: https://app.netlify.com/sites/apisix-dashboard/deploys/60bd99247af1710007b1614b 😎 Browse the preview: https://deploy-preview-1893--apisix-dashboard.netlify.app |
Codecov Report
@@ Coverage Diff @@
## master #1893 +/- ##
==========================================
+ Coverage 66.94% 66.98% +0.03%
==========================================
Files 169 173 +4
Lines 6317 6487 +170
Branches 748 749 +1
==========================================
+ Hits 4229 4345 +116
- Misses 1836 1875 +39
- Partials 252 267 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Oh, big feature. thanks for contribution. |
0780e86
to
87b458d
Compare
@nic-chen |
I replied on the mailing list. Please have a look. |
@fregie CI failed |
Resolved,please check it. |
Resolved,please check it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fregie absolutely a nice PR. Thank you very much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fregie looks awesome to me. Thanks.
Thanks @fregie |
Why submit this pull request?
What changes will this PR take into?
Add backend api of export and import config.For migrate
Related issues
resolve #782
Checklist:
Hi everyone
I have completed the development of this feature,but I haven't add unit test or e2e test case yet,so do not merge for now.
This feature is strongly coupled with store module and core logic,so I think few functions can be unit tested.
Can I just skip unit test and directly add e2e test cases?
@nic-chen @starsz