-
Notifications
You must be signed in to change notification settings - Fork 61
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
Issue 1712 add status information #1747
Merged
Merged
Changes from 27 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
fb5d33b
Update to store status information in the cache.
aindriu-aiven 02c3f5d
Updated caching mechanism to reduce load on recreating all caches fro…
aindriu-aiven 813e75d
Updated caching mechanism to reduce load on recreating all caches fro…
aindriu-aiven fae81be
Update to add new api endpoints for synchronizing the caches.
aindriu-aiven 315667a
merge from main
aindriu-aiven 506283a
Update minor consistency changes
aindriu-aiven 38b94a9
format typescript
aindriu-aiven a1f1ec8
Merge branch 'main' of github.com:Aiven-Open/klaw into issue-1712-add…
aindriu-aiven 6aa1f80
Updates from PR
aindriu-aiven 6fb58bd
Addition of secure https communication
aindriu-aiven 77d863c
Addition of secure https communication
aindriu-aiven 05ced44
Merge branch 'main' into issue-1712-add-status-information
aindriu-aiven 140175c
Address PR Comments
aindriu-aiven fd57af8
Merge branch 'issue-1712-add-status-information' of github.com:Aiven-…
aindriu-aiven e03e2de
Updates to add app2app authentication and address a few comments from…
aindriu-aiven ef3f755
Merge branch 'main' into issue-1712-add-status-information
aindriu-aiven f69daaf
Updates to coral to use envStatus
aindriu-aiven 7e95843
fix typo
aindriu-aiven 8306d37
Merge branch 'main' into issue-1712-add-status-information
aindriu-aiven 8c642b9
Updte formatting to resolve failing tests.
aindriu-aiven c54669f
Merge branch 'issue-1712-add-status-information' of github.com:Aiven-…
aindriu-aiven 4d259bf
Updates to only exposes HA endpoints when HA is enabled
aindriu-aiven e3e980d
Add the APIs to coral
aindriu-aiven 4c7091a
Merge branch 'main' into issue-1712-add-status-information
aindriu-aiven ea8a2b3
change logging to debug
aindriu-aiven 1e4bb84
Merge branch 'issue-1712-add-status-information' of github.com:Aiven-…
aindriu-aiven ef06588
fix formatting issue
aindriu-aiven 4bbd37a
Merge branch 'main' into issue-1712-add-status-information
aindriu-aiven b084f90
Merge branch 'main' into issue-1712-add-status-information
aindriu-aiven 65637a7
Update to make changes from PR feedback also updates to include the t…
aindriu-aiven 1455587
Merge branch 'issue-1712-add-status-information' of github.com:Aiven-…
aindriu-aiven 1a9a5c2
Update to alter the envStatusTimeString
aindriu-aiven 2fb204a
Update to correct strings in coral tests
aindriu-aiven 694e87f
Merge branch 'main' into issue-1712-add-status-information
aindriu-aiven File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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'm wondering if we don't also want a
requesttimestring
property as we have for the[entity]RequestsResponseModel
. We can parse it on the front end, but then we have a potential for divergence if the formatting changes in one of the two spots we are now doing time formatting in :oThere 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 am adding in entStatusRequestedAtTime
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'm sorry, I didn't mean to add the time of the request, but having the
envStatusTime
formatted in the same way asrequesttimestring
🙇 Maybe the following is already what is happening, but the test values express a different thing: https://github.com/Aiven-Open/klaw/pull/1747/files#diff-df59e5cc730be0ccaca740fec7b48fdf327c4430601001cf99da3813e39f32d7R42The difference between these two: https://github.com/Aiven-Open/klaw/blob/main/openapi.yaml#L7062-L7068
Is that one is the undformatted timestamp (
requesttime
) and the other is a formatted string expressing the time in the UTC tz (requesttimestring
)We are currently doing no parsing of timestamps in the FE, only rendering the already formatted
requesttimestring
:And I thought we might do the same for the
envStatusTime
timestamp: same time, but formatted differently.