[GitHub] [atlas] bdsoha commented on pull request #203: Remove os.path.join causing incorrect windows path

2022-11-08 Thread GitBox


bdsoha commented on PR #203:
URL: https://github.com/apache/atlas/pull/203#issuecomment-1307836278

   @mneethiraj Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Resolved] (ATLAS-4709) Python client version 0.0.12

2022-11-08 Thread Madhan Neethiraj (Jira)


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

Madhan Neethiraj resolved ATLAS-4709.
-
Fix Version/s: 3.0.0
   2.3.0
   Resolution: Fixed

> Python client version 0.0.12
> 
>
> Key: ATLAS-4709
> URL: https://issues.apache.org/jira/browse/ATLAS-4709
> Project: Atlas
>  Issue Type: Task
>  Components: atlas-intg
>Reporter: Madhan Neethiraj
>Assignee: Madhan Neethiraj
>Priority: Major
> Fix For: 3.0.0, 2.3.0
>
>
> Following fixes were added since Apache Atlas Python client release - 0.0.11 :
>  * ATLAS-4205: fixes in Python sample-app and Python client
>  * ATLAS-4318 : fix python client api url concatenation
>  * ATLAS-4318 : Fixed bug in entity.py
>  * ATLAS-4590: fix minor problem in list_attributes_to_params()
>  * ATLAS-4676: do not expect response body to be a valid JSON
>  * ATLAS-4704: Remove os.path.join causing incorrect windows path
> This Jira tracks release of Apache Atlas Python client version 0.0.12



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [atlas] mneethiraj commented on pull request #203: Remove os.path.join causing incorrect windows path

2022-11-08 Thread GitBox


mneethiraj commented on PR #203:
URL: https://github.com/apache/atlas/pull/203#issuecomment-1307690471

   @bdsoha  - Apache Atlas Python client 0.0.12 was released today.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (ATLAS-4709) Python client version 0.0.12

2022-11-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4709:


Commit 6490db743c148a6fbb57ef6c114d1584eb0cf0ed in atlas's branch 
refs/heads/branch-2.0 from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=6490db743 ]

ATLAS-4709: Python client 0.0.12 release

(cherry picked from commit d40c1b09f533bce6fd27e97489885c10887fe4ec)


> Python client version 0.0.12
> 
>
> Key: ATLAS-4709
> URL: https://issues.apache.org/jira/browse/ATLAS-4709
> Project: Atlas
>  Issue Type: Task
>  Components: atlas-intg
>Reporter: Madhan Neethiraj
>Assignee: Madhan Neethiraj
>Priority: Major
>
> Following fixes were added since Apache Atlas Python client release - 0.0.11 :
>  * ATLAS-4205: fixes in Python sample-app and Python client
>  * ATLAS-4318 : fix python client api url concatenation
>  * ATLAS-4318 : Fixed bug in entity.py
>  * ATLAS-4590: fix minor problem in list_attributes_to_params()
>  * ATLAS-4676: do not expect response body to be a valid JSON
>  * ATLAS-4704: Remove os.path.join causing incorrect windows path
> This Jira tracks release of Apache Atlas Python client version 0.0.12



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4709) Python client version 0.0.12

2022-11-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4709:


Commit d40c1b09f533bce6fd27e97489885c10887fe4ec in atlas's branch 
refs/heads/master from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=d40c1b09f ]

ATLAS-4709: Python client 0.0.12 release


> Python client version 0.0.12
> 
>
> Key: ATLAS-4709
> URL: https://issues.apache.org/jira/browse/ATLAS-4709
> Project: Atlas
>  Issue Type: Task
>  Components: atlas-intg
>Reporter: Madhan Neethiraj
>Assignee: Madhan Neethiraj
>Priority: Major
>
> Following fixes were added since Apache Atlas Python client release - 0.0.11 :
>  * ATLAS-4205: fixes in Python sample-app and Python client
>  * ATLAS-4318 : fix python client api url concatenation
>  * ATLAS-4318 : Fixed bug in entity.py
>  * ATLAS-4590: fix minor problem in list_attributes_to_params()
>  * ATLAS-4676: do not expect response body to be a valid JSON
>  * ATLAS-4704: Remove os.path.join causing incorrect windows path
> This Jira tracks release of Apache Atlas Python client version 0.0.12



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4709) Python client version 0.0.12

