-
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(route): show route id in list and edit views. #2269
Conversation
Signed-off-by: mango <xu.weiKyrie@foxmail.com>
Please have a look. @juzhiyuan |
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.
Hi @mangoGoForward, those changes LGTM, could you please add some test cases for this PR?
also cc @guoqqqi to have a review. |
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.
just add the test cases as @juzhiyuan said, thanks @mangoGoForward
Hi,@mangoGoForward. Can you take some screenshoot for this feature? |
Ok. |
Thanks for your suggestion. |
LGTM, Hi @mangoGoForward, as we don't have a preview environment at the moment, it would be nice if we could post a picture up ~ |
/LGTM |
Sorry, I am confused about frontend e2e test of workflow errors, and how to support test cases for this PR. Could you help me to solved if you have free time? |
After checking the codes and screenshots, these tiny changes look good to me, too. (Just adding ID & disabled attribute), I think we can move forward with this PR to merge 🤔 |
We can update this test for creating a route that
I think we can do this in another PR~ |
Hi @guoqqqi, please have a check at the CI https://github.com/apache/apisix-dashboard/runs/4655853255?check_suite_focus=true |
Signed-off-by: mango <xu.weiKyrie@foxmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2269 +/- ##
==========================================
+ Coverage 68.07% 68.16% +0.09%
==========================================
Files 127 127
Lines 3370 3374 +4
Branches 829 830 +1
==========================================
+ Hits 2294 2300 +6
+ Misses 1076 1074 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: mango xu.weiKyrie@foxmail.com
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
Display route id at route list and edit views.
Related issues
fix/resolve #1595
Checklist: