Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Releases: hygieia/api

Sonar api for cmd corelation

16 Nov 17:31
47a0328
Compare
Choose a tag to compare
api to get cmdb data of sonar project (#171)

* api to cmdb data for sonar project name

* unit tests added

* sonar issue resolved

* logic changed as per review

* test updated

Remove authentication check on /v3/deploy

16 Nov 03:38
2ebf866
Compare
Choose a tag to compare
v3.3.4

removed authentication for deploy script capture (#175)

Update owners

12 Nov 23:21
d1e09ad
Compare
Choose a tag to compare
Remove method level security to update owners (#174)

* Removed method level security to update owners

* updated to 3.3.3-SNAPSHOT

Deploy scripts enhancement

21 Oct 03:06
c20cf73
Compare
Choose a tag to compare
enhanced api to capture more metadata for deploys (#169)

* enhanced api to capture more metadata for deploys

* capture changeReference in deployment metadata

API - cmdb name change

17 Sep 15:15
b4a7dcc
Compare
Choose a tag to compare
updated api version (#166)

updated api version

Dependency Cleanup

10 Sep 04:32
f12781c
Compare
Choose a tag to compare
Update dependencies (#159)

* update mongodb driver to 3.6 to support AWS DocumentDB

* updating to Spring Boot 1.5.x, Spring Data Ingalls, and Guava 29.0-jre

* update code/tests using RestOperationsSupplier

* bump version

* cleanup dependencies further.. put versions in properties

* upgrade to commons-lang3
remove codehaus jackson libs
update commons-codec 1.14
remove extraneous dependenc declarations

* Standardizing versions of dependencies across the components

* Add commons-beansutils version

* Update compile issues w/ updated core component

* Uplift Jasypt spring boot starter to 1.18 to support 1.5.x

dashboard remoteCreate and cmdb remoteCreate enhancement

17 Aug 18:35
93ea637
Compare
Choose a tag to compare

dashboard remoteCreate now acts like remoteUpdate if the dashboard already exists (previously returns HTTP 400).

cmdb remoteCreate now takes businessService as an alternative to configurationBuzServName. The former accepts and ID whereas the latter accepts a common name.

cmdb remoteCreate and dashboard remoteCreate enhancement

13 Aug 01:59
63412d5
Compare
Choose a tag to compare

Cmdb remoteCreate is enhanced so that it can take business service ID (in the field businessService), as an alternative to business service name (in configurationBusServiceName).
Dashboard remoteCreate is enhanced so that when the dashboard exists, instead of returning an HTTP 400 error to the caller, treat the call as remoteUpdate. This is to avoid the client making two calls.

Update authorType from enum to string

06 Jul 20:35
0ae00e6
Compare
Choose a tag to compare

Update authorType from enum to string

Add author type to SCM data

23 Jun 16:55
556ef11
Compare
Choose a tag to compare

Add author type to SCM data