-
Notifications
You must be signed in to change notification settings - Fork 807
957 island reset improvements #1909
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
Conversation
Collection name properties are useful for queries related to these specific collections
This endpoint allows to delete the data gathered by agents without resetting config related databases
New modal allows to save clicks, explains the situation better, offers to export the config and allows deleting agent data without deleting config
Codecov Report
@@ Coverage Diff @@
## develop #1909 +/- ##
===========================================
- Coverage 54.90% 54.52% -0.39%
===========================================
Files 446 446
Lines 12637 12848 +211
===========================================
+ Hits 6938 7005 +67
- Misses 5699 5843 +144
Continue to review full report at Codecov.
|
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 two small things.
To exit a scenario and select another one, click on "Start Over". | ||
|
||
To exit a scenario and select another one, click on "Reset". | ||
<!--- TODO fix the screenshot ---> |
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.
Can we just fix it instead of leaving a TODO?
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.
Yes, I left this here because I knew I'll forget this :D
!props.allMonkeysAreDead ? | ||
<div className='alert alert-warning'> | ||
<FontAwesomeIcon icon={faExclamationTriangle} style={{'marginRight': '5px'}}/> | ||
Can't reset the Island while Monkey agents are still running! |
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.
Can't reset the Island while Monkey agents are still running! | |
Please stop all running agents before attempting to reset the Island. |
This change makes the warning more actionable
What does this PR do?
Fixes #957
Add any further explanations here.
PR Checklist
Testing Checklist