This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
Releases: hygieia/api
Releases · hygieia/api
Sonar api for cmd corelation
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
v3.3.4 removed authentication for deploy script capture (#175)
Update owners
Remove method level security to update owners (#174) * Removed method level security to update owners * updated to 3.3.3-SNAPSHOT
Deploy scripts enhancement
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
updated api version (#166) updated api version
Dependency Cleanup
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
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
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
Update authorType from enum to string
Add author type to SCM data
Add author type to SCM data