Skip to content

Releases: SmartOperatingBlock/patient-management-integration-microservice

1.0.5

27 May 06:42
Compare
Choose a tag to compare

1.0.5 (2023-05-27)

Bug Fixes

  • add version number to api path (40c07cc)

Build and continuous integration

  • deps: update codecov/codecov-action action to v3.1.4 (4ace5e7)
  • deps: update smartoperatingblock/documentation-ghp-action action to v1.1.0 (0b4af13)

Dependency updates

  • deps: update alpine docker tag to v3.18 (fe009ce)
  • deps: update dependency de.flapdoodle.embed:de.flapdoodle.embed.mongo to v4.6.3 (db662ad)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.26 (df02df0)
  • deps: update kotest to v5.6.2 (5a9ebb7)
  • deps: update plugin com.gradle.enterprise to v3.13.1 (3a1a595)
  • deps: update plugin com.gradle.enterprise to v3.13.2 (1d27d60)
  • deps: update plugin com.gradle.enterprise to v3.13.3 (0ebb135)
  • deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.1.7 (22c1b26)

1.0.4

26 Apr 05:03
Compare
Choose a tag to compare

1.0.4 (2023-04-26)

Build and continuous integration

  • deps: update codecov/codecov-action action to v3.1.2 (0730dc9)
  • deps: update codecov/codecov-action action to v3.1.3 (5e2e21a)

Dependency updates

  • core-deps: update dependency org.jetbrains.kotlin:kotlin-stdlib to v1.8.21 (d1feec4)
  • deps: update dependency ch.qos.logback:logback-classic to v1.4.7 (937ca9a)
  • deps: update dependency gradle to v8.1 (37c0bad)
  • deps: update dependency gradle to v8.1.1 (0ad0e1a)
  • deps: update dependency io.kotest:kotest-assertions-core to v5.6.1 (1bf7a65)
  • deps: update dependency org.litote.kmongo:kmongo to v4.9.0 (f29acda)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.24 (7efdc88)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.25 (8d23372)
  • deps: update kotest to v5.6.0 (5b31820)
  • deps: update ktor to v2.3.0 (f79978a)
  • deps: update node.js to 18.16 (853d5fb)
  • deps: update plugin com.gradle.enterprise to v3.13 (bdfdec8)
  • deps: update plugin kotlin-qa to v0.37.0 (76857e9)
  • deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.1.6 (600d1d0)

1.0.2

17 Mar 02:56
Compare
Choose a tag to compare

1.0.2 (2023-03-17)

General maintenance

  • change patient management database name (ba6c625)
  • change response code in delete patient api (16ff776)
  • update readme with sonarcloud badges and usage section (60274e3)

Build and continuous integration

  • run codecov only in linux runners (2ba7e61)

Dependency updates

  • deps: update dependency ch.qos.logback:logback-classic to v1.4.6 (ba87299)
  • deps: update dependency gradle to v8.0.2 (4b12941)
  • deps: update node.js to 18.15 (b6891ff)
  • deps: update plugin com.gradle.enterprise to v3.12.4 (d4bd49c)
  • deps: update plugin kotlin-qa to v0.35.0 (159d286)
  • deps: update plugin kotlin-qa to v0.36.1 (aa267d9)
  • deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.1.5 (f3fd9fb)

Documentation

  • deps: update plugin dokka to v1.8.10 (26bb49c)

1.0.1

01 Mar 10:10
Compare
Choose a tag to compare

1.0.1 (2023-03-01)

Dependency updates

  • deps: add lib to test mongo (ffb3022)

Tests

  • infrastructure: add some mongodb tests (e517535)

General maintenance

  • add code documentation link to readme (39eea01)
  • add method to get database to mongo client (9a4b28e)
  • change microservice name in README (cd4cf00)
  • correct documentation links in readme (55e1f7b)

Documentation

  • tests: add documentation on mongo utility class (c0ec33f)

Refactoring

  • test: refactor mongodb tests (5e71351)

1.0.0

28 Feb 18:17
Compare
Choose a tag to compare

1.0.0 (2023-02-28)

Features

  • add patient api (8cfd0d3)
  • create application service interface (3725b09)
  • create data for patient entity (d6ebd8f)
  • create patient application services (f631250)
  • create patient database manager (d9ffe0e)
  • create patient entity (617eeab)
  • create patient repository interface (56b4f38)
  • create provider interface (119a686)

Bug Fixes

  • change method to check if record is inserted due to kmongo bug on typed collection (435d393)

Dependency updates

  • deps: add archunit lib (d0f1959)
  • deps: add kmongo and logback deps (abee96f)
  • deps: add ktor deps (fba793d)

Tests

  • architecture: create test for clean architecture (a8bb7b8)
  • entity: add test for patient entity (5db5caa)
  • service: add test for patient application services (e4ef293)

Refactoring

  • move test class in entity package (f82c3f4)
  • refactor api methods (836d93c)

Documentation

  • api: add rest api specs (39b3fcc)

Build and continuous integration

  • add input to generate also rest api documentation (c3aaf71)

General maintenance

  • add application launcher (44bc022)
  • add equals and hashcode to entities (7107b98)
  • add serializable annotations on entities (7ee2bc7)
  • change database name (14dd152)
  • change project name (e717075)
  • create api router with ktor (4096e9e)
  • create mock db manager to test application service (4c9c914)
  • create mongo client and implement db operations (cfd3187)
  • create patient api dto (c6d53cd)
  • delete sample test class (28fe7a1)
  • implement patient controller (8587c4b)
  • implement provider interface (f9689f7)
  • modify project name (fe5b3a1)
  • update Dockerfile with run task (ad09eb8)
  • update README (b3c0342)
  • update README (ea3340d)