Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to e052270b90435346a934f016bc8b8974f0b94201
- Merge "Fixing invalid hostname filled by ci-installer"
- Fixing invalid hostname filled by ci-installer
ci-installer filled hostname containing underscore what is invalid
Issue-ID: OOM-2119
Change-Id: I26dfa7115ba9e700715e0fae441c21a26fde3382
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 59ac595e49ae558c484ec61ea7db756a3c996714
- Sonar Fix: LastNotifies.java
Fixed sonar issues in this file
Issue-ID: AAF-968
Change-Id: I67db7679b689888576fe5c667c59a656e8d173b7
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to c0cf4f1561dc0022e839d8e550ee0d6650d0b72f
- Fixing deprecation warning in ci-installer
Issue-ID: OOM-2128
Change-Id: I5b25007b0521596083f539be296291adc21bb1d8
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 8707107f01cafcb77c898333ec20fa7b263c7fe3
- feat:optimize api url and mock json of service-list page
Change-Id: I22cfa697dd4b1d4494bc7184a4163c7da013f48e
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/multicloud/azure.git from branch 'master'
to 822c26fbea5fddd8fc2444d85eb39f5fd6cb856e
- Fix py3 incompatibility
Change to py2.7
Issue-ID: MULTICLOUD-857
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: I2d88e3e0d326868a5e3db2a48aa0dadf52201f9d
|
|
* Update docs/submodules/oom.git from branch 'master'
to 55b95ec89e68c41614730a61b491967bdcbf7ffe
- Update git submodules
* Update kubernetes/aai from branch 'master'
to 1a2274dc0d8089b12a4b6feff328153dd9b26215
- Merge "[AAI-2617] Search guard is no longer available"
- [AAI-2617] Search guard is no longer available
Change-Id: I5cc786073ac27d3d36d05f0aa89ac5b7f1aadc02
Signed-off-by: rajeevme<rajeev.mehta@amdocs.com>
Change-Id: I6b8ce9867d8b1d8108fcd7002e84f798a5b4e8e2
|
|
* Update docs/submodules/so.git from branch 'master'
to db90144322187faee71622702bff58c43a2af300
- Merge "Update catalog db client to specify larger page"
- Update catalog db client to specify larger page
Update catalog db client to specify larger page size
Issue-ID: SO-2393
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I3f0856e6b278e341f5b1a5867e1d3031a64edab6
|
|
* Update docs/submodules/ccsdk/parent.git from branch 'master'
to 2e8a4da68b26ffb5bf812fce9ebdace4b39d1c50
- Restructuring POM's and Template
Running mvn tidy:pom to format/restructure pom's content.
Removig plugin to format pom as all child poms are not having reference to root as parent pom and maven-tidy-plugin is not being executed to format pom
Issue-ID: CCSDK-1764
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I18fd59ae94fdded11f3cb62647d5b3518bfe051a
|
|
* Update docs/submodules/appc.git from branch 'master'
to b3661f029cc632f910eb3a86376d0def7e8b1048
- Remove OJSI-176 and OJSI-177 from release notes
Both tickets mentioned in the title are false positives.
In OJSI jira they are marked as "Not a bug" thus they shouldn't be
considered as "fixed security issues"
Issue-ID: OJSI-176
Issue-ID: OJSI-177
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I4d3c0939b5df68ed42e334d492a2751143b41e39
|
|
* Update docs/submodules/optf/has.git from branch 'master'
to 79bef7f1ca027a1aad11ebdbf8975a216d817b97
- Use OJSI identifier to document fixed vulnerability
It's better to stick to the convention that OJSI ticket should be
mentioned in Fixed Security Issues section to ensure full traceability.
Issue-ID: OJSI-137
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I3549e3853b5acd69df00500106ca35dc4002fe10
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to b831c6a3df8e1dc9017ae5e8ad002dc3b1002aab
- Merge "Format java POLICY-SDK-APP"
- Format java POLICY-SDK-APP
As a result of doing command maven reformat, these files are
now changed.
Updated licenses.
Issue-ID: POLICY-2133
Change-Id: I19a8dd70eb10c0d879b97635f7780ab7f92a1753
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to d3e39036e883385f1308d378ebe5e1179bfbc932
- Add plugin for formatting
Makes it easy from the command line to clean up whole submodules.
Notably for policy/engine.
Unfortunately we will have to copy the onap-java-formatter.xml to each
project repo. Maven can't seem to find the file.
Issue-ID: POLICY-2145
Change-Id: Ic905be8c33fd89e3bd2be072d3670aad7a4fac2b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 710011b4fb147bf100c52c4b0425160bba88a0fd
- Remove unused vars and methods
Removed unused variables and unused methods.
Removed empty ';' statements.
Combined if's that had no content.
Not doing any formatting for javascript right now.
Licenses.
Issue-ID: POLICY-2134
Change-Id: Ib5ec178bd34154281509f57ed15f704e26101f05
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 43531f0fa9eb2b07bc6b3205e66ee18e0a5b4df2
- add logging-filter dependencies to vid-app-common
Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I1c9ae03fb9c33a12c24b887a9262df77b8d29e0c
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8936d6aa640e3e55ca02ffdac4a577d80bda91d9
- Fixing Basic Modeling genericparser API Health Check Failing
Change-Id: If2cf110e0387acaff61d996435efdedf41561b60
Issue-ID: OOM-2126
Signed-off-by: afenner <andrew.fenner@est.tech>
|
|
* Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'master'
to 2589c886bfd748bd346b3b02e048b52a1f7edd81
- Enabled HTTPS for sdc-workflow-designer
Updated broken jetty start bash script
Issue-ID: SDC-2479
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I2d8bf55e5deadd6973f6b027cb45ad797ece9993
|
|
* Update docs/submodules/vnfrqts/testcases.git from branch 'master'
to 886655e637d3782676ab3c7386900b8f7c91daa9
- Update Tosca VNF test case description
Issue-ID: VNFSDK-451
Change-Id: I38fb6da9257282254297db06d6089c127b7f26fd
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 92b3cd11dbd906f9304a2436498c6109f8d9a0f5
- Automate curl installation in sdnc container (vCPE)
Curl package will be automatically installed be the
healthcheck-k8s.py script.
Change-Id: I7fc5579524c7519f6153b02d0de0000dc0138992
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1313
|
|
* Update docs/submodules/so.git from branch 'master'
to 6392515d91c00df8cb925ec9e99273a2f9e4744f
- SO Distribution Error on Allotted Resource
SO Distribution Error on Allotted Resource - duplicate primary
Issue-ID: SO-2351
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: Iae7bda27ac4975b5ede657ac485472bbc6e88c56
|
|
* Update docs/submodules/logging-analytics.git from branch 'master'
to 2ef607c851f540a5a6172f73dcab9c26dd7b4751
- Update version of logging-analytics jar to 1.5.1
Issue-ID: LOG-1140
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I25e91284d3e32d0a7b466a25fb6d42ef227b0fc7
|
|
* Update docs/submodules/vid.git from branch 'master'
to fccae62442353fea229184159a56e7a49ad3638c
- Merge "Add partner-name header sending to SDC"
- Add partner-name header sending to SDC
Issue-ID: VID-253
Change-Id: I471ceea513b62f5bc83f8496e15b647f7d888926
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 85f3d5c59775259524ac2a51c5976d09a004e56c
- Merge "send X-ONAP-RequestID and X-InvocationID headers to AAI"
- send X-ONAP-RequestID and X-InvocationID headers to AAI
Issue-ID: VID-253
Change-Id: I5910e351982d3f118248f7dbeb735db018e1f05e
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to b3209d913c1e43830ecaaf2b89f627fe4e930906
- Merge "Add El Alto release notes"
- Add El Alto release notes
Issue-ID: OOM-2103
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I9a378602c8d73df4df2fef4fcf52b88fa5000eb6
|
|
* Update docs/submodules/vid.git from branch 'master'
to 69257dc9c6f3e04b677eecffbf8f3ebb535b0be1
- Merge "all rest calls of AAIRestInterface use doRest method"
- all rest calls of AAIRestInterface use doRest method
Issue-ID: VID-253
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ie25a8be8d649fe322698c81a969c720dc123c629
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 31b7ddb2fa8db611b18450b00ff8b37167d3becb
- Document fixed OJSI tickets in release notes
Issue-ID: OJSI-31
Issue-ID: OJSI-76
Issue-ID: OJSI-77
Issue-ID: OJSI-78
Issue-ID: OJSI-79
Issue-ID: OJSI-80
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ie57bdbfae0b40ff7633ff674d22ac5ad3c5cf866
|
|
* Update docs/submodules/vid.git from branch 'master'
to 54b4b3366fb23feae188bbe0a9a7b49eebea2692
- change management integration with reduce flag
Issue-ID: VID-596
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
Change-Id: I3b9df53ae4b58b3abe672b3871b75a68fda79fc9
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
|
|
* Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'master'
to e69e424aa205dce56cebda5babce30fe260b10f8
- Enabled HTTPS for sdc-workflow-designer
-Enabled HTTPS for frontend and backend
-Updated paths and passwords for a certificates
Issue-ID: SDC-2479
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ibccdae478c047aac1a69192e3c257ea31dc39cac
|
|
* Update docs/submodules/so.git from branch 'master'
to 6f8ed4f558226640d00b2069ae3e8d254364f80a
- Merge "Update logging version to 1.5.1"
- Update logging version to 1.5.1
This will solve issue where OOF is
not a logging component.
Issue-ID: SO-2378
Change-Id: If01e7ffc22d712dfd7f5c5e077384423e89b6574
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to eeebff31ba9ad1358ee97a8df37586864098304a
- Merge "Change port mapping on DMaaP DR prov"
- Change port mapping on DMaaP DR prov
Change-Id: I6467c37800ec96bd1b030f0576ce690d408ff5b6
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: INT-1296
|
|
* Update docs/submodules/logging-analytics.git from branch 'master'
to 68a5ea019002d9d62342ddf35351fcfccf9b0ad8
- Release 1.5.1
Issue-ID: LOG-1149
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I21e471a5f0135385e096258a236df32f0afdb8e8
|
|
* Update docs/submodules/logging-analytics.git from branch 'master'
to 014b446db77e6b7aa5fb402d24f6d532875d7741
- Update to version 1.5.1
Issue-ID: LOG-1149
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I6b79884bee8670927a7269f2f4b391e41403798a
|
|
* Update docs/submodules/oom.git from branch 'master'
to efa45c96126380016456fb2ae4f9acdc4166751b
- Merge "Use SO simulutor in cmso-robot"
- Use SO simulutor in cmso-robot
Issue-ID: OPTFRA-509
Change-Id: I2549e396311ad9582b898493e6bce311141a3b95
Signed-off-by: Jerry Flood <jflood@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to c8c79af678e8ad916a3cc766acc0e931ea3184a2
- Merge "Fix https config for admin portal"
- Fix https config for admin portal
Fix config of admin portal to expose https instead of http
Change-Id: Ie5d94921fd0fdbe0ea4866385f07fa8859ba59a6
Issue-ID: OJSI-98
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to ac26fde8ba45fb1244a8e81d509800a67b5eb394
- Merge "Revert "basic auth for so-monitoring""
- Revert "basic auth for so-monitoring"
This reverts commit 3cc4c5bf37b4ae20a9809c329ad8aa1889aadbdd.
Change-Id: I66ae23f1ef82f28c78986d58ce3373b56e950c7b
Issue-ID: OJSI-169
Signed-off-by: k.kazak <k.kazak@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 181ea998552a85c879b2a4c209a97d3af388699e
- Merge "bug fix with wrong json handling in ConfigAssignVnf"
- bug fix with wrong json handling in ConfigAssignVnf
Change-Id: Ib1a51a69bf421e33e439da6f1cb0abafd760cca2
Issue-ID: SO-2382
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 3c68b089f1782befe61096549fa0916367751672
- Merge "Added null checks for bp to prevent exceptions at bp.getId() calls; fixed omissions in methods control logic; removed unneeded catch blocks"
- Added null checks for bp to prevent exceptions at
bp.getId() calls; fixed omissions in methods
control logic; removed unneeded catch blocks
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I8347b953381ebb4a112a22fc8c58a9a32f2dbfb7
|
|
* Update docs/submodules/oom.git from branch 'master'
to 79d2f504e49215df6d918ed7e96469f3f460f5c7
- Merge "Increase liness/readiness timeout and period"
- Increase liness/readiness timeout and period
Issue-ID: OOM-2059
Change-Id: I02bbdd5b06e7194434d761bcf1aebbd749c6f1d7
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 809993fe658026f4cb953e49ab0331e2d4e5c8f8
- Merge "Worked on defect CCSDK-1793"
- Worked on defect CCSDK-1793
Changed base url from controller-blueprint to blueprint-processor
Issue-ID: CCSDK-1793
Change-Id: I38f8e8ba482a05d5b385c109fcd4c54f2cd77b48
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 9961ca616538f9fd3931d03cf2aec9344c11609d
- Merge "Fix X509 injection"
- Fix X509 injection
Url Decode before using the certificate
Issue-ID: CLAMP-519
Change-Id: I7b0e9926a7ae6c50f2e5fafa73b20d733725b076
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 328a0562c256b4d3781765506dded054b58c3426
- Remove quotes in so response
Add 'format=xml' to restapi-call-node to prevent quotes from being
added around values in XML content
Change-Id: Ic1eacf64fa59002a913d248796fc9247eeeac853
Issue-ID: SDNC-927
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to d58ae1b2ca0819924d4c6df78a0613441398befb
- Merge "Add react ui test"
- Add react ui test
Add react ui test to improve code coverage.
Issue-ID: CLAMP-509
Change-Id: Ic9c974a78ee453dddb8f985f3e9c9067f66e95d9
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to af150f32a5644719f7b29a1be513190c865b5f74
- Merge "Removed unused private method getProcessInstanceId() to prevent static analyzer warning"
- Removed unused private method getProcessInstanceId()
to prevent static analyzer warning
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Iab8cba14eb519f8c36f4f3ddd3fde2e50ac7147b
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 4c2b42f141e1501222a284f964eb4303cc4f03aa
- Add bi-directional python executor tests
Issue-ID: CCSDK-1747
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I2e2b974d35d6878418eafe8ece9fcb1d69622a61
|
|
* Update docs/submodules/oom.git from branch 'master'
to 7f145c7b0769849c2fae9677fa3daa6a58ca99d1
- Increasing Max Heap size to 2GB
Issue-ID: OOM-2059
Signed-off-by: Akansha Dua <akansha.dua@amdocs.com>
Change-Id: I9b8db6ff689c0928ac497b523290e586c0f6f1f8
|
|
* Update docs/submodules/sdc/sdc-distribution-client.git from branch 'master'
to 701842e370ade0354cb443c010113900bfda4497
- Removing commons-codecs
New version released
Change-Id: I31ca8233ad4d6f6d3170e98be42ace8d68ae1a58
Issue-ID: SDC-2504
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 003853d0d95c142e857b9e73f0164123e7e685ef
- Revert "Sonar fix NullPointerException"
This reverts commit b0f96a46e2720c75eb035bbe94015e5a1c6b0b32.
Issue-ID: SDC-2542
Change-Id: I63b5349670c8e5fa814d686cfa93173d0ea6297e
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
* Update docs/submodules/logging-analytics.git from branch 'master'
to 87116571dbb341784db9353bad99463637b7219f
- Update version to 1.5.1
Issue-ID: LOG-1149
Signed-off-by: Prudece Au <prudence.au@amdocs.com>
Change-Id: I1221a97ac503e25371cdcc072dddf4d85ae22eca
|
|
* Update docs/submodules/cli.git from branch 'master'
to a52f00e9d0af1181d3e9c87508789fb4ced022f5
- Minor bug fixes in CLI
- Added USER_ID header for SDC
- Changed multicloud url
- Added samples for commands
- Fixed Bug in service-create command
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Issue-ID: CLI-229
Change-Id: I9ec94d6dd390d2b5bf059c2f8a82c67b65fbeb34
|
|
* Update docs/submodules/logging-analytics.git from branch 'master'
to f283f4b1f1340d45bbe467703ab02f7b20cfac2d
- Update version to 1.5.1-SNAPSHOT
Issue-ID: LOG-1149
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Change-Id: Ia443205937060b8a488cb0f015523019d02697fe
|
|
* Update docs/submodules/integration.git from branch 'master'
to 383a3e820a83c7c526aee35312a94a923a53022c
- Fix SSL cert verify for SDNC
Issue-ID: INT-1265
Change-Id: I7c36dc479b73a8b663cae4472ed29182d0f6672b
Signed-off-by: Brian Freeman <bf1936@att.com>
|