aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20update docker-maven-plugin configsbeijingQuoc-Nghia Nguyen1-4/+2
- no more implicit `latest` tag Change-Id: Icdf2e7076521705cbdd8f19f7aa81b14f9c36ea8 Issue-ID: EXTAPI-152 Signed-off-by: Quoc-Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-09-04Change default version of Beijing branch to 2.1.1MatthieuGeerebaert1-2/+2
Change-Id: I3344fad564bc05b0717373b2610ed02d969609fb Issue-ID: EXTAPI-138 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2018-07-09adapt NBI to Beijingromaingimbert14-11/+141
-change SO Url to "v6" -add xtransactionid in AAI request header -add fields Project and OwningEntity in SO request -fix tests Change-Id: I014e8731079134dae8754900b00f71f48dd530aa Issue-ID: EXTAPI-117 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-06-04Merge "Clean the doc"v2.0.02.0.0-ONAP2.0.0-ONAPEric Debeau2-1/+1
2018-06-04Clean the docEric Debeau2-1/+1
Remove R1 Change-Id: I5c42db81464f358cdac683c6fa143eb4412f0ac5 Issue-ID: EXTAPI-95 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-06-01Fix format isse on quick linksGildas Lanilis1-0/+1
Change-Id: I4b3784322b03ec7e0add3f09155252a2b810d107 Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-05-31Document Security section of the Release NotesGildas Lanilis1-3/+8
Removed trailing tabs and spaces Change-Id: Ie3c1f8133f295c81a947006c7b2e5c07bf33be65 Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-05-28nbi ko when can't reach onapromaingimbert3-13/+113
- fix infinite loop - change test Change-Id: I286e7ed9ea4b46ceb9af4d18d40adbf55de62e92 Issue-ID: EXTAPI-94 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-05-24orderitem id ko when so returns 202romaingimbert2-2/+12
- fix code - change test - add log Change-Id: I88830af9600e7356e9ffcba3273a1826ac3ef0ca Issue-ID: EXTAPI-93 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-05-18Fix JVM problem with Docker cpu&memory limitsQuoc Nghia Nguyen1-2/+2
More detail: https://blogs.oracle.com/java-platform-group/java-se-support-for-docker-cpu-and-memory-limits Change-Id: I9d0fd6ff8caa8f492a79772d81e2937ccd9a3944 Issue-ID: EXTAPI-91 Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-05-16Merge "Codebase license scan results, May 2018"Eric Debeau10-1/+146
2018-05-16Codebase license scan results, May 2018MatthieuGeerebaert10-1/+146
Change-Id: I85320efd75b1ba66481c427a240c8915fe42ce0a Issue-ID: EXTAPI-87 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2018-05-16Merge "infinite loop when so not responding"Matthieu Geerebaert3-31/+54
2018-05-16infinite loop when so not respondingromaingimbert3-31/+54
- fix code - add test Change-Id: Idcf9383d38e821418c16e8f72250df238e1a6b78 Issue-ID: EXTAPI-89 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-05-16Update installation noteMatthieuGeerebaert1-29/+75
Change-Id: I802ec6821ed206dde39fc3e4b8e1f68212332639 Issue-ID: EXTAPI-88 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2018-05-14Add default value for NEXUS_DOCKER_REPO in .envQuoc Nghia Nguyen1-1/+2
Issue-ID: EXTAPI-83 Change-Id: I76d8db64e2c16611e389f858b47816bb0590e736 Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-05-09Correct bad spelling wordsEric Debeau8-47/+97
Correct bad spelling words based on the results provided by the tox -espellcheck command from Documentation project Change-Id: If2ebfce04b7cd65f418feb9775385a36c8242dbb Issue-ID: EXTAPI-85 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-05-08Fix NBI installation in HEATGary Wu1-1/+1
Change-Id: I6d2b24fb11cec1c7f1634b2394fe232152e93cf9 Issue-ID: EXTAPI-83 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-07Correct release noteEric Debeau1-13/+23
Minor editorial corrections Corrections to pass DOC8 Add link to JIRA Issues Change-Id: I58e476cfdda50d6a214bebec276d9c32b5d710c2 Issue-ID: EXTAPI-82 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-05-04Sonar clean coderomaingimbert18-79/+91
- fix log messages - fix 2 sonar bugs - replace LinkedHashMap by Map Change-Id: I0b7953f09ffa706b5357ac45c7c4290a56bba236 Issue-ID: EXTAPI-81 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-05-04Problems with spaces in AAI requestsNicolasLaplaud1-13/+11
- Use java.net.uri instead of String to build parameterized url Change-Id: I11d284dc2c225932df0e1f996df46d018710a2f5 Issue-ID: EXTAPI-59 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
2018-05-03problem with when SO not respondingromaingimbert15-308/+424
- fix infinite loop when SO not responding - fix json with task - fix infinite loop when no service found in SDC Change-Id: Iddbf80a6c9bd99d0426c95d729b9f49440f1b945 Issue-ID: EXTAPI-80 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-05-02add release notesRene Robert1-2/+25
Issue-ID: EXTAPI-79 Change-Id: I2bc9570eafd46e3de47de1aaf4da0518ef484d76 Signed-off-by: Rene Robert <rene.robert@orange.com>
2018-04-27Merge "Find service inventory"Matthieu Geerebaert5-54/+69
2018-04-27Find service inventoryromaingimbert5-54/+69
- fix NPE exception when no service instance - fix cast exception when use jolt with empty collection Change-Id: I74d65fbb345946cf65c6cd61433ccb3b2a4416d7 Issue-ID: EXTAPI-78 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-26correct some rst filesRene Robert6-22/+22
Issue-ID: EXTAPI-74 Change-Id: Iafe3a129da0059cc666f30644ea914b1d576a00f Signed-off-by: Rene Robert <rene.robert@orange.com>
2018-04-26Merge "correct rst files Issue-ID: EXTAPI-74"Matthieu Geerebaert4-31/+37
2018-04-26correct rst filesRene Robert5-34/+40
Issue-ID: EXTAPI-74 Change-Id: Ib03bdda0f7f8493d3b3b6cac9f603076bc7bf62b Signed-off-by: Rene Robert <rene.robert@orange.com>
2018-04-26service inventory empty when no serviceromaingimbert3-7/+32
- fix code when a service type has no service-instance Change-Id: I6035a459bdf90b724377acb76bb99be747bf03fb Issue-ID: EXTAPI-78 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-25Merge "Can't pass "spaces" on query params SDC API"Matthieu Geerebaert3-23/+29
2018-04-25Can't pass "spaces" on query params SDC APINicolasLaplaud3-23/+29
- update the usage of UriComponentsBuilder, never toString - use RestTemplate API calls directly with URI instead of string url - remove last slash from serviceSpec string url Change-Id: Ibf420e3216a85fb030d4c7f6744c12809f24f7bf Issue-ID: EXTAPI-59 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
2018-04-25handle security issuesromaingimbert1-2/+2
- upgrade spring version Change-Id: Ib4efd027f75d1735f0f0d632c0e5fdc108627e8e Issue-ID: EXTAPI-77 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-25Merge "NBI needs to support HTTPS requests to AAI"Andy Mayer3-0/+66
2018-04-25NBI needs to support HTTPS requests to AAIMatthieuGeerebaert3-0/+66
- add amsterdam aai and beijing Root CA certificates - will be used and injected to docker instance Change-Id: I1028fb304f213425b7a4d21aaf81668c15b9d236 Issue-ID: EXTAPI-57 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com> Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-04-25Merge "change postman collection"Matthieu Geerebaert1-3/+3
2018-04-25change postman collectionromaingimbert1-3/+3
- change service id to service name Change-Id: I19b46ed60bdaa179ab6283fb7fbeadef61b3fd0e Issue-ID: EXTAPI-60 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-25string "null" in temp tosca fileromaingimbert1-11/+14
- change uuid to id Change-Id: I3eabf0f9eedef18585d0fef00a83ab246f7117ef Issue-ID: EXTAPI-73 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-25sonar clean coderomaingimbert3-22/+2009
- refactor parse tosca - add test tosca Change-Id: Ib4c92efdab239dad1e6f2c49deadb3027380485c Issue-ID: EXTAPI-46 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-24modelCustomizationName from SDCromaingimbert3-1/+2
- modelCustomizationName set from resourceInstanceName - add test case Change-Id: I5bd870343a5b87464bd06267b38300b51b568154 Issue-ID: EXTAPI-56 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-24sonar clean coderomaingimbert1-38/+47
- refactor parse tosca Change-Id: Ifbdd5427a24fd549730e59859ede62dd8ba18b93 Issue-ID: EXTAPI-46 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-24Merge "NPE in parse tosca file"Matthieu Geerebaert3-21/+198
2018-04-24Merge "Invalid SO payload"Matthieu Geerebaert1-6/+2
2018-04-24Merge "SubscriptionServiceType is null in request to SO"Matthieu Geerebaert1-1/+1
2018-04-24Merge "add field in SO Request"Matthieu Geerebaert2-4/+21
2018-04-24NPE in parse tosca fileromaingimbert3-21/+198
- check if null - add test case Change-Id: I400582cd99941c824ed0ef016d77c3d38beaece0 Issue-ID: EXTAPI-58 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-24correct titleRene Robert2-10/+11
Issue-ID: EXTAPI-74 Change-Id: Ie25b29355a2dc2e7e12a382884645cf6c3c21f03 Signed-off-by: Rene Robert <rene.robert@orange.com>
2018-04-23correct links and add infosRene Robert5-78/+105
Issue-ID: EXTAPI-74 Change-Id: Ic219585f889ca9c5fb03e1452c2583753e517d39 Signed-off-by: Rene Robert <rene.robert@orange.com>
2018-04-23Invalid SO payloadNicolasLaplaud1-6/+2
- Modify HttpEntity instanciation Change-Id: Iadaae85a62891111c7e4cdfd99b3d82dc92c8e72 Issue-ID: EXTAPI-64 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
2018-04-23Merge "add licence to files Issue-ID: EXTAPI-74"Andy Mayer15-0/+69
2018-04-23SubscriptionServiceType is null in request to SONicolasLaplaud1-1/+1
- Fix the subscriptionServiceType setter method in RequestParameterType Change-Id: If00e9cb1b6a2351af1476cd59a517687b335d709 Issue-ID: EXTAPI-63 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>