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

Add defaulting of non-"false" QueryOption fields to "true" #2420

Open
wants to merge 9 commits into
base: integration
Choose a base branch
from

Commits on Jun 14, 2024

  1. Add defaulting of non-"false" QueryOption fields to "true"

    - Create function evaluateBooleanOption() method in QueryOptions
    - Use evaluateBooleanOption() in the validateOptions() method
    - Add a test in QueryOptionsTest to test evaluateBooleanOption()
    
    resolves #2410
    SethSmucker committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6e6dac9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update warehouse/query-core/src/main/java/datawave/query/iterator/Que…

    …ryOptions.java
    
    Co-authored-by: Laura Schanno <[email protected]>
    SethSmucker and lbschanno committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8098b0b View commit details
    Browse the repository at this point in the history
  2. Update warehouse/query-core/src/main/java/datawave/query/iterator/Que…

    …ryOptions.java
    
    Co-authored-by: foster33 <[email protected]>
    SethSmucker and foster33 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7da6358 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    f142bed View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    eb12a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0478051 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Formatting

    SethSmucker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bf3c882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94d8992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34eb25b View commit details
    Browse the repository at this point in the history