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

Andre/appeals 57834 sidebar toggle #23059

Open
wants to merge 27 commits into
base: reader-prototype-combo-branch-backup
Choose a base branch
from

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    50bf288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb9c353 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    06cc15a View commit details
    Browse the repository at this point in the history
  2. script output formatting

    craigrva committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    765c61b View commit details
    Browse the repository at this point in the history
  3. add metabase directory

    craigrva committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f7cdc93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0be4bc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d874156 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    052a707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010beca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3456dd2 View commit details
    Browse the repository at this point in the history
  4. fix makefile syntax error

    craigrva committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    692be83 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    f19bab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2160f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1683aad View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    666fcab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b85ec0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge pull request #22903 from department-of-veterans-affairs/dev-sup…

    …port/APPEALS-55109
    
    APPEALS-55109: Demo data viewer (Metabase)
    craigrva authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    07e2c50 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update documentation replacing master with main (#22960)

    * Update WINDOWS_11.md replacing master with main
    
    * References to master are changed to main where applicable
    raymond-hughes authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    722eaac View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. APPEALS-54874: Update PG and Ruby-oci8 gems (#22506)

    * update minimum version in gemfile and ran bundle install (#22503)
    
    * require ruby-oci8 in config/boot.rb to fix SIGV fault
    craigrva authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a936fb7 View commit details
    Browse the repository at this point in the history
  2. APPEALS-36292: Conditionally render banner alerts based on which envi…

    …ronment it is deployed on (#21367)
    
    * Conditionally render alerts based on which environment is deployed
    
    * setting Env alert banner sitewide
    
    * separate colors for different envs using the same alert type
    
    * lighter reds for prodtest alert so the text is more readable
    
    * give demo banner more contrast
    
    * adjust specific language for demo env
    
    * adjust logic to accept proper env var. Add style for preprod (yellow)
    
    * isolate env alert styles
    
    * remove duplicate 'demo' Alert
    
    * remove development env banner to fix tests
    
    * making conditional logic a little more bulletproof against 'production'
    
    * update CaseWorkerIndex snapshot
    
    * fix env var
    
    * update snapshot from hard 'uat' setting
    
    * conditionally render env alert on only the home page
    
    * sticky env header statuses
    
    * getting development alert banners to work
    
    * target correct frontend dependency for NavigationBar changes
    
    * connecting new frontend package with better prod exclusion logic
    
    * make the prodtest env badge a more readable color
    
    * cleaning up testing code
    
    * fix linting issues
    
    * Remove unnecessary space
    
    * new NavigationBar update
    
    * yarn install of new FE dependency
    
    * remove extra package.json
    
    * remove development env logic due to NODE_ENV bug
    
    * fixing broken logo link padding and colors
    
    * hardening logic to exclude other inputs
    
    * correcting operator logic
    
    * remove testing var
    
    * point caseflow-frontend to master
    
    * point at most recent caseflow-frontend master
    
    * linting issues fix
    
    * update Route and CaseWorker snapshot
    
    * update snapshot for process.env.DEPLOY_ENV
    
    ---------
    
    Co-authored-by: Craig Reese <[email protected]>
    seanrpa and craigrva authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0368053 View commit details
    Browse the repository at this point in the history
  3. Merge feature/APPEALS-41559 into release/FY24Q4.6.0 (#22979)

    * Start feature work tracking PR with a TODO comment
    
    * Remove TODO comment for CodeClimate
    
    * SeanC/APPEALS-42315 | Create separate Remand table, model and seed data (#22220)
    
    * added migration file for adding type column to supplemental claims table
    
    * created stub for remand model
    
    * added type to supplemental claim factory and new remand trait
    
    * added remand sc's to vha seeds
    
    * updated migration name and fixed typo
    
    * Changed migration to inherit from Caseflow::Mirgration
    
    * schema changes
    
    * reverting schema
    
    * changed the setting of the type column
    
    * fixed schema and renamed migration file
    
    * fixed migration and schema
    
    * updated the remands factory and seeds
    
    * fixed comment in schema
    
    ---------
    
    Co-authored-by: Robert Travis Pierce <[email protected]>
    
    * TYLERB/APPEALS-42455: Display new and migrated Remands in Decision Review Queue tabs (#22206)
    
    * Added support for remands to the business_line.rb model and the index.js util file that parses the decision review type filters for the decision review queue.
    
    * Updated the business line spec file, the decision reviews controller spec tests, and the reviews spec feature test to support remands.
    
    * Added a decision review polymorphic helper to DRY up some of the polymorphic appeal concerns.
    
    * Overrode the remand model association to request issues so active record joins will work correctly.
    
    * Added another helper for sti polymorphic relationships. Fixed filtering for STI decision review types for remands. Updated tests and added factories for testing.
    
    * Code climate fixes and test fixes.
    
    * Fixed more test failures. Removed the remand request issues relationship since it was incorrectly implemented. Added a scope to supplemental claims for remands. Fixed an issue where board grant effectuation tasks without request issues were missing from the new task type count method.
    
    * Changed the UNION ALL to a UNION in the new task_type_count method to prevent duplicate row counts. Updated tests and fixed an issue where the board grant effectuation tasks were being counted for pending task queries.
    
    * JHoang/APPEALS-42318 (#22270)
    
    * some preliminary remand & sc model updates
    
    * typo
    
    * some preliminary hlr checks?
    
    * undo seed change
    
    * decision issue and sc updates
    
    * attempt code climate fixes
    
    * another code climate fix
    
    * testing changes
    
    * useless variable..
    
    * fix conditional in decision issue
    
    * fix undefined find_by method
    
    * attempt rspec fix
    
    * rspec fix attempt #2
    
    * supplemental_claim_spec fix?
    
    * remove comma
    
    * code climate fix
    
    * added comment for transparency on remand creation, attempt fix for remands route
    
    * updated specs for decision_issue, hlr_spec, appeal_spec to account for remand creation type
    
    * fix lint error
    
    * fix lint error #2
    
    ---------
    
    Co-authored-by: Jonathan Hoang <[email protected]>
    
    * APPEALS-42458 (#22365)
    
    * disable edit issues link for remands
    
    * add banners explaining that remands are not editable
    
    also makes sure that remands are not editable on the edit issues page
    
    * TYLERB/APPEALS-44922: Update Generate task report page UI to include Remand in conditions (#22356)
    
    * Initial commit. Changed the DecisionReviewType condition filter to a searchable dropdown and added the remands option to it as well. Updated the report page filter parsing to work with the searchable dropdown instead of checkboxes for the decision review type condition filter.
    
    * Updated the ReportPage jest test and the report page feature test to work with the decision review type filter as a searchable dropdown instead of checkboxes.
    
    * SeanC/APPEALS-42317 | Migrate existing Supplemental Claim Remands to Remand records via script (#22359)
    
    * initial verison of update script
    
    * remanded migration file
    
    * updated sc spec with type
    
    * schema
    
    * fixed a few issues in the migration
    
    * small fix to migration file
    
    * moved the type column check into a seperate it block
    
    * fixed wrong column in migration file
    
    * created a new migration for creating the view
    
    * updated the backfill migration file
    
    ---------
    
    Co-authored-by: Brandon Lee Dorner <[email protected]>
    
    * J hoang/appeals 44940 (#22428)
    
    * initial
    
    * some factory and spec updates
    
    * change history query update and spec fixes
    
    * code climate/lint fix
    
    * change @claim_type identifier
    
    * fix claim_history_event_spec.rb
    
    * test coverage for change history with Remand claim type
    
    * spec lint fixes
    
    * refactor claim_type filtering to account for remand subtype
    
    * business_line_spec fix
    
    * decision_reviews_controller_spec update for remand claim type
    
    * lint fixes for decision_reviews_controller_spec.rb
    
    * comment updates in business_line.rb
    
    * renamed mock data in change_history_reporter_spec
    
    * trigger GA
    
    * refactor claim type filter for less conditional handling
    
    * business line spec fix
    
    ---------
    
    Co-authored-by: Jonathan Hoang <[email protected]>
    
    * Initial commit for the brakeman sql injection warning fixes. (#22598)
    
    * Updated the business line reporter class to properly display Remands as a seperate type than SupplementalClaims. Also added additional testing logic for the business line reporter for hlr and scs since it was only covering appeals. (#22664)
    
    Co-authored-by: Robert Travis Pierce <[email protected]>
    
    * Fixed a bug where the frontend would error due to calling .toLowerCase() on a null or undefined value which could happen sometimes if the api filter options are in an incorrect state. (#22796)
    
    Co-authored-by: Robert Travis Pierce <[email protected]>
    
    * Updated the remand migration files to work with the rails 6 upgrade and the changes to Caseflow::Migration. (#22825)
    
    * added fix for failing test in decision_reviews_controller_spec (#22829)
    
    ---------
    
    Co-authored-by: Robert Travis Pierce <[email protected]>
    Co-authored-by: Sean Craig <[email protected]>
    Co-authored-by: Tyler Broyles <[email protected]>
    Co-authored-by: jonathanh-va <[email protected]>
    Co-authored-by: Jonathan Hoang <[email protected]>
    Co-authored-by: Brandon Lee Dorner <[email protected]>
    Co-authored-by: Clay Sheppard <[email protected]>
    8 people authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3c322cb View commit details
    Browse the repository at this point in the history
  4. APPEALS-50679 | Reassign Cases to Camo Change History (#22982)

    * Al/APPEALS-45335 (#22228)
    
    * added additional option to check box list
    
    * fixed some tests and code clean up
    
    * fixed more tests
    
    * fixed jest tests
    
    * changes per Pr feedback
    
    * added custom error display
    
    * fixed style for error message
    
    ---------
    
    Co-authored-by: Sean Craig <[email protected]>
    
    * adding logic to bring in issue-modification request and updating the … (#22238)
    
    * adding logic to bring in issue-modification request and updating the csv logic
    
    * refactor logic to get pending status and null to request addition
    
    * pending status filter work fixing
    
    * adding withdrawal date and adding logic to display request issue components
    
    * getting edit of request rows and fixing cancelled data
    
    * fixing linter and fixing the query to make test happy
    
    * fixing specs failures
    
    * removing byebug
    
    * removing frontend changes, adding test, fixing the query to replace higherlevel review,adding new field in serializer
    
    * making code climate happy by doing some minor refactor
    
    * fixing the serializer spec failure
    
    * After merging APPEALS-45335, filter for Requested issues were broken, so refactored it and removed the unnecessary methood that i created
    
    * fixing code climate and spec was failing because of hard coded date
    
    * refactor the edit of request logic to take from version, refactored business line query to remove coalesce and fix test
    
    * fixing codeclimate, remove unnecessary field
    
    * refactor to make first comment appear first in edit of request
    
    * fixing linter issue, spec and refactor to fix the bug
    
    * fixing pending status filter issue and adding test for business line
    
    * fixing broken spec failure
    
    * adding user facilty
    
    * fixing the lead and lag function to prevent entry of pending status multiple times
    
    * fixing an issue in which in progress event was not being made
    
    * adding decision reason that was missed and fixing the event logic one more time
    
    * fixing the multiple issue modification request after decision has been made
    
    * refactor inprogress logic for approved data
    
    * fixing spec failure
    
    * fixing the first version logic to be more simpler and fixing name and adding spec
    
    * fixing more inprogess event
    
    * removing the disabled complexity and taking out the boolean condition to a separate method
    
    * Al/APPEALS-45334 Individual change history table which includes Reassign Cases to CAMO events (#22483)
    
    * added logic for claim history events table
    
    * fixed linting errors
    
    * fixing test failures
    
    * added change Pr feedback
    
    * PR feedback round 2
    
    * changes from round 2 of PR feedback
    
    * Added logic event data versions and tests to cover more edgecases
    
    * changed RequestedIssueFragment
    
    * Updated the individual claim history spec file for test failures. Updated an attribute in the IndividualClaimHistory page that was using the wrong getter. Fixed a code climate linting error.
    
    * Removing unnecessary clear filter
    
    * Combined some of the individual claim history tests into one test so it will run more quickly.
    
    * fixing the withdrawal date versioning issue for different level changes
    
    * fixing the spec failure and linter
    
    ---------
    
    Co-authored-by: Brandon Lee Dorner <[email protected]>
    Co-authored-by: = <[email protected]>
    Co-authored-by: Prajwal Amatya <[email protected]>
    
    * TYLERB/APPEALS-57367: change-history-updates (#22479)
    
    * Initial commit with new tests cases for issue modification requests for change history.
    
    * Added two cte queries to the business line change history query to properly work with a lead for the issue modification requests. Added new methods into the claim history event to work with this new lead and modified the existing issue modification in progress and pending event generation methods to better reflect the state of a claim that is going through the issue modficiation process.
    
    * Cleaned up unused code and todos.
    
    * Updated the claim history event create_imr_in_progress_status_event? with even more logic and edge cases.
    
    * Fixed a possible error when with a greater than operator could be used on a null value.
    
    * Fixed a few rspec tests.
    
    * Renamed a method and fixed a few code climate issues.
    
    * Fixed a bug in event status generation if there is a task with versions but no versions that change status.
    
    * Updated tests to work with new logic and remove a todo statement.
    
    * Fixed code complexity warnings.
    
    * Updated serializer spec to work with the bug fix.
    
    * Adjusted the pending method to prevent possible race conditions.
    
    * Fixed a bug where the incorrect decision event user would be shown for an issue modification request creation if the request has been decided when it should be the requestor as the event user.
    
    * Added the correct css ids to a few IMR change history events so that the filtering would work correctly. Also added some additional sql to properly filter based on css id and station id for requestor and decider joins.
    
    * Updated the IMR business line logic so that the decided at fields would always account for cancelled status since it uses updated at instead of decided at to determine when the IMR was closed. Fixed a bit of logic in the claim history event IMR in progress event generation to work another edge case.
    
    * Added in previous IMR edit versions for displaying it to the user.
    
    * Added a test for the change history service class to verify that request edit events have the correct attributes from the previous edits.
    
    * Fixed a typo for one of the table aliases in the business line query.
    
    * Fixed another typo where the facilities filter was using css id instead of station id from a copy/paste error.
    
    * adding changes for previous state array and some test modification
    
    * adding test for previous data
    
    * Fixed some outstanding test failures.
    
    * Fixed a linting error. Removed some duplicated code that happened when merging in the feature branch. Updated a factorybot method that was causing tests to fail.
    
    * Fixed a few code climate warnings.
    
    * Removed some puts statements in the individual claim history feature test.
    
    ---------
    
    Co-authored-by: Prajwal Amatya <[email protected]>
    
    * TYLERB/APPEALS-58656: Change History CSV and Version Parsing fix (#22874)
    
    * Fixed a modification request claim history in progress event generation bug that could occur when 3-4 pending requests were all created at the same time and then later cancelled at the same time. Also fixed an issue count bug used when building the issue type filter due to additional duplicate rows being inserted into issue type count query due to the left join to the issue modification requests table.
    
    * Altered the version parsing for change history to work with commas in the version strings since that was causing parsing errors. Altered the business line query to use '|||' as a delimeter instead of comma and also changed the array_agg functions to string agg to avoid the '{}' array type casting that was happening between postgres and rails. Updated tests to work with this new parsing.
    
    * Updated vha seed data to have associations to intake data so those seeded claims can correctly generate change history.
    
    * TYLERB/CHANGE-HISTORY-YAML-QUOTE-FIX (#22910)
    
    * Made an update to the claim history parse versions method to work with double quotations after the array_agg to string_agg change.
    
    * Updated the tests to work with the new string agg and version parsing method.
    
    * Skip flakey tests
    
    These are possibly flakey now due to the rails upgrade. We can come
    back and fix these once the work has been confirmed in UAT.
    
    * Add rubocop disables for line length
    
    These should be removed when the skips are removed.
    
    * Updated the report_page feature test to reduce flakyness in github actions. Also updated the DownloadHelpers module.
    
    ---------
    
    Co-authored-by: Brandon Dorner <[email protected]>
    
    * Fix testing error from merge conflict
    
    ---------
    
    Co-authored-by: almorbah <[email protected]>
    Co-authored-by: Sean Craig <[email protected]>
    Co-authored-by: Prajwal Amatya <[email protected]>
    Co-authored-by: = <[email protected]>
    Co-authored-by: Prajwal Amatya <[email protected]>
    Co-authored-by: Tyler Broyles <[email protected]>
    7 people authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e60a0d6 View commit details
    Browse the repository at this point in the history
  5. Hotfix/appeals 37269 #2 (#22886)

    * adds script and tests for the script
    
    * adjust the way scheduled_for is created since the previous method was removed
    
    * refactor some of the script
    
    * rename test file to include _spec
    
    * push empty commit to rerun tests
    
    ---------
    
    Co-authored-by: Zackary Borges-Rowe <[email protected]>
    Co-authored-by: Ron Wabukenda <[email protected]>
    3 people authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    46ab40b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. APPEALS-59294: Hearings seed file is creating DistributionTasks for l…

    …egacy appeals (#22983)
    
    * set parent task for legacy appeal hearing tasks to root task
    
    * fix whitespace issue
    craigrva authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    40ca6bd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 2, 2024

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