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

v3.4.3.101 to prod #528

Merged
merged 179 commits into from
Jul 5, 2024
Merged

v3.4.3.101 to prod #528

merged 179 commits into from
Jul 5, 2024

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    828537c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60cc275 View commit details
    Browse the repository at this point in the history
  3. - Added a way to track precedence in the error messages to avoid gene…

    …rating less meaningful messages
    
    - Updated error generation
    elipe17 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    49ead96 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. - Fix lint

    - Add docstrings
    elipe17 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    83b9d0b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …

    …2795-s1-duplicates
    elipe17 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a47a37d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d154dd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f6e9b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d98d3a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    3c07f99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    496484e View commit details
    Browse the repository at this point in the history
  3. - raise log level

    elipe17 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    66b52eb View commit details
    Browse the repository at this point in the history
  4. - Update test

    elipe17 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8d9c614 View commit details
    Browse the repository at this point in the history
  5. - remove import

    elipe17 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    399c10c View commit details
    Browse the repository at this point in the history
  6. - Update error generation to use record and schema

    - rename var
    elipe17 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    86311cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04f05f4 View commit details
    Browse the repository at this point in the history
  8. - fix lint

    elipe17 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a968d0c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    21c0614 View commit details
    Browse the repository at this point in the history
  2. - use correct method

    elipe17 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f421618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    038abe0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. - move duplicate manager into case consistency validator

    - Starting to remove SortedRecordSchemaPairs from case consistency validator
    - updating to support in memory record removal if they havent been serialized
    elipe17 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3211cbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2b9e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. - Move SortedRecordSchema pairs to util

    - Update case consistency validator to not use OG SortedRecordSchemaPairs
    - Update dup logic to not consider records on the same line
    elipe17 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5a3cba4 View commit details
    Browse the repository at this point in the history
  2. - remove unused import

    elipe17 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a2ee10c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e932df7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d842733 View commit details
    Browse the repository at this point in the history
  5. - clearing after bulk create

    elipe17 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c6a9f17 View commit details
    Browse the repository at this point in the history
  6. - Rename to be more accurate

    - Add method to generate bulk create dictionary
    - Stub function for removing cases
    elipe17 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d228959 View commit details
    Browse the repository at this point in the history
  7. - Updated class name

    - basing off of doc instead of schema
    elipe17 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    15059f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c56c8c View commit details
    Browse the repository at this point in the history
  9. - fix logic issue

    elipe17 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    75d207d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. - fix logic error

    elipe17 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a90ee08 View commit details
    Browse the repository at this point in the history
  2. - added back list of cases

    elipe17 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    85d25b6 View commit details
    Browse the repository at this point in the history
  3. - fixed test_add_record

    elipe17 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d1f88ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db1e6ba View commit details
    Browse the repository at this point in the history
  5. - Fix most lint errors

    elipe17 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8e92d86 View commit details
    Browse the repository at this point in the history
  6. - remove print

    elipe17 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    112eeb6 View commit details
    Browse the repository at this point in the history
  7. - update rollback logic

    - fix most parse tests
    elipe17 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    503a017 View commit details
    Browse the repository at this point in the history
  8. - Update duplicate error messages

    - Added logging
    - Updated tests
    elipe17 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    efff54c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. - functionized dup manager a bit

    - updated validator to query errors from dup manager
    - added test for s1 duplicate detection
    elipe17 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3388709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30645b1 View commit details
    Browse the repository at this point in the history
  3. - fix lint

    elipe17 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e55e88c View commit details
    Browse the repository at this point in the history
  4. - Add section 2 tests

    elipe17 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    785c68e View commit details
    Browse the repository at this point in the history
  5. - Fix reference error

    elipe17 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d19de28 View commit details
    Browse the repository at this point in the history
  6. - order by id

    elipe17 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    78fbee7 View commit details
    Browse the repository at this point in the history
  7. - parametrizing batch size

    - initial integration tests
    elipe17 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0676a4b View commit details
    Browse the repository at this point in the history
  8. - move creation logic in parse.py

    - add container to monitor what cases have serialized records
    - add test for in memory and DB based record removal with dupes detected
    elipe17 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2e68b32 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2db1222 View commit details
    Browse the repository at this point in the history
  10. - Test for partial duplicates

    - test doesnt behave as I would expect
    elipe17 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7689a6a View commit details
    Browse the repository at this point in the history
  11. - fix lint

    elipe17 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    697b99d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on Apr 29, 2024

  1. - Update SortedRecords to leverage an unsorted container to make bulk…

    … createing faster. Dont have to iterate/generate the required structure
    elipe17 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6ed405e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63f39fd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. - renaming functions

    - removing unnecessary members
    elipe17 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    edb6b20 View commit details
    Browse the repository at this point in the history
  2. - update doc strings

    elipe17 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    74ae160 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb32a9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    607452a View commit details
    Browse the repository at this point in the history
  5. - fix lint

    elipe17 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4b2d1f6 View commit details
    Browse the repository at this point in the history
  6. - Update docstring

    elipe17 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    12d4c2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7079ddb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    7f995c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f7fd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74be2a4 View commit details
    Browse the repository at this point in the history
  4. - fix lint

    elipe17 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4fcdf51 View commit details
    Browse the repository at this point in the history
  5. - Add cases for ssp

    elipe17 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fdba1d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a36d2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5dcf04 View commit details
    Browse the repository at this point in the history
  8. - removing whitespace

    elipe17 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    114a0a2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    f71bc04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1af752 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f657be1 View commit details
    Browse the repository at this point in the history
  4. Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…

    …F-app into 2966-unify-duplicate-detection
    elipe17 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9eeda03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ac138e View commit details
    Browse the repository at this point in the history
  6. Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…

    …F-app into 2966-unify-duplicate-detection
    elipe17 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    eee134d View commit details
    Browse the repository at this point in the history
  7. - Remove Vars from compose file

    - Remove unnecessary checks from cat4 validator
    - Updated error counts after removing check
    elipe17 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e085c62 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. - fixed test

    elipe17 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5656bdc View commit details
    Browse the repository at this point in the history
  2. - linting

    elipe17 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a814dc2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    ab379ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0df2bfc View commit details
    Browse the repository at this point in the history
  3. Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…

    …F-app into 2966-unify-duplicate-detection
    elipe17 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    062a503 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    409d773 View commit details
    Browse the repository at this point in the history
  5. - Fix failing tests

    elipe17 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    141b677 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    4de2de8 View commit details
    Browse the repository at this point in the history
  2. - fixed tests

    elipe17 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a51ad70 View commit details
    Browse the repository at this point in the history
  3. Revert "- move partial hash checking logic to schema/fields"

    This reverts commit ab379ce.
    elipe17 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    669a87c View commit details
    Browse the repository at this point in the history
  4. - Better way to do partial hash checking

    - Still in schema
    elipe17 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    90356db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7450848 View commit details
    Browse the repository at this point in the history
  6. - Moved hash generation into schema

    - updated tests and factories to now support agnostic hash generation
    elipe17 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    66243d6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …

    …2795-s1-duplicates
    elipe17 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f3156b0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. - Updated error message

    - fixed incorrect indentation on error counting
    elipe17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    56b31b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …

    …2795-s1-duplicates
    elipe17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7a753af View commit details
    Browse the repository at this point in the history
  3. Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…

    …F-app into 2966-unify-duplicate-detection
    elipe17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fc084c3 View commit details
    Browse the repository at this point in the history
  4. - move fixtures to conftest

    elipe17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    13cf281 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43cd8c5 View commit details
    Browse the repository at this point in the history
  6. - fix lint

    elipe17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ac2fbc5 View commit details
    Browse the repository at this point in the history
  7. Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…

    …F-app into 2966-unify-duplicate-detection
    elipe17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    57b82fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a2b29a View commit details
    Browse the repository at this point in the history
  9. add tests

    jtimpe committed May 20, 2024
    Configuration menu
    Copy the full SHA
    117c60f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c0f4b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e405be View commit details
    Browse the repository at this point in the history
  12. - Update error creation logging to track all errors

    - Updated queries to most correct syntax for aggregates function
    - Updated tests
    elipe17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e2dcad9 View commit details
    Browse the repository at this point in the history
  13. - lint

    elipe17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0d315c7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    838b213 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…

    …F-app into 2966-unify-duplicate-detection
    elipe17 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2c7e672 View commit details
    Browse the repository at this point in the history
  3. - move fixture

    elipe17 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8180668 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2970 from raft-tech/2966-unify-duplicate-detection

    Unify Duplicate Detection Across Program Types
    elipe17 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    083e0db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3505ee2 View commit details
    Browse the repository at this point in the history
  6. - lint

    elipe17 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    89d6298 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb8ebe0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 24, 2024

  1. - import as Query

    elipe17 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c5189a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74ffd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec0c736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52e43a1 View commit details
    Browse the repository at this point in the history
  5. - fix lint

    elipe17 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b8e139d View commit details
    Browse the repository at this point in the history
  6. - update tests

    elipe17 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3263be6 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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

