Skip to content

Releases: department-of-veterans-affairs/caseflow

Appeals Caseflow_R2.1.0_ FY24Q4.1 Production Deployment

25 Jul 21:14
c2d5397
Compare
Choose a tag to compare

Commit: c2d5397

Merge pull request #22283 from department-of-veterans-affairs/release/FY24Q4.1.1

Release R2.1.0 FYQ4.1


Commit: bbbf9a4

APPEALS-44287: Excluding disposition held and select that appeal for distribution (#22277)

  • first run at an SQL query removing duplicate appeals from distribution

  • code refactor and excluding disposition held and select that appeal for distribution

  • automated test for the duplicate hearing bug

  • fix rubocop offense SpaceInsideBlockBraces


Co-authored-by: Sean Parker Sean.Parker3@va.gov
Co-authored-by: samasudhirreddy sudhirreddy.sama@va.gov


Commit: 95fec6f

APPEALS-51230: Add tmp/examples.txt to Github Actions artifacts (#22124)

  • add examples.txt to gha workflow

  • rename examples and bullet files even if failure

deployed/20240724_211447

24 Jul 21:14
95fec6f
Compare
Choose a tag to compare

Commit: 95fec6f

APPEALS-51230: Add tmp/examples.txt to Github Actions artifacts (#22124)

  • add examples.txt to gha workflow

  • rename examples and bullet files even if failure

deployed/20240723_211505

23 Jul 21:15
95fec6f
Compare
Choose a tag to compare

Commit: 95fec6f

APPEALS-51230: Add tmp/examples.txt to Github Actions artifacts (#22124)

  • add examples.txt to gha workflow

  • rename examples and bullet files even if failure

deployed/20240719_211514

19 Jul 21:15
95fec6f
Compare
Choose a tag to compare

Commit: 95fec6f

APPEALS-51230: Add tmp/examples.txt to Github Actions artifacts (#22124)

  • add examples.txt to gha workflow

  • rename examples and bullet files even if failure

deployed/20240718_211507

18 Jul 21:15
95fec6f
Compare
Choose a tag to compare

Commit: 95fec6f

APPEALS-51230: Add tmp/examples.txt to Github Actions artifacts (#22124)

  • add examples.txt to gha workflow

  • rename examples and bullet files even if failure

deployed/20240717_211458

17 Jul 21:14
95fec6f
Compare
Choose a tag to compare

Commit: 95fec6f

APPEALS-51230: Add tmp/examples.txt to Github Actions artifacts (#22124)

  • add examples.txt to gha workflow

  • rename examples and bullet files even if failure

deployed/20240716_211527

16 Jul 21:15
95fec6f
Compare
Choose a tag to compare

Commit: 95fec6f

APPEALS-51230: Add tmp/examples.txt to Github Actions artifacts (#22124)

  • add examples.txt to gha workflow

  • rename examples and bullet files even if failure

deployed/20240715_211452

15 Jul 21:14
95fec6f
Compare
Choose a tag to compare

Commit: 95fec6f

APPEALS-51230: Add tmp/examples.txt to Github Actions artifacts (#22124)

  • add examples.txt to gha workflow

  • rename examples and bullet files even if failure


Commit: d2ad76e

add Errno::EISDIR to clear_cache rescue block (#22114)


Commit: 5fbafad

APPEALS-51431 DSVA Resource Audit and Cleanup: Caseflow Repo

deployed/20240712_211451

12 Jul 21:14
5fbafad
Compare
Choose a tag to compare

Commit: 5fbafad

APPEALS-51431 DSVA Resource Audit and Cleanup: Caseflow Repo

deployed/20240712_173602

12 Jul 17:36
5fbafad
Compare
Choose a tag to compare

Commit: 5fbafad

APPEALS-51431 DSVA Resource Audit and Cleanup: Caseflow Repo


Commit: 67e62f3

Revert email address (#22141)


Commit: 35aa3b0

Release R1.6.0 FY24Q3.6 (#22117)

  • APPEALS-44148: Add ruby_claim_evidence_api gem (#22059)

  • APPEALS-50758: Fix broken tests in spec/controllers/case_distribution_levers_controller_spec.rb (#22072)

  • update test data to fix tests

  • fix test data setup

  • fix dates in test setup

  • disable flaky jest test

  • APPEALS-49845: Hearing CAVC Appeals are not respecting CAVC affinity (#22043)

  • pass judge into base relation queries on hearing docket

  • update scopes to distribute CAVC hearing to original judge when within hearing window

  • APPEALS-49845: Add seed data (#22056)

  • add seed data

  • fix users seed spec

  • APPEALS-49555: Some AOD appeals are not being selected as priority by the distribution algorithm (#22067)

  • aod appeal with claimants person does not contain DOB

  • Addressed comments


Co-authored-by: Craig Reese 109101548+craigrva@users.noreply.github.com

  • Merge feature/appeals-34320 into release branch (#22094)

  • ClayS/APPEALS-39107 (#21458)

  • add request issue modification button for non-admins

  • add tests covering the request issue modification button

  • appease rubocop overlord

  • update feature tests

  • change to inline style and absolute import

  • update feature test


Co-authored-by: Brandon Lee Dorner Brandondorner@yahoo.com

  • JHoang/APPEALS-39445 (#21445)

  • added new dropdown actions for edit issues, restricted visibility to non vha admins

  • fix failing tests

  • update jest for new dropdown actions

  • added placeholder modal for request additional issue button

  • Replace relative import with absolute, rename variable to check for non vha admin

  • render new dropdown actions and button only for in progress tasks

  • revert previous changes, added new changes

  • fix typo in issuelist

  • typo again

  • remove extra empty line

  • fix jest tests and vha_hlr_sc rspec

  • address styling issues

  • more restrictions to dropdown/button visibility

  • remove unused comments


Co-authored-by: Jonathan Hoang trinhjoanthan.hoang@va.gov

  • Pending Request Issues seeds, factories and query update (#21437)

  • migration and initial commit of the factory

  • changing approve status to status

  • Added active record associations on models, added factory attributes, added pending tasks on queue tab

  • adding AC-2 condition to get pending record response from pending_request_issue table

  • factory and seed for pending_request_issues

  • Added pending request issues count alias for sorting and serialization to Task query

  • adding issue_type_Count and task_type_count for pending tab

  • Added spec tests for vha business line and business line spec files, cleaned up the controller, modified issue_type_count query

  • fixing the spec failures and code climate issues

  • removed byebug

  • Fixing code climate issue and adding seed data

  • fixing the schema error

  • Revert "fixing the schema error"

This reverts commit 73070fa.

  • skip association so that test passes

  • renaming the table to - issue_modification_request and corresponding changes to the model, factories

  • fixing spec failures and linter

  • fixing spec failures and linter

  • making sure pending tasks doesnt show up in in progress tab and modified the factory so that Claimant name appears

  • fixing the spec failure

  • removing coalesce and removing null: true

  • more PR feedbacks

  • adding fix to the PR comments

  • removing distinct

  • fixing the error in the query

  • Apply suggestions from code review

Co-authored-by: Tyler Broyles 109369527+TylerBroyles@users.noreply.github.com

  • removing limit as suggested in the pr

  • Adding evaluator to the factory and adding it to the seeds

  • Adding PaperTrail for change history stuff

  • adding schema

  • adding new column to the table

  • changed decider_decision_text to decider_note


Co-authored-by: almorbah al.mortada@va.gov
Co-authored-by: Tyler Broyles 109369527+TylerBroyles@users.noreply.github.com

  • SeanC/APPEALS-40669 | Creation of ‘Pending admin review’ section on Edit Issues Page (#21604)

  • Added fake data and rendering for it

  • made the fake data better

  • pending issues are being rendered

  • passed up user admin of org from backend

  • Added userIsOrgAdmin to the frontend

  • created admin and non fake data

  • determined fake data to use based on userIsOrgAdmin

  • got the issues to render

  • Created a new IssueModificationList component

  • updated the issuemodification and row to work with the lists

  • updated the fake data and the issues container

  • removed some code for getting the user info

  • updated IssueModificationRequest to make wireframe

  • Updated row and list to work with the new request

  • updated the fake data

  • added propTypes to IssuesModificationList

  • cleaned up some lint in addissues

  • added Prop types to request

  • added key to list

  • improved row

  • improved the row logic

  • added some space to the list

  • refactored the layout for the request

  • added text to the COPY

  • slight change to fake data

  • refactored the row

  • got sorting working

  • added id to map of list

  • updated formating functions for modificationIssueRequests

  • updated the request to work with the formated data

  • removed some console logs in row

  • updated addIssues to format the fake data

  • updated request to work with the serializer

  • removed logs

  • updated fake data and formatter

  • removed unneed code

  • removed unneed code

  • removed unneed code

  • Rename IssueModificationRow.jsx to issueModificationRow.jsx

  • removed unneed code and renamed a couple things

  • Slight change to request

  • removed some comments

  • added some data for the jest test

  • got some of the jest tests working

  • fixed a typo in request

  • updated the prop for the tests

  • fixed the broken test and added more for list

  • Fixed the fake data and removed unneed code

  • removed unneed coded

  • changed the html in the request to better match the design

  • added css rule for new class

  • fixed an typo in COPY

  • similified some logic in row

  • added logic to not create the pending section if it is null

  • cleaned up some lint in intake.scss

  • updated the fake data to better match the wireframes

  • added divider inbetween requests

  • formatted the dates on the request


Co-authored-by: Clay Sheppard csheepy@gmail.com

  • TYLERB/APPEALS-39106: Creation of Pending tab (#21455)

  • Initial commit to add the pending tab to the vha business line decision review queue.

  • Updated existing tests and added new ones for the pending tab.

  • Added tab task counts to the decision review queue.

  • Adjusted variable names to match up with the feature branch. Made a column change to the create_issue_modification_request migration file. Added in methods to serialize the issue_modification_requests. Added pending_issue_modification_requests to the decision review serializer.

  • Updated schema.

  • Added a serialzer and related javascript and redux methods to place issue modification requests into the frontend.

  • Updated tests to work with new issue modification request factories.

  • Added a couple more test scenarios for the decision review controller spec file and changed the FactoryBot.create methods to create().

  • Removed extra copies of the pending tab mappings and if statements from the decision reviews controller that happened due to the feature merge.

  • Updated ReviewPage jest test snapshots. Updated and added more tests to the NonCompTabs jest test for the new pending tasks tab. Fixed an issue where the TaskTableTab was added an empty hash to the columns as a placeholder for the pending requests column instead of not adding any additional columns.

  • Added a few constant variables to copy.json and queue config and removed todo statements.

  • Fixed serializer tests and Fixed a constant name.

  • Renamed some javascript variables to match the serializer.

  • Fixed more broken tests.

  • Updated the pending tasks query to show the correct amount of pending issues instead of an incorrect count. Added the pendingRequests column to the SORT_COLUMN_MAPPINGS in the decision reviews controller so that the user can sort by the new pending requests column via the controller. Added tests to cover these scenarios.

  • Made some layout and css adjustments to the search bar and tab description for the decision review queue.

  • Added padding to the bottom of the new search box and description div to create some space between ui elements. Changed the tab titles in the decision review queue to be title case for all words instead of only the first word.


Co-authored-by: Brandon Lee Dorner Brandondorner@yahoo.com

  • Appeals-40989 - Inclusion of required Decision Date Banner on Add Issues (#21588)

  • APPEALS-40989: Adding functionality to check if user is vhaAdmin and task is in progress then display Banner and make decision date required.

  • Fixing spec failures, adding new model spec, new task factory to support spec

  • fixing linter issues in spec

  • Adding storybook and fixing codeclimate complain

  • fixing PR comments and adding banner to unidendified modal

  • removing local font sizing

  • fixing linter issue

  • APPEALS-39446 - Modal creation – modification, removal, withdrawal, request additional issue [Non-Admin] (#21681)

  • WIP components

TODO: validation/errors, redux

  • add some error messages and the error schema for the addition modal

  • add...

Read more