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

[SERVICES-2370] Pairs query pagination, sorting and filtering #1347

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    fc3bebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6584e7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'SERVICES-2331-pairs-query-extra-fields' into SERVICES-2…

    …370-pairs-query-pagination-sorting-and-filtering
    mad2sm0key committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f1b2c97 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    52d2d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa18acd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f7f711 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a5811f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. SERVICES-2370: bugfix case when pagination is missing

    - separate filter args for the 2 pairs queries
    - handle case when pagination argument is undefined
    mad2sm0key committed May 22, 2024
    Configuration menu
    Copy the full SHA
    83d3109 View commit details
    Browse the repository at this point in the history
  2. SERVICES-2370: implement builder pattern for pair filtering

    - create PairMetadataBuilder class to handle filtering
    - extract filtering methods in separate service
    mad2sm0key committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5a98dd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a61a89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21dac7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb32029 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. SERVICES-2370: fixes after review

    - renamed 'filterablePairs' query to 'filteredPairs'
    - remove unused imports
    - made all methods in Pairs filtering service return a promise for unified usage
    - moved PageData to common module
    mad2sm0key committed May 23, 2024
    Configuration menu
    Copy the full SHA
    51c55de View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. SERVICES-2370: fixes after review #2

    - update wording on deprecation reason and pagination exception message
    mad2sm0key committed May 24, 2024
    Configuration menu
    Copy the full SHA
    316b91f View commit details
    Browse the repository at this point in the history