2022-11-08 Thread Madhan Neethiraj (Jira)
Madhan Neethiraj created ATLAS-4709:
---

 Summary: Python client version 0.0.12
 Key: ATLAS-4709
 URL: https://issues.apache.org/jira/browse/ATLAS-4709
 Project: Atlas
  Issue Type: Task
  Components: atlas-intg
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj


Following fixes were added since Apache Atlas Python client release - 0.0.11 :
 * ATLAS-4205: fixes in Python sample-app and Python client
 * ATLAS-4318 : fix python client api url concatenation
 * ATLAS-4318 : Fixed bug in entity.py
 * ATLAS-4590: fix minor problem in list_attributes_to_params()
 * ATLAS-4676: do not expect response body to be a valid JSON
 * ATLAS-4704: Remove os.path.join causing incorrect windows path

This Jira tracks release of Apache Atlas Python client version 0.0.12



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4707) update UI component version for scss-tokenizer, node-sass and loader-utils

2022-11-08 Thread Madhan Neethiraj (Jira)


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

Madhan Neethiraj updated ATLAS-4707:

Summary: update UI component version for scss-tokenizer, node-sass and 
loader-utils  (was: update UI component version for scss-tokenizer and 
node-sass )

> update UI component version for scss-tokenizer, node-sass and loader-utils
> --
>
> Key: ATLAS-4707
> URL: https://issues.apache.org/jira/browse/ATLAS-4707
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Reporter: Madhan Neethiraj
>Priority: Major
> Fix For: 3.0.0, 2.3.0
>
>
> This Jira tracks version updates in following pull requests:
>  - [pull request #202|https://github.com/apache/atlas/pull/202]
>  - [pull request #201|https://github.com/apache/atlas/pull/201]
>  - [pull request #205|https://github.com/apache/atlas/pull/205]
>  - [pull request #206|https://github.com/apache/atlas/pull/206]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4707) update UI component version for scss-tokenizer and node-sass

2022-11-08 Thread Madhan Neethiraj (Jira)


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

Madhan Neethiraj updated ATLAS-4707:

Description: 
This Jira tracks version updates in following pull requests:
 - [pull request #202|https://github.com/apache/atlas/pull/202]
 - [pull request #201|https://github.com/apache/atlas/pull/201]
 - [pull request #205|https://github.com/apache/atlas/pull/205]
 - [pull request #206|https://github.com/apache/atlas/pull/206]

  was:
This Jira tracks version updates in following pull requests:
- [pull request #202|https://github.com/apache/atlas/pull/202]
- [pull request #201|https://github.com/apache/atlas/pull/201]


> update UI component version for scss-tokenizer and node-sass 
> -
>
> Key: ATLAS-4707
> URL: https://issues.apache.org/jira/browse/ATLAS-4707
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Reporter: Madhan Neethiraj
>Priority: Major
> Fix For: 3.0.0, 2.3.0
>
>
> This Jira tracks version updates in following pull requests:
>  - [pull request #202|https://github.com/apache/atlas/pull/202]
>  - [pull request #201|https://github.com/apache/atlas/pull/201]
>  - [pull request #205|https://github.com/apache/atlas/pull/205]
>  - [pull request #206|https://github.com/apache/atlas/pull/206]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Review Request 74197: ATLAS-4707: updated loader-utils version from 1.4.0 to 1.4.1

2022-11-08 Thread Madhan Neethiraj

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

Review request for atlas, Ashutosh Mestry, Jayendra Parab, Nikhil Bonte, Nixon 
Rodrigues, Pinal Shah, Prasad Pawar, Radhika Kundam, Sarath Subramanian, and 
Sidharth Mishra.


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


Repository: atlas


Description
---

Patch from following pull requests:
- https://github.com/apache/atlas/pull/205
- https://github.com/apache/atlas/pull/206


Diffs
-

  dashboardv2/public/js/external_lib/atlas-lineage/package-lock.json 890350198 
  dashboardv3/public/js/external_lib/atlas-lineage/package-lock.json 890350198 


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


Testing
---

- sanity testing of Atlas UI


Thanks,

Madhan Neethiraj



[jira] [Commented] (ATLAS-4707) update UI component version for scss-tokenizer and node-sass

2022-11-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4707:


Commit 73e5c845662b16eeb3be8d00d9ae32d84f8b9c67 in atlas's branch 
refs/heads/branch-2.0 from dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=73e5c8456 ]

ATLAS-4707: updated versions of scss-tokenizer 0.2.3 to 0.4.3, node-sass 4.13.1 
to 7.0.3

Signed-off-by: Madhan Neethiraj 
(cherry picked from commit fbdf7863d59d04f8437c07d5bfd20fe1cbf4)


> update UI component version for scss-tokenizer and node-sass 
> -
>
> Key: ATLAS-4707
> URL: https://issues.apache.org/jira/browse/ATLAS-4707
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Reporter: Madhan Neethiraj
>Priority: Major
> Fix For: 3.0.0, 2.3.0
>
>
> This Jira tracks version updates in following pull requests:
> - [pull request #202|https://github.com/apache/atlas/pull/202]
> - [pull request #201|https://github.com/apache/atlas/pull/201]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4707) update UI component version for scss-tokenizer and node-sass

2022-11-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4707:


Commit fbdf7863d59d04f8437c07d5bfd20fe1cbf4 in atlas's branch 
refs/heads/master from dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=fbdf7 ]

ATLAS-4707: updated versions of scss-tokenizer 0.2.3 to 0.4.3, node-sass 4.13.1 
to 7.0.3

Signed-off-by: Madhan Neethiraj 


> update UI component version for scss-tokenizer and node-sass 
> -
>
> Key: ATLAS-4707
> URL: https://issues.apache.org/jira/browse/ATLAS-4707
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Reporter: Madhan Neethiraj
>Priority: Major
> Fix For: 3.0.0, 2.3.0
>
>
> This Jira tracks version updates in following pull requests:
> - [pull request #202|https://github.com/apache/atlas/pull/202]
> - [pull request #201|https://github.com/apache/atlas/pull/201]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [atlas] dependabot[bot] closed pull request #201: Bump scss-tokenizer and node-sass in /dashboardv3

2022-11-08 Thread GitBox


dependabot[bot] closed pull request #201: Bump scss-tokenizer and node-sass in 
/dashboardv3
URL: https://github.com/apache/atlas/pull/201


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [atlas] dependabot[bot] closed pull request #202: Bump scss-tokenizer and node-sass in /dashboardv2

2022-11-08 Thread GitBox


dependabot[bot] closed pull request #202: Bump scss-tokenizer and node-sass in 
/dashboardv2
URL: https://github.com/apache/atlas/pull/202


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [atlas] dependabot[bot] opened a new pull request, #206: Bump loader-utils from 1.4.0 to 1.4.1 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-11-08 Thread GitBox


dependabot[bot] opened a new pull request, #206:
URL: https://github.com/apache/atlas/pull/206

   Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 
1.4.1.
   
   Release notes
   Sourced from https://github.com/webpack/loader-utils/releases;>loader-utils's 
releases.
   
   v1.4.1
   https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1;>1.4.1
 (2022-11-07)
   Bug Fixes
   
   security problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/220;>#220)
 (https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5;>4504e34)
   
   
   
   
   Changelog
   Sourced from https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md;>loader-utils's
 changelog.
   
   https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1;>1.4.1
 (2022-11-07)
   Bug Fixes
   
   security problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/220;>#220)
 (https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5;>4504e34)
   
   
   
   
   
   Commits
   
   https://github.com/webpack/loader-utils/commit/8f082b39f6903929f30fe29dab34f4d9c7ef070a;>8f082b3
 chore(release): 1.4.1
   https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5;>4504e34
 fix: security problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/220;>#220)
   See full diff in https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loader-utils=npm_and_yarn=1.4.0=1.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/atlas/network/alerts).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [atlas] dependabot[bot] commented on pull request #201: Bump scss-tokenizer and node-sass in /dashboardv3

2022-11-08 Thread GitBox


dependabot[bot] commented on PR #201:
URL: https://github.com/apache/atlas/pull/201#issuecomment-1307427401

   Looks like these dependencies are up-to-date now, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [atlas] dependabot[bot] commented on pull request #202: Bump scss-tokenizer and node-sass in /dashboardv2

2022-11-08 Thread GitBox


dependabot[bot] commented on PR #202:
URL: https://github.com/apache/atlas/pull/202#issuecomment-1307427387

   Looks like these dependencies are up-to-date now, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [atlas] dependabot[bot] opened a new pull request, #205: Bump loader-utils from 1.4.0 to 1.4.1 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-11-08 Thread GitBox


dependabot[bot] opened a new pull request, #205:
URL: https://github.com/apache/atlas/pull/205

   Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 
1.4.1.
   
   Release notes
   Sourced from https://github.com/webpack/loader-utils/releases;>loader-utils's 
releases.
   
   v1.4.1
   https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1;>1.4.1
 (2022-11-07)
   Bug Fixes
   
   security problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/220;>#220)
 (https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5;>4504e34)
   
   
   
   
   Changelog
   Sourced from https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md;>loader-utils's
 changelog.
   
   https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1;>1.4.1
 (2022-11-07)
   Bug Fixes
   
   security problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/220;>#220)
 (https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5;>4504e34)
   
   
   
   
   
   Commits
   
   https://github.com/webpack/loader-utils/commit/8f082b39f6903929f30fe29dab34f4d9c7ef070a;>8f082b3
 chore(release): 1.4.1
   https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5;>4504e34
 fix: security problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/220;>#220)
   See full diff in https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loader-utils=npm_and_yarn=1.4.0=1.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/atlas/network/alerts).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [atlas] bdsoha commented on pull request #203: Remove os.path.join causing incorrect windows path

2022-11-08 Thread GitBox


bdsoha commented on PR #203:
URL: https://github.com/apache/atlas/pull/203#issuecomment-1307255916

   @mneethiraj Any chance a new release will published soon?
   
   The latest version of the client 
[`0.0.11`](https://pypi.org/project/apache-atlas/0.0.11/) was released on 
*March 15, 2021*.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: Review Request 74193: ATLAS-4707: updated versions of scss-tokenizer 0.2.3 to 0.4.3, node-sass 4.13.1 to 7.0.3

2022-11-08 Thread Prasad Pawar

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


Ship it!




Ship It!

- Prasad Pawar


On Nov. 8, 2022, 7:18 a.m., Madhan Neethiraj wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/74193/
> ---
> 
> (Updated Nov. 8, 2022, 7:18 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Jayendra Parab, keval bhatt, 
> Nikhil Bonte, Nixon Rodrigues, Pinal Shah, Prasad Pawar, Radhika Kundam, 
> Sarath Subramanian, and Sidharth Mishra.
> 
> 
> Bugs: ATLAS-4707
> https://issues.apache.org/jira/browse/ATLAS-4707
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Patch from following pull requests:
> - https://github.com/apache/atlas/pull/201
> - https://github.com/apache/atlas/pull/202
> 
> 
> Diffs
> -
> 
>   dashboardv2/package-lock.json 232376eab 
>   dashboardv2/package.json 393d4c319 
>   dashboardv3/package-lock.json 35b46349b 
>   dashboardv3/package.json 8c0abc697 
> 
> 
> Diff: https://reviews.apache.org/r/74193/diff/1/
> 
> 
> Testing
> ---
> 
> - sanity testing of Atlas UI
> 
> 
> Thanks,
> 
> Madhan Neethiraj
> 
>



[jira] [Created] (ATLAS-4708) Marker based improved pagination is not working properly for termName filter

2022-11-08 Thread Kundan Kumar Jha (Jira)
Kundan Kumar Jha created ATLAS-4708:
---

 Summary: Marker based improved pagination is not working properly 
for termName filter
 Key: ATLAS-4708
 URL: https://issues.apache.org/jira/browse/ATLAS-4708
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Reporter: Kundan Kumar Jha
Assignee: Pinal Shah


When basic search is performed with termName as filter and marker as "*" then 
the response not contains nextMarker attribute.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)