Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/integration.git from branch 'master'
to d688c4c4e37526e276690b5b51d1044b7e220aff
- Reduce cyclomatic complexity
Moving CSV data conversion and "expected failure" filtering away from
main function made testing these features easier. Utility behaviour
remained unchanged.
Issue-ID: SECCOM-261
Change-Id: I4cabfc7b352434c84a613c02f44af3c9630be970
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Add "expected failure" support to non-SSL NodePort scanner
This patch makes scanner compatible with its shell predecessor. The same
"expected failure" list format is used i.e.
# Comment line; will be ignored
SERVICE1 NODEPORT1
SERVICE2 NODEPORT2
Single space character is used as a field separator.
Issue-ID: SECCOM-261
Change-Id: Ieedd4e98a83ffe242c695133fdf7342e17efa9a2
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Run port scan
Issue-ID: SECCOM-261
Change-Id: I465282a8793191c45d288284a127e80e1fecf513
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Add IP addresses filtering
Each node might be described with 3 types of addresses [1]. Some
providers also use node annotations [2] for assigned addresses.
This patch filters out all IP addresses from nodes list. External IPs
take precedence over internal ones. The first address on the extracted
slice will be later used to run the scan on.
This behaviour could be later modified to e.g. loop over all extracted
IP addresses (if scan fails).
[1] https://kubernetes.io/docs/concepts/architecture/nodes/#addresses
[2] https://github.com/rancher/rke/blob/master/k8s/node.go#L18
Issue-ID: SECCOM-261
Change-Id: Ifd094447f778da378dfe1aee765f552b6ebd669f
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Add temporary "make" target for automated testing compatibility
Utility "sslendpoints" and related packages make use of idiomatic Go
testing commands, i.e. go test [./...]. Thanks to Go Modules [1] nothing
else is needed to run internal tests for this tool.
Unfortunately it's not the case for all Go-based Integration tools. In
order to use a single automated verification script in CI additional
"make" target is required. It will provide temporary compatibility layer
with utilities setting up test environment on their own with "make test"
target.
This patch should be reverted upon removal of such cases (currently:
after dropping "../k8s/check" tool in favour of Aquasec solution).
[1] https://blog.golang.org/using-go-modules (see "Adding a dependency"
test execution explanation)
Issue-ID: INT-1498
Change-Id: I14c83f7f193c7688590366db988ff02c13c036a4
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Add NodePorts filtering with development environment basis
This patch has not made "sslendpoints" fully compatible with
"check_for_nonssl_endpoints.sh" script yet. It sets up basic development
environment for Golang-based checkers, though.
Tool output will be added to the README after reaching full
compatibility with previous (script) version.
Development environment brought by this patch is heavily based on:
https://github.com/SamsungSLAV/boruta
Issue-ID: SECCOM-261
Change-Id: I8f035b63bea13785c40971ede5fdbbc9b6810168
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Increase verifiability of security checks
This patch introduces a series of patches that will provide tools which
will succeed current security check scripts. Its two main reasons are:
* increasing tools verifiability by providing internal tests,
* improving "expected failure" support by suppressing carefully selected
set of special cases.
Each tool will use following directory structure (generated with
"tree -a --charset=ascii" command):
.
`-- check_module
|-- Dockerfile
|-- .dockerignore
|-- .gitignore
|-- go.mod
|-- main.go
|-- Makefile
|-- README
|-- README.rst -> README
`-- submodule
|-- submodule.go
`-- submodule_test.go
This will allow using Go Modules mechanism within its limitations [1]
for "non-go-get-able modules" [2][3][4] - also in case of separating
code into several modules used by multiple "check modules", e.g.
.
|-- common
| |-- common.go
| |-- common_test.go
| `-- go.mod
`-- check_module
|-- go.mod
`-- ...
It would require migration from separate Dockerfiles to a single one
(multi-stage), though.
Provided Makefiles are intended to simplify local development
(Docker-less building) and container images preparation. READMEs clarify
utility requirements and usage - file without extension is for VCS
reference, symlink for proper syntax rendering.
[1] https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository
[2] https://github.com/golang/go/wiki/Modules#can-i-work-entirely-outside-of-vcs-on-my-local-filesystem
[3] https://github.com/golang/go/issues/26645#issuecomment-408572701
[4] https://www.dim13.org/go-get-cgit
Issue-ID: SECCOM-261
Change-Id: I48eeeda66bd5570d249e96e101e431e6bab75cb3
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to cb10a6cc9f65ef69c3c8a29a9ea3312adfe814e4
- Fix to CSIT failure due to EP type
Change-Id: I6a2bcd4b43490898952fa1a5ea171ece015d376c
Issue-ID: SDC-2820
Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
|
|
page"
|
|
* Update docs/submodules/clamp.git from branch 'master'
to be9a2a5b46a96ef97810a3893512f7e42591c640
- Fix the loop deploy issue
Fix deploy UI issue and update the deployment payload.
Issue-ID: CLAMP-791
Change-Id: I2e652bc321e27be7c21ae12c66e98880e2eed4b5
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 0379b365e2b538cd6b2d3dd03fc0290b3c88cb89
- Merge "[SO] Use common secret template in so-vfc-adapter"
- [SO] Use common secret template in so-vfc-adapter
Use common secret template in so-vfc-adapter component.
For now passwords are stil hardcoded but this will be removed in
further commits.
Issue-ID: OOM-2328
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I276e0814775ac68efe9df2f4d1ef5f919d3bef0f
|
|
* Update docs/submodules/oom.git from branch 'master'
to ad568537f37b8f6706356cde95cdcfce210df278
- Merge "[SO] Use common secret template in so-request-db-adapter"
- [SO] Use common secret template in so-request-db-adapter
Use common secret template in so-request-db-adapter component.
For now passwords are stil hardcoded but this will be removed in
further commits.
Issue-ID: OOM-2328
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I7231ac14d1f19d27c11c980e446a4809fae5dadd
|
|
* Update docs/submodules/oom.git from branch 'master'
to ac2d724170fabbba7fa2eeaed2d3e5cf0a213dfe
- Merge "[SO] Use common secret template in so-openstack-adapter"
- [SO] Use common secret template in so-openstack-adapter
Use common secret template in so-openstack-adapter component.
For now passwords are stil hardcoded but this will be removed in
further commits.
Issue-ID: OOM-2328
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Id01fcc655768bfe965b4d731f99ba3921d90ddd5
|
|
* Update docs/submodules/oom.git from branch 'master'
to 1f16295a62f87c0ef4d140d3af341b6f132227a6
- Merge "[SO] Use common secret template in so-monitoring"
- [SO] Use common secret template in so-monitoring
Use common secret template in so-monitoring component.
For now passwords are stil hardcoded but this will be removed in
further commits.
Issue-ID: OOM-2328
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Iff0ae7e14924d5e4e3484e509a7a4962f623e487
|
|
* Update docs/submodules/oom.git from branch 'master'
to 35b3735e2fc46ec509e4c21546b0e5b3cabcece0
- Merge "[SO] Use faster version of common secret template"
- [SO] Use faster version of common secret template
Issue-ID: OOM-2051
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I4975939da127f596d4a78cf8e144b8f71e72194e
|
|
* Update docs/submodules/oom.git from branch 'master'
to 78897562ad9be5b7743f0eded39459a0a725bddf
- Merge "[COMMON] Optimize common secret template"
- [COMMON] Optimize common secret template
It turned out that our current implementation of common secret
template is really heavy which makes onap linitng extremely long.
To improve the situation let's introduce some results caching instead
of processing templates over and over.
For now we cannot simply replace common secret template because in
mariadb-init we generate list of secrets on the fly so we will need
to revisit this fragment later.
Whole series of patches managed to reduce ONAP linting time to 40
mins.
Issue-ID: OOM-2051
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Id2e743147afa37290df19b73feee67621f13f67c
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to b7d48cb394ab3669a360ccc1672bdc196982abfa
- Merge "Service Topology Changes"
- Service Topology Changes
Issue-ID: USECASEUI-419
Signed-off-by: phani.y <yellela.nagaphanindra@huawei.com>
Change-Id: I4f2d8a5a6309de92acd9384d499a285306036ebf
|
|
* Update docs/submodules/clamp.git from branch 'master'
to a8b7177d608d84605dd9971f23a7045ba34370b0
- Merge "Improve the policy name"
- Improve the policy name
Give a better name to the policies so that it's easier to know which modle has been used
Issue-ID: CLAMP-792
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I7c6f25eb5075d6e4d114cecd705530a656875cd9
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 2dcca5a5b563e7640313e93fe617ca89bf6aa6d6
- Merge "Improve the policy model download"
- Improve the policy model download
Improve the policy model download so that the yaml is now in pretty printing and the policy engine is not triggered if the model is already in the database
Issue-ID: CLAMP-784
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ibd1e6bd617cf052ad4c475e4dd9c63eb2b046acd
|
|
* Update docs/submodules/clamp.git from branch 'master'
to f152e38d8120333a2572d0b785f4e68aedc92a04
- Merge "Improve metadata support"
- Improve metadata support
Improve the metadata support for CDS and default values
Issue-ID: CLAMP-786
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I8a24e31a93ff1e288ec8f0f6d522b1b15d39a8d2
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 1de136123f864a62052f7babf18ddb45e870ec54
- Create base Sodium image
Create base ODL Sodium docker image
Change-Id: Ibfc259529ffeb90d73ea897f9a2ae7a1a79a6b79
Issue-ID: CCSDK-2184
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 48bcfb9d4b03ac3e2e6915f7bdf72599c8794d43
- AAF non-root
update AAF service dockerfiles to run as user AAF, reusing existing script infra
Issue-ID: AAF-1102
Signed-off-by: ChrisC <christophe.closset@intl.att.com>, JulienBe <jb3179x@att.com>
Change-Id: I2d9feef65a98d4545e407825533cd1741f891b45
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 771dcf4ba2bf90a7da49bbec5d1a80c216c76de7
- docs: Change OOM release version and other document
Change-Id: Ie25d6f8e4ca5402c02e1f06976dc49103f8f74ea
Issue-ID: USECASEUI-397
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 4812d3bf317120910b9238d2845c33b4efb62a18
- docs: Update new release version
Change-Id: I6826688408905ccca775896c7f8f4cd9acd5aacf
Issue-ID: USECASEUI-393
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
Issue-ID: AAF-1107
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: If1ffac4402658bfd66ee1dd0733ed3e99eb10cb7
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8af6e787bd1bde1bfbcfc662643982c1ab4ee8a2
- Merge "Fix wrong underscore configuration"
- Fix wrong underscore configuration
Underscore configuration should be true
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Issue-ID: PORTAL-806
Change-Id: I88b840e4b8ccd6c635c835ded6e783843aabc10c
|
|
* Update docs/submodules/oom.git from branch 'master'
to 201a48f66748e2619b2ee25e490302fd8e921ad9
- Merge "update ves collector version from 1.5.3 to 1.5.4"
- update ves collector version from 1.5.3 to 1.5.4
Issue-ID: DCAEGEN2-2107
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I92f2fec827d02c4cb677869a05853eec59dc40fa
|
|
* Update docs/submodules/cli.git from branch 'master'
to a830283ad20eef6d73ff0d4131b501c4e14ae2e1
- Docs release notes 5.0.3
Issue-ID: CLI-255
Change-Id: I8f3e70643e7ff42aa962afbc3bbf16236c9706d1
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
* Update docs/submodules/vnfsdk/model.git from branch 'master'
to 8294fe87be5d3875bb01e909e9e266dce4e3d451
- Release notes 1.5.0
Issue-ID: VNFSDK-561
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
Change-Id: I5645d88df9e6e87b51fc22267db02d4d5b07e139
|
|
* Update docs/submodules/aaf/certservice.git from branch 'master'
to 9600d1361dd6e662248fe0704d1436ae56d446a7
- Merge "Add validation for uniqueness of CA names"
- Add validation for uniqueness of CA names
Signed-off-by: Michal Banka <michal.banka@nokia.com>
Change-Id: Icfa9ee0f78d360a4f640904bb9077a10f15497ed
Issue-ID: AAF-1107
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 8defd71ab9be122e70a46841ab3439d58dec8959
- Ignore JUnit that fails intermittently
Issue-ID: POLICY-2378
Change-Id: Iaa2e804af63d4ce1232326bd2dcca96083e5f087
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 24ac0e5645e65ab05c6887d3394a3b209cb57130
- Use released schema-service:1.6.6 dependency
Issue-ID: AAI-2839
Change-Id: If7d06b77727e02ee32c414fb6f1a0711cf97f7ee
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
* Update docs/submodules/music.git from branch 'master'
to 2fb68aa6fc8e8d15d65c26505b3bd4a278b778ca
- Exclude jax-rs 1, force jax-rs 2
Issue-ID: MUSIC-561
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I55fc7bf1bbbbdd4fc0b5d62276ba77c9ae81260d
|
|
* Update docs/submodules/music.git from branch 'master'
to 951bc7766db712678c77bdbad11e9f362d4679c6
- Excluding jersey-core 1.13 and jax-rs 1.x
Issue-ID: MUSIC-561
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I8f9679e8137f92e8d5ecc9d0c4b2921217db7a97
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to a617d3e1dcdcf63c38406e9bdb0e38834befb8d2
- Bump patch 1.6.1 to fix JUnit issue
The docker stage job is not succeeded, nor is the sonar
job. Logging doesn't produce anything useful, so the best
bet is to fix the order of the tests and hope that fixes the
problem.
Regardless must bump the patch to release it again.
Issue-ID: POLICY-2378
Change-Id: I01ff47c8deb124e9fd6ffcb37407dc580ecd6b03
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to ccdfcf82e4804febff7597cf87395be2a0b98a46
- Merge "Add support for jks cert fomat"
- Add support for jks cert fomat
Change-Id: I8f977566f07700beab8d843755e92a7614208834
Issue-ID: SDNC-991
Signed-off-by: esobmar <mariusz.sobucki@est.tech>
Change-Id: I48423a5cdc5ae153d6ee65124b759737dc39a2c4
|
|
* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
to 742485edaf020f6a673486ce6f0b3235bac1fe71
- Updated VES publishAnyEvent HTTP Headers requirement to VES 7.1.1
Includes a change in HTTP headers required in publishAnyEvent use-case.
Authorization header "Required?" property set to "No" to align with publishEventBatch, and VES7.1.1 implementation.
Signed-off-by: deen1985 <damian.nowak@nokia.com>
Change-Id: Id7fc8bbc0b62044a2cf8524ca2bd8029763283ce
Issue-ID: VNFRQTS-863
|
|
* Update docs/submodules/music.git from branch 'master'
to 58b18c11d3c95bb57c98860f9da0f14c849d5ccb
- Exclude jsr library
Issue-ID: MUSIC-561
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I7e2b7eae14f8e086697fcdbcab2610544bb4140d
|
|
* Update docs/submodules/oom.git from branch 'master'
to 7471f8163e385952480f128947a5e3a9af9d42af
- Merge "[DMAAP DR] Fix PV,PVC error"
- [DMAAP DR] Fix PV,PVC error
Change-Id: I12ad57dff925485a48ce512c9e6c3531dc99deec
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: OOM-2332
|
|
* Update docs/submodules/sdc.git from branch 'master'
to a7e2351ac2700bc62584d8f16057c1efa1f64400
- Improve log texts
Issue-ID: SDC-2852
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I7a1ebfc625e297f943794046f37b15cc48d8cacb
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 2c579cb9d74cbed39f60592b1837bd72b20d35cc
- Fix for Operation Button is missing
Change-Id: I4da92b9e7055c4b7b375e77aab87122e8a61b520
Issue-ID: SDC-2843
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 201ca6fe0775995ff574c0eabbbea65f368a42be
- Increase test coverage
Change-Id: I08577d28ced96f945d5ecfc3a19fb4f46d44ec02
Issue-ID: SDC-2833
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
|
|
* Update docs/submodules/music.git from branch 'master'
to 4f95dd7c2951fef7d73b598456c2a361b2f56989
- Use v1.19 of jersey-multipath
matches the same version used elsewhere and does not pull in
jax-rs library
Issue-ID: MUSIC-561
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I7f708f1f5e2d41d15f133c2c2fa1ea6acdb98b90
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 8f2118fad3bbe7c41b5ec462e390a0aeb089cc04
- Release engine 1.6.0 artifacts
Issue-ID: POLICY-2378
Change-Id: I1f4a7adfdd35cf01faa943d33d4d8093c0f3ceb9
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/aaf/sms.git from branch 'master'
to 172045b5db0618f288b577a9fdbb8ece3208d687
- AAF non-root
update SMS dockerfiles to run as non-root
Issue-ID: AAF-1102
Signed-off-by: ChrisC <christophe.closset@intl.att.com>, JulienBe <jb379x@att.com>
Change-Id: Idd982a17fd81a599acb57a1eba331706bd22529e
|
|
* Update docs/submodules/dcaegen2.git from branch 'master'
to 03712a4f1ebfc3ad6467adbac9e47da9bb094d7c
- Update swagger files(version) in rst documentation
Issue-ID: DCAEGEN2-2114
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Id485609b70a5ccad56659030acf5fa28457c01af
|
|
* Update docs/submodules/integration.git from branch 'master'
to 3d0d6a9a7fc64e42c36c31ff7f371b562ec691f1
- misnaming of pap component
Issue-ID: POLICY-2296
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I3addd7de51fa2ca4b1e76e95a9f0e91d1e1ca3e9
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to e224d76e1558a31818badc60af59dc02e0fb268a
- Import of VFC will maintain interface implementations
Issue-ID: SDC-2772
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Change-Id: Id387ebd67ff0b136d532df70fe8b2b8760edc433
|
|
* Update docs/submodules/music.git from branch 'master'
to 8164f0b75e162c3c20c9cee8e0ed629156f35698
- Exclude jsr library from swagger
Issue-ID: MUSIC-561
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I84232650f91b64b762eb7382dc79dced1b67f20b
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to 590aaa74c840d4e245af752148affa15c50ee232
- fixed inventory db entry
filled null values with empty strings
Issue-ID: SDNC-1132
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I3f210a52fe4aa08d18206e4faac35e19d9637f52
|
|
* Update docs/submodules/oom.git from branch 'master'
to c05c4ed247dfd4b40d0fbe413e1d898d72197aa1
- Merge "R6 updates for dcaegen2/dcaemod"
- R6 updates for dcaegen2/dcaemod
Update to bootstrap container 1.12.2
Update to dashboard container 1.3.2
Update to prh 1.5.2
Make runtime-api imports configurable
Issue-ID: CCSDK-2158
Issue-ID: DCAEGEN2-2088
Issue-ID: DCAEGEN2-2105
Issue-ID: DCAEGEN2-2120
Issue-ID: DCAEGEN2-2127
Issue-ID: DCAEGEN2-2128
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: Ie335fc866bc5360bbfc8200fc0e1712b64e05e1b
|
|
* Update docs/submodules/integration.git from branch 'master'
to ba7629d1f122e64513203c3fad9139bb6e468712
- Add the provisioning management service provider for 5G NRM CM
Issue-ID: INT-1387
Signed-off-by: Huang Cheng <duke.huangcheng@huawei.com>
Change-Id: I23bda3ec2a31569d4857b2f16b9a607c64abd9f0
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 98bade58e0ab9b74378e4e3214700e7b00e10d7d
- Merge "Fix the CDS calls"
- Fix the CDS calls
Fix the CDS calls for generic tosca policies, the new tosca parser must be interrupted so that clamp can do json schema enrichment
Issue-ID: CLAMP-786
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ib7e85a6cc3849f614a3025779d29e8024f7a2ef2
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 97930ffc459281aa11c8e3fb1ffacafdc3d161be
- Fixed updating VFC
Added checking that newProperty.path isn't null.
Also added refreshing the returned property from the backend.
Issue-ID: SDC-2800
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I82449d04f3151b5233cd99fb919b47f6d05a83fa
|
|
* Update docs/submodules/oom.git from branch 'master'
to ded698ab58451782340f7af09846bc33444c835f
- Update git submodules
* Update kubernetes/robot from branch 'master'
to ac2783f70a211de9642de744a0a1d3c3dbe920c6
- Disable HTTP Port of portal-app
Issue-ID: PORTAL-848
Change-Id: I59fc05e2af2ff9429046497bd841d7ae8d0c58e8
Signed-off-by: statta <statta@research.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to ca8351c997c031da1ba5ef18a9a8aeb355bc9b12
- Merge "Disable HTTP Port of portal-app"
- Disable HTTP Port of portal-app
Issue-ID: PORTAL-848
Change-Id: Ica17e60ec7497cf6d310a664c2e414455f8d1ef4
Signed-off-by: statta <statta@research.att.com>
|