Repository: incubator-atlas Updated Branches: refs/heads/master ebd6d9e3c -> 8fce71f17
ATLAS-199 webapp build fails (grunt + tests) ( darshankumar89 via sumasai) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/8fce71f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/8fce71f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/8fce71f1 Branch: refs/heads/master Commit: 8fce71f17352064702c0fb7919f68e5e901d20b3 Parents: ebd6d9e Author: Suma Shivaprasad <[email protected]> Authored: Tue Oct 6 12:11:03 2015 +0530 Committer: Suma Shivaprasad <[email protected]> Committed: Tue Oct 6 12:11:03 2015 +0530 ---------------------------------------------------------------------- release-log.txt | 23 ++++++++++++----------- webapp/pom.xml | 4 ++-- 2 files changed, 14 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8fce71f1/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index db37eba..3f0c205 100644 --- a/release-log.txt +++ b/release-log.txt @@ -6,18 +6,19 @@ Apache Atlas Release Notes INCOMPATIBLE CHANGES: ATLAS-58 Make hive hook reliable (shwethags) ATLAS-54 Rename configs in hive hook (shwethags) -ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags) +ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags) ALL CHANGES: -ATLAS-204 Lineage I/O Lineage Enhancement ( Anilsg via Suma Shivaprasad ) -ATLAS-138 Combine Input/Output graph ( Anilsg via Suma Shivaprasad ) -ATLAS-128 DSL - Add support for comparisions on list type (suma.shivaprasad via shwethags) +ATLAS-199 webapp build fails (grunt + tests) ( darshankumar89 via sumasai) +ATLAS-204 Lineage I/O Lineage Enhancement ( Anilsg via sumasai ) +ATLAS-138 Combine Input/Output graph ( Anilsg via sumasai ) +ATLAS-128 DSL - Add support for comparisions on list type (sumasai via shwethags) ATLAS-168 Atlas UI - Max column in hive 4 (darshankumar89 via shwethags) ATLAS-155 Images do not show up on the dashboard (darshankumar89 via shwethags) ATLAS-134 Some defects found when reviewing the source code (ltfxyz via shwethags) -ATLAS-196 Fix solr documentation (suma.shivaprasad via shwethags) -ATLAS-195 Document Hbase configs (suma.shivaprasad via shwethags) -ATLAS-102 Issue with SolrIndex (suma.shivaprasad via shwethags) +ATLAS-196 Fix solr documentation (sumasai via shwethags) +ATLAS-195 Document Hbase configs (sumasai via shwethags) +ATLAS-102 Issue with SolrIndex (sumasai via shwethags) ATLAS-194 Thread pool in hive hook should be static (shwethags) ATLAS-180 Cleanup atlas doc packaging (shwethags) ATLAS-147 Fix a code issue when defineTypes (ltfxyz via shwethags) @@ -35,7 +36,7 @@ ATLAS-115 Remove unnecessary log4j.xml in typesystem (jmaron) ATLAS-67 add zk service principal for secure tests (jmaron) ATLAS-116 Build fails when skipping Maven tests (tbeerbower via jmaron) ATLAS-118 rename log4j.xml to atlas-log4j.xml (jmaron) -ATLAS-91 Add solr configuration and documentation (suma.shivaprasad via shwethags) +ATLAS-91 Add solr configuration and documentation (sumasai via shwethags) ATLAS-95 import-hive.sh reports illegal java parameters (shwethags) ATLAS-74 Create notification framework (shwethags) ATLAS-93 import-hive.sh reports FileNotFoundException (shwethags) @@ -45,15 +46,15 @@ ATLAS-79 Unique constraint is not honoured (shwethags) ATLAS-25 Fix Atlas on Java 8 (sandeep.samudrala via shwethags) ATLAS-86 Jenkins build failing as of build #41 (shwethags) ATLAS-80 Support for variables in application properties (shwethags) -ATLAS-37 atlas repository, webapp, hive-bridge tests fails with Hbase and Solr as Titan storage backend (suma.shivaprasad via shwethags) +ATLAS-37 atlas repository, webapp, hive-bridge tests fails with Hbase and Solr as Titan storage backend (sumasai via shwethags) ATLAS-56 atlas_config.py should give an informative error if jar or java binaries can't be found ([email protected] via shwethags) -ATLAS-45 Entity submit fails (suma.shivaprasad via shwethags) +ATLAS-45 Entity submit fails (sumasai via shwethags) ATLAS-46 Different data directory with restart (shwethags) ATLAS-81 atlas debian packaing fails in maven build (vijay_k via shwethags) ATLAS-36 Need separate persisted properties for HTTP and HTTPS ports (jmaron) ATLAS-21 quick_start script run throws an exception (jmaron) ATLAS-32 Atlas hook fails to fire in certain secure deployments (jmaron) -ATLAS-31 ATLAS build fails with clean repo (suma.shivaprasad via shwethags) +ATLAS-31 ATLAS build fails with clean repo (sumasai via shwethags) ATLAS-33 Atlas restart fails (shwethags) ATLAS-29 client authentication fails in secure environment from server processes (jmaron) ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags) http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8fce71f1/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index e742553..8992d42 100755 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -70,7 +70,7 @@ <id>install-node</id> <activation> <file> - <missing>../dashboard/v2/node</missing> + <missing>../dashboard/node</missing> </file> </activation> <build> @@ -98,7 +98,7 @@ <id>install-node_modules</id> <activation> <file> - <missing>../dashboard/v2/node_modules</missing> + <missing>../dashboard/node_modules</missing> </file> </activation> <build>
