-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update to make activity log descending order by default and allow the api to accept the order preferred #2343
Conversation
… api to accept the order prefered Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
import io.aiven.klaw.model.enums.RequestMode; | ||
import io.aiven.klaw.model.enums.RequestOperationType; | ||
import io.aiven.klaw.model.enums.RequestStatus; | ||
import io.aiven.klaw.model.enums.*; |
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.
If you want to double check this wild card import
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.
Thanks my intellij settings for this got reset 👎 have put them back to normal now and will push up these updates in a sec
import io.aiven.klaw.model.enums.RequestMode; | ||
import io.aiven.klaw.model.enums.RequestOperationType; | ||
import io.aiven.klaw.model.enums.RequestStatus; | ||
import io.aiven.klaw.model.enums.*; |
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.
Also here on the wild card import
import io.aiven.klaw.model.enums.RequestMode; | ||
import io.aiven.klaw.model.enums.RequestOperationType; | ||
import io.aiven.klaw.model.enums.RequestStatus; | ||
import io.aiven.klaw.model.enums.*; |
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.
here too
Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
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.
LGTM, thanks
Update to make activity log descending order by default and allow the api to accept the order preferred
Linked issue
Resolves: #xxxxx
What kind of change does this PR introduce?
What is the current behavior?
API returns activity log from oldest to newest
What is the new behavior?
API returns activity log from newest to oldest
Other information
Additional changes, explanations of the approach taken, unresolved issues, necessary follow ups, etc.
Requirements (all must be checked before review)
main
branch have been pulledpnpm lint
has been run successfully