vets-api/v0.0.1371
Release 0.0.1371 ami-090a158cb49ac47db
677bf7c 53789 feature toggle for organic login adoption (#11879)
-
Add devs to flipper admin list
-
Add feature flag for organic login adoption experiment
8a3c58d [35053] UserIdentity vs MPI ID Validations (#11646)
-
initial commit
-
adds edipi validation and updates specs
-
adds icn & participant_id validations
-
adds mhv correlation id validation
-
fixes rails logger warn issue
-
post UserIdentity refactor merge conflict fixes
-
spec refactor
-
rubocop fix
-
refactor
-
moves id_mismatch_validations to after_login_actions services
daf86f6 Ruby 3 KwArg: Form526 Convert to PDF (#11915)
Ruby 2.7 deprecated automatic casting of a hash passed as the last
argument of a method to keyword arguments. You must now use actual
keyword arguments (foo(bar: 'baz')
instead of foo({bar: 'baz'})
) or cast the hash to a keyword args using the double splat (foo(**{bar: 'baz'})
).
In preparation for upgrading to Ruby 3.0, we're implementing the new syntax.
df6a060 VaNotify - Add confirmation email to 1990 (#11900)
85ac18e GHA: Set 20 minute timeout for Test job (#11911)
For some reason, Rspec under Ruby 3.0 is taking the max job run time (6
hours). Our jobs should complete in 5-10 minutes. This sets a sane
timeout for our test run.
200aebb HCA Validations: Also pass kwargs (#11917)
7abba61 Update rspec and related rspec gems
33449b3 Downgrade Rack to fix tests
27bac85 Fix passing message to exceptions via raise
(#11919)