Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/vid.git from branch 'master'
to b93b96bc2806da015faf1e8afd2fe23ad6535597
- Normalize slashes in repositories paths
This lets vid-master-release-version-java-daily go green.
Issue-ID: CIMAN-234
Change-Id: I87f2f0925388cf7f5129cce37ace9321f3533f7c
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 769578c1ec9e29a59dc629bc32177c558404cc12
- Merge "Un-SNAPSHOT all modules while build"
- Un-SNAPSHOT all modules while build
1. Upgrade to latest versions-maven-plugin: 2.7
2. Set artifactId=*; see:
http://www.mojohaus.org/versions-maven-plugin/set-mojo.html#artifactId
This lets vid-maven-stage-master go green.
Issue-ID: CIMAN-234
Change-Id: I4b87d67e76c7f317f93a06c84e48d240fba6e126
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 7f0e6936709cc19e3e1e1ad035e5b7d00809d6c6
- Merge "Extend probe mechanism"
- Extend probe mechanism
added methods to:
- new aai client
- sdc client
- so client
Change-Id: Ib7beb5a5ac58c2ac9767f5e8dc4f988ac0a44c3e
Issue-ID: VID-490
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 46adb535d3af416773475b9aabb2ace8e1e9e1de
- Remove maven-deploy-plugin
This lets vid-master-release-version-java-daily go green.
Change-Id: I8d1fdc153566a8b3b8e3783f6a9637c58d608127
Issue-ID: CIMAN-234
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 97bec3c43ac5cefdb8b852de8efb00a84148ed28
- Migrate to gerrit-maven-stage (VID)
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Remove the usage of maven-staging plugin since it
will become deprecated soon.
Issue-ID: CIMAN-234
Change-Id: I4c07e214bad0f89b990b712abaf8d9bf79c1b237
Source-Change-Id: I295d7c17374a49ff0125a50d8765fe295b55c4d8
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
(cherry picked from commit 445056740d0f24e45d0c8f90cc024bbc090165b4)
|
|
* Update docs/submodules/vid.git from branch 'master'
to b83a6d85917a5fcbb5b54734b01e82fdaa1217d7
- Merge "Show npm config"
- Show npm config
Issue-ID: CIMAN-234
Change-Id: Iecf36ab1a40e7d6f7638874a1bf95b3f398bf112
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 05b9d57045bcff4535b7285d5181135e3cc7dcdc
- Find the first selected scale-out vfModule (fix)
Issue in original code is that it used callback function(key, item), but
function(item) or function(item, key) is the correct parameters order.
See https://lodash.com/docs/4.17.11#find
Issue-ID: VID-487
Change-Id: I6101f913f50f80c2c7afa636b5f53486088a0289
Signed-off-by: Ittay Stern <ittay.stern@att.com>
(cherry picked from commit 71e820e32bd4f32aff4026fc55c6bb1f5891a0c2)
|
|
* Update docs/submodules/vid.git from branch 'master'
to 6c98119d3f394b85683aa1625ca2c63d76235e36
- AaiController unit tests
- unit tests for getPNFInstances
Change-Id: I9d77ad0e15be23dc169721c6b73bea9fb1ecaf19
Issue-ID: VID-478
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to f0ab6c540529dadd0318bb2eb9c012d0c3dcea16
- Rewrite tests for AaiServiceImpl
Issue-ID: VID-386
Change-Id: I3cbcdada18f2813bc8a4cf442f54df297f5ec945
Signed-off-by: michal.banka <michal.banka@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to dd3ba9800ec14898f50858ecd67db0f9245ffc01
- Bump VID version to 5.0.0
Issue-ID: VID-296
Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 4480a6cac93693cef4515a0f5588c58bbe270f06
- junits for AaiController
-Added new test for getSpecificPnf method
Change-Id: I1837a364673c3dd04b559eacccd7baeeeb82208f
Issue-ID: VID-478
Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to fc596b9d71dddc87b58de486f0f5af26ea8755b4
- Document OJSI-119 vulnerability
Issue-ID: OJSI-119
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Cherry-picked from change: I0d92cbe38fd89aaa3fe38f3f45367480f9e40754
Change-Id: I282648323aa6a93f60b79ed97f845c44ef076abe
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Cherry-picked from change: I7699ddf404ff08d793e7f1897b4bb2218fc52e0a
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I7b8e8db3f1cbfdcde947563df7010075a6caf0f6
- Differentiate cloudRegions with same name and different owner
Replaces change I22c0b07173950c253a9272b8a96ab63e006efa49
Resolves defect:
Issue-ID: VID-482
Cherry-picked from change: I38c2f6a86a044297b1b76c1316e50cacb0264da9
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Change-Id: I2ecf07aa5614e94fce49eeaa7fef71b683f6c3c8
- Support service models with policy
Upgrade sdc-tosca to 1.5.1
Issue-ID: VID-481
Cherry-picked from change: I75f0df4cae73257fc6aa58b9f5f627901c2c61c5
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Change-Id: I13d61050e819c1f65bf855f314e84406d35f1a9c
|
|
* Update docs/submodules/vid.git from branch 'master'
to e0c59bc9b16bb69f0f0a47268742c9f030aa3aa6
- Merge "AaiController unit tests"
- AaiController unit tests
- unit tests for getAicZones
- fixed encapsulation and immutability issues
in AicZones and Zone objects
Change-Id: I3f71d45bb3c4e2238966e245f0ab77031c4dcb60
Issue-ID: VID-478
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to ba76048291feeb83a3596ebf04c9c0f384706d7b
- Merge "Initialize parameters maps before reading params"
- Initialize parameters maps before reading params
Change-Id: Ie4845c5afc647cae96869609fc665cc4fe854eb8
Issue-ID: VID-484
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
(cherry picked from commit ac142979f8499af24390290f7800d3fe266583d1)
|
|
* Update docs/submodules/vid.git from branch 'master'
to b1d739306129ef001a8f9f9f75dc34c568a3d5d0
- Add MsoControllerTests
Issue-ID: VID-470
Change-Id: I9416247d8d9548d1c01af070d8106b1512dee200
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to e3c3ba0dc33afe638cd1cade06331b1c5d379295
- fetch parameters for native workflows
SO api for retrieving workflows won't return parameters for
workflow marked as native due to high impact on existing code.
In that case VID will fetch parameters from internal API
Issue-ID: VID-484
Change-Id: I7577afa3832c96b523daae01895a249d6ea86e65
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
(cherry picked from commit 8140332ee31a1cde9cd60d7ffe6ddb01af8f6037)
|
|
* Update docs/submodules/vid.git from branch 'master'
to bd42250f5046225cfb155d004c839eb9e1de1899
- Merge "AaiController cleanup"
- AaiController cleanup
- reformatted code according to java style guide
- removed unused HttpServletRequest params
Change-Id: Icdb215dfe739e91031bc9fa963fe11a3a0c45107
Issue-ID: VID-478
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to fcc997f27346a5db7f7e69e8d2bfd42d2bbc4fa1
- Revert "Migrate to gerrit-maven-stage (VID)"
This reverts commit 44505674
Change-Id: Ia2d560c4651c4c8e6d25ca911ccedda43eb3a6b7
Issue-ID: CIMAN-234
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 1a6b12e498cb61c8d1e846f78dc404a44b824d54
- Merge "AaiController cleanup"
- AaiController cleanup
- removed unnecessary code comments
Change-Id: Ia9dbd2258ea5ec0ba346835615056331ae00f491
Issue-ID: VID-478
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 779c51de46cf55648036361bb33e0470b28756ca
- Run npm install as a frontend-maven-plugin goal
Without this, "prebuild" step is using local npm, instead of
frontend-maven-plugin one:
npm ERR! Linux 4.4.0-134-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
Issue-ID: VID-391
Change-Id: Ic9cd94898faaaf109b02d23640e652bd7e541753
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 4dc2c4df24d733db6176c738eb9a9ee35a112795
- junits for AaiController
-Added new test for getNodeTemplateInstances method
Change-Id: I1214445de2710482964c3e195a91b73bef9ef6da
Issue-ID: VID-478
Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 445056740d0f24e45d0c8f90cc024bbc090165b4
- Migrate to gerrit-maven-stage (VID)
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Remove the usage of maven-staging plugin since it
will become deprecated soon.
Change-Id: I295d7c17374a49ff0125a50d8765fe295b55c4d8
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 4b49617c80ada42ee41f3eb118898f7872f794e8
- VID hangs on View Edit Service Instance screen
A fix for displaying service instances that have inputs defined in SDC
Change-Id: Idcb41a33e9890ffc39868ec02ceb34addd9e9de2
Issue-ID: VID-468
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 071af2eee831a237bbd08753513277c3189cbdbb
- Merge "Toggle workflows-list consume from SO"
- Toggle workflows-list consume from SO
Issue-ID: VID-400
Issue-ID: VID-451
Change-Id: I41c9d18146676f30f6668d1fc3660ec02cad26e5
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to a8f5de045ec801b343c16c7f1c9456813ca4b7ab
- c3p0 version changed
c3p0 version changed to 0.9.5.4
Complement change I32f2ac929508647f42870fb8fabde1f44890d5b9
Issue-ID: VID-461
Change-Id: I6339d23921db9261d9901296179d4354a24f5a04
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to f3b31fe846630953923844ed3ab7defea9ac4447
- Merge "Rewrite LoggerControllerTests"
- Rewrite LoggerControllerTests
Add JUnit tests with minor code refactor
Issue-ID: VID-384
Change-Id: Ic3bee8e1f6ee58a10053bb0ad2d006912965da1a
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to fa628a20ef151d4b89302dd767f28415c774caf8
- Fix sonar issue in vid-app-common
Fix Either log or rethrow this exception
Fix "serviceInstanceId" is already a string, there's no need to call "toString()" on it
Fix Replace this if-then-else statement by a single return statement
Issue-ID: VID-464
Change-Id: I87652f6aeecf668757f668535377f2ff9a95a7cf
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 22b961325bf83be59607b65b8e0117604834687b
- c3p0 version changed
c3p0 version changed to 0.9.5.4
Change-Id: I32f2ac929508647f42870fb8fabde1f44890d5b9
Issue-ID: VID-461
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to e45ae0f52dc8bf623419c3c7399340b8121f4db6
- Merge "Sonar fix too many method param"
- Sonar fix too many method param
Issue-ID: VID-466
Change-Id: I5fbffdddabf9f62a5408cd8b40397a42753006e8
Signed-off-by: arindamm <arind.mondal@samsung.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 73e90ce42013fbd2ee87477a2cd8c72eb234df3d
- Fix sonar issues in vid
Fix A "NullPointerException" could be thrown issue
Fix Either log or rethrow this exception issue
Issue-ID: VID-464
Change-Id: I92fc200bf019fc335dde8a27b50e36cefffda440
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to f2dc71a2443c29c00da7750230015d6555e86b1f
- Fix sonar issue in vid-app-common
Fix Constructor has 8 parameters, which is greater than 7 authorized issue
Issue-ID: VID-464
Change-Id: If3311351746f4a4890ab73e844decd34486a324f
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to e6571c6df02776c335b156b0fb44e31d723ffa06
- Address licence discrepancy
Issue-ID: VID-378
Change-Id: I81f6adef541b78a656ca5820a4174cadad12fc77
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to e923c507e85a91c908b24ca0e5eff1022d66d9d0
- fixing backEnd local workflow type
Change-Id: Ifd6f0718135d38135f57496e4f816e48324cfb7d
Issue-ID: VID-401
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 51a12b964a2c5dbfc7df7ee5fb7604af41e3c6b7
- Merge "removing /onap/so/infra from properties"
- removing /onap/so/infra from properties
Change-Id: I9a42d8e3cf0e4fb17356645b7d894d279fe1501b
Issue-ID: VID-460
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 61ef90b0912bdd6a7cf7169d46c4c2aa7156742f
- Merge "modify local workflow parameters to much native ones"
- modify local workflow parameters to much native ones
Change-Id: I8d3e6b204a1b327d7b754c5bc723ae4268174393
Issue-ID: VID-401
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 526efd6589d8e22f46bd0ec8e5ed41cbb3970ca7
- Merge "Update Tomcat version to 9.0.x (was 8.0.x)"
- Update Tomcat version to 9.0.x (was 8.0.x)
Issue-ID: VID-244
Change-Id: I317720b73ce4e9ea312cfefbc75ecafb56699f1a
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to d82a97ad506797f97edfd28b1658c71dc1509e5c
- Merge "Doc VID version 3.2.3 (fix formatting)"
- Doc VID version 3.2.3 (fix formatting)
Planned as part of Casablanca maintenance release (3.0.2).
Change-Id: Id7f08e9a0594962e79f012dc943677cfb38c3b10
Issue-ID: VID-446
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 54bf7af2909ff6a4294c35265bc096c360c1a650
- Merge "Run tomcat as onap user"
- Run tomcat as onap user
Issue-ID: VID-423
Change-Id: I5ec25252e325216e0835c55ae9b8ddb47ce11161
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 645680174effb1d92bb27f6c66ea6d861915f487
- Merge "aaiSubscriberController Test"
- aaiSubscriberController Test
Change-Id: I1e1b120d43e295e375626f125b8a24c4ae92b952
Issue-ID: VID-387
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to a0fd8b6fcb1f8cfae16bef075b1b8c170b8f4d3f
- Merge "Inject an SystemPropertiesWrapper instance to MsoClient"
- Inject an SystemPropertiesWrapper instance to MsoClient
Change-Id: Ibbc8540042fc46bd0df42efec99cff5fc2e371a3
Issue-ID: VID-404
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to c9599ff74584571fa7fdf241949713bc08ce2936
- Merge "Fix package.cypress.json licensing attribute"
- Fix package.cypress.json licensing attribute
Change-Id: Ia412a1deecfda523efde7021096a0c90ab6966ea
Issue-ID: VID-450
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 92137f57ba615ce8888a1539ccc332c202e176db
- Merge "Doc VID version 3.2.3"
- Doc VID version 3.2.3
Planned as part of Casablanca maintenance release (3.0.2).
Change-Id: I597a018d741bf064563a047c095517c54080aca5
Issue-ID: VID-446
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 86683c58addadfeabe12d10c2fa26cfead22c2fe
- Support for swagger
API definitions available under /vid/v2/api-docs
Change-Id: Ie7e63bfbdb8d41c43bc04ca13351dba533776a8a
Issue-ID: VID-377
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 2e77a83940fbe63305045ae8712404e38e8be185
- Merge "AaiController unit tests"
- AaiController unit tests
- refactored and added detailed unit tests testing spring rest mappings
Change-Id: I602b4301c7e46d16cc8606a5e7bb3af1cb0cad21
Issue-ID: VID-456
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to e6c63120ff5bcaa1eec2bc0fc9ff1ced572dc047
- Merge "align logic to new so api"
- align logic to new so api
Change-Id: Ic1a975eb6d3d9487fc2e006d2f171fa044806ef3
Issue-ID: VID-400
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to b39f4b49ff9ad4d98bac22c331c3becb3352585a
- Merge "Increase test coverage for vid/aii - third part"
- Increase test coverage for vid/aii - third part
Change-Id: Ib4da72c1da212cf009f70694ffcb0be4049cb67e
Issue-ID: VID-385
Signed-off-by: michal.banka <michal.banka@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to efbd6b79e61a62891f043926c7d3876ae945e50f
- junits for ControllersUtils
-Added new test to check Exception handling
Change-Id: I4e634157ad942118221c07d7fe21ee33af68a9ef
Issue-ID: VID-449
Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 13d5d23cf1e7fcd52244ef284019a0eb280bb14a
- AaiController construction and test improvements
- autowired on constructor instead of fields
Change-Id: I6fbf179a3e0ce51e92d617d681ea63b6926bcb38
Issue-ID: VID-456
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 1bd02543b9812599fe41931086fb309d56e7670e
- Merge "Extract AlwaysValidRoleValidator from RoleValidator"
- Extract AlwaysValidRoleValidator from RoleValidator
Issue-ID: VID-448
Change-Id: Ic006aceca9c51305d0706df6c2c6062ccaaee3de
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 7be7b5464dfa3bdad079a84b72191ab258f94e2f
- Merge "Turn role management off by default"
- Turn role management off by default
(cherrypicked from casablanca)
Change-Id: Id8611389b80c3a693c989ce3421f08435ad05d2f
Issue-ID: VID-448
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|