aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui
AgeCommit message (Expand)AuthorFilesLines
2018-03-09sdc-ui version upgrade and fixessvishnev2-26/+6
2018-03-08heat validation tabs and download fixsvishnev2-18/+17
2018-03-07Sync Integ to MasterMichael Lando1-49/+14
2018-03-07Fix for radio buttonsAriel Kenan1-1/+24
2018-02-15upgrade react frameworkEinav Weiss Keidar59-671/+466
2018-02-15ui filter component for catalog filtersvishnev10-12/+238
2018-02-13heat validation flowsvishnev12-75/+200
2018-02-07fixing testssvishnev3-21/+357
2018-01-28update nod version and add yarnsvishnev2-34/+10943
2018-01-25babel preset update in openecom-uisvishnev4-13/+11
2018-01-23removing gulp-helpers from openecomp-ui buildsvishnev5-32/+69
2018-01-21react-version-downgradesvishnev48-107/+105
2018-01-16Dropdown text cut off fixsvishnev2-0/+4
2018-01-15Adding owner id to onboarding tilessvishnev3-3/+9
2018-01-15Contributor can also submit fixsvishnev2-12/+24
2018-01-11React version upgradesvishnev62-762/+881
2018-01-09UI support for Togglz flowsvishnev12-7/+262
2018-01-09Change variable names to catalogilanap11-36/+37
2018-01-04Replace restful-js with Axiosilanap15-227/+388
2018-01-03select item from workspace- skipping versions pagemiriame8-36/+98
2017-12-26fix licensing issuesMichael Lando2-2/+1
2017-12-21Add collaboration featuretalig427-4799/+11147
2017-11-15licens violation issue fixstanvishne5-24/+2
2017-11-07hardcoded version of restful-jsilanap1-1/+1
2017-11-07Update VLM Overview tab behaviorilanap7-30/+68
2017-11-02Merge "VLM overview - refactor of edit description input"Avi Gaffa6-9/+21
2017-11-02VLM overview - refactor of edit description inputmiriame6-9/+21
2017-11-01Merge "Readonly screen for limits"Vitaly Emporopulo4-12/+46
2017-11-01Merge "confirmation msg for delete FG doesn't appear"Vitaly Emporopulo1-1/+3
2017-10-26confirmation msg for delete FG doesn't appearmiriame1-1/+3
2017-10-26delete confirmation modals - styles alignmentmiriame8-8/+16
2017-10-23Readonly screen for limitsilanap4-12/+46
2017-10-22Merge "fix error when moving to previous version"Avi Gaffa1-1/+2
2017-10-22Merge "parse multilple error messages in separate lines"Avi Gaffa2-3/+6
2017-10-22fix error when moving to previous versionmiriame1-1/+2
2017-10-22parse multilple error messages in separate linesmiriame2-3/+6
2017-10-22White spaces in limit viewilanap1-13/+25
2017-10-17remove the node modules clean upMichael Lando1-7/+7
2017-10-17Merge "Problem validation error message"Avi Gaffa1-3/+3
2017-10-16Display firefox month navigation iconilanap1-11/+18
2017-10-09Problem validation error messageilanap1-3/+3
2017-09-27Fix orphan list for VLMsilanap4-21/+30
2017-09-19change version of the master branchMichael Lando1-1/+1
2017-09-19Merge "description styling bug fix"Avi Gaffa1-1/+6
2017-09-18description styling bug fixMiriam Eini1-1/+6
2017-09-13Other option for license agreement termilanap7-293/+45
2017-09-13Fix UI buildavigaffa1-16/+0
2017-09-12Merge "Create new VSP, onboard from TOSCA file - UI"Avi Gaffa18-119/+207
2017-09-12Fix UI buildavigaffa2-128/+175
2017-09-12Create new VSP, onboard from TOSCA file - UIshrek200018-119/+207
s="nt"></extentreports.version> <!-- parser--> <sdc-tosca-parser.version>1.1.14-SNAPSHOT</sdc-tosca-parser.version> <!--JaCoCO --> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath> <sonar.jacoco.itReportPath>${project.basedir}/target/it-jacoco.exec</sonar.jacoco.itReportPath> <sonar.language>java</sonar.language> <sonar.version>${project.version}</sonar.version> <!--cassandra --> <cassandra.driver.version>3.0.0</cassandra.driver.version> <!-- maven central (Nexus) --> <nexus.id.release>nexus</nexus.id.release> <nexus.id.snapshot>nexus</nexus.id.snapshot> <!-- Sonar properties --> <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> <sonar.skipDesign>true</sonar.skipDesign> <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> <sonar.sources>.</sonar.sources> <sonar.exclusions>**/scripts/**/*</sonar.exclusions> <sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions> <sonar.inclusions>app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java</sonar.inclusions> <!--nexus--> <nexus.proxy>https://nexus.onap.org</nexus.proxy> <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> <staging.profile.id>176c31dfe190a</staging.profile.id> <!--maven--> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> </properties> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> <configuration> <failOnError>false</failOnError> <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> <docletArtifact> <groupId>org.umlgraph</groupId> <artifactId>umlgraph</artifactId> <version>5.6</version> </docletArtifact> <additionalparam>-views</additionalparam> <useStandardDocletOptions>true</useStandardDocletOptions> </configuration> </plugin> </plugins> </reporting> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.4</version> <dependencies> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav-jackrabbit</artifactId> <version>2.10</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.6</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.4.0</version> </plugin> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> <version>3.0.2</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> <configuration> <systemPropertyVariables> <logback.configurationFile>src/test/resources/logback-test.xml</logback.configurationFile> </systemPropertyVariables> </configuration> </plugin> <!-- plugin for parsing the project version --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.8</version> <executions> <execution> <id>parse-version</id> <goals> <goal>parse-version</goal> </goals> </execution> </executions> </plugin> <!-- Set the JDK compiler version. --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <inherited>true</inherited> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <!-- Java Code Coverage --> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.1.201405082137</version> <inherited>True</inherited> <executions> <!-- Unit-Tests --> <execution> <id>prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> <configuration> <destFile>${sonar.jacoco.reportPath}</destFile> </configuration> </execution> <execution> <id>report</id> <goals> <goal>report</goal> </goals> <configuration> <dataFile>${sonar.jacoco.reportPath}</dataFile> <outputDirectory>${project.basedir}/target/site/jacoco</outputDirectory> </configuration> </execution> <!-- Integration Tests (Only report goal) --> <execution> <id>report-integration</id> <goals> <goal>report-integration</goal> </goals> <configuration> <dataFile>${sonar.jacoco.itReportPath}</dataFile> <outputDirectory>${project.basedir}/target/site/it-jacoco</outputDirectory> </configuration> </execution> </executions> </plugin> <!-- Set the deployment repositories properties. --> <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>gmaven-plugin</artifactId> <version>1.4</version> <executions> <execution> <inherited>false</inherited> <phase>integration-test</phase> <goals> <goal>execute</goal> </goals> <configuration> <source> pom.properties['deploy.url']= pom.version.contains('-SNAPSHOT') ? project.distributionManagement.snapshotRepository.url : project.distributionManagement.repository.url; pom.properties['repo.id']= pom.version.contains('-SNAPSHOT') ? project.distributionManagement.snapshotRepository.id : project.distributionManagement.repository.id; </source> </configuration> </execution> </executions> </plugin> <!-- license plugin --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.10</version> <configuration> <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> <processStartTag>============LICENSE_START=======================================================</processStartTag> <processEndTag>============LICENSE_END=========================================================</processEndTag> <sectionDelimiter>================================================================================</sectionDelimiter> <licenseName>apache_v2</licenseName> <inceptionYear>2017</inceptionYear> <organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName> <projectName>SDC</projectName> <canUpdateCopyright>true</canUpdateCopyright> <canUpdateDescription>true</canUpdateDescription> <canUpdateLicense>true</canUpdateLicense> <emptyLineAfterHeader>true</emptyLineAfterHeader> <verbose>false</verbose> <includes> <include>**/*.java</include> <include>**/*.ts</include> </includes> <excludes> <exclude>**/*.d.ts</exclude> </excludes> <roots> <root>src</root> <root>app</root> <root>server-mock</root> <root>typings</root> </roots> <extraExtensions> <ts>java</ts> </extraExtensions> </configuration> <executions> <execution> <id>first</id> <goals> <goal>update-file-header</goal> </goals> <!--phase>process-sources</phase --> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>all</id> <activation> <activeByDefault>true</activeByDefault> </activation> <modules> <module>onboarding</module> <module>security-utils</module> <module>common-app-api</module> <module>common-be</module> <module>catalog-dao</module> <module>catalog-model</module> <module>catalog-be</module> <module>asdctool</module> <module>catalog-ui</module> <module>catalog-fe</module> <module>asdc-tests</module> <module>test-apis-ci</module> <module>ui-ci</module> <module>sdc-os-chef</module> </modules> </profile> <profile> <id>catalog</id> <activation> <activeByDefault>false</activeByDefault> </activation> <modules> <module>security-utils</module> <module>common-app-api</module> <module>common-be</module> <module>catalog-dao</module> <module>catalog-model</module> <module>catalog-be</module> <module>asdctool</module> <module>catalog-ui</module> <module>catalog-fe</module> <module>asdc-tests</module> <module>test-apis-ci</module> <module>ui-ci</module> </modules> <properties> <ecomp.version>1.2.7</ecomp.version> <artifact-generator-api.version>1710.0.0-SNAPSHOT</artifact-generator-api.version> <artifact-generator-core.version>1710.0.0-SNAPSHOT</artifact-generator-core.version> <dox-common-lib.version>1710.0.0-SNAPSHOT</dox-common-lib.version> <sdc-tosca-parser.version>1.1.14</sdc-tosca-parser.version> </properties> </profile> <profile> <id>onboarding</id> <activation> <activeByDefault>false</activeByDefault> </activation> <modules> <module>onboarding</module> </modules> </profile> </profiles> <repositories> <!-- LF repositories --> <repository> <id>ecomp-releases</id> <name>Release Repository</name> <url>${nexus.proxy}/content/repositories/releases/</url> </repository> <repository> <id>ecomp-staging</id> <name>Staging Repository</name> <url>${nexus.proxy}/content/repositories/staging/</url> </repository> <repository> <id>ecomp-snapshots</id> <name>Snapshots Repository</name> <url>${nexus.proxy}/content/repositories/snapshots/</url> </repository> <!-- LF repositories END--> </repositories> <distributionManagement> <repository> <id>ecomp-releases</id> <name>Release Repository</name> <url>${nexus.proxy}/content/repositories/releases/</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> <name>Snapshot Repository</name> <url>${nexus.proxy}/content/repositories/snapshots/</url> </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexus.proxy}${sitePath}</url> </site> </distributionManagement> </project>