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

g4.85 Update Validators: EmptyCell, ValueInList and DuplicateTraits #106

Merged
merged 35 commits into from
Oct 2, 2024

Commits on Sep 4, 2024

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    126c72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5352caf View commit details
    Browse the repository at this point in the history
  3. Fixes breaking tests in testValidatorBaseCheckIndices as it uses Valu…

    …eInList as the test validator
    carolyncaron committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2a522d1 View commit details
    Browse the repository at this point in the history
  4. Switched checkIndices test to use the fake validator class instead of…

    … depending on ValueInList validator
    carolyncaron committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3f0b396 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b81290b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    42df1e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    becc21e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8120bc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Split ValidatorFileRowScopeTest into 2 test files, and changed the na…

    …me of ValidatorTraitImporterTest. This means each of the data-row validators have their own test file
    carolyncaron committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0010c2c View commit details
    Browse the repository at this point in the history
  2. Added a README to the Validators folder in tests to set standards for…

    … test file naming and placement
    carolyncaron committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0704980 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    653968d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af3f2fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c790c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7054b21 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    342b991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5495d35 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Updated validator tests to use AssertSame instead of AssertEquals whe…

    …re booleans and null are involved.
    carolyncaron committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1f313c6 View commit details
    Browse the repository at this point in the history
  2. Updated Duplicate Trait validator tests to check for all return value…

    …s (case, valid, failedItems)
    carolyncaron committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e87faab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aba8edc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4046823 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    b71e79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e5035b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Apply Lacey's suggestions to documentation/comments

    Co-authored-by: Lacey-Anne Sanderson <las166@mail.usask.ca>
    carolyncaron and laceysanderson authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fe9a96c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0abf07f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e4dd8a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    e016c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    630e3db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a848d43 View commit details
    Browse the repository at this point in the history
  4. Update configuregenus badly config test to use a data provider and in…

    …clude the traits service.
    laceysanderson committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5b57cce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b4e637 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    0718ee4 View commit details
    Browse the repository at this point in the history
  2. Moved the single test for a wrong index key given to DuplicateTraits …

    …into its own test, which now triggers all exception messages
    carolyncaron committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b65a321 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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