-
Notifications
You must be signed in to change notification settings - Fork 209
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
Fix issues with PerformanceReport Page (commit data, hiding missing data) #1461
Fix issues with PerformanceReport Page (commit data, hiding missing data) #1461
Conversation
d48f203
to
0712349
Compare
0712349
to
465a163
Compare
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.
minor comments
This PR was marked stale due to lack of activity. |
465a163
to
e1c3dda
Compare
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.
Could you update the description to elaborate on the changes you made and the issues you found and fixed. Could you also update the testing portion on what have you manually/visually tested?
…ata) and increase Axios timeout. Additional null handling and performance improvements
e1c3dda
to
3217aae
Compare
Are you able to show what the page looked before your changes? |
I see the commit date in the screenshot is 1969, is this based on some fallback? |
|
Description of the issue
Fixes issues with PerformanceReport Page
Description of changes
Note:
Date shows as Dec 31, 1969, this is due to commit data missing in DynamoDB and will be resolved by another PR in the CWAgent Integ tests
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Tests
Requirements
Before commit the code, please do the following steps.
make fmt
andmake fmt-sh
make lint
Screenshots
Before
After