Commits on May 30, 2024

  1. Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …

    …2795-s1-duplicates
    elipe17 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1f365fb View commit details
    Browse the repository at this point in the history
  2. - update from merge conflict

    elipe17 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    439f82d View commit details
    Browse the repository at this point in the history
  3. - Add additional exclusion criteria for necessary tests

    - add missing fixture decorators
    elipe17 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cfda581 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    8db2599 View commit details
    Browse the repository at this point in the history
  2. - renamed parameters and classes to make more sense with their duties.

    - Added much more detailed descriptions where information surrounding duplicate detection can be confused.
    elipe17 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d4aa531 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    2997b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14555bb View commit details
    Browse the repository at this point in the history
  3. - remove todo

    - add warning labels to shared object
    elipe17 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    012f5e5 View commit details
    Browse the repository at this point in the history
  4. - fix lint

    elipe17 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0d93223 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Ports over test env changes

    reitermb committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d375164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8ee737 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    aca7f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa02901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    141c9b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba1c842 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a62523a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …

    …2795-s1-duplicates
    elipe17 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    73c0888 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a56634 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    375bf81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc16ff8 View commit details
    Browse the repository at this point in the history
  10. Updates nav

    reitermb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6bee0f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8668ef View commit details
    Browse the repository at this point in the history
  12. Final formatting tweaks

    reitermb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f5ec1f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    00ac3d1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #2969 from raft-tech/knowledge-center-error-guide

    Knowledge Center error guide (2847)
    reitermb authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cc37558 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

  1. 2991 remove SFTP and ACF titan related codes (#3003)

    * 2991 Removed SFTP and ACF titan related codes
    
    * update piplock
    raftmsohani authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9f2b277 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

  1. update error string

    jtimpe committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c1e2b70 View commit details
    Browse the repository at this point in the history
  2. fix tests

    jtimpe committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    eb752bd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update Team-Composition.md (#3011)

    Co-authored-by: jtimpe <[email protected]>
    robgendron and jtimpe authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c79a3b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    b2e8aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8c3e8 View commit details
    Browse the repository at this point in the history
  3. - Updated duplicate detection to allow "partial duplicates" of s3 and…

    … s4 files
    
    - Added tests for partial dup s3/s4
    elipe17 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0fce22f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 20, 2024

  1. added T-mobile ip address subnet (#3031)

    Co-authored-by: Andrew <[email protected]>
    raftmsohani and andrew-jameson authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d100935 View commit details
    Browse the repository at this point in the history
  2. - Updated case_consistency validator to track which case has been val…

    …idated to identify which case might need to be removed
    
    - decoupled dup manager and case consistency val error counts
    - Added more descriptive logging
    elipe17 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5127bfe View commit details
    Browse the repository at this point in the history
  3. - Update tests

    elipe17 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    57d7de4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. - Add edge case cat4 test

    - unblock util function that was causing errors
    elipe17 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    caa6dff View commit details
    Browse the repository at this point in the history
  2. - Updated manager to correctly delete serialized records

    - Updated DFS to correctly count total records and total records created
    - Updated cat4 test case to be more extensive
    elipe17 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a4ac411 View commit details
    Browse the repository at this point in the history
  3. - Updated test

    elipe17 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    daad0a0 View commit details
    Browse the repository at this point in the history
  4. - fix lint

    elipe17 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    89b6d66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a5fca9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd9f441 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6ad86f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    324266b View commit details
    Browse the repository at this point in the history
  9. - fix lint

    elipe17 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    733b991 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    0eedd85 View commit details
    Browse the repository at this point in the history
  2. - Remove dup test class

    - Updated to use correct error generator
    elipe17 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4dcdf83 View commit details
    Browse the repository at this point in the history
  3. - fix lint

    elipe17 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    12c90c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    32abfe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9511668 View commit details
    Browse the repository at this point in the history
  3. - Update tests

    elipe17 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    33931d3 View commit details
    Browse the repository at this point in the history
  4. - fix lint

    elipe17 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c6ec73d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14ca954 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2999 from raft-tech/2133-tribe-discoverability

    2133 tribe discoverability
    jtimpe authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4316a8f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    c503e1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2956 from raft-tech/2795-s1-duplicates

    2795 s1 duplicates
    elipe17 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    35adb87 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Create sprint-99-summary.md (#3038)

    * Create sprint-99-summary.md
    
    * Update docs/Sprint-Review/sprint-99-summary.md
    
    Co-authored-by: Lauren Frohlich <[email protected]>
    
    ---------
    
    Co-authored-by: Lauren Frohlich <[email protected]>
    robgendron and lfrohlich authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0ec6fc2 View commit details
    Browse the repository at this point in the history
  2. Create sprint-100-summary.md (#3039)

    * Create sprint-100-summary.md
    
    * Update docs/Sprint-Review/sprint-100-summary.md
    
    Co-authored-by: Lauren Frohlich <[email protected]>
    
    * Update docs/Sprint-Review/sprint-100-summary.md
    
    Co-authored-by: Lauren Frohlich <[email protected]>
    
    * Update docs/Sprint-Review/sprint-100-summary.md
    
    Co-authored-by: Lauren Frohlich <[email protected]>
    
    ---------
    
    Co-authored-by: Lauren Frohlich <[email protected]>
    Co-authored-by: Andrew <[email protected]>
    3 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3097e58 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. #3021 Adds FAQ update & release notes (#3040)

    * Adds FAQ update & release notes
    
    * Update product-updates/knowledge-center/index.html
    
    Co-authored-by: Alex P.  <[email protected]>
    
    * Update index.html
    
    * Adds request access updates
    
    * Update product-updates/knowledge-center/index.html
    
    Co-authored-by: Alex P.  <[email protected]>
    
    * Whitespace change to re-trigger full pipeline
    
    Whitespace change to re-trigger full pipeline
    
    ---------
    
    Co-authored-by: Alex P. <[email protected]>
    Co-authored-by: Andrew <[email protected]>
    3 people authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b5f8bd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request #527 from raft-tech/release/v3.4.3-Sprint-101

    Release/v3.4.3 sprint 101
    ADPennington authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    eb3b8c0 View commit details
    Browse the repository at this point in the history