Releases: department-of-veterans-affairs/vets-api
vets-api/v0.0.478
Release 0.0.478 ami-2df9a84c
1a08c06 Page size validation for claims api submissions (#3443)
-
Page size validation for claims api submissions
-
Update the swagger documentation
-
trailing whitespace
-
refactor down to a one liner
-
Make sure to include the concern if we're calling it
-
See if this a little less complex
-
Add spec for new controller concern
-
Add success case for new concern
04e18c2 Art.fix report (#3452)
-
Fix scheduler to only send at hour 0
-
Don't put it all on one row
Change MVI ID Parser to look for an ID Status of 'A' for correlation IDs and 'P' for ICNs.
Rename variables to better match MVI terminology.
Add explanatory comments.
1dfd82b Add evss claims async to rack attack throttling (#3454)
-
Add evss claims async to rack attack throttling
-
Update rack_attack.rb
-
Change throttle to match polling rate
5b97acf Wrap MVI ID Parser changes in a feature toggle (#3453)
- Wrap MVI ID Parser changes in a feature toggle
vets-api/v0.0.477
Release 0.0.477 ami-dd6f3ebc
b861b10 update tests and data with sta_no (#3447)
-
update tests and data with sta_no
-
PR suggestions
824b39c VAOS Module and User Service (#3423)
Creates the VAOS module and the user service which is used to retrieve a JWT token that can be used for calls to other VAOS services.
vets-api/v0.0.476
Release 0.0.476 ami-e1570680
c31754e add danger-ruby to CI (#3431)
- checks each pull request for va.gov policies and warns developers if they are in violation
f22533b Moving remaining TODOs over to .rubocop.yml (#3433)
-
Moving remaining TODOs over to .rubocop.yml
-
Removing reference to .rubocop_todo.yml
35f22e7 create pssg download job (#3438)
-
create pssg download job
-
create rake job and schedule job
-
fix gemlock
-
please rubocop
-
Revert "please rubocop"
This reverts commit f29c9a8
-
fix rubocop
-
update tests and handle errors better
-
address PR
-
oops, copy pasta got to me
-
hard code unit to minutes
-
update test description
vets-api/v0.0.475
Release 0.0.475 ami-880b5ae9
ea27431 Log feature toggle part2 (#3408)
-
Migrations for Feature toggle event log
-
add FeatureToggleEvent model
-
Log to FeatureToggleEvent if the value of a feature toggle was changed
-
style
-
style
3b59430 MVI Error logging in Claims (#3432)
-
MVI Error logging in Claims
-
rubocop fix
910ed45 log ssn in user metadata for ppiu errors (#3401)
343bddc Add additional recipient to the report (#3436)
0308aad Add Ryan Link to report recipients (#3437)
79f05c1 Keeping PII out of production logs (#3435)
-
MVI Error logging in Claims
-
rubocop fix
-
Keeping PII out of production
vets-api/v0.0.474
Release 0.0.474 ami-80e4b2e1
d8cd341 check for blank relay state (#3420)
78b85ca Ensuring the LOA header is in integer (#3428)
-
Ensuring the LOA header is in integer
-
rubocop fix
-
updating gender
-
moving to_i to user model
b5f783e Rubocop rspec fixes round 12 (#3427)
-
Fixing Rubocop RSpec/ScatteredSetup offenses.
-
Fixing some Rubocop RSpec/DescribeClass offenses. Moving others over for permanent exclusion.
-
Rolling back change to Vet360 spec.
-
Rolling back some Rubocop RSpec/DescribeClass changes.
9db9a48 Implement Unsuccessful report and job on a schedule (#3429)
-
Implement report and job on a schedule
-
Only report unsuccessful stuff on prod via settings
-
Closing tag ya goof
-
Use time.zone.today instead
-
Test the job
bc9577f LoA needs to be an integer going into the model (#3430)
vets-api/v0.0.473
Release 0.0.473 ami-d3d98fb2
73aa7b5 update base64 data header (#3416)
-
use the file command to detect if base64
-
fix rubocop error
-
allow for nil filetype not to break parser
-
use base64 data header again
846d4cd Art.documentation fixes (#3370)
-
Lots of small swagger tweaks
-
More documentation tweaks
-
Remove blank example
-
Duplicate operationId
9523c2d Update rspec gems (#3412)
a05ecc7 Line up the security schema (#3424)
91b7679 convert address to lat lng (#3409)
-
convert address to lat lng
-
change spacing
-
add spec to test parse_locaiton
-
fix rubocop issue
-
update to using dig
-
switch to non deprecated rspec methods
vets-api/v0.0.472
Release 0.0.472 ami-57772136
f5f6c1b Kr/create mock drive time band data (#3400)
-
Add Drivetimeband clients and configurations
-
Change how base path is configured
-
Update drivetime_band_client.rb
-
Delete metadata
-
Update drivetime_band_client.rb
-
Add PSSG to betamocks config
-
Update settings.yml
-
Refactor for rubocop
-
Update services_config.yml
-
Create drivetime_band_client_spec.rb
-
Update services_config.yml
-
Update drivetime_band_client.rb
-
Update drivetime_band_client_spec.rb
-
fix rubocop issue
ae4fd45 Add logout URL for SSOe flow (#3411)
-
initial logout routes
-
rubocop; url method
-
add ssoe_slo to whitelist
-
fixup routes
-
move logout url to settings file
-
map to logout redirect url instead of base url
-
Update app/controllers/v1/sessions_controller.rb
Co-Authored-By: Bill Ryan bill.ryan@adhocteam.us
-
fix merge
-
rubocop
449a692 Rubocop rspec fixes round 10 redux (#3415)
-
Fixing Rubocop RSpec/FilePath offenses.
-
Removing commented out line from .rubocop_todo.yml
-
Rolling back name and directory changes relating to pagerduty.
9aa8a67 Rubocop rspec fixes round 11 (#3418)
-
Fixing Rubocop RSpec/VoidExpect offenses.
-
Fixing Rubocop RSpec/Be offenses.
-
Fixing Rubocop RSpec/RepeatedDescription offenses.
vets-api/v0.0.471
Release 0.0.471 ami-871a4ce6
9ffc698 Migrations for Feature toggle event log (#3402)
74d0d2b Track number of users who login and have no MHV correlation ID (#3405)
-
add mhv stat
-
add mhv metric to v0 sessions controller
-
add stats constant to v0 sessions controller
6dafa7b Apply Formation CSS to Flipper admin site in deployed environments. (#3406)
vets-api/v0.0.470
Release 0.0.470 ami-cc1244ad
b65ac22 Timecop fixes in specs (#3410)
- Add missing
Timecop.return
commands to specs - remove unnecessary mock in spec
6f21e08 Remove call to set_sso_cookie (#3399)
-
remove call to set_sso_cookie
-
conditionally disable mhv sso cookie
-
rubocop
-
add cookie mapping
eaa8ef4 Rubocop rspec fixes round 9 (#3407)
-
Fixing Rubocop RSpec/HookArgument offenses.
-
Removing commented out lines from .rubocop_todo.yml.
-
Trigger CI
-
Fixing Rubocop RSpec/HookArgument offenses.
vets-api/v0.0.469
Release 0.0.469 ami-55c19634
b75dba5 Update drivetime_bands table fields (#3377)
-
Update drivetime_bands table fields
-
Update drivetime_band factories
-
Revert "Update drivetime_bands table fields"
This reverts commit 82ea771.
- Add migration to update drivetime_bands columns
e3462e9 Flipper Admin UI Updates (#3375)
-
Custom templates with Formation styles for Flipper admin site.
-
Moved 'Add Feature' button to header.
-
Fixed typo in comment.
-
Renamed table header.
-
Reverted commented out auth.
-
Pulled in feature view for editing.
-
Updated comments.
-
Incorporated description into all views.
-
Minor template tweaks.
-
Initial UI overhaul for feature view.
-
Customized title of 'Actors'.
-
UI updates to groups and actors sections.
-
Clearer statuses on home page.
-
Style tweaks.
-
Layout tweak.
-
Removed unnecessary imports from Formation.
-
Removed unused script and resolved JS error.
-
Rubocop fix.
-
Consistent copy.
0f790f8 Initialize facilities job error metric (#3398)
97229fa Add mobile & active status to nearby serializer (#3397)
21138e2 add base64 support to multipart parser (#3395)
-
add base64 support to multipart parser
-
split out method to reduce complexity
-
update test for rubocop
5d4f414 Rubocop rspec fixes round 8 redux (#3403)
-
Fixing Rubocop RSpec/OverwritingSetup offense.
-
Fixing Rubocop RSpec/IteratedExpectation offense.
-
Fixing Rubocop RSpec/ExampleWithoutDescription offenses.
4a916c4 Update simplecov gem (#3379)
a58358f 19740: STEM: Update 1995s descriptor in the YTD reports (#3382)
-
19740: STEM: Update 1995s descriptor in the YTD reports
-
19740: STEM: Update 1995s descriptor in the YTD reports: Refactor based on reviewer comments
-
19740: STEM: Update 1995s descriptor in the YTD reports: Removal of unnecssary to_s