Skip to content

Releases: companieshouse/psc-data-api

0.1.92

08 Jul 09:28
0605cb8
Compare
Choose a tag to compare
DSND-2703: Fix sonar issues (#115)

* DSND-2703: Upgrade to Java 21

* DSND-2703: Get docker working with cucumber tests

* The cucumber tests would not run due to testcontainers not
  finding a "valid docker environment". The reason for this was
  because data-sync-api-sdk-java had the transitive dependency
  docker-java-api which is out of date (presumeably out of date
  with the current spring or testcontainers version. Therefore,
  adding the docker-java-api dependency to the pom with the most
  recent version got the cucumber tests running, albeit not all
  pass.
* In addition to this, I've added docker-java-api as an exclusion
  to data-sync-api-sdk-java to be even more explicit - this might
  get removed going forward as it may be deemed unneccessary.

* DSND-2703: WIP get cucumber 503s working

* TestRestTemplate was timing out due to waiting for Mongo to respond.
  This was caused by an out of date transitive dep.

* DSND-2703: Remove unused dep

* DSND-2703: Remove unused property from pom

* DSND-2703: Clean up pom

* DSND-2703: Fix failing GET list cucumber tests

* DSND-2703: Add autocloseable to steps

* DSND-2703: Optimise imports

* DSND-2703: Address majority of sonar lint complaints

* DSND-2703: Refactor switch statement

* DSND-2703: WIP Trying to fix checkstyle plugin issue

* DSND-2703: Remove checkstyle plugiin

* DSND-2703: Remove unused exception class

* DSND-2703: Remove unused get/set

ecs-service-1.0.0

08 Jul 14:20
6647605
Compare
Choose a tag to compare
DSND-2696: Implement terraform setup (#116)

* DSND-2696: WIP Add terraform

* DSND-2696: change lb priority and path

* DSND-2696: Uncomment public LB config

---------

Co-authored-by: cgregoryCH <[email protected]>

0.1.91

05 Jul 15:06
91e9971
Compare
Choose a tag to compare
DSND-2695: Add ecs-image-folder for image generation (#117)

* allows images to be generated on shared-services ECR
* should allow jib plugin to work in subsequent PR

0.1.90

05 Jul 11:58
fdbec4c
Compare
Choose a tag to compare
DSND-2703: Upgrade to Java 21 (#114)

* DSND-2703: Upgrade to Java 21

* DSND-2703: Get docker working with cucumber tests

* The cucumber tests would not run due to testcontainers not
  finding a "valid docker environment". The reason for this was
  because data-sync-api-sdk-java had the transitive dependency
  docker-java-api which is out of date (presumeably out of date
  with the current spring or testcontainers version. Therefore,
  adding the docker-java-api dependency to the pom with the most
  recent version got the cucumber tests running, albeit not all
  pass.
* In addition to this, I've added docker-java-api as an exclusion
  to data-sync-api-sdk-java to be even more explicit - this might
  get removed going forward as it may be deemed unneccessary.

* DSND-2703: WIP get cucumber 503s working

* TestRestTemplate was timing out due to waiting for Mongo to respond.
  This was caused by an out of date transitive dep.

* DSND-2703: Remove unused dep

* DSND-2703: Remove unused property from pom

* DSND-2703: Clean up pom

* DSND-2703: Fix failing GET list cucumber tests

* DSND-2703: Add autocloseable to steps

0.1.89

28 Jun 12:00
0138d4c
Compare
Choose a tag to compare
Merge pull request #113 from companieshouse/feature/dsnd-2745_unset_s…

…tatements_link

DSND-2745: Unset psc statement link on updates

0.1.88

18 Jun 11:52
8f06b23
Compare
Choose a tag to compare
Merge pull request #112 from companieshouse/feature/DSND-2732

map principal office address correctly in list summary

0.1.87

29 Apr 13:51
d1116b8
Compare
Choose a tag to compare
Merge pull request #111 from companieshouse/bugfix/routes

enable GET endpoints

0.1.86

19 Mar 14:45
b707af8
Compare
Choose a tag to compare
Merge pull request #110 from companieshouse/bugfix/routes

temporarily remove routes

0.1.85

12 Mar 13:32
ed60ba9
Compare
Choose a tag to compare
Merge pull request #109 from companieshouse/bugfix/dateTimeFix

checkstyle

0.1.84

12 Mar 12:35
0d65508
Compare
Choose a tag to compare
Merge pull request #107 from companieshouse/bugfix/dateTimeFix

add sensitive data converters