-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
B 22294 INT Part 2 - Add secondary sort column to queues (Review after Part 1) #14916
Draft
ajlusk
wants to merge
40
commits into
integrationTesting
Choose a base branch
from
B-22294-INT2
base: integrationTesting
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
B-22227 Prime API address validation
Update .gitlab-ci.yml
…uthorized-to-orders-page MAIN - B-22300 - add dependents authorized to orders page
MAIN B-22661
disable bookmark extraction in tests
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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.
B-22294 Agility Ticket
Summary
Updates the queues to all have a secondary sort column, the move code (chosen by a PO). Previously when a queue was sorted by a column containing non-unique values (like branch or status) there was inconsistent ordering within each of the non-unique primary sort values. This was most noticeable when switching page sizes or exporting the queue to CSV (because that re-requests the queue with a page size equal to the total moves in the queue).
Verification Steps for the Author
These are to be checked by the author.
Verification Steps for Reviewers
These are to be checked by a reviewer.
How to test
You may need to use the test harness data generator to have enough moves to fill your queues
For the destination requests queue the following test harness scenario may be helpful:
All of the above will add moves to that queue under the MBFL GBLOC.
Backend
Database
Any new migrations/schema changes:
Screenshots