Age | Commit message (Expand) | Author | Files | Lines | ||
---|---|---|---|---|---|---|
2017-11-14 | Add Info section | Kanagaraj Manickam k00365106 | 8 | -31/+214 | ||
2017-11-14 | Migrate auth logic into http command | Kanagaraj Manickam k00365106 | 8 | -114/+107 | ||
2017-11-14 | Fix auth plugin issues | Kanagaraj Manickam k00365106 | 10 | -16/+229 | ||
2017-11-14 | Migrate onap-cli-schema into open-cli-schema | Kanagaraj Manickam k00365106 | 17 | -64/+31 | ||
2017-11-14 | Basic auth login and logout command | Kanagaraj Manickam k00365106 | 19 | -142/+356 | ||
2017-11-14 | Migrate onap-username and onap-password | 2017-11-14 | Add default_value for output attributes | Kanagaraj Manickam k00365106 | 12 | -80/+209 |
2017-11-14 | Add command type to support auth and catalog | Kanagaraj Manickam k00365106 | 10 | -3/+146 | ||
2017-11-14 | Migrate ONAP_HOST_URL to HOST_URL | Kanagaraj Manickam k00365106 | 1 | -4/+4 | ||
2017-11-07 | Add cli samples into document | Kanagaraj Manickam k00365106 | 1 | -1/+1 | ||
2017-11-07 | Add sample for schema-refresh and validate | subhash kumar singh | 2 | -0/+254 | ||
2017-10-31 | Fix onap doc generation to logs serial no | Kanagaraj Manickam k00365106 | 1 | -5/+0 | ||
2017-10-26 | Fix the sample file name align with schema | Kanagaraj Manickam k00365106 | 1 | -4/+4 | ||
2017-10-26 | Code refactoring to remove test code generation | subhash kumar singh | 10 | -317/+40 | ||
2017-10-17 | Implement autogeneation of moco json | subhash kumar singh | 11 | -11/+375 | ||
2017-10-12 | Fix exception logs from log4j at buildtime | subhash kumar singh | 1 | -1/+1 | ||
2017-10-11 | Verfiy Invalid samples | Kanagaraj Manickam k00365106 | 2 | -4/+11 | ||
2017-10-11 | Enhance validation with moco server | Kanagaraj Manickam k00365106 | 2 | -0/+44 | ||
2017-10-11 | Fix registrar test command registration UT | Kanagaraj Manickam k00365106 | 1 | <?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright © 2019 IBM.
~ Modification Copyright © 2018-2019 AT&T Intellectual Property.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.ccsdk.cds.components.cba</groupId>
<artifactId>test-blueprint-model</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
<artifactId>capability_cli</artifactId>
<name>Components Model Catalog - Blueprints Model - Test Blueprints - Capability CLI</name>
<dependencies>
<dependency>
<groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
<artifactId>cli-executor</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.onap.ccsdk.cds.components.cba</groupId>
<artifactId>cba-assembly-descriptor</artifactId>
<version>${ccsdk.cds.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<version>3.1.0</version>
<executions>
<execution>
<id>cba</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptorRefs>
<descriptorRef>cba_zip</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
| 2 | -2/+10 |
2017-09-18 | Improve the UT of profile | Kanagaraj Manickam k00365106 | 4 | -7/+17 | ||
2017-09-18 | Add exception for profile persist layer | Kanagaraj Manickam k00365106 | 6 | -11/+117 | ||
2017-09-15 | Fixes SONAR critical bugs | Kanagaraj Manickam k00365106 | 4 | -2/+51 | ||
2017-09-14 | Migrate type long into digit | Kanagaraj Manickam k00365106 | 14 | -21/+21 | ||
2017-09-13 | Print exception stack in dev mode | Kanagaraj Manickam k00365106 | 1 | -1/+1 | ||
2017-09-13 | Namespace migration to open_cli_schema_version | Kanagaraj Manickam k00365106 | 36 | -42/+42 | ||
2017-09-11 | CLI profile support | Kanagaraj Manickam k00365106 | 7 | -86/+217 | ||
2017-09-11 | Fix to consider 404 for delete success code | Kanagaraj Manickam k00365106 | 1 | -1/+3 | ||
2017-09-08 | Add CLI_DEV | Kanagaraj Manickam k00365106 | 4 | -1/+18 | ||
2017-09-07 | Add TEXT parameter type | Kanagaraj Manickam k00365106 | 1 | -1/+3 | ||
2017-09-07 | Make set specific to product version | Kanagaraj Manickam k00365106 | 5 | -2/+79 | ||
2017-09-05 | Add set unset directive | Kanagaraj Manickam k00365106 | 1 | -1/+1 | ||
2017-08-31 | Make interactive mode as default | Kanagaraj Manickam k00365106 | 1 | -14/+34 | ||
2017-08-31 | Add command use | Kanagaraj Manickam k00365106 | 4 | -3/+52 | ||
2017-08-30 | Consider missing attributes as blank | Kanagaraj Manickam k00365106 | 1 | -2/+2 | ||
2017-08-30 | Add validation for all commands | Kanagaraj Manickam k00365106 | 3 | -22/+21 | ||
2017-08-30 | Update Schema refresh to report product version | Kanagaraj Manickam k00365106 | 5 | -6/+16 | ||
2017-08-30 | Add versioning for command | Kanagaraj Manickam k00365106 | 31 | -78/+308 | ||
2017-08-29 | Fix classpath to include docs and conf | Kanagaraj Manickam k00365106 | 1 | -54/+0 | ||
2017-08-26 | Add VSP lifecycle commands | Bharath Thiruveedula | 10 | -20/+87 |