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

Proposal (and bugfix) to implement value-based conditional requirement #1511

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    845c49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969ef23 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/natcap/invest into bugfix/1…

    …509-una-validation-missing-uniform-search-radius
    phargogh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    273ef3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6096ad6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    66f1490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37a0338 View commit details
    Browse the repository at this point in the history
  3. Reworking conditional requirement.

    Conditional requirement now evaluates the truthiness of the expression
    based on the value of the parameter. If the parameter is missing, that
    parameter's value is Falsy. RE:natcap#1509
    phargogh committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e1bef80 View commit details
    Browse the repository at this point in the history
  4. Removing .value in UNA conditional requirement.

    The latest update to using truthiness in conditional requirement
    expressions handles all of these cases.
    
    RE:natcap#1509
    phargogh committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    658748d View commit details
    Browse the repository at this point in the history
  5. Removing the variable name rewriting.

    This ended up not being needed if we just work directly with truthiness.
    RE:natcap#1509
    phargogh committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0ce3303 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    041f411 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a1f548 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    416240d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21ae820 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'bugfix/1509-una-validation-missing-uniform-search-radiu…

    …s' of github.com:phargogh/invest into bugfix/1509-una-validation-missing-uniform-search-radius
    phargogh committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b5a98a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4135eec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b9111f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e6e35b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b02b49c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fec802a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f8497f6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cb70a12 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ecdc498 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bf55a26 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    482b327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b32fcbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1deee3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    880e31f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    d70b15d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    831fd99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b6f932 View commit details
    Browse the repository at this point in the history
  4. Clarifying set names, restoring falsey exclusion.

    Set names are now clearer, and type-specific validation will no longer
    take place if the value is falsey.
    
    RE:natcap#1509
    phargogh committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    617e76d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Noting changes in history.

    phargogh committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    03c7fb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c49c398 View commit details
    Browse the repository at this point in the history