summaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Step version to 1.10.2-SNAPSHOTMichaelMorris3-3/+3
2022-02-02Step version to 1.10.1-SNAPSHOTMichaelMorris3-3/+3
2021-12-07Fix vulnerable dependencyvasraz2-1/+8
2021-10-01Step version for JakartaMichaelMorris3-3/+3
2021-09-20Updated SDC version to 1.9.2-SNAPSHOT1.9.2MichaelMorris3-3/+3
2021-09-13Update SDC version to 1.9.1-SNAPSHOT1.9.1MichaelMorris3-3/+3
2021-04-12Fix weak-cryptography issuesxuegao2-0/+130
2021-03-29Reformat commonvasraz18-465/+241
2021-03-22Update Master to IstambulChrisC3-3/+3
2021-03-17Update SDC versionChrisC3-3/+3
2021-03-12Fix unstable TCsvasraz17-252/+234
2021-03-07Disable unstable CliFallbackAndLookupTestvasraz4-37/+39
2021-03-04Update to 1.8.31.8.3ChrisC3-3/+3
2021-03-02Disable unstable NodeSpecificCliTestvasraz2-25/+35
2021-02-26Remove transitive snakeyaml dependencyvasraz1-0/+11
2021-02-25Update version to 1.8.21.8.2ChrisC3-3/+3
2021-01-30Update project version 1.8.0 -> 1.8.11.8.1Joanna Jeremicz3-3/+3
2020-11-05Update master to HonoluluChrisC3-3/+3
2020-10-26Fix broken local build1.7.2vasraz3-3/+3
2020-10-20Upgrade to 1.7.2sebdet3-3/+3
2020-09-07Update version to 1.7.1sebdet3-3/+3
2020-09-02Optimize Buildsebdet1-1/+0
2020-08-12Java 11 Migration work for 'openecomp-sdc-translator-core'Chris André2-12/+8
2020-06-25Rationalize maven dependenciesJulienBe2-38/+0
2020-06-23Improve test coveragexuegao1-33/+4
2020-06-19improve test coverageJulienBe1-0/+56
2020-06-17Reduce nest statement levelsxuegao1-32/+34
2020-06-17Reduce nest statement levelsxuegao1-10/+11
2020-06-15Fix Critical security vulnerabilityvasraz1-0/+6
2020-05-07Reduce scope from 'compile' to 'test' for 'junit-vintage-engine'vasraz2-0/+2
2020-05-06Prepare for Junit5vasraz2-130/+148
2020-03-12Disable SecurityFilterOfir Sonsino3-3/+3
2020-02-02Move to version 1.6.1shrek20003-3/+3
2020-01-29Fixed sonar issuesDmitry Puzikov3-357/+574
2019-12-15Fix unprocessed NPEDmitry Puzikov3-53/+84
2019-12-15Fix different sonar issuesDmitry Puzikov2-1/+59
2019-12-15Fix the lack of test coverage reported by sonarDmitry Puzikov1-0/+48
2019-12-05Logged all caught exceptionsDmitry Puzikov1-5/+30
2019-12-01Increase test coverageDmitry Puzikov2-0/+117
2019-12-01Fix sonar issue with test coverageDmitry Puzikov4-2/+121
2019-12-01Fixing sonar issueDmitry Puzikov3-11/+137
2019-11-25Fixing sonar issuesDmitry Puzikov2-43/+96
2019-11-21Fixing sonar issuesDmitry Puzikov1-56/+89
2019-11-21Fixing sonar issuesDmitry Puzikov1-1/+5
2019-11-21Fixing sonar issuesDmitry Puzikov1-11/+17
2019-11-17Fixing sonar issueDmitry Puzikov1-15/+45
2019-11-17Fixing sonar issuesDmitry Puzikov1-5/+5
2019-10-29Bump SDC version 1.6.0Ofir Sonsino3-3/+3
2019-09-10Bump SDC version 1.5.2Ofir Sonsino3-3/+3
2019-08-26Fixed sonar issues in ConfigurationRepositoryPiotr Borelowski2-10/+20
"pdpGroupName", "in": "path", "description": "Name of the PdpGroup", "required": true, "type": "string" }, { "name": "X-ONAP-RequestID", "in": "header", "description": "RequestID for http transaction", "required": false, "type": "string", "format": "uuid" } ], "responses": { "200": { "description": "successful operation", "headers": { "X-MinorVersion": { "type": "string", "description": "Used to request or communicate a MINOR version back from the client to the server, and from the server back to the client" }, "X-PatchVersion": { "type": "string", "description": "Used only to communicate a PATCH version in a response for troubleshooting purposes only, and will not be provided by the client on request" }, "X-LatestVersion": { "type": "string", "description": "Used only to communicate an API's latest version" }, "X-ONAP-RequestID": { "type": "string", "format": "uuid", "description": "Used to track REST transactions for logging purpose" } }, "schema": { "type": "array", "items": { "$ref": "#/definitions/PdpPolicyStatus" } } }, "401": { "description": "Authentication Error" }, "403": { "description": "Authorization Error" }, "404": { "description": "Resource not found" }, "500": { "description": "Internal Server Error" } }, "security": [ { "basicAuth": [] } ], "x-interface info": { "api-version": "1.0.0", "last-mod-release": "Honolulu" } } }, "/policy/pap/v1/policies/status/{pdpGroupName}/{policyName}": { "get": { "tags": [ "Policy Status" ], "summary": "Queries status of all versions of a specific policy in a specific PdpGroup", "description": "Queries status of all versions of a specific policy in a specific PdpGroup, returning status of all versions of the policy in the PDPs belonging to the PdpGroup", "operationId": "queryAllVersionPolicy", "produces": [ "application/json", "application/yaml" ], "parameters": [ { "name": "pdpGroupName", "in": "path", "description": "Name of the PdpGroup", "required": true, "type": "string" }, { "name": "policyName", "in": "path", "description": "Name of the Policy", "required": true, "type": "string" }, { "name": "X-ONAP-RequestID", "in": "header", "description": "RequestID for http transaction", "required": false, "type": "string", "format": "uuid" } ], "responses": { "200": { "description": "successful operation", "headers": { "X-MinorVersion": { "type": "string", "description": "Used to request or communicate a MINOR version back from the client to the server, and from the server back to the client" }, "X-PatchVersion": { "type": "string", "description": "Used only to communicate a PATCH version in a response for troubleshooting purposes only, and will not be provided by the client on request" }, "X-LatestVersion": { "type": "string", "description": "Used only to communicate an API's latest version" }, "X-ONAP-RequestID": { "type": "string", "format": "uuid", "description": "Used to track REST transactions for logging purpose" } }, "schema": { "type": "array", "items": { "$ref": "#/definitions/PdpPolicyStatus" } } }, "401": { "description": "Authentication Error" }, "403": { "description": "Authorization Error" }, "404": { "description": "Resource not found" }, "500": { "description": "Internal Server Error" } }, "security": [ { "basicAuth": [] } ], "x-interface info": { "api-version": "1.0.0", "last-mod-release": "Honolulu" } } }, "/policy/pap/v1/policies/status/{pdpGroupName}/{policyName}/{policyVersion}": { "get": { "tags": [ "Policy Status" ], "summary": "Queries status of a specific version of a specific policy in a specific PdpGroup", "description": "Queries status of a specific version of a specific policy in a specific PdpGroup, returning status of the policy in the PDPs belonging to the PdpGroup", "operationId": "querySpecificVersionPolicy", "produces": [ "application/json", "application/yaml" ], "parameters": [ { "name": "pdpGroupName", "in": "path", "description": "Name of the PdpGroup", "required": true, "type": "string" }, { "name": "policyName", "in": "path", "description": "Name of the Policy", "required": true, "type": "string" }, { "name": "policyVersion", "in": "path", "description": "Version of the Policy", "required": true, "type": "string" }, { "name": "X-ONAP-RequestID", "in": "header", "description": "RequestID for http transaction", "required": false, "type": "string", "format": "uuid" } ], "responses": { "200": { "description": "successful operation", "headers": { "X-MinorVersion": { "type": "string", "description": "Used to request or communicate a MINOR version back from the client to the server, and from the server back to the client" }, "X-PatchVersion": { "type": "string", "description": "Used only to communicate a PATCH version in a response for troubleshooting purposes only, and will not be provided by the client on request" }, "X-LatestVersion": { "type": "string", "description": "Used only to communicate an API's latest version" }, "X-ONAP-RequestID": { "type": "string", "format": "uuid", "description": "Used to track REST transactions for logging purpose" } }, "schema": { "type": "array", "items": { "$ref": "#/definitions/PdpPolicyStatus" } } }, "401": { "description": "Authentication Error" }, "403": { "description": "Authorization Error" }, "404": { "description": "Resource not found" }, "500": { "description": "Internal Server Error" } }, "security": [ { "basicAuth": [] } ], "x-interface info": { "api-version": "1.0.0", "last-mod-release": "Honolulu" } } } }, "securityDefinitions": { "basicAuth": { "description": "", "type": "basic" } }, "definitions": { "PdpPolicyStatus": { "type": "object", "properties": { "pdpGroup": { "type": "string" }, "pdpType": { "type": "string" }, "pdpId": { "type": "string" }, "policy": { "$ref": "#/definitions/ToscaConceptIdentifier" }, "policyType": { "$ref": "#/definitions/ToscaConceptIdentifier" }, "deploy": { "type": "boolean" }, "state": { "type": "string" } } }, "ToscaConceptIdentifier": { "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string" } } } } }