Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: CIMAN-33
Change-Id: I98cabdfd5463ce7ec6741306cff12f6a87aaa3e1
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Issue-ID: DOC-823
Change-Id: I0e4707c8d3b61fee12df9817960b7a9c8bb77596
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
|
|
Issue-ID: DOC-823
Change-Id: I12306cb0ea23be65cdd0f824c8d99cbf47ba00b0
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
|
|
upgrade to spring-boot 2.7.18 (Last spring-boot 2.x version)
upgrade the additional versions inside the cds
Issue-ID: CCSDK-3981
Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de>
Change-Id: I239fbdb8b6f58095d805399c6f9ed3af6e7b42fe
|
|
ConcurrentModificationException. This leads to errors, which are hard to find.
Simple solution is to use a ConcurrentHashMap instead, because this class is thread safe.
Issue-ID: CCSDK-3978
Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de>
Change-Id: I68de3bc24d93a784964bc4b58caa2aeebf250e33
|
|
BlueprintCompilerCacheMessageListener do a cleanup of the deploy folder of the given artifactName:artifactVersion inside the deploy path.
Issue-ID: CCSDK-3969
Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de>
Change-Id: I9cefc996feb0ddc4b20153159c59a5b89abb1b50
|
|
Use version 2.6.1 of parent poms
Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Icbb4d3897954a4e7fc8ca6ddbc8e01a68d19f98a
|
|
The maven reusable workflow name has changed to
compose-maven-verify.yaml
Issue-ID: CIMAN-33
Change-Id: If804dfe59ff64d5c2cb21449aaa74d3afaf6b132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Issue-ID: CIMAN-33
Change-Id: I5b4998e70d914c40d78d5388ab43b562e7a36065
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Issue-ID: CIMAN-33
Change-Id: If47eeeeb8ac27e4cf54993590a31540212aa332f
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Issue-ID: CIMAN-33
Change-Id: Idd8a2c559a2bdb328f1b2cc8e5a4e91805c4db12
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Issue-ID: CIMAN-33
Change-Id: I2c0013907aca7faf5391cb9879236b34331c5c75
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Issue-ID: CIMAN-33
Change-Id: I6dca8cecbd436fcc95d3831d247d2f1444342d32
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
This is a comment only workflow call
Issue-ID: CIMAN-33
Change-Id: I78d573ab2819a639b5ba98772f6d11dc55c5e098
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
use awaitSingle to synchronize creation of the temp zip file and
the access to this file.
Issue-ID: CCSDK-3934
Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de>
Change-Id: I908a251be76e4abfee5986729ae84b7f27057280
|
|
Issue-ID: CCSDK-3814
Change-ID: I73f97f986a817d423f93a8d922dcd9647b2606aa
Signed-off-by: rajesh.kumar <rk00747546@techmahindra.com>
|
|
Issue-ID: DOC-811
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I39729a4b23ca9404c9287a58d5ac787770871cb1
|
|
Convert python2 scripts to python3
Issue-ID: CCSDK-3906
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I68b82108c5cd51a99735f65f964b8ebc16181c1b
|
|
Roll snapshot to 1.6.0-SNAPSHOT to prepare for Montreal release
Issue-ID: CCSDK-3903
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I76b9683c658f793c01fdb865404df72ac1ec9684
|
|
* Using CustomJinjavaInterpreter to override getAsString API, and returning context.currentNode.master.image instead of empty string
* Earlier rendered result was not keeping unresolved variable rather replacing with empty string, and above helps keeping those.
* Upgrading jinja.version to 2.7.0 from 2.5.1 and adding related Junit Test
Issue-ID: CCSDK-3895
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I00da64811883957f44f819a44405e073ed7a7755
|
|
Release version 1.5.1 of CDS maven artifacts and roll to next snapshot
version
Issue-ID: CCSDK-3876
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I2d865d2acad2e3594e140604076a421c5d352e0c
|
|
Release version 1.5.1 of CDS docker containers
Issue-ID: CCSDK-3876
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6b2a649f0d558dde142b19c3dd5fde43978e3674
|
|
Update CDS to snapshot version 1.5.1-SNAPSHOT so that version 1.5.1 can
be released
Issue-ID: CCSDK-3876
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9c54710dfadcda134a3b3a08d50690a3cadccca3
|
|
* Adding proxy and ssl context to CloseableHttpClient
* Adding paged capability to ResourceDictionary GET API, and adding POST APi to bulk load resource definitions
* Adding more packages to swagger-maven-plugin to get more RestCOntroller generating swagger doc
* Fixing maven artifact versions all places
Issue-ID: CCSDK-3895
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I096f80a2326cd00068029330b241da209e46e31d
(cherry picked from commit 2f4cc180555b1891fb749443449bd969db408d9c)
|
|
Issue-ID: CCSDK-3887
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I1e32dedc6abaf829fe82733548cb9c26ea386117
|
|
Issue-ID: CCSDK-3813
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I098eed2a911811c99473c0ac67fc34db8415c284
|
|
K8sAbstractRestClientService and all derived classes
K8sQueryRestClient
K8sRbInstanceRestClient
K8sDefinitionRestClient
K8sUploadFileRestClientService
does not support the spy / verify functionality of UatExecutor / UatServices
Issue-ID: CCSDK-3872
Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de>
Change-Id: Iee30f48e9d86efd07a2ab6dde0d5743e4657934f
|
|
- Doc changes to satisfy new doc-rules
- Fixo f CDS-UI build
Issue-ID: CCSDK-3859
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I9471e845afd39d06466da9a5db8fde5acdf15ea1
|
|
JUnit tests are no more executed: spring-boot-starter-test does not execute any junit4 tests by default
Fix enable tests and adopts the tests moslty to java 17 runtime
Issue-ID: CCSDK-3859
Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de>
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I02a8d25350ca62262bfc6e07c2865cd8d7b4e6b2
|
|
Upgraded groovy maven plugin for openjdk17. Changed parent version
to latest snapshot to pick up grpc upgrade needed to allow local
compiles on newer macbooks, based on apple silicon.
Issue-ID: CCSDK-3861
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie11456682a3a038892a35a5ec3b3e0f2e8847b13
|
|
Update to use latest released London parent poms v2.5.3
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I84983ca3376e03e683782a223f3b57e4648b9942
|
|
Use released version 2.5.1 of parent pom
Issue-ID: CCSDK-3831
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic46287ef341abb1eb2bbdd68ecc890f80702b4a9
|
|
|
|
- use the local versions of the files that are already present in the assets instead of fetching them from the internet
Issue-ID: CCSDK-3826
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ie4ba0076d46d4a4ea03b7a1c1f00b05804cd6ee6
|
|
- fix broken link to architecture picture
- improve document structure
- improve cds-ui/server README
Issue-ID: CCSDK-3825
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I00087a8fa31bad2c4bcaebae487940e7af4807c0
|
|
Issue-ID: CCSDK-3779
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I1a1a00ecb9ddd5566d17fd44bc886d1603fb7ea3
|
|
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ia15546cb7edad059700f8cfaa04a9aed50935084
Issue-ID: DMAAP-1767
|
|
Issue-ID: DMAAP-1767
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I71ff2dd7b15a4114fe033a7ec899961815fd678e
|
|
|
|
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I5d49c5f546e4f54bd1924fdcd2e6d7282b4eb20e
|
|
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I22b10430ef153933a41979f8a54f8cd1aaeeb7a2
Issue-ID: DMAAP-1767
|
|
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I1443b94bc1b5524c35f8ccd464bcb5da767c925e
Issue-ID: DMAAP-1767
|
|
|
|
The delete endpoint was failing due to missing annotation.
Issue-ID: CCSDK-3798
Change-Id: Ifa857a4842b9528d1e645e1fdeb6781121a930f7
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
|
|
Change to native helm, and removed generate-name capability reference.
Issue-ID: SO-3835
Change-Id: I59f4271872db1e94c189a3b375da1fe30d1089a3
Signed-off-by: sangeeta.bellara <sangeeta.bellara@t-systems.com>
|
|
Update version of master branch CDS for London relesae
Issue-ID: CCSDK-3779
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Change-Id: I41a60427c902c731990a9cb570896551819959b6
|
|
Release version 1.4.1 maven artifacts and roll to next snapshot
Issue-ID: CCSDK-3777
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Change-Id: I37429e7e210a4620d4a2aed4618c501aa4836c02
|
|
Release version 1.4.1 of CDS dockers
Issue-ID: CCSDK-3777
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Change-Id: Ieb7533a00e4834fb8152d122a7aae76535e4501b
|
|
|
|
|