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
9 years ago
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
master
No related merge requests found
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 @@
<module>
client
</module>
<module>
titan
</module>
<module>
repository
</module>
<
module>
dashboard
</module
>
<
!-- <module>dashboardv2</module> --
>
<
!-- <module>dashboard</module> --
>
<
module>
dashboardv2
</module
>
<module>
webapp
</module>
<module>
docs
</module>
<module>
addons/hdfs-model
</module>
...
...
@@ -1040,12 +1040,12 @@
<version>
${project.version}
</version>
</dependency>
<dependency>
<
!-- <
dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
</dependency>
-->
<dependency>
<groupId>
org.apache.atlas
</groupId>
...
...
@@ -1651,7 +1651,7 @@
<exclude>
**/maven-eclipse.xml
</exclude>
<exclude>
**/.externalToolBuilders/**
</exclude>
<exclude>
**/build.log
</exclude>
<exclude>
.bowerrc
</exclude>
<exclude>
**/
.bowerrc
</exclude>
<exclude>
*.json
</exclude>
<exclude>
**/overlays/**
</exclude>
<exclude>
dev-support/**
</exclude>
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
c69df40f
...
...
@@ -3,6 +3,7 @@ Apache Atlas Release Notes
--trunk - unreleased
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-622 Introduce soft delete (shwethags)
ATLAS-494 UI Authentication (nixonrodrigues via shwethags)
...
...
This diff is collapsed.
Click to expand it.
webapp/pom.xml
View file @
c69df40f
...
...
@@ -282,17 +282,17 @@
<version>
${spring-ldap-core.version}
</version>
</dependency>
<dependency>
<!--
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId>
<type>war</type>
</dependency>
</dependency>
-->
<
!-- <
dependency>
<dependency>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-dashboardv2
</artifactId>
<type>
war
</type>
</dependency>
-->
</dependency>
</dependencies>
<build>
...
...
@@ -303,14 +303,14 @@
<configuration>
<attachClasses>
true
</attachClasses>
<overlays>
<overlay>
<
!-- <
overlay>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-dashboard</artifactId>
</overlay>
<
!-- <
overlay>
</overlay>
-->
<overlay>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-dashboardv2
</artifactId>
</overlay>
-->
</overlay>
<overlay>
<!-- empty groupId/artifactId represents the current build -->
</overlay>
...
...
This diff is collapsed.
Click to expand it.
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