[jira] [Updated] (ATLAS-3618) Entities with no guid appears in search result

2020-02-20 Thread Pinal (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pinal updated ATLAS-3618:
-
Description: 
entities with no guid is listed in search result, when _ALL_ENTITY_TYPES is 
searched.

!no_guid_entity.png!

Also, Entites with internal type is listed in search result

  was:
entities with no guid is listed in search result, when _ALL_ENTITY_TYPES is 
searched.

!no_guid_entity.png!


> Entities with no guid appears in search result
> --
>
> Key: ATLAS-3618
> URL: https://issues.apache.org/jira/browse/ATLAS-3618
> Project: Atlas
>  Issue Type: Bug
>Reporter: Pinal
>Assignee: Pinal
>Priority: Major
> Attachments: no_guid_entity.png
>
>
> entities with no guid is listed in search result, when _ALL_ENTITY_TYPES is 
> searched.
> !no_guid_entity.png!
> Also, Entites with internal type is listed in search result



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ATLAS-3630) UI: Update node version to 12.x

2020-02-20 Thread Keval Bhatt (Jira)
Keval Bhatt created ATLAS-3630:
--

 Summary: UI: Update node version to 12.x
 Key: ATLAS-3630
 URL: https://issues.apache.org/jira/browse/ATLAS-3630
 Project: Atlas
  Issue Type: Improvement
Reporter: Keval Bhatt
Assignee: Keval Bhatt
 Fix For: 2.1.0, 3.0.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3554) UI: changes to display/add/update/delete namespace attributes for entities in entity details page

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3554:
---
Fix Version/s: 2.1.0

> UI: changes to display/add/update/delete namespace attributes for entities in 
> entity details page
> -
>
> Key: ATLAS-3554
> URL: https://issues.apache.org/jira/browse/ATLAS-3554
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3554.1.patch, ATLAS-3554.2.patch, ATLAS-3554.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3623:
---
Fix Version/s: 2.1.0

> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3623-1.patch, ATLAS-3623.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: Review Request 72127: ATLAS-3615 :- Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification

2020-02-20 Thread Sarath Subramanian

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72127/#review219623
---


Ship it!




Ship It!

- Sarath Subramanian


On Feb. 20, 2020, 9:24 p.m., Pinal Shah wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72127/
> ---
> 
> (Updated Feb. 20, 2020, 9:24 p.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, and Sarath 
> Subramanian.
> 
> 
> Bugs: ATLAS-3615
> https://issues.apache.org/jira/browse/ATLAS-3615
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Issues:
> 1) Combination of typeName:_ALL_ENTITY_TYPES and classification doesn't 
> return result
> Why? As _ALL_ENTITY_TYPES value is assigned as [* TO *] results show up when 
> searched from solr but not from graphdb
> 
> 2) Combination of typeName:_ALL_ENTITY_TYPES, classification, 
> query(SearchByText) doesn't return result
> Why? result from solr, thru "/freetext" is correct, but onsearching if 
> resulted entitytype is in typeAndSubtypes of given entityType, it breaks 
> because typeAndSubTypes of _ALL_ENTITY_TYPES is [* TO *]
> 
> 3) Combination of typeName, classification:_ALL_CLASSIFICATION_TYPES doesn't 
> return result
> 
> 4) Combination of typeName:_ALL_ENTITY_TYPES, 
> classification:_ALL_CLASSIFICATION_TYPES, query(SearchByText) doesn't return 
> correct result
> why? query formed with above combination in solr /freetext is 'SAMPLEQUERY' 
> AND [* TO *] AND [* TO *]
> 
> 5) Combination of classification:_ALL_CLASSIFICATION_TYPES and 
> classificationFilter doesn't return correct result
> 
> 
> Diffs
> -
> 
>   
> repository/src/main/java/org/apache/atlas/discovery/ClassificationSearchProcessor.java
>  c0a5a46dd 
>   
> repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java
>  b5606d046 
>   
> repository/src/main/java/org/apache/atlas/discovery/FreeTextSearchProcessor.java
>  d628f1352 
>   repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
> 353411363 
>   repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java 
> 8c17a9044 
> 
> 
> Diff: https://reviews.apache.org/r/72127/diff/4/
> 
> 
> Testing
> ---
> 
> For issue1:
> 1) tested with values _ALL_ENTITY_TYPES + EntityFilter + classification -> 
> result fetches from gremlin and shows up correct result
> 2) tested with values _ALL_ENTITY_TYPES + classification -> result fetches 
> from gremlin and shows up correct result
> 
> For issue2:
> 1) tested with values _ALL_ENTITY_TYPES + classification + 
> query(SearchByText) -> shows up correct result
> 
> 
> Thanks,
> 
> Pinal Shah
> 
>



[jira] [Commented] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041596#comment-17041596
 ] 

ASF subversion and git services commented on ATLAS-3623:


Commit 722ce23ae36a3537d3aadf4aaba31376120af6b5 in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=722ce23 ]

ATLAS-3623 : Beta UI: Basic search improvement to search for namespace 
attribute: Bug fix for column selection

(cherry picked from commit e159f767820b3e25a5cf9f351586126201cda387)


> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-3623-1.patch, ATLAS-3623.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041594#comment-17041594
 ] 

ASF subversion and git services commented on ATLAS-3623:


Commit 191b8ea8721f02ef2ce8415532f48e3155e5001e in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=191b8ea ]

ATLAS-3623 : Beta UI: Basic search improvement to search for namespace attribute

(cherry picked from commit cd177f83d24dbce0a992e3c2cf7c2f3001f0f806)


> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-3623-1.patch, ATLAS-3623.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3629) UI: skipDefaultError handler improvement

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041595#comment-17041595
 ] 

ASF subversion and git services commented on ATLAS-3629:


Commit 1d53475134a1bc7ddf7f538d6e652dee75841eef in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=1d53475 ]

ATLAS-3629 : UI: skipDefaultError handler improvement

(cherry picked from commit b0c85dd99aaabe296875847fdab0e0d5fe6cd846)


> UI: skipDefaultError handler improvement
> 
>
> Key: ATLAS-3629
> URL: https://issues.apache.org/jira/browse/ATLAS-3629
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3629.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3554) UI: changes to display/add/update/delete namespace attributes for entities in entity details page

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041589#comment-17041589
 ] 

ASF subversion and git services commented on ATLAS-3554:


Commit bad7a89e605beca3ca84f9aa38f00a0a09698693 in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=bad7a89 ]

ATLAS-3554 : UI: changes to display/add/update/delete namespace attributes for 
entities in entity details page

(cherry picked from commit 70ebb22829a4dae8f06031b045f4848a4c22fc05)


> UI: changes to display/add/update/delete namespace attributes for entities in 
> entity details page
> -
>
> Key: ATLAS-3554
> URL: https://issues.apache.org/jira/browse/ATLAS-3554
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-3554.1.patch, ATLAS-3554.2.patch, ATLAS-3554.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3627) Beta UI, Usability: Classifications changed default toggle setting to show all classifications including those not associated with any entity

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041591#comment-17041591
 ] 

ASF subversion and git services commented on ATLAS-3627:


Commit a434fa0df217e7bfddedb648a0fec99fe91f0613 in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=a434fa0 ]

ATLAS-3627:Beta UI, Usability: Classifications default toggle set to show only 
classifications associated to entity

(cherry picked from commit fd1aad38fb762b07ee225ffae002e980658e85fd)


> Beta UI, Usability: Classifications changed default toggle setting to show 
> all classifications including those not associated with any entity
> -
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3627.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3626) Beta UI : No option to overwrite Saved Search

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041590#comment-17041590
 ] 

ASF subversion and git services commented on ATLAS-3626:


Commit 07d1c72617383af08c4d83e5b01c9d4103d259f6 in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=07d1c72 ]

ATLAS-3626 : Beta UI : No option to overwrite Saved Search

(cherry picked from commit 3680ab428969bcc23606537d1dab49171bcc37ab)


> Beta UI : No option to overwrite Saved Search
> -
>
> Key: ATLAS-3626
> URL: https://issues.apache.org/jira/browse/ATLAS-3626
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3626.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3607) UI: changes to create namespace type definitions and define namespace attributes

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041586#comment-17041586
 ] 

ASF subversion and git services commented on ATLAS-3607:


Commit 72e7e73d2fbcbeddbb8228bb7a56c58366324679 in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=72e7e73 ]

ATLAS-3607 : UI: changes to create namespace type definitions and define 
namespace attributes

(cherry picked from commit bcb9ea240614299280d8051b6b43a9927dcbb2de)


> UI: changes to create namespace type definitions and define namespace 
> attributes
> 
>
> Key: ATLAS-3607
> URL: https://issues.apache.org/jira/browse/ATLAS-3607
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3607-1.patch, ATLAS-3607-2.patch, 
> ATLAS-3607-3.patch, ATLAS-3607-4.patch, ATLAS-3607-5.patch, 
> ATLAS-3607-6.patch, ATLAS-3607.patch, image-2020-02-06-19-05-21-088.png
>
>
> !image-2020-02-06-19-05-21-088.png|width=627,height=296!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3593) UI: Issue with 'Sub-classification' checkbox filter in Classification Details page

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041587#comment-17041587
 ] 

ASF subversion and git services commented on ATLAS-3593:


Commit 1624e3fc1517196f8f121a6232a487cfc53d9661 in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=1624e3f ]

ATLAS-3593 : UI: Issue with 'Sub-classification' checkbox filter in 
Classification Details page

(cherry picked from commit 9b89a3fda36af8b78146cc4dd914c7985739e10b)


> UI: Issue with 'Sub-classification' checkbox filter in Classification Details 
> page
> --
>
> Key: ATLAS-3593
> URL: https://issues.apache.org/jira/browse/ATLAS-3593
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3593.patch
>
>
> When we use the "Exclude Sub-classification filters" checkbox in the 
> Classifications Details page (not the search results page for the 
> classification), the following issues were observed:
> 1. If  "Exclude Sub-classification filters" is checked for a parent 
> Classification Details page, the children classification entries do not get 
> hidden.
> 2. By default only two columns are visible on the Classification details 
> page("Name" and "Owner"). Only after the  "Exclude Sub-classification 
> filters" is checked do the remaining columns appear.
> 3. If there are entries in the Classification Details page that already have 
> classifications, checking the "Exclude Sub-classification filters" causes the 
> Classifications to vanish from their respective "Classifications" column.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3607) UI: changes to create namespace type definitions and define namespace attributes

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041588#comment-17041588
 ] 

ASF subversion and git services commented on ATLAS-3607:


Commit 72053862fa73c08c4020b945c97611ccc9dee96d in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=7205386 ]

ATLAS-3607 : namespace attributes build fix

(cherry picked from commit 47ccfaf7cf2301f65ff1bcf1121bb0b232bc9692)


> UI: changes to create namespace type definitions and define namespace 
> attributes
> 
>
> Key: ATLAS-3607
> URL: https://issues.apache.org/jira/browse/ATLAS-3607
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3607-1.patch, ATLAS-3607-2.patch, 
> ATLAS-3607-3.patch, ATLAS-3607-4.patch, ATLAS-3607-5.patch, 
> ATLAS-3607-6.patch, ATLAS-3607.patch, image-2020-02-06-19-05-21-088.png
>
>
> !image-2020-02-06-19-05-21-088.png|width=627,height=296!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3607) UI: changes to create namespace type definitions and define namespace attributes

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3607:
---
Fix Version/s: 2.1.0

> UI: changes to create namespace type definitions and define namespace 
> attributes
> 
>
> Key: ATLAS-3607
> URL: https://issues.apache.org/jira/browse/ATLAS-3607
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3607-1.patch, ATLAS-3607-2.patch, 
> ATLAS-3607-3.patch, ATLAS-3607-4.patch, ATLAS-3607-5.patch, 
> ATLAS-3607-6.patch, ATLAS-3607.patch, image-2020-02-06-19-05-21-088.png
>
>
> !image-2020-02-06-19-05-21-088.png|width=627,height=296!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3320) Import Service: Support Concurrent Ingest

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041559#comment-17041559
 ] 

ASF subversion and git services commented on ATLAS-3320:


Commit a2ccfb9f3577e911103041d8d4b91c169697f6a1 in atlas's branch 
refs/heads/master from Ashutosh Mestry
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=a2ccfb9 ]

ATLAS-3320: Import Service. Support concurrent ingest.


> Import Service: Support Concurrent Ingest
> -
>
> Key: ATLAS-3320
> URL: https://issues.apache.org/jira/browse/ATLAS-3320
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: trunk
>Reporter: Ashutosh Mestry
>Assignee: Ashutosh Mestry
>Priority: Major
> Fix For: trunk
>
> Attachments: ATLAS-3320-ImportService-Concurrent-ingest.patch
>
>
> *Background*
> Existing implementation of import supports single entity creation. This 
> greatly limits the rate of ingest.
> *Solution Approach*
>  * Use existing producer-consumer framework to allow for configurable 
> consumers of entities from the input stream.
>  * Modify _BulkImporterImpl_ to implement the consumer.
>  * Modify _AtlasImportRequest_ to specify the batch size and number of 
> workers.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: Review Request 72127: ATLAS-3615 :- Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification

2020-02-20 Thread Pinal Shah

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72127/
---

(Updated Feb. 21, 2020, 5:24 a.m.)


Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, and Sarath 
Subramanian.


Changes
---

removed empty line and combined if condition


Bugs: ATLAS-3615
https://issues.apache.org/jira/browse/ATLAS-3615


Repository: atlas


Description
---

Issues:
1) Combination of typeName:_ALL_ENTITY_TYPES and classification doesn't return 
result
Why? As _ALL_ENTITY_TYPES value is assigned as [* TO *] results show up when 
searched from solr but not from graphdb

2) Combination of typeName:_ALL_ENTITY_TYPES, classification, 
query(SearchByText) doesn't return result
Why? result from solr, thru "/freetext" is correct, but onsearching if resulted 
entitytype is in typeAndSubtypes of given entityType, it breaks because 
typeAndSubTypes of _ALL_ENTITY_TYPES is [* TO *]

3) Combination of typeName, classification:_ALL_CLASSIFICATION_TYPES doesn't 
return result

4) Combination of typeName:_ALL_ENTITY_TYPES, 
classification:_ALL_CLASSIFICATION_TYPES, query(SearchByText) doesn't return 
correct result
why? query formed with above combination in solr /freetext is 'SAMPLEQUERY' AND 
[* TO *] AND [* TO *]

5) Combination of classification:_ALL_CLASSIFICATION_TYPES and 
classificationFilter doesn't return correct result


Diffs (updated)
-

  
repository/src/main/java/org/apache/atlas/discovery/ClassificationSearchProcessor.java
 c0a5a46dd 
  
repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java 
b5606d046 
  
repository/src/main/java/org/apache/atlas/discovery/FreeTextSearchProcessor.java
 d628f1352 
  repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
353411363 
  repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java 
8c17a9044 


Diff: https://reviews.apache.org/r/72127/diff/4/

Changes: https://reviews.apache.org/r/72127/diff/3-4/


Testing
---

For issue1:
1) tested with values _ALL_ENTITY_TYPES + EntityFilter + classification -> 
result fetches from gremlin and shows up correct result
2) tested with values _ALL_ENTITY_TYPES + classification -> result fetches from 
gremlin and shows up correct result

For issue2:
1) tested with values _ALL_ENTITY_TYPES + classification + query(SearchByText) 
-> shows up correct result


Thanks,

Pinal Shah



Re: Review Request 72127: ATLAS-3615 :- Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification

2020-02-20 Thread Sarath Subramanian

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72127/#review219622
---


Fix it, then Ship it!





repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java
Line 148 (original), 149 (patched)


consider combining if condition in line 150 into 140:

if (!typeSearchByIndex && !isEntityRootType())



repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java
Lines 349 (patched)


nit: remove new line


- Sarath Subramanian


On Feb. 18, 2020, 3:57 a.m., Pinal Shah wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72127/
> ---
> 
> (Updated Feb. 18, 2020, 3:57 a.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, and Sarath 
> Subramanian.
> 
> 
> Bugs: ATLAS-3615
> https://issues.apache.org/jira/browse/ATLAS-3615
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Issues:
> 1) Combination of typeName:_ALL_ENTITY_TYPES and classification doesn't 
> return result
> Why? As _ALL_ENTITY_TYPES value is assigned as [* TO *] results show up when 
> searched from solr but not from graphdb
> 
> 2) Combination of typeName:_ALL_ENTITY_TYPES, classification, 
> query(SearchByText) doesn't return result
> Why? result from solr, thru "/freetext" is correct, but onsearching if 
> resulted entitytype is in typeAndSubtypes of given entityType, it breaks 
> because typeAndSubTypes of _ALL_ENTITY_TYPES is [* TO *]
> 
> 3) Combination of typeName, classification:_ALL_CLASSIFICATION_TYPES doesn't 
> return result
> 
> 4) Combination of typeName:_ALL_ENTITY_TYPES, 
> classification:_ALL_CLASSIFICATION_TYPES, query(SearchByText) doesn't return 
> correct result
> why? query formed with above combination in solr /freetext is 'SAMPLEQUERY' 
> AND [* TO *] AND [* TO *]
> 
> 5) Combination of classification:_ALL_CLASSIFICATION_TYPES and 
> classificationFilter doesn't return correct result
> 
> 
> Diffs
> -
> 
>   
> repository/src/main/java/org/apache/atlas/discovery/ClassificationSearchProcessor.java
>  c0a5a46dd 
>   
> repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java
>  b5606d046 
>   
> repository/src/main/java/org/apache/atlas/discovery/FreeTextSearchProcessor.java
>  d628f1352 
>   repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
> 353411363 
>   repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java 
> 8c17a9044 
> 
> 
> Diff: https://reviews.apache.org/r/72127/diff/3/
> 
> 
> Testing
> ---
> 
> For issue1:
> 1) tested with values _ALL_ENTITY_TYPES + EntityFilter + classification -> 
> result fetches from gremlin and shows up correct result
> 2) tested with values _ALL_ENTITY_TYPES + classification -> result fetches 
> from gremlin and shows up correct result
> 
> For issue2:
> 1) tested with values _ALL_ENTITY_TYPES + classification + 
> query(SearchByText) -> shows up correct result
> 
> 
> Thanks,
> 
> Pinal Shah
> 
>



Fwd: Atlas

2020-02-20 Thread Jocelyn Piednoir
Hello there,

First, I would like to say that tool is awesome, great job guys. Second, I
would like to know if you have a roadmap for the future of the project and
if it's the case, may it be possible to publish it somewhere ? :) Also the
user-mailing list is broken.

Regards,

-- 
*Piednoir Jocelyn *
*Data Engineer for Data Hub Team*
joce...@heetch.com


[jira] [Commented] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041077#comment-17041077
 ] 

ASF subversion and git services commented on ATLAS-3623:


Commit e159f767820b3e25a5cf9f351586126201cda387 in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=e159f76 ]

ATLAS-3623 : Beta UI: Basic search improvement to search for namespace 
attribute: Bug fix for column selection


> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-3623-1.patch, ATLAS-3623.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3623:
---
Attachment: ATLAS-3623-1.patch

> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-3623-1.patch, ATLAS-3623.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3626) Beta UI : No option to overwrite Saved Search

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041034#comment-17041034
 ] 

ASF subversion and git services commented on ATLAS-3626:


Commit 3680ab428969bcc23606537d1dab49171bcc37ab in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=3680ab4 ]

ATLAS-3626 : Beta UI : No option to overwrite Saved Search


> Beta UI : No option to overwrite Saved Search
> -
>
> Key: ATLAS-3626
> URL: https://issues.apache.org/jira/browse/ATLAS-3626
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3626.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3627) Beta UI, Usability: Classifications changed default toggle setting to show all classifications including those not associated with any entity

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041035#comment-17041035
 ] 

ASF subversion and git services commented on ATLAS-3627:


Commit fd1aad38fb762b07ee225ffae002e980658e85fd in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=fd1aad3 ]

ATLAS-3627:Beta UI, Usability: Classifications default toggle set to show only 
classifications associated to entity


> Beta UI, Usability: Classifications changed default toggle setting to show 
> all classifications including those not associated with any entity
> -
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3627.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3629) UI: skipDefaultError handler improvement

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041037#comment-17041037
 ] 

ASF subversion and git services commented on ATLAS-3629:


Commit b0c85dd99aaabe296875847fdab0e0d5fe6cd846 in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=b0c85dd ]

ATLAS-3629 : UI: skipDefaultError handler improvement


> UI: skipDefaultError handler improvement
> 
>
> Key: ATLAS-3629
> URL: https://issues.apache.org/jira/browse/ATLAS-3629
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3629.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041036#comment-17041036
 ] 

ASF subversion and git services commented on ATLAS-3623:


Commit cd177f83d24dbce0a992e3c2cf7c2f3001f0f806 in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=cd177f8 ]

ATLAS-3623 : Beta UI: Basic search improvement to search for namespace attribute


> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-3623.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3629) UI: skipDefaultError handler improvement

2020-02-20 Thread Rahul Kurup (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041029#comment-17041029
 ] 

Rahul Kurup commented on ATLAS-3629:


+1

> UI: skipDefaultError handler improvement
> 
>
> Key: ATLAS-3629
> URL: https://issues.apache.org/jira/browse/ATLAS-3629
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3629.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3626) Beta UI : No option to overwrite Saved Search

2020-02-20 Thread Rahul Kurup (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041026#comment-17041026
 ] 

Rahul Kurup commented on ATLAS-3626:


+1

> Beta UI : No option to overwrite Saved Search
> -
>
> Key: ATLAS-3626
> URL: https://issues.apache.org/jira/browse/ATLAS-3626
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3626.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3627) Beta UI, Usability: Classifications changed default toggle setting to show all classifications including those not associated with any entity

2020-02-20 Thread Rahul Kurup (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041027#comment-17041027
 ] 

Rahul Kurup commented on ATLAS-3627:


+1

> Beta UI, Usability: Classifications changed default toggle setting to show 
> all classifications including those not associated with any entity
> -
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3627.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread Rahul Kurup (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041028#comment-17041028
 ] 

Rahul Kurup commented on ATLAS-3623:


+1

> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-3623.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-2800) UI - In Advance search an additional API request is fire when any column is drag and droped

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-2800:
---
Fix Version/s: 3.0.0
   2.1.0

> UI - In Advance search an additional API request is fire when any column is 
> drag and droped
> ---
>
> Key: ATLAS-2800
> URL: https://issues.apache.org/jira/browse/ATLAS-2800
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8.1, 1.0.0, 2.0.0
>Reporter: Tejas Rawool
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3404) UI: Content in hbase_namespace Table tab vanishes after user clicks sorting arrow.

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3404:
---
Fix Version/s: 2.1.0

> UI: Content in hbase_namespace Table tab vanishes after user clicks sorting 
> arrow.
> --
>
> Key: ATLAS-3404
> URL: https://issues.apache.org/jira/browse/ATLAS-3404
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Fix For: 2.1.0, 3.0.0
>
>
> Steps:
>  # Create a hbase_namespace entity.
>  # In UI, go to Search–> select hbase_namespace, then click Search–>click on 
> hbase_namespace_entity result name–> go to Tables tab
>  # Click any of the sorting arrows in the columns
> You will notice that the content in the table vanishes. It gets restored 
> after refreshing the browser.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3404) UI: Content in hbase_namespace Table tab vanishes after user clicks sorting arrow.

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3404:
---
Fix Version/s: 3.0.0

> UI: Content in hbase_namespace Table tab vanishes after user clicks sorting 
> arrow.
> --
>
> Key: ATLAS-3404
> URL: https://issues.apache.org/jira/browse/ATLAS-3404
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Fix For: 3.0.0
>
>
> Steps:
>  # Create a hbase_namespace entity.
>  # In UI, go to Search–> select hbase_namespace, then click Search–>click on 
> hbase_namespace_entity result name–> go to Tables tab
>  # Click any of the sorting arrows in the columns
> You will notice that the content in the table vanishes. It gets restored 
> after refreshing the browser.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (ATLAS-3627) Beta UI, Usability: Classifications changed default toggle setting to show all classifications including those not associated with any entity

2020-02-20 Thread Rahul Kurup (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rahul Kurup reassigned ATLAS-3627:
--

Assignee: Keval Bhatt  (was: Rahul Kurup)

> Beta UI, Usability: Classifications changed default toggle setting to show 
> all classifications including those not associated with any entity
> -
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3627.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3629) UI: skipDefaultError handler improvement

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3629:
---
Attachment: ATLAS-3629.patch

> UI: skipDefaultError handler improvement
> 
>
> Key: ATLAS-3629
> URL: https://issues.apache.org/jira/browse/ATLAS-3629
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3629.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (ATLAS-3627) Beta UI, Usability: Classifications changed default toggle setting to show all classifications including those not associated to any entity

2020-02-20 Thread Rahul Kurup (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rahul Kurup reassigned ATLAS-3627:
--

Assignee: Rahul Kurup  (was: Keval Bhatt)

> Beta UI, Usability: Classifications changed default toggle setting to show 
> all classifications including those not associated to any entity
> ---
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Rahul Kurup
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3627.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3627) Beta UI, Usability: Classifications changed default toggle setting to show all classifications including those not associated with any entity

2020-02-20 Thread Rahul Kurup (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rahul Kurup updated ATLAS-3627:
---
Summary: Beta UI, Usability: Classifications changed default toggle setting 
to show all classifications including those not associated with any entity  
(was: Beta UI, Usability: Classifications changed default toggle setting to 
show all classifications including those not associated to any entity)

> Beta UI, Usability: Classifications changed default toggle setting to show 
> all classifications including those not associated with any entity
> -
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Rahul Kurup
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3627.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3627) Beta UI, Usability: Classifications changed default toggle setting to show all classifications including those not associated to any entity

2020-02-20 Thread Rahul Kurup (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rahul Kurup updated ATLAS-3627:
---
Summary: Beta UI, Usability: Classifications changed default toggle setting 
to show all classifications including those not associated to any entity  (was: 
Beta UI, Usability: Classifications default toggle set to show only 
classifications associated to entity)

> Beta UI, Usability: Classifications changed default toggle setting to show 
> all classifications including those not associated to any entity
> ---
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3627.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ATLAS-3629) UI: skipDefaultError handler improvement

2020-02-20 Thread Keval Bhatt (Jira)
Keval Bhatt created ATLAS-3629:
--

 Summary: UI: skipDefaultError handler improvement
 Key: ATLAS-3629
 URL: https://issues.apache.org/jira/browse/ATLAS-3629
 Project: Atlas
  Issue Type: Improvement
Reporter: Keval Bhatt
Assignee: Keval Bhatt
 Fix For: 2.1.0, 3.0.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3623:
---
Attachment: ATLAS-3623.patch

> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-3623.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3623:
---
Attachment: (was: ATLAS-3623.patch)

> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3623) Beta UI: Basic search improvement to search for namespace attribute

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3623:
---
Attachment: ATLAS-3623.patch

> Beta UI: Basic search improvement to search for namespace attribute
> ---
>
> Key: ATLAS-3623
> URL: https://issues.apache.org/jira/browse/ATLAS-3623
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-3623.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3627) Beta UI, Usability: Classifications default toggle set to show only classifications associated to entity

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3627:
---
Attachment: ATLAS-3627.patch

> Beta UI, Usability: Classifications default toggle set to show only 
> classifications associated to entity
> 
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3627.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3627) Beta UI, Usability: Classifications default toggle set to show only classifications associated to entity

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3627:
---
Summary: Beta UI, Usability: Classifications default toggle set to show 
only classifications associated to entity  (was: Beta UI: Classfication tree 
view improvemnts)

> Beta UI, Usability: Classifications default toggle set to show only 
> classifications associated to entity
> 
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
>
> Beta UI: Wildcard Search for classifications doesn't fire any search
> Beta UI, Usability: Classifications default toggle set to show only 
> classifications associated to entity



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3627) Beta UI, Usability: Classifications default toggle set to show only classifications associated to entity

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3627:
---
Description: (was: Beta UI: Wildcard Search for classifications doesn't 
fire any search
Beta UI, Usability: Classifications default toggle set to show only 
classifications associated to entity)

> Beta UI, Usability: Classifications default toggle set to show only 
> classifications associated to entity
> 
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ATLAS-3628) Beta UI: Wildcard Search for classifications doesn't fire any search

2020-02-20 Thread Keval Bhatt (Jira)
Keval Bhatt created ATLAS-3628:
--

 Summary: Beta UI: Wildcard Search for classifications doesn't fire 
any search
 Key: ATLAS-3628
 URL: https://issues.apache.org/jira/browse/ATLAS-3628
 Project: Atlas
  Issue Type: Improvement
Reporter: Keval Bhatt
Assignee: Keval Bhatt
 Fix For: 2.1.0, 3.0.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3627) Beta UI: Classfication tree view improvemnts

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3627:
---
Description: 
Beta UI: Wildcard Search for classifications doesn't fire any search
Beta UI, Usability: Classifications default toggle set to show only 
classifications associated to entity

> Beta UI: Classfication tree view improvemnts
> 
>
> Key: ATLAS-3627
> URL: https://issues.apache.org/jira/browse/ATLAS-3627
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
>
> Beta UI: Wildcard Search for classifications doesn't fire any search
> Beta UI, Usability: Classifications default toggle set to show only 
> classifications associated to entity



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ATLAS-3627) Beta UI: Classfication tree view improvemnts

2020-02-20 Thread Keval Bhatt (Jira)
Keval Bhatt created ATLAS-3627:
--

 Summary: Beta UI: Classfication tree view improvemnts
 Key: ATLAS-3627
 URL: https://issues.apache.org/jira/browse/ATLAS-3627
 Project: Atlas
  Issue Type: Improvement
Reporter: Keval Bhatt
Assignee: Keval Bhatt
 Fix For: 2.1.0, 3.0.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-3626) Beta UI : No option to overwrite Saved Search

2020-02-20 Thread Keval Bhatt (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-3626:
---
Attachment: ATLAS-3626.patch

> Beta UI : No option to overwrite Saved Search
> -
>
> Key: ATLAS-3626
> URL: https://issues.apache.org/jira/browse/ATLAS-3626
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3626.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ATLAS-3626) Beta UI : No option to overwrite Saved Search

2020-02-20 Thread Keval Bhatt (Jira)
Keval Bhatt created ATLAS-3626:
--

 Summary: Beta UI : No option to overwrite Saved Search
 Key: ATLAS-3626
 URL: https://issues.apache.org/jira/browse/ATLAS-3626
 Project: Atlas
  Issue Type: Improvement
Reporter: Keval Bhatt
Assignee: Keval Bhatt
 Fix For: 2.1.0, 3.0.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)