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

Implement backend data field filter for H2 & Postgresql (similar to MongoDB) #3516

Merged

Commits on Jul 6, 2023

  1. Implement backend filter for H2 & Postgresql:

    - field/value filter
    - value filter of type bool/number/string
    - enable filter wildcards for string value
    - add documentation
    
    Also-by: Matthias Feurer [email protected]
    Signed-off-by: g.dimitropoulos <[email protected]>
    gdimitropoulos-sotec committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ff0854c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. - remove AbstractJdbcPostgresBaseRegistryTest class

    - run same unittests for all JDBC implementations
    
    Also-by: Matthias Feurer [email protected]
    Signed-off-by: g.dimitropoulos <[email protected]>
    gdimitropoulos-sotec committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    edf501a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. make changes after PR review

    Also-by: Matthias Feurer [email protected]
    Signed-off-by: g.dimitropoulos <[email protected]>
    gdimitropoulos-sotec committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    07ff350 View commit details
    Browse the repository at this point in the history
  2. remove tab from java docs

    Also-by: Matthias Feurer [email protected]
    Signed-off-by: g.dimitropoulos <[email protected]>
    gdimitropoulos-sotec committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    db5ddf6 View commit details
    Browse the repository at this point in the history
  3. remove tabs from java docs

    Also-by: Matthias Feurer [email protected]
    Signed-off-by: g.dimitropoulos <[email protected]>
    gdimitropoulos-sotec committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d4e0c22 View commit details
    Browse the repository at this point in the history
  4. remove tabs and fix java doc

    Also-by: Matthias Feurer [email protected]
    Signed-off-by: g.dimitropoulos <[email protected]>
    gdimitropoulos-sotec committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fd152b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. remove JdbcPostgresDeviceManagementSearchDevicesTest

    Also-by: Matthias Feurer [email protected]
    Signed-off-by: g.dimitropoulos <[email protected]>
    gdimitropoulos-sotec committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    46edc02 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. make DEFAULT_DATABASE_TYPE and type private final

    Also-by: Matthias Feurer [email protected]
    Signed-off-by: g.dimitropoulos <[email protected]>
    gdimitropoulos-sotec committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c4255a5 View commit details
    Browse the repository at this point in the history
  2. remove tabs from javadoc

    Also-by: Matthias Feurer [email protected]
    Signed-off-by: g.dimitropoulos <[email protected]>
    gdimitropoulos-sotec committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a77cff4 View commit details
    Browse the repository at this point in the history