-
Notifications
You must be signed in to change notification settings - Fork 15
Fixes #254, #262, #267, #269 #293
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
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.
I think that the timeout for the vuetify error (3s) is a bit short to read the full error you get when you upload something and receive an error. Maybe something in the 8-10s range would be appropriate for those longer error messages. The width looks much better now though.
As for the errors on the UploadNexus...Errors are not cleared when navigating between the specific page in the upload nexus you are on which was part of #254. What I mean by that is if I encounter an error when logging in to S3 but then I click on the Splunk tab the errors should be removed.
I placed a checklist in the PR description to track what I'd like to see done before this is merged. I think it looks good except for the one left blank. |
The ErrorTooltip has been replaced with the Toast error popups which dismiss automatically. This should take care of the changing tabs issue. What is the sign off issue that needs fixing? |
The contributor agreement as part of the automatic checks. You can see that under the automated checks section of the PR. |
Also seeing the following issue on this build of heimdall-lite which is not present on netlify...Please note the search bar text as well as the fact I can access this part of the application with an invalid & malformed login. Looks like something changed and the error isn't blocking the next action from occurring. |
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
This provides us with a consistent style and spacing across the two projects in preparation to merge them into 1 repo Signed-off-by: Robert Thew <rthew@mitre.org>
* downloaded material icons * removed external references Signed-off-by: Robert Thew <rthew@mitre.org>
* added cci tag dictionary * added test counts to status cards * added cci data * added cci descriptions to tag tooltip * Fixed NIST lookups to tolerate alternate formats * rearanged control table row * added links on tags to nist.gov page * changed 'tags' to '800-53 Controls & CCIs' * optimized status count Signed-off-by: Colin Doherty <oneofthree103@gmail.com> Signed-off-by: Jacob Henry <jchenry@mitre.org> Co-authored-by: Jacob Henry <jchenry@mitre.org> Co-authored-by: Mitriol <51966679+Mitriol@users.noreply.github.com> Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
Signed-off-by: Robert Thew <rthew@mitre.org>
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.
Errors are still sticking around when navigating between tabs in the upload nexus and you can still bypass the changes you made to the Splunk login by hitting the login button twice in a row.
Signed-off-by: Robert Thew <rthew@mitre.org>
I think the best way to fix the login to Splunk issue is to perform additional validation on the hostname the user is trying to connect to. |
Signed-off-by: Robert Thew <rthew@mitre.org>
…l-lite#267, mitre/heimdall-lite#269 (mitre/heimdall-lite#293) Fixes several issues with error population and dismissal including a unified error look and feel.
Unified Errors
Better timeouts
Error spacing Issue
Errors dismiss after changing tabs within the upload nexus
Rebase against master
Fix sign off issue