Commit 8fce71f1 by Suma Shivaprasad

ATLAS-199 webapp build fails (grunt + tests) ( darshankumar89 via sumasai)

parent ebd6d9e3
......@@ -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 (dossett@gmail.com 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)
......
......@@ -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>
......
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