-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add sort field to workspace list options #859
Conversation
80718fe
to
e06fcf8
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.
question 👇
e5b9eb8
to
c43f037
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.
Nice!
Reminder to the contributor that merged this PR: if your changes have added important functionality or fixed a relevant bug, open a follow-up PR to update CHANGELOG.md with a note on your changes. |
Description
Adds the
Sort
query parameter toWorkspaceListOptions
. Was previously present inAdminWorkspaceListOptions
but was missing inWorkspaceListOptions
despite the two endpoints having an identical sort behavior, implemented by the same service object class in atlas.OTHER NOTE: Added a greater degree of specificity to the test covering
Sort
'screated-at
behavior for the admin side of things.Testing plan
Tests covering this
Sort
behavior have been added toworkspace_integration_test.go
.External links
Jira Ticket
Output from tests