-
Notifications
You must be signed in to change notification settings - Fork 298
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
[AMORO-2359] Support log out of the ams dashboard #2360
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2360 +/- ##
=========================================
Coverage 52.94% 52.95%
- Complexity 4308 4310 +2
=========================================
Files 516 516
Lines 29799 29803 +4
Branches 2901 2901
=========================================
+ Hits 15778 15783 +5
Misses 12741 12741
+ Partials 1280 1279 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
A very useful feature and thanks for you contribution! 👍 cc @Aireed |
ams/server/src/main/java/com/netease/arctic/server/dashboard/controller/LoginController.java
Outdated
Show resolved
Hide resolved
I have resolved conflicts, please review it again. @shidayang @wangtaohz |
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.
I tested it locally and it worked well.
* [AMORO-2359] Support log out of the ams dashboard
Why are the changes needed?
Close #2359.
Screenshot as follows:
Brief change log
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation