Skip to content

Releases: companieshouse/psc-data-api

0.1.96

15 Jul 15:17
1a56cb5
Compare
Choose a tag to compare
Merge pull request #126 from companieshouse/feature/DSND-2798

mapped ceased on field

0.1.95

11 Jul 08:47
c8f9cb8
Compare
Choose a tag to compare
DSND-2703: Update top level files (#121)

* Top level files compared to filing-history-data-api and updated
  here accordingly.

ecs-service-1.0.2

11 Jul 10:46
72728a8
Compare
Choose a tag to compare
Merge pull request #125 from companieshouse/feature/phoenix1-psc-api

Add psc data api to phoenix1

0.1.94

10 Jul 13:06
e39b116
Compare
Choose a tag to compare
DSND-2697: Consolidate env variables to application properties (#122)

* DSND-2697: Consolidate .yml file into application.properties

*delete application.yml file.
*put all env variables into application.properties file.

* DSND-2697: Remove all unnecessary env variables

* unnecessary logger.namespace env replaced with application.namespace
* any unnecessary variables in application.properties or pom removed

ecs-service-1.0.1

10 Jul 14:25
9d3ca3a
Compare
Choose a tag to compare
DSND-2727: Fix terraform modules version (#124)

* Known bug in latest version for multiple container services

0.1.93

09 Jul 08:56
043291d
Compare
Choose a tag to compare
DSND-2695: Add jib specific config to Pom (#120)

* removed unnecessary jib version duplicate in properties section
* removed unnecessary Tiltfile.dev

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