Releases: department-of-veterans-affairs/gibct-data-service
gibct-data-service/v0.0.286
Release 0.0.286 ami-029036385c9b096a8
gibct-data-service/v0.0.285
Release 0.0.285 ami-02ae0ef3c4323419a
76199e6 VEBT-1165 Fix EightKeys file download URL (#1310)
- VEBT-1165 Fix EightKeys file download URL
The current URL for the Eight Keys file requires following several redirects before the file is actually delivered. Since curl doesn't follow redirects by default, the wrong data is 'downloaded'. I.e. is the html of a 301 redirect page that is downloaded and treated as a xls file, which of course breaks things. The easy fix is to update the URL to the end of the redirect chain that actually delivers the file.
- fix no_key_api_downloader spec based on newly-implemented EightKey url
30cc631 Bump config from 5.4.0 to 5.5.2 (#1234)
Bumps config from 5.4.0 to 5.5.2.
updated-dependencies:
- dependency-name: config
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alexchan-va 172081065+alexchan-va@users.noreply.github.com
gibct-data-service/v0.0.284
gibct-data-service/v0.0.283
Release 0.0.283 ami-0db4f272091a96242
b21bdb8 L&C / Exams code updates (#1301)
-
LCPE: added models
-
LCPE: added controllers
-
LCPE: serializers
-
LCPE: mock loading lib
-
changes after feedback
-
a period
-
unperiod
-
cosmetic change
-
cosmetic
-
Fixes for rSpec errors.
-
Fixes for RuboCop offenses.
-
cosmetic
Co-authored-by: nfstern02 72567812+nfstern02@users.noreply.github.com
gibct-data-service/v0.0.282
Release 0.0.282 ami-0467868f04ce55943
9e84f3e EDM-512/Add ojt_app column (#1279)
-
Add ojt_app column
-
Revert conditional ojt render idea
-
Update schema
-
Linting
-
Add column to archives
-
Change ojt_app to ojt_app_type and convert characters to OJT/APP types
-
Create spec for converter
-
Revert gemfile
-
Change validation for OJT
-
Remove migrations
-
Linting
0cfce07 L&C / Exams database updates (#1299)
-
LCPE: database changes
-
LCPE: db schema updates
4ed1ab3 vebt-961 add code to unlock generate version button (#1296)
-
add code to unlock generate version button
-
change to 30 min before unlock button shows
-
fix failing spec
gibct-data-service/v0.0.281
Release 0.0.281 ami-0e48976d9cab742f0
1671352 EDM-512/Migrations for ojt_app_type column (#1292)
-
Create migrations
-
Run migrations
-
run migration
Co-authored-by: nfstern02 72567812+nfstern02@users.noreply.github.com
gibct-data-service/v0.0.280
Release 0.0.280 ami-05ef01ac04f79cdc0
b656220 Bump bootsnap from 1.18.3 to 1.18.4 (#1223)
Bumps bootsnap from 1.18.3 to 1.18.4.
updated-dependencies:
- dependency-name: bootsnap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alexchan-va 172081065+alexchan-va@users.noreply.github.com
1271d65 Bump faraday_middleware from 1.2.0 to 1.2.1 (#1240)
Bumps faraday_middleware from 1.2.0 to 1.2.1.
updated-dependencies:
- dependency-name: faraday_middleware
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alexchan-va 172081065+alexchan-va@users.noreply.github.com
gibct-data-service/v0.0.279
Release 0.0.279 ami-008f5d391ce557024
643cf65 Bump will_paginate from 4.0.0 to 4.0.1 (#1197)
Bumps will_paginate from 4.0.0 to 4.0.1.
updated-dependencies:
- dependency-name: will_paginate
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alexchan-va 172081065+alexchan-va@users.noreply.github.com
9ee75ec Timeout fix attempt 1 & refactor exporter/importer (#1284)
gibct-data-service/v0.0.278
gibct-data-service/v0.0.277
Release 0.0.277 ami-0cf050b75a2223b4c
6f29037 Vebt 885 - update gibct institutions controller to handle combined name and location searches (#1272)
-
add name and location combined search
-
fix comments
-
fix comments
-
fix comments
-
remove unneeded location code
-
remove unneeded tests
-
update for backward compatability for non CT pages calling controller
-
clean up code, remove recent index changes
-
clean up comments
38144e6 Vebt 887 - Search by program (#1276)
-
Add program search to gids
-
Working program endpoint
-
Add rspec
-
Change order of data retrieval for faster query
-
Fix rubocop error
Co-authored-by: achan achan@Ubuntu.myguest.virtualbox.org
441bc95 EDM-511/add program type to institution response (#1278)
-
Benchmark sql queries
-
Replace programs with program types for inst profile serializer
f6883b1 EDM-511/Revert removal programs (#1281)
-
Revert removal programs
-
Linting
-
Linting