Skip to content
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

Int b 21071 name column filtering on partial #13961

Open
wants to merge 20 commits into
base: integrationTesting
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8594221
B-21071 - concat first name and space before last name. Allow forward…
ryan-mchugh Sep 30, 2024
ea8ccca
B-21071 - remove ',' and implement regex.
ryan-mchugh Oct 11, 2024
a9497ae
B-21071 - swap from ILIKE to tsquery approach, add index.
ryan-mchugh Oct 14, 2024
fccc8c3
B-21071 - keep spaces within names & between names on query.
ryan-mchugh Oct 14, 2024
f847e0c
B-21071 - switch back to ILIKE for simplicity.
ryan-mchugh Oct 15, 2024
686bbc2
B-21071 - parameterized query on ILIKE.
ryan-mchugh Oct 16, 2024
9c2afc6
B-21071 - counseling queue and payment fetcher.
ryan-mchugh Oct 16, 2024
e0122d4
B-21071 - adjust testing to account for non-alphabetical sorting (act…
ryan-mchugh Oct 16, 2024
95d7618
B-20171 - order fetcher test
ryan-mchugh Oct 17, 2024
5a158d8
B-21071 - PaymentRequestListFetcher test.
ryan-mchugh Oct 17, 2024
678b4f8
B-20171 - remove unused index created prior, additional test on Order…
ryan-mchugh Oct 17, 2024
e41a6e1
Merge branch 'main' of github.com:transcom/mymove into MAIN-B-21071-n…
ryan-mchugh Oct 18, 2024
35d38eb
Merge branch 'MAIN-B-21071-name_column_filtering_on_partial' into INT…
ryan-mchugh Oct 18, 2024
434cbf8
B-21071 - fix client-side tests.
ryan-mchugh Oct 18, 2024
1df935f
Merge branch 'MAIN-B-21071-name_column_filtering_on_partial' into INT…
ryan-mchugh Oct 18, 2024
973b633
Merge remote-tracking branch 'origin/integrationTesting' into INT-B-2…
ryan-mchugh Oct 18, 2024
915c53e
B-21071 - fix anotherclient-side test.
ryan-mchugh Oct 18, 2024
2de8780
Merge branch 'MAIN-B-21071-name_column_filtering_on_partial' into INT…
ryan-mchugh Oct 18, 2024
e662324
Merge branch 'integrationTesting' of github.com:transcom/mymove into …
ryan-mchugh Oct 21, 2024
f8606a2
Merge branch 'integrationTesting' into INT-B-21071-name_column_filter…
ryan-mchugh Oct 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions pkg/gen/ghcapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions pkg/gen/ghcapi/ghcoperations/queues/get_moves_queue_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading