summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Kenny Paul [Wed, 28 Apr 2021 22:47:03 +0000 (15:47 -0700)]
Changed to unmaintained
Issue-ID: CIMAN-33
Signed-off-by: Kenny Paul <kpaul@linuxfoundation.org>
Change-Id: Ie35271f2e4a44de5d18f95c8b87d58bd5e9b5830
Lasse Kaihlavirta [Thu, 5 Nov 2020 16:01:29 +0000 (18:01 +0200)]
Initial test commit for project-specific CSIT
- move music-distributed-kv-store CSIT to its own project repository
- add execution script that copies required common run scripts from
integration/csit repo to local workspace and runs the tests
- add the possibility to provide additional docker tag as parameter
to the build script
- add script for tagging specified docker image with STAGING
Issue-ID: INT-1769
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I19a5908f3c9c77529c43af0d89baf75a8f8557ee
LF Jenkins CI [Wed, 8 Apr 2020 19:39:29 +0000 (19:39 +0000)]
Automation adds music-distributed-kv-store-offeredapis.rst
Issue-ID: CIMAN-376
Change-Id: I1ce761eed6e9fdfb1f7dd901a9a8f768e95d88c0
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
LF Jenkins CI [Tue, 7 Apr 2020 17:42:10 +0000 (17:42 +0000)]
Automation adds index.rst
Issue-ID: CIMAN-376
Change-Id: I74c12ff3bad68252064046db3e77d15e90048d5b
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Jessica Wagantall [Thu, 6 Feb 2020 23:19:00 +0000 (15:19 -0800)]
Migrate music-distributed-kv-store docs
Merging this will create
https://onap-music-distributed-kv-store.readthedocs.io
This build will run in parallel
to the current docs generation method
until we are ready to cut over.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ifd31e70d695f1d928eea47985e743eb7a578a5eb
Jessica Wagantall [Fri, 15 Mar 2019 01:21:16 +0000 (18:21 -0700)]
Update INFO.yaml file
Update missing information blocks and
indentation to pass verify job.
Change-Id: I7c1a6594cb3f3b6e73ede745ef882dfc767e48ea
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Victor Morales [Mon, 20 Aug 2018 15:17:35 +0000 (08:17 -0700)]
Fix swaggerv2doc sphinx extension
This change fixes the error caused for missing
sphinxcontrib-swaggerdoc python module. It also adds the rstcheck
python module to prevent future errors.
Change-Id: I9db569e8bd5045d2239c1dadb1ac912ce8ee3db9
Issue-ID: DOC-300
Signed-off-by: Victor Morales <victor.morales@intel.com>
Shashank Kumar Shankar [Wed, 23 May 2018 23:01:03 +0000 (16:01 -0700)]
Create Token Service JSON dynamically
This patch makes sure the Token Service JSON is dynically created so that
this fits better when deployed on Kubernetes.
Change-Id: I4426f68af2a6de4d2ffe4f488d5660c47f13ccaf
Issue-ID: MUSIC-55
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Mon, 14 May 2018 22:20:01 +0000 (15:20 -0700)]
Fix minor Nil check in test
This patch fixes a minor error in the nil check.
Change-Id: I6b980847d0434b2b40a4a09c80fe9a971599553f
Issue-ID: MUSIC-55
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Mon, 14 May 2018 22:07:47 +0000 (15:07 -0700)]
Add MUSIC Cassandra Datastore placeholder
This patch adds placeholder code for MUSIC Cassandra Datastore.
Change-Id: I8c55a73e67b49e8e4cde665a9d362d3561a77266
Issue-ID: MUSIC-55
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Thu, 29 Mar 2018 16:40:12 +0000 (09:40 -0700)]
Add TODO comments for removing global endpoints
Change-Id: I1d4b1c15a0bf027d4ebeae4298a46a495405b15f
Issue-ID: MUSIC-55
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Wed, 28 Mar 2018 18:04:06 +0000 (11:04 -0700)]
Add documentation for Read the docs
This patch adds basic documentation for Read the Docs generaiton.
Change-Id: Iceea0034de1488ed07c8623adab520dd149468a3
Issue-ID: MUSIC-62
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Mon, 26 Mar 2018 23:26:00 +0000 (16:26 -0700)]
Fix minor path in code
This patch fixes a minor path minor issue which was found in CSIT tests.
Change-Id: I3ca957248211fe9e89eeee8d0fb5e2b0b4593c5b
Issue-ID: MUSIC-55
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Tue, 20 Mar 2018 23:48:05 +0000 (16:48 -0700)]
Make datastore generic to support Consul/Cassandra
This patch makes the backend datastore to be generic so that the
backend datastore can be either Consul or Cassandra. This way,
MUSIC's core functionality can be used and makes other minor fixes.
Change-Id: Iba4eaa751fe60a293d6f2fd60ad06a8c4be1dd1e
Issue-ID: MUSIC-55
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Thu, 15 Mar 2018 22:21:15 +0000 (15:21 -0700)]
Add Docker push to nexus support
This patch adds support to push built docker container to
Nexus.
Change-Id: I9c9d3c01c548c0d3dcfec70f299765f0221379dc
Issue-ID: MUSIC-59
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Tue, 13 Mar 2018 17:49:23 +0000 (10:49 -0700)]
Minor fix in Swagger file
Change-Id: I4b2c308b4157d091be39f0f2bfa0372372241ae0
Issue-ID: MUSIC-55
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Wed, 7 Mar 2018 23:19:20 +0000 (15:19 -0800)]
Update some fixes.
Adding some fixes to the docker builds and code.
Change-Id: Ia7446519ad64339eefd79975918b469052a27934
Issue-ID: MUSIC-41
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Tue, 27 Feb 2018 23:41:46 +0000 (15:41 -0800)]
Add Docker building scripts and update swagger
This patch adds scripts to build Docker container and
updates swagger API doc.
Change-Id: Ifb10d483946112e38d716c9ae07995ffeb14d2d3
Issue-ID: MUSIC-41
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Thu, 1 Mar 2018 01:54:59 +0000 (17:54 -0800)]
Add feature to hold configs in filesystem
This patch adds feature to hold config files
on filesystem and adds all unit tests to have
enough coverage for milestones.
Change-Id: Icd6f3dc93e0f419500f82f0a6ccd62e500dfc918
Issue-ID: MUSIC-42
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Thu, 22 Feb 2018 23:14:56 +0000 (15:14 -0800)]
Update dependencies to latest
This patch updates dependency versions to latest so that
they are compatible with Go version 10 which is being
in the process of being run at the Jenkins Jobs [1].
[1] - https://gerrit.onap.org/r/#/c/32291/
It also makes a minor update to the API.
Change-Id: Ibd14652686a57c170a2fe60cf4e68b63dcac6119
Issue-ID: MUSIC-23
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Thu, 15 Feb 2018 22:48:19 +0000 (14:48 -0800)]
Update tests and refactor code
This patch adds some more tests and refactors the
codebase.
Change-Id: Iee669b85c5c7f9bdd01271fe86df20506f567d23
Issue-ID: MUSIC-23
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Tue, 13 Feb 2018 18:28:17 +0000 (10:28 -0800)]
Update Makefile and gitignore
This patch updates the Makefile and gitignore and also tests
Jenkins jobs on the merged CI job.
Change-Id: I94d1b778b2663081df38140f54d98eb1c1316055
Issue-ID: MUSIC-23
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Fri, 9 Feb 2018 22:16:04 +0000 (14:16 -0800)]
Add swagger.json API ref and refactor code base
This patch adds the API reference in the form of
swagger.json and refactors codebase to help in building
process using a Makefile.
Change-Id: I1ce11de6daf8defb563d8b6f319f05711057413b
Issue-ID: MUSIC-23
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Shashank Kumar Shankar [Thu, 8 Feb 2018 01:50:55 +0000 (17:50 -0800)]
Initial seed code for distributed KV store
This patch includes the initial seed code for KV store.
Subsequent patches will include documentation, API ref and
unit tests.
Change-Id: I6296215b6b796400947ba925a2d8c46380e16992
Issue-ID: MUSIC-23
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Jessica Wagantall [Mon, 29 Jan 2018 18:22:18 +0000 (18:22 +0000)]
Initial empty repository