summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html
AgeCommit message (Expand)AuthorFilesLines
2022-06-07Allow to edit or clear a TOSCA function valueandre.schmid1-1/+1
2022-05-17Generalise Select Input button in Properties Assignment viewKrupaNagabhushan1-2/+2
2022-05-09Fix inputs/policy tabs view for self and instancesKrupaNagabhushan1-2/+2
2021-10-21Make Service base type optionalandre.schmid1-1/+1
2021-08-06Retrieve data types based on component modelaribeiro1-1/+1
2021-06-08Integration Tests - Add inputs to a base serviceKrupaNagabhushan1-1/+1
2021-04-27Add Property UI Flowaribeiro1-1/+1
2021-04-09Allow property to take its value from defined input listKrupaNagabhushan1-1/+6
2021-01-14Create inputs independent of propertiesKrupaNagabhushan1-1/+4
2020-03-31Add 'required in runtime' for service inputsSatoshi Fujii1-0/+1
2020-01-22Catalog alignmentys96931-7/+8
2019-05-07Change to enable SDC list type inputToshimichi Fukuda1-0/+2
2019-04-14Declare properties as policiestalio1-6/+16
2019-02-04Add property mapping feature to ONAPTalio1-3/+7
2018-10-17Fix Header info of ng2/appseshukm1-0/+16
2018-07-29re base codeMichael Lando1-7/+2
2018-03-07Sync Integ to MasterMichael Lando1-37/+49
2017-12-10Final commit to master merge fromTal Gitelman1-4/+5
2017-08-02[SDC] code rebase for sdc resync to LFAvi Ziv1-1/+1
2017-07-03[sdc] - last merges before moving to LFTal Gitelman1-1/+3
2017-06-18[sdc] update code of sdcMichael Lando1-4/+4
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando1-18/+33
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando1-0/+57
an> <!-- Swagger --> <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-core</artifactId> <version>${swagger.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openecomp.sdc.core</groupId> <artifactId>openecomp-session-lib</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>${javax.servlet.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-common</artifactId> <version>${jersey-bom.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> </dependencies> </project>