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

Combined/appeals 17497 v6 ratings rework appeals 15376 #19387

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    6e85fa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e3a89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93cca5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b11efc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    793b446 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad116d5 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/APPEALS-21339' into min/APPEALS-25000

    * feature/APPEALS-21339: (30 commits)
      updated deserialize method to check on rating decision model for attributes in hash
      Revert "Take setup-node for a spin"
      Take setup-node for a spin
      allow slack notifications in uat
      Update open_hearing_tasks_without_active_descendants_checker_spec.rb
      HunJerBAH APPEALS-26881: Reject Unknown Attributes in RatingDecisions Hash (#19072)
      hid mst pact special issues banner behind feature toggles
      updated back button routing and special issues showing on decisions for ama appeals
      routed judge/attorney decisions to special issues pending on mst pact toggle
      added toggle for mst on special issues list
      hid blue water and burn pit behind mst/pact toggle
      added 24 hr caching and commented out toggle for bgs call
      adding logging for BGS contention calls
      updated feature toggles to include current user
      added caching to BGS contention call
      hid pact and mst check behind toggles
      added feature toggle guard clause for bgs calls for ratings
      optimized participant contentions method to return contentions to cut down on BGS calls
      APPEALS-17497: MST & PACT Special issues identification
      added 24 hr caching and commented out toggle for bgs call
      ...
    minhazur9 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7892f2e View commit details
    Browse the repository at this point in the history
  8. APPEALS-19547 Optional Decision Date field for VHA HLR/SC (#19053)

    * Got the modal to allow the form to be submitted without a decision_date for vha benifit type
    
    * Got optional label to appear next to the Decision date label for vha benifit type
    
    * cleaned up some lint
    
    * Cleaned up the logic of the submit button
    
    * Updated the storebook file for the modal to inculde an example for the vha benefit type
    
    * Got first new test working
    
    * Added a new condition to a test for non vha benefit type to check that the optional label is not visible
    
    * added some testing for the submit button logic
    
    * extracted shared logic to describe block
    
    * Cleaned up the repeated code and logic
    
    * fixed the code climate issue of repeated code
    
    * made the first recommended change
    
    * Made the rest of the recommended changes
    
    ---------
    
    Co-authored-by: Alec Spottswood <ajspottswood@gmail.com>
    seancva and ajspotts authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8040b72 View commit details
    Browse the repository at this point in the history
  9. Add Alert banner for issues with no decision date - APPEALS/19548 (#…

    …19063)
    
    * Remove rerouting for VHA issues w/o decision dates
    
    Prior to this change there would be a reroute when trying to edit a
    VHA issue that did not have a decision date.
    
    We no longer want to reroute when a VHA issue has a missing decision
    date.
    
    * Add NoDecisionBanner to IssueList component
    
    From the jira Epic:
    Value Statement: As a VHA Intake user, I need the ability to bypass
    the required Decision Date entry for a HLR/SC if the information is
    not provided, so that I may proceed with the intake of the claim.
    
    As a result of allowing the user to save issues with no decision date,
    we want to alert the user to the outcome of saving without a decision
    date.
    
    * Extract issueSectionRow to its own file
    
    In an attempt to make the codebase more maintainable and testable we
    are extracting this logic that can go in its own file.
    
    The purpose of this is to better follow Separations of Concerns
    principles. The `issueSectionRow` logic is distinct enough that it
    justifies being in its own section.
    
    Now when working on this section in the future a developer can focus
    on just `issueSectionRow.jsx` instead of the whole `addIssues` file.
    
    The main reason I did this however was to more easily test this
    functionality in storybook.
    
    * Create `issueSectionRow` stories
    
    The stories are testing:
    - The basic issueSectionRow functionality
    - issueSectionRow when the issue has no decision date
    
    * Move `addIssues.jsx` into the `addIssues` folder
    
    There were several new files created related to `addIssues` and it
    felt like time to make a new directory to house these files.
    
    One thing that could be done in the future is to use more absolute
    paths instead of relative paths so that in the future when files and
    folders get moved around we don't have to edit file paths.
    
    * Add messageStyling to` IssueList` and `Alert`
    
    We want to override the existing css of the `Alert` component's
    message body. To do this we are adding a new prop called
    `messageStyling` which will contain any additional css.
    
    This is used in the `IssueList` component for the NoDecisionDate
    banner. We want the font size and color to match the mockups provided
    to us.
    
    I don't love using the `!important` tag here but I think for now it is
    fine and can be potentially improved in the future.
    
    * Minor lint fix
    
    * Add margin to No Decision Date Banner
    
    Adjusted the spacing on the no decision date banner so it does not
    cover up the dividing line between issues.
    
    * Add tests for NoDecisionDateBanner in `IssueList`
    
    ---------
    
    Co-authored-by: Alec Spottswood <ajspottswood@gmail.com>
    brandondorner and ajspotts authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    813371c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3b2a15 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fff5e0c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    caedc51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b63a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adec792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95b0501 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2bb3c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    265b5aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26ebcf2 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/APPEALS-21339' into min/APPEALS-25000

    * feature/APPEALS-21339:
      exclude db/scripts in codeclimate (#19103)
      Craig/test yarn cache (#19096)
      test update to yarn dependency cache keys
      add exception handling to audit remove script
    minhazur9 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    aaa3af7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73c5967 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bcddb8c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    268135c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    699fd14 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ee758e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c6a62c5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    77d89f4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ffe69ec View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c210ad5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    837c0e1 View commit details
    Browse the repository at this point in the history
  19. TYLERB/APPEALS-19718: Creation of Incomplete Tasks tab in Decision Re…

    …view Queue (#19048)
    
    * Initial commit with the incomplete tab for the vha business line.
    
    * Updated the issue type count query logic to work for the new incomplete tab. Added the new appeal unique id alias i.e. the external id to the select statements. Added tabname to the TaskTableTab state in order to account for different behavior for different types of tabs.
    
    * Removed some debugging code.
    
    * Added new constant for the incomplete tab description. Updated a lot of instances of BusinessLine.find_by(url: vha) to use the new VhaBusinessLine.singleton method to hopefully avoid module/class preloading issues.
    
    * Refactored business line querybuilder to work with subtypes of businessline. Added a None tag to the list of filter options if there is not a issue category present on a request issue and fixed the method of counting to work with null issue category column values. Refactored union query joins into an array to reduce code complexity.
    
    * Updated decision review task serializer spec and it's inherited specs for the new fields.
    
    * Refactored the task_filter_details to only include the filter counts for the tabs that the businessline can query for.
    
    * Updated the decision reviews controller in progress method for
     generic non comp buisiness line org to verify that it also includes on hold tasks. Added new tests for the incompe vha businessline for the incomplete tasks method and tab. Also added an in progress tasks test for vha since it should no longer include tasks that have the on_hold status.
    
    * Added tests for generic non comp business line to the business line spec. Also added incomplete_tasks to the vha businessline spec tests.
    
    * Fixed a typo in the controller for the in progress issue types key in the filtering hash.
    
    * Updated reviews spec test and added a test for a non vha business line to make sure on_hold tasks still appear in the in progress tab and that the incomplete tab is not present.
    
    * Storybook file updates for Noncomp.
    
    * Updated the NonCompTabs jest test file.
    
    * Updated NonCompTabs jest test for both vha and generic businesslines.
    
    * Removed unused import.
    
    * Added more expect statements to the reviews spec feature test to check the incomplete tab description and a check to make sure that it is using the correct filter information from the backend for each tab.
    
    * Removed some commented out code. Removed some todos. Fixed some code climate issues.
    
    * Fixed a lot of tests that were failing because the swap to VhaBusinessLine instead of using BusinessLine.create or similar factory bot methods in test setup. Fixed a bug where the completed tab index is now 2 instead of 1 for vha since there are 3 tabs now. It still guesses that it is the last tab or 1. Added a couple of todos related to possibly overriding methods in business line to make sure VhaBusinessLine is created correctly. Added businessline config to show.html.erb for determining the tab and preventing a possible error.
    
    * More testing changes for VhaBusinessLine.
    
    * Made some small updates to the veterans_health_administration seed file to attepmt to fix test setup failures and some other small code climate fixes.
    
    * Changed VhaBusinessLine singleton a to more closely resemble what happens in the has_business_line concern.
    
    * Updated sanitized json file so that the VhaBusinessLine has the correct type on it.
    
    * Altered the wrong json block to the VhaBusinessLine type and fixed it.
    
    * Changed sanitize to sanitize_sql and updated a jest test to use the renamed constant.
    
    * More spec test updates to deal with the VhaBusinessLine subclass and decision review task serializer changes.
    
    * Removed import and todo.
    
    * Another attempt at fixing the brakeman warning.
    
    * Yet more attempts to fix brakeman warning.
    
    * Brakeman really doesn't like string interpolation.
    
    * Fixed a bug where the assigned_to field was set to business_line_id instead of parent in the business line model class.
    
    * Fixed a rare css bug where the user dropdown menu could be blocked by the search bar div in the decision review queue.
    
    * Rewrote some of the issue type count to use arel to avoid brakeman warnings.
    
    * Refactored some repeated code into the issue count helper method.
    
    * Removed a couple of todo statements. Rewrote the issue type count method to use active record instead of an SQL string block.
    
    * Removed another todo block.
    
    * Added a VhaBusinessLine migration.
    
    * Made a couple of small code refactors and moved the require_dependency to the bottom of the business_line.rb file instead of in the decision_reviews_controller.
    
    * Removed commented out code in user.rb model.
    TylerBroyles authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4163d01 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cee9a47 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b926d32 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    92c2f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f2cacb View commit details
    Browse the repository at this point in the history
  3. APPEALS-24997 refactored all 'Provide instructions and context for th…

    …is action' copy under same variable name across caseflow
    jefftmarks committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3eaac19 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19012 from department-of-veterans-affairs/msteele…

    …/APPEALS-24996
    
    msteele/APPEALS-24996
    ThorntonMatthew authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b74bd1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afa6777 View commit details
    Browse the repository at this point in the history
  6. refactored all 'Provide context and instructions' copy across caseflo…

    …w to 'Provide instructions and context'
    jefftmarks committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4b85c8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e2a91e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c95d2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69c3fb8 View commit details
    Browse the repository at this point in the history
  10. APPEALS-25000 changed enabled submit colors and restricted task from …

    …changing to itself from UI
    minhazur9 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bc39b17 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'min/APPEALS-25000' of github.com:department-of-veterans…

    …-affairs/caseflow into min/APPEALS-25000
    
    * 'min/APPEALS-25000' of github.com:department-of-veterans-affairs/caseflow:
      Revert "APPEALS-17497: MST & PACT Special issues identification"
    minhazur9 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    254651c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc94e84 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eefb882 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c479915 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'min/APPEALS-25000' of github.com:department-of-veterans…

    …-affairs/caseflow into min/APPEALS-25000
    
    * 'min/APPEALS-25000' of github.com:department-of-veterans-affairs/caseflow:
      test adding assertion (#19127)
      APPEALS-24996 Updated color to use existing variable name
      unskip test (#19076)
    minhazur9 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    220c832 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ede92a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    1b233bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce41dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6c375e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36dc0d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8886c94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7df964 View commit details
    Browse the repository at this point in the history
  7. Deepak/appeals 19973 (#19130)

    * Appeals-26061: Auto tagging feature flag (#19029)
    
    * Set Rspec mocks for AWS Comprehend Data
    
    ---------
    
    Co-authored-by: youfoundmanesh <129548081+youfoundmanesh@users.noreply.github.com>
    SanthiParakal133 and youfoundmanesh authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0f2fca2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2d6e74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea59c71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    938cd05 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    0b0ebed View commit details
    Browse the repository at this point in the history
  2. APPEALS-25001 Ignore CC issues

    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    msteele96 and ThorntonMatthew authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    df08aec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19088 from department-of-veterans-affairs/msteele…

    …/APPEALS-25001
    
    msteele96/APPEALS-25001
    ThorntonMatthew authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d785c6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a537444 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d23f082 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b2df8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e2421a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33254e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    460e938 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    392b15f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fda13bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e89934 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be158c5 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #19111 from department-of-veterans-affairs/min/APP…

    …EALS-25000
    
    Min/Appeals-25000
    ThorntonMatthew authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    646156b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dcb7967 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    798d947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d3fe81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af1ebc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    487fb51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bfbe07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b83e11d View commit details
    Browse the repository at this point in the history
  7. APPEALS-249979 fixed typo

    jefftmarks committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bce2e44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a68ab05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca8ebba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fb433d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    069bc44 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cb3596 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    478d5ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc42c45 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    f00a65f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19067 from department-of-veterans-affairs/jefftma…

    …rks/APPEALS-24997
    
    jefftmarks/APPEALS-24997
    ThorntonMatthew authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f7bd235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8933f56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7611da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6684a50 View commit details
    Browse the repository at this point in the history
  6. Pamatya/appeals 23410 (#19118)

    * initial commit: fixing POA Refresh button
    
    * fixing css
    
    * removing unnecessary code and adding hasPOA
    
    * fixing few code climate issues
    
    * fixing specs those failed in GHA
    
    * fixing code climate issue
    
    * Spec fixing for POA refresh
    
    * removing commented code
    
    * fixing code climate
    
    * code climate fix for duplicate code
    
    * reverting
    
    * changing code climate issues
    
    * fixing codeclimate
    
    * fixing code climate
    
    * fixing display of POA if error
    
    * increasing threshold and adding seeds file in exclue pattern
    
    * reverting old change and adding excluded patterns
    
    * Revert "changing code climate issues"
    
    This reverts commit 1681179.
    
    * code climate fixes
    
    * Adding code to controller concern
    
    * removing unused code
    
    * removing linter issues
    pamatyatake2 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fe770f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c2b94d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c3117c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. ClayS/APPEALS-23402 (#19142)

    * update info text for POA component for VHA
    
    * update unrecognized poa text for vha
    
    * address linter style issues
    
    * add forgotten period
    
    ---------
    
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    csheepy and craigrva authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    361e7f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5805247 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b48cee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af54300 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00406c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #19141 from department-of-veterans-affairs/msteele…

    …/APPEALS-25277
    
    msteele/APPEALS-25277
    ThorntonMatthew authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    47fccaa View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Deepak/appeals 19825 (#19144)

    * Appeals-26061: Auto tagging feature flag (#19029)
    
    * Button be hidden or displayed using a Feature Flag
    
    * Add auto-tag action
    
    ---------
    
    Co-authored-by: youfoundmanesh <129548081+youfoundmanesh@users.noreply.github.com>
    SanthiParakal133 and youfoundmanesh committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    36a14bf View commit details
    Browse the repository at this point in the history
  2. Update the auto tag button visibility (#19165)

    * Update the auto tag button visibility
    ---------
    
    Co-authored-by: youfoundmanesh <maneshreddy.kommidi@va.gov>
    SanthiParakal133 and youfoundmanesh committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ad2d358 View commit details
    Browse the repository at this point in the history
  3. Pamatya/appeals 27858 (#19161)

    * APPEALS-27858: ignoring code climate issue on the concern
    
    * fixing spec failure in github
    pamatyatake2 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3c9d2ff View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    8d74aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821d572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17c473 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26fd479 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    8366a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2252eb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1764f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e1b0a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7fe1f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    081ac75 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    6cd7d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db73a28 View commit details
    Browse the repository at this point in the history
  3. TYLERB/19549-19550: Combined branches of 19549 and 19550 (#19175)

    * Initial commit that attempts to set the first decision review task of associated claim review that has an issue without a decision date to on_hold. It also attempts to set it back to in_progress if all the request issues have a decision date.
    
    * Fixed an issue where the newly created business line task would not be a part of the claim review tasks during intake. Added a new redirect url method for claim reviews and changed the intake controller and claim review controller to use it.
    
    * Attempt at the new success message for claim reviews with issues without a decision date.
    
    * Attempt at the messaging from successful intake of a claim that has a request issue without a decision date that matches the designs.
    
    * Added a message after editing decision reviews without issues without a decision date.
    
    * Added a check for vha and either SC or HLR form type to NonRating issues modalfor the no decision date exemption.
    
    * Changed the text on the establish button on the add issues page during intake for VHA HLRs and SCs based on if all the issues have a decision date or not.
    
    * Added the 'No date entered' row to an issue's summary descrpiton if a decision date was not given.
    
    * Added a feature test for vha hlr/sc intakes with issues with no decision date.
    
    * Added an additional expect to the IssueList test for the No date entered text.
    
    * Added a todo comment and added a intakes_controller_spec test for no vha issue without a decision date.
    
    * Added one more expect statement to the intakes controller spec.
    
    * Removed some TODO comments and added a guard clause to scope the decision review task update to vha only. Added a test to the claim review spec to cover the task status changing behavior based on the request issues' decision date.
    
    * Reworded some comments. Removed some todos. Added another test to the claim_review_spec.rb file.
    
    * Moved the save_edited_decision_date! method to a new spot in the code. Added a spec test for the method.
    
    * Added new spec tests to request_issues_update for updating the decision date.
    
    * Attempting to fix code climate issues.
    
    * Added a util function for the skip button to fix a code climate issue and to make some of the modals more dry. Refactored request_issues_update for code climate.
    
    * Removed mismatched end statement.
    
    * Added a fallback if the review doesn't have the method. Removed some todo statements.
    
    * Changed the method call to .try since it doesn't exist for appeals and only claim reviews for now.
    
    * Fixed a typo when refactoring the edit contention and edit decision date methods for a code climate fix.
    
    * Removed a comment and added another todo.
    
    * Altered the messaging for vha benefit types for the claim review controller.
    
    * Refactored several things. Removed some todo statements. Added the :handle_issues_with_no_decision_date! to the request issue close! block to catch both withdrawls and removals. Altered the messaging for the claim reviews controller to match designs for vha.
    
    * Altered Edit Issues button text for vha benefit types.
    
    * Create addDecisionDateModalVisible value & toggle
    
    The newly created value and toggle are added to the reducer to be
    used in toggling the visibility of `AddDecisionDateModal`.
    
    * Create `addDecisionDate` action
    
    This action is used to send the updated decision date to the backend.
    
    * Create `AddDecisionDateModal` component
    
    This component will be used for editing the decision_dates of issues
    that currently do not have a decision_date.
    
    There is validation that a user cannot submit a empty date value and
    cannot submit a date in the future.
    
    * Add the `add_decision_date` issue action option
    
    This option will trigger an action to open the `AddDecisionDateModal`
    and is only visible when the issue is missing a decision date.
    
    * Add `AddDecisionDateModal` to `addIssues`
    
    Now that the reducers and actions are set up we can now display
    `AddDecisionDateModal` when `intakeData.addDecisionDateModalVisible`
    has been activated.
    
    * Add Decision Date modal toggle functionality tests
    
    These tests make sure the modal opens when it is supposed to.
    
    * Added more tests for claim review and request issues spec files. Changed the task factory to use VhaBusinessLine.singleton instead of BusinessLine.find_by for a couple of factory methods.
    
    * Add backend ability to update issue=>decision_date
    
    We now can update the decision_date of an issue if the
    `edited_decision_date` was sent with our edit action.
    
    * Add further decision date validation
    
    Add validation that the new decision date is not in the future.
    
    Although there are two instances of this validation on the front end
    I thought we should also have it on the backend.
    
    * Add rspec tests for editing issues' decision_dates
    
    * Add minor lint fixes
    
    I was working on this file and noticed some lint changes that needed
    to be done. Although these changes do not affect the current PR I
    am trying to fix these lint issues where appropriate.
    
    * Refactored method to avoid potential multiple database fetches when editing an issue. Renamed some methods to match APPEALS-19550.
    
    * Fixing code climate issues.
    
    * Hopefully circumvent master merge conflicts.
    
    * Trigger code climate
    
    * Fix code climate issue in `issueListProps.js`
    
    * Add nonRatingIssueDescription to issue serializer
    
    This is used in the AddDecisionDateModal to correctly display the
    issue description.
    
    Before the issue description would be {issue type} - {description}
    when we want just {description}. This allows for that without causing
    breaking issues in other areas of the app that rely on this behavior.
    
    * Update text casing in AddDecisionDateModal
    
    This casing is more in line with the figma mockup.
    
    * Moved strings to copy.json file. Removed some commented out code and a todo statement.
    
    * Removed last todo statement.
    
    * Remove unnecessary `addDecisionDateModalVisible`
    
    These values aren't needed as originally thought.
    
    * Fix minor spelling issue
    
    * Add snapshot test to AddDecisionDateModal
    
    * Trying to fix flaky test for appeal_notifications_page_spec.
    
    * Fixed a jest test snapshot bug because the date field max attribute will never match without a faked date since it will be different every day
    
    * Fixed a typo where the parameter name changed and wasn't updated in the merge.
    
    * Updated subject in a test after the merge.
    
    * Added more to the complete feature test for vha add no decision date to also include editing and adding a decision date to the review after intake.
    
    * Fixed a bug that was using a method that didn't exist.
    
    * Added one additional check to the large feature test.
    
    * Expanded the feature tests for vha hlr/sc no decision date.
    
    ---------
    
    Co-authored-by: Brandon Dorner <brandonleedorner@gmail.com>
    TylerBroyles and brandondorner authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2ee5ee2 View commit details
    Browse the repository at this point in the history
  4. pull v5 changes over

    zurbergram committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e06b63c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e02533 View commit details
    Browse the repository at this point in the history
  6. Update bgs_service.rb

    zurbergram committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    94494f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b039f78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0efb78d View commit details
    Browse the repository at this point in the history
  9. scheduled job to auto tag a document (#19200)

    * APPEALS-19820 scheduled job to auto tag a document
    
    
    ---------
    
    Co-authored-by: youfoundmanesh <maneshreddy.kommidi@va.gov>
    SanthiParakal133 and youfoundmanesh authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    27b7cf7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    029b43c View commit details
    Browse the repository at this point in the history
  11. Update metrics_service.rb

    zurbergram committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3218c49 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. APPEALS-19824 Added text comparison method (#19194)

    * APPEALS-19824 Added text comparison method
    
    * APPEALS-19824 Refactored logic into method
    
    
    ---------
    
    Co-authored-by: youfoundmanesh <maneshreddy.kommidi@va.gov>
    Kevma50287 and youfoundmanesh authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    691fad3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    fac53e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83833c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cf741c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71e5a1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c54d50 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    1d881f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96754a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d463ff3 View commit details
    Browse the repository at this point in the history
  4. APPEALS-24727 Linting fix

    msteele96 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c061300 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cceef2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    566c977 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    655dd05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38fe7a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0fb676d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a130646 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    610241e View commit details
    Browse the repository at this point in the history
  12. APPEALS-24727 linting fix

    msteele96 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f5aaee5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. made code more readable

    HunJerBAH committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a595d99 View commit details
    Browse the repository at this point in the history
  2. APPEALS/19551 - Edit Decision Date (#19206)

    * Add ability to EditDecisionDate after initial add
    
    We want the user to be able to change the decision date if they
    selected the wrong decision date.
    This can only happen before the user saves the issue claim. Once they
    have saved the claim they can no longer edit the issue decision date.
    
    https://jira.devops.va.gov/browse/APPEALS-19551
    
    * Add test for adding decision date to new issue
    
    This is for testing the functionality of adding a decision date to a
    new issue that was created without a decision date and then receives
    a decision date all within the Edit Issues page.
    
    * Add tests for removing issue without decision date
    
    We are testing the functionality of removing an issue that does not
    have a decision date and expecting that when we remove that issue we
    should be able to establish the claim.
    
    * Add editedDecisionDate to `issues.test.js.snap`
    
    This resolves failing snapshot in test.
    
    * Update AddDecisionDateModal snapshot
    
    Update the snapshot to match the test code.
    
    * Cleaned up feature tests for no_decision_date
    
    * Ensure better check for no decision date test
    brandondorner authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2c3215d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7878988 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    005a886 View commit details
    Browse the repository at this point in the history
  2. disable the autotag button and display a message after the selection (#…

    …19226)
    
    * disable the autotag button and display a message after the selection
    
    * small fix to show a message
    
    * typo fix
    
    * update auto_tagged value
    SanthiParakal133 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3269770 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    e4c65ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9283587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6391a43 View commit details
    Browse the repository at this point in the history
  4. Revert "Switch to standard error"

    This reverts commit 6391a43.
    ThorntonMatthew committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7c80297 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e9a904 View commit details
    Browse the repository at this point in the history
  6. Updating script

    raymond-hughes committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4bd6e43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c34873 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c461f59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1f87bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f56c225 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c51691b View commit details
    Browse the repository at this point in the history
  12. Updating script

    raymond-hughes committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7d804bf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39e9291 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    529d557 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4411683 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1e03765 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4595025 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Merge branch 'Raymond/APPEALS-28937' of github.com:department-of-vete…

    …rans-affairs/caseflow into Raymond/APPEALS-28937
    raymond-hughes committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b634807 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    ddcfe51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb29a0d View commit details
    Browse the repository at this point in the history
  3. APPEALS-28954 Linting fix

    msteele96 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    de413b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9005d2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8ddbdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f0a96a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    464953c View commit details
    Browse the repository at this point in the history
  8. Pamatya/appeals 29297 (#19298)

    * removes POA button for other claimant
    
    * fixing linter issue
    
    * adding is empty check for powerOfAttorney
    
    * fixing linter
    
    * spec fixing
    
    * removed unused let
    
    ---------
    
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    pamatyatake2 and craigrva authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    20bf0ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9b5ee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    b758a79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e148e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a909ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d07248 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    06d425e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19187 from department-of-veterans-affairs/msteele…

    …/APPEALS-24727
    
    msteele/APPEALS-24727
    ThorntonMatthew authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    cfb6cd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cd7adb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a6a836 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b00c6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dabc5fd View commit details
    Browse the repository at this point in the history
  7. Adding IHP task script

    raymond-hughes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5ecf344 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5e4696 View commit details
    Browse the repository at this point in the history
  9. Update snapshots

    ThorntonMatthew committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    789732d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fcd6f77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a27fff7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    88e9fef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    24842a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    111b909 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    e20af63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaee7e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdfb919 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    358dd9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86704c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d5ad74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e910528 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    245bf82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31e4547 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6dc8bd View commit details
    Browse the repository at this point in the history
  11. fixing commit issues

    pamatyatake2 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d62005f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e0e23d View commit details
    Browse the repository at this point in the history
  13. fixing factory

    pamatyatake2 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ea37be4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    574232b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e269d06 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4e59e4c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cb462d6 View commit details
    Browse the repository at this point in the history
  18. Faraday typo fix

    youfoundmanesh committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d10a150 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    112a58b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7400942 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4374267 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c89a780 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a368b87 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3d2e255 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    1591d46 View commit details
    Browse the repository at this point in the history
  2. fixing specs

    pamatyatake2 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    1b64812 View commit details
    Browse the repository at this point in the history
  3. fixing factories

    pamatyatake2 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    572bff2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e26439a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    f7d5614 View commit details
    Browse the repository at this point in the history
  2. APPEALS-29591 Removed Sentry Alert when a record is inserted into the…

    … caseflow_stuck_records table. Updated RSPEC.
    Aaron-Willis committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f0ef336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69e73ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d63de7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01e00fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    554e7fc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #19354 from department-of-veterans-affairs/aaron/A…

    …PPEALS-29591
    
    aaron/APPEALS-29591
    Aaron-Willis authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    dd3a07c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5560024 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3bc9f17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3b735e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f08f35f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b524af7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    10051e2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    92dc699 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    b1c97b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/APPEALS-17497-v6-ratings-rework' into combined/…

    …APPEALS-17497-v6-ratings-rework-APPEALS-15376
    HunJerBAH committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cc16f9f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    f3d167a View commit details
    Browse the repository at this point in the history
  2. Remove AddDecisionDate action for withdrawn issues (#19375)

    We do not want the ability to add a decision date to a withdrawn
    issue. So we need to update the conditional to exclude withdrawn
    issues from having the AddDecisionDate action.
    
    We also will remove the showNoDecisionDateModal for withdrawn issues.
    brandondorner authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d9be7e3 View commit details
    Browse the repository at this point in the history
  3. [APPEALS- 29700] Update banner language after issue update (#19377)

    * Added a change to the banner to make the text say Establish instead of Save
    
    * Changed the banner to also change to establish which withdrawn issues
    
    * Changed the button text to establish with withdrawn issues
    
    * Altered the vha flash success message for the claim review controller to more accurately reflect how the user altered the claim's issues. Updated the no decision date feature spec file to reflect these changes. Also added in a withdraw issue to the existing test for more edge case code coverage. Fixed a line length lint issue in addIssues.jsx. Renamed the no decision date feature spec file.
    
    * Added one more expectation to verify that the add decision date action is removed from withdrawn issues.
    
    * Updated a json seed file to the correct subclass type for the new VhaBusinessLine.
    
    ---------
    
    Co-authored-by: = <tyler.broyles@va.gov>
    seancva and TylerBroyles authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    eba570f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/APPEALS-17497-v6-ratings-rework' into combined/…

    …APPEALS-17497-v6-ratings-rework-APPEALS-15376
    HunJerBAH committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5608249 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d3bc6a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/APPEALS-15376' into combined/APPEALS-17497-v6-r…

    …atings-rework-APPEALS-15376
    ajspotts committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4afdcd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    198d8ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b1ea43 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    c8ebb3b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/APPEALS-17497-v6-ratings-rework' into combined/…

    …APPEALS-17497-v6-ratings-rework-APPEALS-15376
    HunJerBAH committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fa7ce10 View commit details
    Browse the repository at this point in the history