Skip to content

vets-api/v0.0.1392

Compare
Choose a tag to compare
@va-bot va-bot released this 28 Mar 15:00
· 10749 commits to 162b4e6b64680382817a658ebf4a6568874710ba since this release

Release 0.0.1392 ami-0cd47f9ce23d7a855

6f04944 Ruby 3 upgrade: Fix form526.rake deprecations (#12263)

  • replace assignment with conditional assignment operator

  • namespace constants

  • disable Layout/LineLength - splitting line will raise Layout/LineLength cop

  • remove require 'pry' - shame on me

9c8c900 Upgrade to Ruby 3.0 (#12261)

  • Update Ruby to 3.0.5

  • Update the native docs to reflect 3.0.5 (#11521)

  • RuboCop: Auto correct Lint/RedundantDirGlobSort

  • RuboCop: Auto correct Style/RedundantFreeze (#11522)

  • RuboCop: Freeze mutable constants (#11523)

  • Removing no-exit-on-warn for brakeman

This was only put in place to ignore the Ruby 2.7 EOL warning.

2deafc6 Ruby 3 upgrade: Fix utilities_spec.rb deprecations (#12265)

d2c6207 API-24936-Replace-bgs-ext-claims (#12192)

  • Adds local bgs for claims status

  • WIP: when the key is nil???

  • WIP: bgs is returning an error

  • Adds default param value for key since not all bgs services have a key

  • Moves bgs_service and local_bgs_service to the application controller.

  • WIP: troubleshooting failing test

  • WIP

  • Adds back part of a failing test

  • fixes cassette, changes rescue

  • Removes faraday rescue

ad0b487 Removed update_appt_presentatin flag. (#12259)

3e66962 5086 verify military access in controller (#12252)

  • added authorization check to controller

  • fixed typo in controller

  • added spec and cassette for 403 response

  • fixed specs

  • removed 403 yml file

  • specs fix

162b4e6 Update form526 rake fix (#12268)