-
Notifications
You must be signed in to change notification settings - Fork 9
Added Environment #520
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
Added Environment #520
Conversation
Ask for environment in configuration; Add changing environment in settings; Show environment in UI
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #520 +/- ##
==========================================
- Coverage 25.60% 25.59% -0.01%
==========================================
Files 18 18
Lines 2582 2594 +12
==========================================
+ Hits 661 664 +3
- Misses 1921 1930 +9 ☔ View full report in Codecov by Sentry. |
Set environment lobal through method, default environment name to empty
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.
My review is up - a few changes recommended
Use $SYSTEM.Version.SystemMode to deal with environment name Add 'Failover' as an option
Wrap the environment setting in a try catch to avoid error if user does not have enough priveledges
Ask for environment in configuration; Add changing environment in settings; Show environment in UI
fixes (#124 )