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

Enhance query with pagination at Repository #536

Merged
merged 24 commits into from
Aug 6, 2024
Merged

Enhance query with pagination at Repository #536

merged 24 commits into from
Aug 6, 2024

Commits on Aug 4, 2024

  1. docs: enhance documentation to entities

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    baff61a View commit details
    Browse the repository at this point in the history
  2. feat: organize methods to the select in the structure template

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    26645c8 View commit details
    Browse the repository at this point in the history
  3. feat: implement query

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    767487d View commit details
    Browse the repository at this point in the history
  4. test: create test to select field

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f379edd View commit details
    Browse the repository at this point in the history
  5. feat: update select field to return function instead of change the st…

    …ream
    
    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b6481df View commit details
    Browse the repository at this point in the history
  6. test: update select field mapper scenario

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    cd55872 View commit details
    Browse the repository at this point in the history
  7. feat: start the implementation with prepare statement

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b84cfa3 View commit details
    Browse the repository at this point in the history
  8. feat: create scenario to single list entities

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    cf389a9 View commit details
    Browse the repository at this point in the history
  9. test: create scenario to list result

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    7134dd8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfc8bc5 View commit details
    Browse the repository at this point in the history
  11. feat: implement observer with new events

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b853f49 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. style: fix style

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    004a75e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. feat: include dynamice query method return

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    45ba869 View commit details
    Browse the repository at this point in the history
  2. feat: fix builder

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    415b18b View commit details
    Browse the repository at this point in the history
  3. test: fix dynamic query return test

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    601cc23 View commit details
    Browse the repository at this point in the history
  4. feat: include the page condition when execute query

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    235f1e8 View commit details
    Browse the repository at this point in the history
  5. style: remove unsed imports

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    967e0d5 View commit details
    Browse the repository at this point in the history
  6. feat: include pagination at pagerequest in query

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a316e53 View commit details
    Browse the repository at this point in the history
  7. docs: update documentation of changelog

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a6af931 View commit details
    Browse the repository at this point in the history
  8. feat: put the diamon effect

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6726207 View commit details
    Browse the repository at this point in the history
  9. feat: generate warning to dynamic return

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    21982d0 View commit details
    Browse the repository at this point in the history
  10. refactoring the builder and removing with

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    268cc88 View commit details
    Browse the repository at this point in the history
  11. refactoring remove the with ath builder

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d55de09 View commit details
    Browse the repository at this point in the history
  12. feat: enhance and update has next

    Signed-off-by: Otavio Santana <[email protected]>
    otaviojava committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    caa7d53 View commit details
    Browse the repository at this point in the history