Commit c69df40f by Hemanth Yamijala

ATLAS-672 UI: Make dashboard v2 the default UI implementation (bergenholtz via yhemanth)

parent 7d040c52
...@@ -461,8 +461,8 @@ ...@@ -461,8 +461,8 @@
<module>client</module> <module>client</module>
<module>titan</module> <module>titan</module>
<module>repository</module> <module>repository</module>
<module>dashboard</module> <!-- <module>dashboard</module> -->
<!-- <module>dashboardv2</module> --> <module>dashboardv2</module>
<module>webapp</module> <module>webapp</module>
<module>docs</module> <module>docs</module>
<module>addons/hdfs-model</module> <module>addons/hdfs-model</module>
...@@ -1040,12 +1040,12 @@ ...@@ -1040,12 +1040,12 @@
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <!-- <dependency>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId> <artifactId>atlas-dashboard</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<type>war</type> <type>war</type>
</dependency> </dependency> -->
<dependency> <dependency>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
...@@ -1651,7 +1651,7 @@ ...@@ -1651,7 +1651,7 @@
<exclude>**/maven-eclipse.xml</exclude> <exclude>**/maven-eclipse.xml</exclude>
<exclude>**/.externalToolBuilders/**</exclude> <exclude>**/.externalToolBuilders/**</exclude>
<exclude>**/build.log</exclude> <exclude>**/build.log</exclude>
<exclude>.bowerrc</exclude> <exclude>**/.bowerrc</exclude>
<exclude>*.json</exclude> <exclude>*.json</exclude>
<exclude>**/overlays/**</exclude> <exclude>**/overlays/**</exclude>
<exclude>dev-support/**</exclude> <exclude>dev-support/**</exclude>
......
...@@ -3,6 +3,7 @@ Apache Atlas Release Notes ...@@ -3,6 +3,7 @@ Apache Atlas Release Notes
--trunk - unreleased --trunk - unreleased
INCOMPATIBLE CHANGES: INCOMPATIBLE CHANGES:
ATLAS-672 UI: Make dashboard v2 the default UI implementation (bergenholtz via yhemanth)
ATLAS-532 Change Data types of all timestamps in Hive model(currently long)(sumasai via yhemanth) ATLAS-532 Change Data types of all timestamps in Hive model(currently long)(sumasai via yhemanth)
ATLAS-622 Introduce soft delete (shwethags) ATLAS-622 Introduce soft delete (shwethags)
ATLAS-494 UI Authentication (nixonrodrigues via shwethags) ATLAS-494 UI Authentication (nixonrodrigues via shwethags)
......
...@@ -282,17 +282,17 @@ ...@@ -282,17 +282,17 @@
<version>${spring-ldap-core.version}</version> <version>${spring-ldap-core.version}</version>
</dependency> </dependency>
<dependency> <!-- <dependency>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId> <artifactId>atlas-dashboard</artifactId>
<type>war</type> <type>war</type>
</dependency> </dependency> -->
<!-- <dependency> <dependency>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboardv2</artifactId> <artifactId>atlas-dashboardv2</artifactId>
<type>war</type> <type>war</type>
</dependency> --> </dependency>
</dependencies> </dependencies>
<build> <build>
...@@ -303,14 +303,14 @@ ...@@ -303,14 +303,14 @@
<configuration> <configuration>
<attachClasses>true</attachClasses> <attachClasses>true</attachClasses>
<overlays> <overlays>
<overlay> <!-- <overlay>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId> <artifactId>atlas-dashboard</artifactId>
</overlay> </overlay> -->
<!-- <overlay> <overlay>
<groupId>org.apache.atlas</groupId> <groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboardv2</artifactId> <artifactId>atlas-dashboardv2</artifactId>
</overlay> --> </overlay>
<overlay> <overlay>
<!-- empty groupId/artifactId represents the current build --> <!-- empty groupId/artifactId represents the current build -->
</overlay> </overlay>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment