Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
c69df40f
Commit
c69df40f
authored
May 02, 2016
by
Hemanth Yamijala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-672 UI: Make dashboard v2 the default UI implementation (bergenholtz via yhemanth)
parent
7d040c52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
13 deletions
+14
-13
pom.xml
pom.xml
+5
-5
release-log.txt
release-log.txt
+1
-0
pom.xml
webapp/pom.xml
+8
-8
No files found.
pom.xml
View file @
c69df40f
...
@@ -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>
...
...
release-log.txt
View file @
c69df40f
...
@@ -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)
...
...
webapp/pom.xml
View file @
c69df40f
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment