Re: Review Request 69660: ATLAS-3019 Handle NPE while transform and replicatedTo in import-export

2019-01-03 Thread Nixon Rodrigues

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


Ship it!




Ship It!

- Nixon Rodrigues


On Jan. 3, 2019, 1:01 p.m., Kapildeo Nayak wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69660/
> ---
> 
> (Updated Jan. 3, 2019, 1:01 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Nixon Rodrigues, and Sarath 
> Subramanian.
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> This patch handles
> 1) Export fails on setting replicatedTo value to null in export JSON
> 
> 2) Using transforms (replace) with both supertype and subtype fails with NPE 
> during import
> 
> 
> Diffs
> -
> 
>   intg/src/main/java/org/apache/atlas/model/impexp/AtlasExportRequest.java 
> 0e93744f1 
>   
> repository/src/main/java/org/apache/atlas/repository/impexp/ImportTransforms.java
>  72b684b01 
> 
> 
> Diff: https://reviews.apache.org/r/69660/diff/1/
> 
> 
> Testing
> ---
> 
> Tested in import-export with transforms options.
> 
> 
> Thanks,
> 
> Kapildeo Nayak
> 
>



[jira] [Updated] (ATLAS-3018) UI - classification search table shows then Basic search text with loader which is incorrect

2019-01-03 Thread Keval Bhatt (JIRA)


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

Keval Bhatt updated ATLAS-3018:
---
Attachment: ATLAS-3018-branch-0.8.patch

> UI - classification search table shows then Basic search text with loader 
> which is incorrect
> 
>
> Key: ATLAS-3018
> URL: https://issues.apache.org/jira/browse/ATLAS-3018
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8.4, 1.2.0, 2.0.0
>Reporter: Tejas Rawool
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.0.0
>
> Attachments: ATLAS-3018-branch-0.8.patch, ATLAS-3018.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-3018) UI - classification search table shows then Basic search text with loader which is incorrect

2019-01-03 Thread Keval Bhatt (JIRA)


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

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

> UI - classification search table shows then Basic search text with loader 
> which is incorrect
> 
>
> Key: ATLAS-3018
> URL: https://issues.apache.org/jira/browse/ATLAS-3018
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8.4, 1.2.0, 2.0.0
>Reporter: Tejas Rawool
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.0.0
>
> Attachments: ATLAS-3018.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3020) ClientV2: DeleteClassifications Invokes Incorrect REST Call

2019-01-03 Thread Sarath Subramanian (JIRA)


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

Sarath Subramanian commented on ATLAS-3020:
---

+1 for the patch. Thanks [~ashutoshm].

> ClientV2: DeleteClassifications Invokes Incorrect REST Call
> ---
>
> Key: ATLAS-3020
> URL: https://issues.apache.org/jira/browse/ATLAS-3020
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Reporter: Ashutosh Mestry
>Assignee: Ashutosh Mestry
>Priority: Major
> Fix For: 1.1.0, 0.8.4, trunk
>
> Attachments: ATLAS-3020-Atlas-Client-Delete-Classifications-API.patch
>
>
> *Background*
> Existing _AtlasClientV2.deleteClassifications_ invokes incorrect REST API. 
> *Solution*
> The method should invoke the correct REST API.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Review Request 69660: ATLAS-3019 Handle NPE while transform and replicatedTo in import-export

2019-01-03 Thread Sarath Subramanian

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


Ship it!




Ship It!

- Sarath Subramanian


On Jan. 3, 2019, 5:01 a.m., Kapildeo Nayak wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69660/
> ---
> 
> (Updated Jan. 3, 2019, 5:01 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Nixon Rodrigues, and Sarath 
> Subramanian.
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> This patch handles
> 1) Export fails on setting replicatedTo value to null in export JSON
> 
> 2) Using transforms (replace) with both supertype and subtype fails with NPE 
> during import
> 
> 
> Diffs
> -
> 
>   intg/src/main/java/org/apache/atlas/model/impexp/AtlasExportRequest.java 
> 0e93744f1 
>   
> repository/src/main/java/org/apache/atlas/repository/impexp/ImportTransforms.java
>  72b684b01 
> 
> 
> Diff: https://reviews.apache.org/r/69660/diff/1/
> 
> 
> Testing
> ---
> 
> Tested in import-export with transforms options.
> 
> 
> Thanks,
> 
> Kapildeo Nayak
> 
>



Re: Review Request 69660: ATLAS-3019 Handle NPE while transform and replicatedTo in import-export

2019-01-03 Thread Ashutosh Mestry

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


Ship it!




Ship It!

- Ashutosh Mestry


On Jan. 3, 2019, 1:01 p.m., Kapildeo Nayak wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69660/
> ---
> 
> (Updated Jan. 3, 2019, 1:01 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Nixon Rodrigues, and Sarath 
> Subramanian.
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> This patch handles
> 1) Export fails on setting replicatedTo value to null in export JSON
> 
> 2) Using transforms (replace) with both supertype and subtype fails with NPE 
> during import
> 
> 
> Diffs
> -
> 
>   intg/src/main/java/org/apache/atlas/model/impexp/AtlasExportRequest.java 
> 0e93744f1 
>   
> repository/src/main/java/org/apache/atlas/repository/impexp/ImportTransforms.java
>  72b684b01 
> 
> 
> Diff: https://reviews.apache.org/r/69660/diff/1/
> 
> 
> Testing
> ---
> 
> Tested in import-export with transforms options.
> 
> 
> Thanks,
> 
> Kapildeo Nayak
> 
>



[NOTICE] Mandatory migration of git repositories to gitbox.apache.org

2019-01-03 Thread Apache Infrastructure Team
Hello, atlas folks.
As stated earlier in 2018, all git repositories must be migrated from
the git-wip-us.apache.org URL to gitbox.apache.org, as the old service
is being decommissioned. Your project is receiving this email because
you still have repositories on git-wip-us that needs to be migrated.

The following repositories on git-wip-us belong to your project:
 - atlas.git
 - atlas-website.git


We are now entering the mandated (coordinated) move stage of the roadmap,
and you are asked to please coordinate migration with the Apache
Infrastructure Team before February 7th. All repositories not migrated
on February 7th will be mass migrated without warning, and we'd appreciate
it if we could work together to avoid a big mess that day :-).

Moving to gitbox means you will get full write access on GitHub as well,
and be able to close/merge pull requests and much more.

To have your repositories moved, please follow these steps:

- Ensure consensus on the move (a link to a lists.apache.org thread will
  suffice for us as evidence).
- Create a JIRA ticket at https://issues.apache.org/jira/browse/INFRA

Your migration should only take a few minutes. If you wish to migrate
at a specific time of day or date, please do let us know in the ticket.

As always, we appreciate your understanding and patience as we move
things around and work to provide better services and features for
the Apache Family.

Should you wish to contact us with feedback or questions, please do so
at: us...@infra.apache.org.


With regards,
Apache Infrastructure



[jira] [Updated] (ATLAS-3019) Handle NPE while transform and replicatedTo in import-export

2019-01-03 Thread Kapildeo Nayak (JIRA)


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

Kapildeo Nayak updated ATLAS-3019:
--
Attachment: 0001-ATLAS-3019-Handle-NPE-while-transform-and-replicated.patch

> Handle NPE while transform and replicatedTo in import-export
> 
>
> Key: ATLAS-3019
> URL: https://issues.apache.org/jira/browse/ATLAS-3019
> Project: Atlas
>  Issue Type: Bug
>Reporter: Kapildeo Nayak
>Assignee: Kapildeo Nayak
>Priority: Minor
> Attachments: 
> 0001-ATLAS-3019-Handle-NPE-while-transform-and-replicated.patch
>
>
> 1) Export fails on setting replicatedTo value to null in export JSON
> 2) Using transforms (replace) with both supertype and subtype fails with NPE 
> during import



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Review Request 69660: ATLAS-3019 Handle NPE while transform and replicatedTo in import-export

2019-01-03 Thread Kapildeo Nayak

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

Review request for atlas, Ashutosh Mestry, Nixon Rodrigues, and Sarath 
Subramanian.


Repository: atlas


Description
---

This patch handles
1) Export fails on setting replicatedTo value to null in export JSON

2) Using transforms (replace) with both supertype and subtype fails with NPE 
during import


Diffs
-

  intg/src/main/java/org/apache/atlas/model/impexp/AtlasExportRequest.java 
0e93744f1 
  
repository/src/main/java/org/apache/atlas/repository/impexp/ImportTransforms.java
 72b684b01 


Diff: https://reviews.apache.org/r/69660/diff/1/


Testing
---

Tested in import-export with transforms options.


Thanks,

Kapildeo Nayak



[jira] [Assigned] (ATLAS-3019) Handle NPE while transform and replicatedTo in import-export

2019-01-03 Thread Kapildeo Nayak (JIRA)


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

Kapildeo Nayak reassigned ATLAS-3019:
-

Assignee: Kapildeo Nayak

> Handle NPE while transform and replicatedTo in import-export
> 
>
> Key: ATLAS-3019
> URL: https://issues.apache.org/jira/browse/ATLAS-3019
> Project: Atlas
>  Issue Type: Bug
>Reporter: Kapildeo Nayak
>Assignee: Kapildeo Nayak
>Priority: Minor
>
> 1) Export fails on setting replicatedTo value to null in export JSON
> 2) Using transforms (replace) with both supertype and subtype fails with NPE 
> during import



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ATLAS-3019) Handle NPE while transform and replicatedTo in import-export

2019-01-03 Thread Kapildeo Nayak (JIRA)
Kapildeo Nayak created ATLAS-3019:
-

 Summary: Handle NPE while transform and replicatedTo in 
import-export
 Key: ATLAS-3019
 URL: https://issues.apache.org/jira/browse/ATLAS-3019
 Project: Atlas
  Issue Type: Bug
Reporter: Kapildeo Nayak


1) Export fails on setting replicatedTo value to null in export JSON

2) Using transforms (replace) with both supertype and subtype fails with NPE 
during import



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-2998) UI : create entity icon for atlas-core type and aws

2019-01-03 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2998:


Commit 8a62f9767f679db4d643e45f9c94178a4705646c in atlas's branch 
refs/heads/branch-1.0 from Keval Bhatt
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=8a62f97 ]

ATLAS-2998 : UI : create entity icon for atlas-core type and aws

(cherry picked from commit e04c857d4da79eade201ea07a287bb2fef19bea2)
Signed-off-by: kevalbhatt 


> UI : create entity icon for atlas-core type and aws
> ---
>
> Key: ATLAS-2998
> URL: https://issues.apache.org/jira/browse/ATLAS-2998
> Project: Atlas
>  Issue Type: Sub-task
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.0.0
>
> Attachments: ATLAS-2998.patch
>
>
> New icon added for the following type.
>  * AtlasServer
>  * Dataset
>  * aws



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-3018) UI - classification search table shows then Basic search text with loader which is incorrect

2019-01-03 Thread Keval Bhatt (JIRA)


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

Keval Bhatt updated ATLAS-3018:
---
Summary: UI - classification search table shows then Basic search text with 
loader which is incorrect  (was: UI - If any classification is search then 
Basic search with Loader appears while loading which is incorrect)

> UI - classification search table shows then Basic search text with loader 
> which is incorrect
> 
>
> Key: ATLAS-3018
> URL: https://issues.apache.org/jira/browse/ATLAS-3018
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8.4, 1.2.0, 2.0.0
>Reporter: Tejas Rawool
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-3005) Modal for metrics statistic added

2019-01-03 Thread Keval Bhatt (JIRA)


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

Keval Bhatt updated ATLAS-3005:
---
Fix Version/s: 1.2.0

> Modal for metrics statistic added
> -
>
> Key: ATLAS-3005
> URL: https://issues.apache.org/jira/browse/ATLAS-3005
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Affects Versions: 2.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Minor
> Fix For: 1.2.0, 2.0.0
>
> Attachments: ATLAS-3005.patch, ATLAS-3005_1.patch, ATLAS-3005_2.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3005) Modal for metrics statistic added

2019-01-03 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-3005:


Commit 283d2aeabcfeb059e25b7bf8fbd0503a20f91ec7 in atlas's branch 
refs/heads/branch-1.0 from Abhishek Kadam
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=283d2ae ]

ATLAS-3005 Modal for metrics statistic added

Signed-off-by: kevalbhatt 
(cherry picked from commit 22041f51ce9a52f2c7b2634024e20765347a794a)
Signed-off-by: kevalbhatt 


> Modal for metrics statistic added
> -
>
> Key: ATLAS-3005
> URL: https://issues.apache.org/jira/browse/ATLAS-3005
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Affects Versions: 2.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: ATLAS-3005.patch, ATLAS-3005_1.patch, ATLAS-3005_2.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3009) UI - Please provide Full screen support for Lineage

2019-01-03 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-3009:


Commit c51ab2d8aa5c38ac9ee376f04ba7dc9b343bb6bb in atlas's branch 
refs/heads/branch-1.0 from Abhishek Kadam
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=c51ab2d ]

ATLAS-3009 UI - Please provide Full screen support for Lineage

Signed-off-by: kevalbhatt 
(cherry picked from commit 2a3b8830241a6bec7093bacfd91de44655adc28f)
Signed-off-by: kevalbhatt 


> UI - Please provide Full screen support for Lineage
> ---
>
> Key: ATLAS-3009
> URL: https://issues.apache.org/jira/browse/ATLAS-3009
> Project: Atlas
>  Issue Type: Sub-task
>Affects Versions: 0.8.4, 1.2.0, 2.0.0
>Reporter: Tejas Rawool
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.0.0
>
> Attachments: ATLAS-3009-branch-0.8.patch, ATLAS-3009.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3007) UI : Add go to page and page limit option for local pagination

2019-01-03 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-3007:


Commit 5dcfc9a85f83f7cabcac053f53f33a6db22d in atlas's branch 
refs/heads/branch-1.0 from Keval Bhatt
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=5dcfc9a ]

ATLAS-3007 UI : Add go to page and page limit option for local pagination

(cherry picked from commit 83fbe467bf5d80032ee3b5f1279589a3710f45e3)
Signed-off-by: kevalbhatt 


> UI : Add go to page and page limit option for local pagination
> --
>
> Key: ATLAS-3007
> URL: https://issues.apache.org/jira/browse/ATLAS-3007
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.0.0
>
> Attachments: ATLAS-3007-branch-0.8.patch, ATLAS-3007.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-3007) UI : Add go to page and page limit option for local pagination

2019-01-03 Thread Keval Bhatt (JIRA)


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

Keval Bhatt updated ATLAS-3007:
---
Fix Version/s: 2.0.0
   1.2.0
   0.8.4

> UI : Add go to page and page limit option for local pagination
> --
>
> Key: ATLAS-3007
> URL: https://issues.apache.org/jira/browse/ATLAS-3007
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.0.0
>
> Attachments: ATLAS-3007-branch-0.8.patch, ATLAS-3007.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3005) Modal for metrics statistic added

2019-01-03 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-3005:


Commit 22041f51ce9a52f2c7b2634024e20765347a794a in atlas's branch 
refs/heads/master from Abhishek Kadam
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=22041f5 ]

ATLAS-3005 Modal for metrics statistic added

Signed-off-by: kevalbhatt 


> Modal for metrics statistic added
> -
>
> Key: ATLAS-3005
> URL: https://issues.apache.org/jira/browse/ATLAS-3005
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Affects Versions: 2.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: ATLAS-3005.patch, ATLAS-3005_1.patch, ATLAS-3005_2.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3005) Modal for metrics statistic added

2019-01-03 Thread Nixon Rodrigues (JIRA)


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

Nixon Rodrigues commented on ATLAS-3005:


+1 for the patch

> Modal for metrics statistic added
> -
>
> Key: ATLAS-3005
> URL: https://issues.apache.org/jira/browse/ATLAS-3005
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Affects Versions: 2.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: ATLAS-3005.patch, ATLAS-3005_1.patch, ATLAS-3005_2.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3007) UI : Add go to page and page limit option for local pagination

2019-01-03 Thread Tejas Rawool (JIRA)


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

Tejas Rawool commented on ATLAS-3007:
-

+1 for Master and Branch-0.8

> UI : Add go to page and page limit option for local pagination
> --
>
> Key: ATLAS-3007
> URL: https://issues.apache.org/jira/browse/ATLAS-3007
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Attachments: ATLAS-3007-branch-0.8.patch, ATLAS-3007.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-3005) Modal for metrics statistic added

2019-01-03 Thread Abhishek Kadam (JIRA)


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

Abhishek Kadam updated ATLAS-3005:
--
Attachment: ATLAS-3005_2.patch

> Modal for metrics statistic added
> -
>
> Key: ATLAS-3005
> URL: https://issues.apache.org/jira/browse/ATLAS-3005
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Affects Versions: 2.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: ATLAS-3005.patch, ATLAS-3005_1.patch, ATLAS-3005_2.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3009) UI - Please provide Full screen support for Lineage

2019-01-03 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-3009:


Commit 2a3b8830241a6bec7093bacfd91de44655adc28f in atlas's branch 
refs/heads/master from Abhishek Kadam
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=2a3b883 ]

ATLAS-3009 UI - Please provide Full screen support for Lineage

Signed-off-by: kevalbhatt 


> UI - Please provide Full screen support for Lineage
> ---
>
> Key: ATLAS-3009
> URL: https://issues.apache.org/jira/browse/ATLAS-3009
> Project: Atlas
>  Issue Type: Sub-task
>Affects Versions: 0.8.4, 1.2.0, 2.0.0
>Reporter: Tejas Rawool
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.0.0
>
> Attachments: ATLAS-3009-branch-0.8.patch, ATLAS-3009.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3007) UI : Add go to page and page limit option for local pagination

2019-01-03 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-3007:


Commit 83fbe467bf5d80032ee3b5f1279589a3710f45e3 in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=83fbe46 ]

ATLAS-3007 UI : Add go to page and page limit option for local pagination


> UI : Add go to page and page limit option for local pagination
> --
>
> Key: ATLAS-3007
> URL: https://issues.apache.org/jira/browse/ATLAS-3007
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Attachments: ATLAS-3007-branch-0.8.patch, ATLAS-3007.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3009) UI - Please provide Full screen support for Lineage

2019-01-03 Thread Tejas Rawool (JIRA)


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

Tejas Rawool commented on ATLAS-3009:
-

+1 for Master and Branch-0.8

> UI - Please provide Full screen support for Lineage
> ---
>
> Key: ATLAS-3009
> URL: https://issues.apache.org/jira/browse/ATLAS-3009
> Project: Atlas
>  Issue Type: Sub-task
>Affects Versions: 0.8.4, 1.2.0, 2.0.0
>Reporter: Tejas Rawool
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.0.0
>
> Attachments: ATLAS-3009-branch-0.8.patch, ATLAS-3009.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-3007) UI : Add go to page and page limit option for local pagination

2019-01-03 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-3007:


Commit c62934aed35bd61faee998f4277f9f3275546e37 in atlas's branch 
refs/heads/branch-0.8 from Keval Bhatt
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=c62934a ]

ATLAS-3007 : UI : Add go to page and page limit option for local pagination


> UI : Add go to page and page limit option for local pagination
> --
>
> Key: ATLAS-3007
> URL: https://issues.apache.org/jira/browse/ATLAS-3007
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Attachments: ATLAS-3007-branch-0.8.patch, ATLAS-3007.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)