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

feature: WEOS-1134 Update list method on projection to accept filter map #90

Merged
merged 15 commits into from
Feb 9, 2022

Commits on Jan 26, 2022

  1. feature: WEOS-1134 Update list method on projection to accept filter map

    -Added test for each filter operator
    -Added the filter properties
    shaniah868 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    6b97042 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. feature: WEOS-1134 Update list method on projection to accept filter map

    -Fleshed out tests for all the operators
    -Added helper functions for filter
    shaniah868 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    47f5c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a4597 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. feature: WEOS-1134 Update list method on projection to accept filter map

    -Added functionality to convert the filters into the types that are in the db
    shaniah868 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    273045e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713ef03 View commit details
    Browse the repository at this point in the history
  3. feature: WEOS-1134 Update List Controller to call the projection with…

    … the filter map
    
    -Fix test
    shaniah868 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    2909d29 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    6af9e00 View commit details
    Browse the repository at this point in the history
  2. feature: WEOS-1134 Update list method on projection to accept filter map

    -Fix test for all the filters that is supported
    -Added a test for using mixed filters
    shaniah868 committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    d72060b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Merge branch 'feature/WEOS-1134' into WEOS-1279

    # Conflicts:
    #	controllers/rest/dtos.go
    #	projections/gorm.go
    shaniah868 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    6528f68 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/WEOS-1134' into WEOS-1279

    # Conflicts:
    #	controllers/rest/dtos.go
    shaniah868 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    8800071 View commit details
    Browse the repository at this point in the history
  3. feature: WEOS-1134 Update list method on projection to accept filter map

    -Made changes requested on pr
    -Updated test
    shaniah868 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    6468fbc View commit details
    Browse the repository at this point in the history
  4. feature: WEOS-1134 Update list method on projection to accept filter map

    -Made changes requested on pr
    -Updated test
    shaniah868 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    cd9851f View commit details
    Browse the repository at this point in the history
  5. feature: WEOS-1134 Update list method on projection to accept filter map

    -Change the in operator code to just take one ?
    shaniah868 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9b6b302 View commit details
    Browse the repository at this point in the history
  6. feature: WEOS-1134 Update list method on projection to accept filter map

    -Fixed test on different databases
    shaniah868 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    28c16cb View commit details
    Browse the repository at this point in the history
  7. feature: WEOS-1134 Update list method on projection to accept filter map

    -Added date check and test for it
    shaniah868 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    25d3d6d View commit details
    Browse the repository at this point in the history