[GitHub] [atlas] hitarthtalavia opened a new pull request, #223: Meta 3987: field limit increased in ElasticSearch for janusgraph vertex index.

2023-01-16 Thread GitBox


hitarthtalavia opened a new pull request, #223:
URL: https://github.com/apache/atlas/pull/223

   field limit increased in ElasticSearch for janusgraph vertex index.
   Summarise your Changes
   
   Increased the limit to 1500 in ElasticSearch for janusgraph vertex index.
   Link for the issue:
   
   a https://linear.app/atlanproduct/issue/META-3987
   Docs and Polishing Checklist
   Added field limit in the settings.json file in elasticsearch directory.


-- 
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] ryandawsonuk commented on pull request #159: Update Solr version to fix a log4j vulnerability

2023-01-13 Thread GitBox


ryandawsonuk commented on PR #159:
URL: https://github.com/apache/atlas/pull/159#issuecomment-1381709396

   Has there been any progress on this?


-- 
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] TomDu opened a new pull request, #222: Update copy constructor of AtlasClassification

2023-01-13 Thread GitBox


TomDu opened a new pull request, #222:
URL: https://github.com/apache/atlas/pull/222

   - Fix the shallow copy issue.


-- 
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, #221: Bump json5 from 1.0.1 to 1.0.2 in /dashboardv3/public/js/external_lib/atlas-lineage

2023-01-04 Thread GitBox


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

   Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
   
   Release notes
   Sourced from https://github.com/json5/json5/releases;>json5's releases.
   
   v1.0.2
   
   Fix: Properties with the name __proto__ are added to 
objects and arrays. (https://github-redirect.dependabot.com/json5/json5/issues/199;>#199) 
This also fixes a prototype pollution vulnerability reported by Jonathan 
Gregson! (https://github-redirect.dependabot.com/json5/json5/issues/295;>#295). 
This has been backported to v1. (https://github-redirect.dependabot.com/json5/json5/issues/298;>#298)
   
   
   
   
   Changelog
   Sourced from https://github.com/json5/json5/blob/main/CHANGELOG.md;>json5's 
changelog.
   
   Unreleased [https://github.com/json5/json5/tree/main;>code, 
https://github.com/json5/json5/compare/v2.2.3...HEAD;>diff]
   v2.2.3 [https://github.com/json5/json5/tree/v2.2.3;>code, 
https://github.com/json5/json5/compare/v2.2.2...v2.2.3;>diff]
   
   Fix: json5@2.2.3 is now the 'latest' release according to npm instead of
   v1.0.2. (https://github-redirect.dependabot.com/json5/json5/issues/299;>#299)
   
   v2.2.2 [https://github.com/json5/json5/tree/v2.2.2;>code, 
https://github.com/json5/json5/compare/v2.2.1...v2.2.2;>diff]
   
   Fix: Properties with the name __proto__ are added to 
objects and arrays.
   (https://github-redirect.dependabot.com/json5/json5/issues/199;>#199) 
This also fixes a prototype pollution vulnerability reported by
   Jonathan Gregson! (https://github-redirect.dependabot.com/json5/json5/issues/295;>#295).
   
   v2.2.1 [https://github.com/json5/json5/tree/v2.2.1;>code, 
https://github.com/json5/json5/compare/v2.2.0...v2.2.1;>diff]
   
   Fix: Removed dependence on minimist to patch CVE-2021-44906. (https://github-redirect.dependabot.com/json5/json5/issues/266;>#266)
   
   v2.2.0 [https://github.com/json5/json5/tree/v2.2.0;>code, 
https://github.com/json5/json5/compare/v2.1.3...v2.2.0;>diff]
   
   New: Accurate and documented TypeScript declarations are now included. 
There
   is no need to install @types/json5. (https://github-redirect.dependabot.com/json5/json5/issues/236;>#236, 
https://github-redirect.dependabot.com/json5/json5/issues/244;>#244)
   
   v2.1.3 [https://github.com/json5/json5/tree/v2.1.3;>code, 
https://github.com/json5/json5/compare/v2.1.2...v2.1.3;>diff]
   
   Fix: An out of memory bug when parsing numbers has been fixed. (https://github-redirect.dependabot.com/json5/json5/issues/228;>#228,
   https://github-redirect.dependabot.com/json5/json5/issues/229;>#229)
   
   v2.1.2 [https://github.com/json5/json5/tree/v2.1.2;>code, 
https://github.com/json5/json5/compare/v2.1.1...v2.1.2;>diff]
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/json5/json5/commit/a62db1e51e1031d92ac260f5bb38bbed1fdbc754;>a62db1e
 1.0.2
   https://github.com/json5/json5/commit/e0c23fe458a77c0b2cdb271376be5d8d0908133c;>e0c23fe
 docs: update CHANGELOG for v1.0.2
   https://github.com/json5/json5/commit/62a65408408d40aeea14c7869ed327acead12972;>62a6540
 fix: add proto to objects and arrays
   See full diff in https://github.com/json5/json5/compare/v1.0.1...v1.0.2;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json5=npm_and_yarn=1.0.1=1.0.2)](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 

[GitHub] [atlas] dependabot[bot] opened a new pull request, #220: Bump json5 from 1.0.1 to 1.0.2 in /dashboardv2/public/js/external_lib/atlas-lineage

2023-01-04 Thread GitBox


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

   Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
   
   Release notes
   Sourced from https://github.com/json5/json5/releases;>json5's releases.
   
   v1.0.2
   
   Fix: Properties with the name __proto__ are added to 
objects and arrays. (https://github-redirect.dependabot.com/json5/json5/issues/199;>#199) 
This also fixes a prototype pollution vulnerability reported by Jonathan 
Gregson! (https://github-redirect.dependabot.com/json5/json5/issues/295;>#295). 
This has been backported to v1. (https://github-redirect.dependabot.com/json5/json5/issues/298;>#298)
   
   
   
   
   Changelog
   Sourced from https://github.com/json5/json5/blob/main/CHANGELOG.md;>json5's 
changelog.
   
   Unreleased [https://github.com/json5/json5/tree/main;>code, 
https://github.com/json5/json5/compare/v2.2.3...HEAD;>diff]
   v2.2.3 [https://github.com/json5/json5/tree/v2.2.3;>code, 
https://github.com/json5/json5/compare/v2.2.2...v2.2.3;>diff]
   
   Fix: json5@2.2.3 is now the 'latest' release according to npm instead of
   v1.0.2. (https://github-redirect.dependabot.com/json5/json5/issues/299;>#299)
   
   v2.2.2 [https://github.com/json5/json5/tree/v2.2.2;>code, 
https://github.com/json5/json5/compare/v2.2.1...v2.2.2;>diff]
   
   Fix: Properties with the name __proto__ are added to 
objects and arrays.
   (https://github-redirect.dependabot.com/json5/json5/issues/199;>#199) 
This also fixes a prototype pollution vulnerability reported by
   Jonathan Gregson! (https://github-redirect.dependabot.com/json5/json5/issues/295;>#295).
   
   v2.2.1 [https://github.com/json5/json5/tree/v2.2.1;>code, 
https://github.com/json5/json5/compare/v2.2.0...v2.2.1;>diff]
   
   Fix: Removed dependence on minimist to patch CVE-2021-44906. (https://github-redirect.dependabot.com/json5/json5/issues/266;>#266)
   
   v2.2.0 [https://github.com/json5/json5/tree/v2.2.0;>code, 
https://github.com/json5/json5/compare/v2.1.3...v2.2.0;>diff]
   
   New: Accurate and documented TypeScript declarations are now included. 
There
   is no need to install @types/json5. (https://github-redirect.dependabot.com/json5/json5/issues/236;>#236, 
https://github-redirect.dependabot.com/json5/json5/issues/244;>#244)
   
   v2.1.3 [https://github.com/json5/json5/tree/v2.1.3;>code, 
https://github.com/json5/json5/compare/v2.1.2...v2.1.3;>diff]
   
   Fix: An out of memory bug when parsing numbers has been fixed. (https://github-redirect.dependabot.com/json5/json5/issues/228;>#228,
   https://github-redirect.dependabot.com/json5/json5/issues/229;>#229)
   
   v2.1.2 [https://github.com/json5/json5/tree/v2.1.2;>code, 
https://github.com/json5/json5/compare/v2.1.1...v2.1.2;>diff]
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/json5/json5/commit/a62db1e51e1031d92ac260f5bb38bbed1fdbc754;>a62db1e
 1.0.2
   https://github.com/json5/json5/commit/e0c23fe458a77c0b2cdb271376be5d8d0908133c;>e0c23fe
 docs: update CHANGELOG for v1.0.2
   https://github.com/json5/json5/commit/62a65408408d40aeea14c7869ed327acead12972;>62a6540
 fix: add proto to objects and arrays
   See full diff in https://github.com/json5/json5/compare/v1.0.1...v1.0.2;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json5=npm_and_yarn=1.0.1=1.0.2)](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 

[GitHub] [atlas] Jimvin opened a new pull request, #219: Updated repository location for restlet

2022-12-29 Thread GitBox


Jimvin opened a new pull request, #219:
URL: https://github.com/apache/atlas/pull/219

   The URL for the restlet maven repository seems to have permanently changed 
and the TLS certificate on the old repo as expired. This blocks building Atlas 
because the TLS certificate of the repo is not valid. I've added the new 
location for the repository to pom.xml and this works around the issue.


-- 
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] iemejia commented on pull request #209: ATLAS-4682: Update maven-frontend-plugin to version 1.12.1, fix build on Mac ARM64

2022-12-22 Thread GitBox


iemejia commented on PR #209:
URL: https://github.com/apache/atlas/pull/209#issuecomment-1363091446

   Rebased. Can someone PTAL


-- 
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, #218: Bump minimatch from 3.0.4 to 3.0.8 in /dashboardv2

2022-12-20 Thread GitBox


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

   Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
   
   Commits
   
   https://github.com/isaacs/minimatch/commit/782c264e9ff4b02b41923e827726e03c1bcaec28;>782c264
 3.0.8
   https://github.com/isaacs/minimatch/commit/6ade2da656d9611083d6b7590f1b47734342a55d;>6ade2da
 fix: trim pattern
   https://github.com/isaacs/minimatch/commit/a6f52b0f9692e918e59bae84dabee02db97f96c8;>a6f52b0
 3.0.7
   https://github.com/isaacs/minimatch/commit/e4cd43462340ca6b21212b68c9e314d8cdd9861a;>e4cd434
 fix: treat nocase:true as always having magic
   https://github.com/isaacs/minimatch/commit/e6bbe1c01803254ebf19db02c9b06059cc9ce7cd;>e6bbe1c
 publishConfig for 3.0
   https://github.com/isaacs/minimatch/commit/5b7cd3372be253759fb4d865eb3f38f189a5fcdf;>5b7cd33
 3.0.6
   https://github.com/isaacs/minimatch/commit/20b4b562830680867feb75f9c635aca08e5c86ff;>20b4b56
 [fix] revert all breaking syntax changes
   https://github.com/isaacs/minimatch/commit/2ff038852ec03e85e60e0eb333005c680ac8a543;>2ff0388
 document, expose, and test 'partial:true' option
   https://github.com/isaacs/minimatch/commit/5dbd6a799d875530f4a505f0cd165fcca34f67a2;>5dbd6a7
 ci: tests and makework
   https://github.com/isaacs/minimatch/commit/dbda0654186626b01bbd53034a8c8eddf923db03;>dbda065
 full test coverage, adding tests, deleting dead code
   Additional commits viewable in https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimatch=npm_and_yarn=3.0.4=3.0.8)](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] opened a new pull request, #217: Bump minimatch from 3.0.4 to 3.0.8 in /dashboardv3

2022-12-20 Thread GitBox


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

   Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
   
   Commits
   
   https://github.com/isaacs/minimatch/commit/782c264e9ff4b02b41923e827726e03c1bcaec28;>782c264
 3.0.8
   https://github.com/isaacs/minimatch/commit/6ade2da656d9611083d6b7590f1b47734342a55d;>6ade2da
 fix: trim pattern
   https://github.com/isaacs/minimatch/commit/a6f52b0f9692e918e59bae84dabee02db97f96c8;>a6f52b0
 3.0.7
   https://github.com/isaacs/minimatch/commit/e4cd43462340ca6b21212b68c9e314d8cdd9861a;>e4cd434
 fix: treat nocase:true as always having magic
   https://github.com/isaacs/minimatch/commit/e6bbe1c01803254ebf19db02c9b06059cc9ce7cd;>e6bbe1c
 publishConfig for 3.0
   https://github.com/isaacs/minimatch/commit/5b7cd3372be253759fb4d865eb3f38f189a5fcdf;>5b7cd33
 3.0.6
   https://github.com/isaacs/minimatch/commit/20b4b562830680867feb75f9c635aca08e5c86ff;>20b4b56
 [fix] revert all breaking syntax changes
   https://github.com/isaacs/minimatch/commit/2ff038852ec03e85e60e0eb333005c680ac8a543;>2ff0388
 document, expose, and test 'partial:true' option
   https://github.com/isaacs/minimatch/commit/5dbd6a799d875530f4a505f0cd165fcca34f67a2;>5dbd6a7
 ci: tests and makework
   https://github.com/isaacs/minimatch/commit/dbda0654186626b01bbd53034a8c8eddf923db03;>dbda065
 full test coverage, adding tests, deleting dead code
   Additional commits viewable in https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimatch=npm_and_yarn=3.0.4=3.0.8)](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] opened a new pull request, #216: Bump minimatch from 3.0.4 to 3.1.2 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-12-20 Thread GitBox


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

   Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
   
   Commits
   
   https://github.com/isaacs/minimatch/commit/699c459443a6bd98f5b28197978f76e7f71467ac;>699c459
 3.1.2
   https://github.com/isaacs/minimatch/commit/2f2b5ff1bb1b6a01f4404f7e475f0a2cba578ab7;>2f2b5ff
 fix: trim pattern
   https://github.com/isaacs/minimatch/commit/25d7c0d09c47063c9b0d2ace17ef8e951d90eccc;>25d7c0d
 3.1.1
   https://github.com/isaacs/minimatch/commit/55dda291dfb595bd11b4edb19b45dd98eda76de0;>55dda29
 fix: treat nocase:true as always having magic
   https://github.com/isaacs/minimatch/commit/5e1fb8dd2bb78c0ae22101b9229fac4c76ef039e;>5e1fb8d
 3.1.0
   https://github.com/isaacs/minimatch/commit/f8145c54f34075069f4a23cb214d871da4cd4006;>f8145c5
 Add 'allowWindowsEscape' option
   https://github.com/isaacs/minimatch/commit/570e8b1aef6c9e823a824aa0b9be10db43857cd7;>570e8b1
 add publishConfig for v3 publishes
   https://github.com/isaacs/minimatch/commit/5b7cd3372be253759fb4d865eb3f38f189a5fcdf;>5b7cd33
 3.0.6
   https://github.com/isaacs/minimatch/commit/20b4b562830680867feb75f9c635aca08e5c86ff;>20b4b56
 [fix] revert all breaking syntax changes
   https://github.com/isaacs/minimatch/commit/2ff038852ec03e85e60e0eb333005c680ac8a543;>2ff0388
 document, expose, and test 'partial:true' option
   Additional commits viewable in https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimatch=npm_and_yarn=3.0.4=3.1.2)](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] opened a new pull request, #215: Bump minimatch from 3.0.4 to 3.1.2 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-12-20 Thread GitBox


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

   Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
   
   Commits
   
   https://github.com/isaacs/minimatch/commit/699c459443a6bd98f5b28197978f76e7f71467ac;>699c459
 3.1.2
   https://github.com/isaacs/minimatch/commit/2f2b5ff1bb1b6a01f4404f7e475f0a2cba578ab7;>2f2b5ff
 fix: trim pattern
   https://github.com/isaacs/minimatch/commit/25d7c0d09c47063c9b0d2ace17ef8e951d90eccc;>25d7c0d
 3.1.1
   https://github.com/isaacs/minimatch/commit/55dda291dfb595bd11b4edb19b45dd98eda76de0;>55dda29
 fix: treat nocase:true as always having magic
   https://github.com/isaacs/minimatch/commit/5e1fb8dd2bb78c0ae22101b9229fac4c76ef039e;>5e1fb8d
 3.1.0
   https://github.com/isaacs/minimatch/commit/f8145c54f34075069f4a23cb214d871da4cd4006;>f8145c5
 Add 'allowWindowsEscape' option
   https://github.com/isaacs/minimatch/commit/570e8b1aef6c9e823a824aa0b9be10db43857cd7;>570e8b1
 add publishConfig for v3 publishes
   https://github.com/isaacs/minimatch/commit/5b7cd3372be253759fb4d865eb3f38f189a5fcdf;>5b7cd33
 3.0.6
   https://github.com/isaacs/minimatch/commit/20b4b562830680867feb75f9c635aca08e5c86ff;>20b4b56
 [fix] revert all breaking syntax changes
   https://github.com/isaacs/minimatch/commit/2ff038852ec03e85e60e0eb333005c680ac8a543;>2ff0388
 document, expose, and test 'partial:true' option
   Additional commits viewable in https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimatch=npm_and_yarn=3.0.4=3.1.2)](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] Coding-ping opened a new pull request, #214: hive-metadata

2022-12-17 Thread GitBox


Coding-ping opened a new pull request, #214:
URL: https://github.com/apache/atlas/pull/214

   there are errors when I use import-hive.sh in  hook-bin to import hive 
metadata,and I can not find import-hive.log in logs.But a ${atlas.log.dir} file 
is built in hook-bin directory


-- 
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, #213: Bump decode-uri-component from 0.2.0 to 0.2.2 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-12-09 Thread GitBox


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

   Bumps 
[decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) 
from 0.2.0 to 0.2.2.
   
   Release notes
   Sourced from https://github.com/SamVerschueren/decode-uri-component/releases;>decode-uri-component's
 releases.
   
   v0.2.2
   
   Prevent overwriting previously decoded tokens  980e0bf
   
   https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2;>https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2
   v0.2.1
   
   Switch to GitHub workflows  76abc93
   Fix issue where decode throws - fixes https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6;>#6
  746ca5d
   Update license (https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1;>#1)
  486d7e2
   Tidelift tasks  a650457
   Meta tweaks  66e1c28
   
   https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1;>https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1
   
   
   
   Commits
   
   https://github.com/SamVerschueren/decode-uri-component/commit/a0eea469d26eb0df668b081672cdb9581feb78eb;>a0eea46
 0.2.2
   https://github.com/SamVerschueren/decode-uri-component/commit/980e0bf09b64d94f1aa79012f895816c30ffd152;>980e0bf
 Prevent overwriting previously decoded tokens
   https://github.com/SamVerschueren/decode-uri-component/commit/3c8a373dd4837e89b3f970e01295dd03e1405a33;>3c8a373
 0.2.1
   https://github.com/SamVerschueren/decode-uri-component/commit/76abc939783fe3900fadb7d384a74d324d5557f3;>76abc93
 Switch to GitHub workflows
   https://github.com/SamVerschueren/decode-uri-component/commit/746ca5dcb6667c5d364e782d53c542830e4c10b9;>746ca5d
 Fix issue where decode throws - fixes https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6;>#6
   https://github.com/SamVerschueren/decode-uri-component/commit/486d7e26d3a8c0fbe860fb651fe1bc98c2f2be30;>486d7e2
 Update license (https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1;>#1)
   https://github.com/SamVerschueren/decode-uri-component/commit/a65045724e6234acef87f31da499d4807b20b134;>a650457
 Tidelift tasks
   https://github.com/SamVerschueren/decode-uri-component/commit/66e1c2834c0e189201cb65196ec3101372459b02;>66e1c28
 Meta tweaks
   See full diff in https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=decode-uri-component=npm_and_yarn=0.2.0=0.2.2)](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 

[GitHub] [atlas] dependabot[bot] opened a new pull request, #212: Bump decode-uri-component from 0.2.0 to 0.2.2 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-12-09 Thread GitBox


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

   Bumps 
[decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) 
from 0.2.0 to 0.2.2.
   
   Release notes
   Sourced from https://github.com/SamVerschueren/decode-uri-component/releases;>decode-uri-component's
 releases.
   
   v0.2.2
   
   Prevent overwriting previously decoded tokens  980e0bf
   
   https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2;>https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2
   v0.2.1
   
   Switch to GitHub workflows  76abc93
   Fix issue where decode throws - fixes https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6;>#6
  746ca5d
   Update license (https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1;>#1)
  486d7e2
   Tidelift tasks  a650457
   Meta tweaks  66e1c28
   
   https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1;>https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1
   
   
   
   Commits
   
   https://github.com/SamVerschueren/decode-uri-component/commit/a0eea469d26eb0df668b081672cdb9581feb78eb;>a0eea46
 0.2.2
   https://github.com/SamVerschueren/decode-uri-component/commit/980e0bf09b64d94f1aa79012f895816c30ffd152;>980e0bf
 Prevent overwriting previously decoded tokens
   https://github.com/SamVerschueren/decode-uri-component/commit/3c8a373dd4837e89b3f970e01295dd03e1405a33;>3c8a373
 0.2.1
   https://github.com/SamVerschueren/decode-uri-component/commit/76abc939783fe3900fadb7d384a74d324d5557f3;>76abc93
 Switch to GitHub workflows
   https://github.com/SamVerschueren/decode-uri-component/commit/746ca5dcb6667c5d364e782d53c542830e4c10b9;>746ca5d
 Fix issue where decode throws - fixes https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6;>#6
   https://github.com/SamVerschueren/decode-uri-component/commit/486d7e26d3a8c0fbe860fb651fe1bc98c2f2be30;>486d7e2
 Update license (https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1;>#1)
   https://github.com/SamVerschueren/decode-uri-component/commit/a65045724e6234acef87f31da499d4807b20b134;>a650457
 Tidelift tasks
   https://github.com/SamVerschueren/decode-uri-component/commit/66e1c2834c0e189201cb65196ec3101372459b02;>66e1c28
 Meta tweaks
   See full diff in https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=decode-uri-component=npm_and_yarn=0.2.0=0.2.2)](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 

[GitHub] [atlas] dependabot[bot] opened a new pull request, #211: Bump qs from 6.9.4 to 6.11.0 in /dashboardv3

2022-12-06 Thread GitBox


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

   Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0.
   
   Changelog
   Sourced from https://github.com/ljharb/qs/blob/main/CHANGELOG.md;>qs's 
changelog.
   
   6.11.0
   
   [New] [Fix] stringify: revert 0e903c0; add 
commaRoundTrip option (https://github-redirect.dependabot.com/ljharb/qs/issues/442;>#442)
   [readme] fix version badge
   
   6.10.5
   
   [Fix] stringify: with arrayFormat: comma, 
properly include an explicit [] on a single-item array (https://github-redirect.dependabot.com/ljharb/qs/issues/434;>#434)
   
   6.10.4
   
   [Fix] stringify: with arrayFormat: comma, 
include an explicit [] on a single-item array (https://github-redirect.dependabot.com/ljharb/qs/issues/441;>#441)
   [meta] use npmignore to autogenerate an npmignore file
   [Dev Deps] update eslint, 
@ljharb/eslint-config, aud, has-symbol, 
object-inspect, tape
   
   6.10.3
   
   [Fix] parse: ignore __proto__ keys (https://github-redirect.dependabot.com/ljharb/qs/issues/428;>#428)
   [Robustness] stringify: avoid relying on a global 
undefined (https://github-redirect.dependabot.com/ljharb/qs/issues/427;>#427)
   [actions] reuse common workflows
   [Dev Deps] update eslint, 
@ljharb/eslint-config, object-inspect, 
tape
   
   6.10.2
   
   [Fix] stringify: actually fix cyclic references (https://github-redirect.dependabot.com/ljharb/qs/issues/426;>#426)
   [Fix] stringify: avoid encoding arrayformat comma when 
encodeValuesOnly = true (https://github-redirect.dependabot.com/ljharb/qs/issues/424;>#424)
   [readme] remove travis badge; add github actions/codecov badges; update 
URLs
   [Docs] add note and links for coercing primitive values (https://github-redirect.dependabot.com/ljharb/qs/issues/408;>#408)
   [actions] update codecov uploader
   [actions] update workflows
   [Tests] clean up stringify tests slightly
   [Dev Deps] update eslint, 
@ljharb/eslint-config, aud, 
object-inspect, safe-publish-latest, 
tape
   
   6.10.1
   
   [Fix] stringify: avoid exception on repeated object values 
(https://github-redirect.dependabot.com/ljharb/qs/issues/402;>#402)
   
   6.10.0
   
   [New] stringify: throw on cycles, instead of an infinite 
loop (https://github-redirect.dependabot.com/ljharb/qs/issues/395;>#395, https://github-redirect.dependabot.com/ljharb/qs/issues/394;>#394, https://github-redirect.dependabot.com/ljharb/qs/issues/393;>#393)
   [New] parse: add allowSparse option for 
collapsing arrays with missing indices (https://github-redirect.dependabot.com/ljharb/qs/issues/312;>#312)
   [meta] fix README.md (https://github-redirect.dependabot.com/ljharb/qs/issues/399;>#399)
   [meta] only run npm run dist in publish, not install
   [Dev Deps] update eslint, 
@ljharb/eslint-config, aud, has-symbols, 
tape
   [Tests] fix tests on node v0.6
   [Tests] use ljharb/actions/node/install instead of 
ljharb/actions/node/run
   [Tests] Revert [meta] ignore eclint transitive audit 
warning
   
   6.9.7
   
   [Fix] parse: ignore __proto__ keys (https://github-redirect.dependabot.com/ljharb/qs/issues/428;>#428)
   [Fix] stringify: avoid encoding arrayformat comma when 
encodeValuesOnly = true (https://github-redirect.dependabot.com/ljharb/qs/issues/424;>#424)
   [Robustness] stringify: avoid relying on a global 
undefined (https://github-redirect.dependabot.com/ljharb/qs/issues/427;>#427)
   [readme] remove travis badge; add github actions/codecov badges; update 
URLs
   [Docs] add note and links for coercing primitive values (https://github-redirect.dependabot.com/ljharb/qs/issues/408;>#408)
   [Tests] clean up stringify tests slightly
   [meta] fix README.md (https://github-redirect.dependabot.com/ljharb/qs/issues/399;>#399)
   Revert [meta] ignore eclint transitive audit warning
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/ljharb/qs/commit/56763c12ec4fbf72cbb32371cbd386c33cbb;>56763c1
 v6.11.0
   https://github.com/ljharb/qs/commit/ddd3e293b801df7a06cb7f2746462a6ca1dd3fb2;>ddd3e29
 [readme] fix version badge
   https://github.com/ljharb/qs/commit/c31347299f34afca90e8b5ff793eb4d0f77cfa56;>c313472
 [New] [Fix] stringify: revert 0e903c0; add 
commaRoundTrip option
   https://github.com/ljharb/qs/commit/95bc0185e157d400da4f43f1fcf1c7f008fd847e;>95bc018
 v6.10.5
   https://github.com/ljharb/qs/commit/0e903c0a9092618756b0962f1b80655ac0da436a;>0e903c0
 [Fix] stringify: with arrayFormat: comma, properly 
include an explicit `[...
   https://github.com/ljharb/qs/commit/ba9703c0340dfdeb73cb4387d6ab32c37768aa5b;>ba9703c
 v6.10.4
   https://github.com/ljharb/qs/commit/4e440195c7647f21c20bb76340774cb3a0cb6eac;>4e44019
 [Fix] stringify: with arrayFormat: comma, include an 
explicit [] on a s...
   https://github.com/ljharb/qs/commit/113b990ed23ae8d6f670eb879e16ed105cd9081b;>113b990
 [Dev Deps] update object-inspect
   

[GitHub] [atlas] dependabot[bot] opened a new pull request, #210: Bump qs from 6.9.4 to 6.11.0 in /dashboardv2

2022-12-06 Thread GitBox


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

   Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0.
   
   Changelog
   Sourced from https://github.com/ljharb/qs/blob/main/CHANGELOG.md;>qs's 
changelog.
   
   6.11.0
   
   [New] [Fix] stringify: revert 0e903c0; add 
commaRoundTrip option (https://github-redirect.dependabot.com/ljharb/qs/issues/442;>#442)
   [readme] fix version badge
   
   6.10.5
   
   [Fix] stringify: with arrayFormat: comma, 
properly include an explicit [] on a single-item array (https://github-redirect.dependabot.com/ljharb/qs/issues/434;>#434)
   
   6.10.4
   
   [Fix] stringify: with arrayFormat: comma, 
include an explicit [] on a single-item array (https://github-redirect.dependabot.com/ljharb/qs/issues/441;>#441)
   [meta] use npmignore to autogenerate an npmignore file
   [Dev Deps] update eslint, 
@ljharb/eslint-config, aud, has-symbol, 
object-inspect, tape
   
   6.10.3
   
   [Fix] parse: ignore __proto__ keys (https://github-redirect.dependabot.com/ljharb/qs/issues/428;>#428)
   [Robustness] stringify: avoid relying on a global 
undefined (https://github-redirect.dependabot.com/ljharb/qs/issues/427;>#427)
   [actions] reuse common workflows
   [Dev Deps] update eslint, 
@ljharb/eslint-config, object-inspect, 
tape
   
   6.10.2
   
   [Fix] stringify: actually fix cyclic references (https://github-redirect.dependabot.com/ljharb/qs/issues/426;>#426)
   [Fix] stringify: avoid encoding arrayformat comma when 
encodeValuesOnly = true (https://github-redirect.dependabot.com/ljharb/qs/issues/424;>#424)
   [readme] remove travis badge; add github actions/codecov badges; update 
URLs
   [Docs] add note and links for coercing primitive values (https://github-redirect.dependabot.com/ljharb/qs/issues/408;>#408)
   [actions] update codecov uploader
   [actions] update workflows
   [Tests] clean up stringify tests slightly
   [Dev Deps] update eslint, 
@ljharb/eslint-config, aud, 
object-inspect, safe-publish-latest, 
tape
   
   6.10.1
   
   [Fix] stringify: avoid exception on repeated object values 
(https://github-redirect.dependabot.com/ljharb/qs/issues/402;>#402)
   
   6.10.0
   
   [New] stringify: throw on cycles, instead of an infinite 
loop (https://github-redirect.dependabot.com/ljharb/qs/issues/395;>#395, https://github-redirect.dependabot.com/ljharb/qs/issues/394;>#394, https://github-redirect.dependabot.com/ljharb/qs/issues/393;>#393)
   [New] parse: add allowSparse option for 
collapsing arrays with missing indices (https://github-redirect.dependabot.com/ljharb/qs/issues/312;>#312)
   [meta] fix README.md (https://github-redirect.dependabot.com/ljharb/qs/issues/399;>#399)
   [meta] only run npm run dist in publish, not install
   [Dev Deps] update eslint, 
@ljharb/eslint-config, aud, has-symbols, 
tape
   [Tests] fix tests on node v0.6
   [Tests] use ljharb/actions/node/install instead of 
ljharb/actions/node/run
   [Tests] Revert [meta] ignore eclint transitive audit 
warning
   
   6.9.7
   
   [Fix] parse: ignore __proto__ keys (https://github-redirect.dependabot.com/ljharb/qs/issues/428;>#428)
   [Fix] stringify: avoid encoding arrayformat comma when 
encodeValuesOnly = true (https://github-redirect.dependabot.com/ljharb/qs/issues/424;>#424)
   [Robustness] stringify: avoid relying on a global 
undefined (https://github-redirect.dependabot.com/ljharb/qs/issues/427;>#427)
   [readme] remove travis badge; add github actions/codecov badges; update 
URLs
   [Docs] add note and links for coercing primitive values (https://github-redirect.dependabot.com/ljharb/qs/issues/408;>#408)
   [Tests] clean up stringify tests slightly
   [meta] fix README.md (https://github-redirect.dependabot.com/ljharb/qs/issues/399;>#399)
   Revert [meta] ignore eclint transitive audit warning
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/ljharb/qs/commit/56763c12ec4fbf72cbb32371cbd386c33cbb;>56763c1
 v6.11.0
   https://github.com/ljharb/qs/commit/ddd3e293b801df7a06cb7f2746462a6ca1dd3fb2;>ddd3e29
 [readme] fix version badge
   https://github.com/ljharb/qs/commit/c31347299f34afca90e8b5ff793eb4d0f77cfa56;>c313472
 [New] [Fix] stringify: revert 0e903c0; add 
commaRoundTrip option
   https://github.com/ljharb/qs/commit/95bc0185e157d400da4f43f1fcf1c7f008fd847e;>95bc018
 v6.10.5
   https://github.com/ljharb/qs/commit/0e903c0a9092618756b0962f1b80655ac0da436a;>0e903c0
 [Fix] stringify: with arrayFormat: comma, properly 
include an explicit `[...
   https://github.com/ljharb/qs/commit/ba9703c0340dfdeb73cb4387d6ab32c37768aa5b;>ba9703c
 v6.10.4
   https://github.com/ljharb/qs/commit/4e440195c7647f21c20bb76340774cb3a0cb6eac;>4e44019
 [Fix] stringify: with arrayFormat: comma, include an 
explicit [] on a s...
   https://github.com/ljharb/qs/commit/113b990ed23ae8d6f670eb879e16ed105cd9081b;>113b990
 [Dev Deps] update object-inspect
   

[GitHub] [atlas] iemejia commented on pull request #209: ATLAS-4682: Update maven-frontend-plugin to version 1.12.1, fix build on Mac ARM64

2022-11-30 Thread GitBox


iemejia commented on PR #209:
URL: https://github.com/apache/atlas/pull/209#issuecomment-1332158479

   @mneethiraj Can you PTAL, or help me get someone who can. 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



[GitHub] [atlas] iemejia opened a new pull request, #209: ATLAS-4682: Update maven-frontend-plugin to version 1.12.1, fix build on Mac ARM64

2022-11-30 Thread GitBox


iemejia opened a new pull request, #209:
URL: https://github.com/apache/atlas/pull/209

   The current master breaks if built on an ARM64 machine, this is due to the 
frontend-maven-plugin trying to download a node version that is not available 
on the arm64 architecture. This PR updates the version of the plugin so it 
resolves the right version.


-- 
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 #208: Bump loader-utils from 1.4.1 to 1.4.2 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-11-17 Thread GitBox


dependabot[bot] closed pull request #208: Bump loader-utils from 1.4.1 to 1.4.2 
in /dashboardv2/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/208


-- 
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 #208: Bump loader-utils from 1.4.1 to 1.4.2 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-11-17 Thread GitBox


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

   Looks like loader-utils is 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] closed pull request #207: Bump loader-utils from 1.4.1 to 1.4.2 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-11-17 Thread GitBox


dependabot[bot] closed pull request #207: Bump loader-utils from 1.4.1 to 1.4.2 
in /dashboardv3/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/207


-- 
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 #207: Bump loader-utils from 1.4.1 to 1.4.2 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-11-17 Thread GitBox


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

   Looks like loader-utils is 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, #207: Bump loader-utils from 1.4.1 to 1.4.2 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-11-17 Thread GitBox


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

   Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 
1.4.2.
   
   Release notes
   Sourced from https://github.com/webpack/loader-utils/releases;>loader-utils's 
releases.
   
   v1.4.2
   https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2;>1.4.2
 (2022-11-11)
   Bug Fixes
   
   ReDoS problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/226;>#226)
 (https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa;>17cbf8f)
   
   
   
   
   Changelog
   Sourced from https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md;>loader-utils's
 changelog.
   
   https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2;>1.4.2
 (2022-11-11)
   Bug Fixes
   
   ReDoS problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/226;>#226)
 (https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa;>17cbf8f)
   
   
   
   
   Commits
   
   https://github.com/webpack/loader-utils/commit/331ad5067d9a1a7b8d646692e6959639969210d1;>331ad50
 chore(release): 1.4.2
   https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa;>17cbf8f
 fix: ReDoS problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/226;>#226)
   See full diff in https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loader-utils=npm_and_yarn=1.4.1=1.4.2)](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] opened a new pull request, #208: Bump loader-utils from 1.4.1 to 1.4.2 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-11-17 Thread GitBox


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

   Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 
1.4.2.
   
   Release notes
   Sourced from https://github.com/webpack/loader-utils/releases;>loader-utils's 
releases.
   
   v1.4.2
   https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2;>1.4.2
 (2022-11-11)
   Bug Fixes
   
   ReDoS problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/226;>#226)
 (https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa;>17cbf8f)
   
   
   
   
   Changelog
   Sourced from https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md;>loader-utils's
 changelog.
   
   https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2;>1.4.2
 (2022-11-11)
   Bug Fixes
   
   ReDoS problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/226;>#226)
 (https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa;>17cbf8f)
   
   
   
   
   Commits
   
   https://github.com/webpack/loader-utils/commit/331ad5067d9a1a7b8d646692e6959639969210d1;>331ad50
 chore(release): 1.4.2
   https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa;>17cbf8f
 fix: ReDoS problem (https://github-redirect.dependabot.com/webpack/loader-utils/issues/226;>#226)
   See full diff in https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loader-utils=npm_and_yarn=1.4.1=1.4.2)](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] mneethiraj commented on pull request #4: ATLAS-2388 enable InMemoryJAASConfigurationTest

2022-11-09 Thread GitBox


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

   @bpgergo - thank you for the patch. It is now merged in 2.3.0 release branch.


-- 
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] mneethiraj closed pull request #4: ATLAS-2388 enable InMemoryJAASConfigurationTest

2022-11-09 Thread GitBox


mneethiraj closed pull request #4: ATLAS-2388 enable 
InMemoryJAASConfigurationTest
URL: https://github.com/apache/atlas/pull/4


-- 
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 #206: Bump loader-utils from 1.4.0 to 1.4.1 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-11-09 Thread GitBox


dependabot[bot] closed pull request #206: Bump loader-utils from 1.4.0 to 1.4.1 
in /dashboardv2/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/206


-- 
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 #205: Bump loader-utils from 1.4.0 to 1.4.1 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-11-09 Thread GitBox


dependabot[bot] closed pull request #205: Bump loader-utils from 1.4.0 to 1.4.1 
in /dashboardv3/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/205


-- 
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 #206: Bump loader-utils from 1.4.0 to 1.4.1 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-11-09 Thread GitBox


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

   Looks like loader-utils is 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 #205: Bump loader-utils from 1.4.0 to 1.4.1 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-11-09 Thread GitBox


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

   Looks like loader-utils is 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] 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



[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



[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



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

2022-11-07 Thread GitBox


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

   Filed [ATLAS-4707](https://issues.apache.org/jira/browse/ATLAS-4707) to 
track merging these updates.


-- 
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] mneethiraj commented on pull request #201: Bump scss-tokenizer and node-sass in /dashboardv3

2022-11-07 Thread GitBox


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

   Filed [ATLAS-4707](https://issues.apache.org/jira/browse/ATLAS-4707) to 
track merging these updates.


-- 
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] mneethiraj closed pull request #204: Branch 2.0

2022-11-07 Thread GitBox


mneethiraj closed pull request #204: Branch 2.0
URL: https://github.com/apache/atlas/pull/204


-- 
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] mneethiraj commented on pull request #204: Branch 2.0

2022-11-07 Thread GitBox


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

   @ruoyousi  - the description refers to Apache Ranger code. It is not clear 
what this patch is about. Please add details and reopen if this is about an 
Apache Atlas issue.


-- 
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] dolfinus closed pull request #197: ATLAS-4676: do not expect response body to be a valid JSON

2022-11-07 Thread GitBox


dolfinus closed pull request #197: ATLAS-4676: do not expect response body to 
be a valid JSON
URL: https://github.com/apache/atlas/pull/197


-- 
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] dolfinus commented on pull request #197: ATLAS-4676: do not expect response body to be a valid JSON

2022-11-07 Thread GitBox


dolfinus commented on PR #197:
URL: https://github.com/apache/atlas/pull/197#issuecomment-1305296900

   Merged: 
https://github.com/apache/atlas/commit/a43ed6c11d3ca3c8a63b86981c3241365eb60b79


-- 
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] mneethiraj closed pull request #178: code clean in the entity store v2 class

2022-11-06 Thread GitBox


mneethiraj closed pull request #178: code clean in the entity store v2 class
URL: https://github.com/apache/atlas/pull/178


-- 
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] mneethiraj commented on pull request #178: code clean in the entity store v2 class

2022-11-06 Thread GitBox


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

   @zhuangchong  - thank you for the fix. Changes look good. I created 
[ATLAS-4706](https://issues.apache.org/jira/browse/ATLAS-4706) to track this 
fix. I will merge this fix shortly.


-- 
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] mneethiraj commented on pull request #181: fix: remove searchfilter params for TypeDef GET

2022-11-06 Thread GitBox


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

   @Anandkarthick - thank you for the patch. APIs to retrieve typeDefs and 
typeDefHeaders do support search parameters, like: type, name, supertype, 
servicetype, notsupertype, notservicetype, notname. Hence searchFilter 
parameter in Python method is useful to send necessary filters.


-- 
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] mneethiraj closed pull request #183: Remove unnecessary single quote at the end of flink_model.json

2022-11-06 Thread GitBox


mneethiraj closed pull request #183: Remove unnecessary single quote at the end 
of flink_model.json
URL: https://github.com/apache/atlas/pull/183


-- 
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] mneethiraj commented on pull request #183: Remove unnecessary single quote at the end of flink_model.json

2022-11-06 Thread GitBox


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

   @yanxu3ms  - thank you for the fix. Changes look good. I created 
[ATLAS-4705](https://issues.apache.org/jira/browse/ATLAS-4705) to track this 
fix. The fix will be merged shortly.


-- 
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] mneethiraj closed pull request #203: Remove os.path.join causing incorrect windows path

2022-11-06 Thread GitBox


mneethiraj closed pull request #203: Remove os.path.join causing incorrect 
windows path
URL: https://github.com/apache/atlas/pull/203


-- 
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] mneethiraj commented on pull request #203: Remove os.path.join causing incorrect windows path

2022-11-06 Thread GitBox


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

   @bdsoha  - thank you for the fix. Changes look good. I created 
[ATLAS-4704](https://issues.apache.org/jira/browse/ATLAS-4704) to track this 
fix. The fix will be merged shortly.


-- 
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] [incubator-atlas] dependabot[bot] opened a new pull request, #59: Bump storm-core from 1.0.0 to 1.1.3 in /addons/storm-bridge-shim

2022-11-04 Thread GitBox


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

   Bumps storm-core from 1.0.0 to 1.1.3.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.storm:storm-core=maven=1.0.0=1.1.3)](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/incubator-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] [incubator-atlas] dependabot[bot] opened a new pull request, #60: Bump storm-core from 1.0.0 to 1.1.3 in /addons/storm-bridge

2022-11-04 Thread GitBox


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

   Bumps storm-core from 1.0.0 to 1.1.3.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.storm:storm-core=maven=1.0.0=1.1.3)](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/incubator-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] designisdead closed pull request #34: Fixed ability to skip CSRF filtering through configuration

2022-11-04 Thread GitBox


designisdead closed pull request #34: Fixed ability to skip CSRF filtering 
through configuration
URL: https://github.com/apache/atlas/pull/34


-- 
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] ruoyousi opened a new pull request, #204: Branch 2.0

2022-10-29 Thread GitBox


ruoyousi opened a new pull request, #204:
URL: https://github.com/apache/atlas/pull/204

   Here is a problem.
   
   I found: Solr Kerberos is not effective。
   I Hope someone can fix it.
   
   Maybe you can remove the two properties in ranger-admin-site.xml.
   But it not the best way.
   
   ===
   
   FILE: security-admin\src\main\java\org\apache\ranger\solr\SolrUtil.java
   
   public QueryResponse runQuery(SolrClient solrClient, SolrQuery 
solrQuery) throws Throwable {
   if (solrQuery != null) {
   try {
   QueryRequest req  = new QueryRequest(solrQuery, 
METHOD.POST);
   String   username = 
PropertiesUtil.getProperty("ranger.solr.audit.user");
   String   password = 
PropertiesUtil.getProperty("ranger.solr.audit.user.password");
   if (username != null && password != null) {  // !!!  
check by StringUtils.isNotBlank
   req.setBasicAuthCredentials(username, password);
   }
   
   return solrMgr.queryToSolr(req);
   } catch (Throwable e) {
   logger.error("Error from Solr server. ", e);
   throw e;
   }
   }
   return null;
   }


-- 
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-10-24 Thread GitBox


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

   @pinal-shah @mandarambawane Any activity on the *Python Client*?


-- 
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 opened a new pull request, #203: Remove os.path.join causing incorrect windows path

2022-10-18 Thread GitBox


bdsoha opened a new pull request, #203:
URL: https://github.com/apache/atlas/pull/203

   When running on *Windows* the `os.path.join` using the operating systems 
`os.sep=\` which causing the full url to be incorrect.
   
   Using `urllib.parse` might be a little bit slower, but is less error-prone.


-- 
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] [incubator-atlas] dependabot[bot] opened a new pull request, #58: Bump jettison from 1.3.7 to 1.5.1

2022-10-18 Thread GitBox


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

   Bumps [jettison](https://github.com/jettison-json/jettison) from 1.3.7 to 
1.5.1.
   
   Release notes
   Sourced from https://github.com/jettison-json/jettison/releases;>jettison's 
releases.
   
   Jettison 1.5.1
   What's Changed
   
   Stack Overflow fix on malformed JSON by https://github.com/coheigea;>@​coheigea in https://github-redirect.dependabot.com/jettison-json/jettison/pull/48;>jettison-json/jettison#48
   Prevent infinite loop when a /* comment is not terminated by https://github.com/coheigea;>@​coheigea in https://github-redirect.dependabot.com/jettison-json/jettison/pull/49;>jettison-json/jettison#49
   
   Full Changelog: https://github.com/jettison-json/jettison/compare/jettison-1.5.0...jettison-1.5.1;>https://github.com/jettison-json/jettison/compare/jettison-1.5.0...jettison-1.5.1
   
   
   
   Commits
   
   https://github.com/jettison-json/jettison/commit/bdb3982aaea184c2143e41981e33877c2fd66292;>bdb3982
 [maven-release-plugin] prepare release jettison-1.5.1
   https://github.com/jettison-json/jettison/commit/1268b7558bad9b989687009a094466b64d4da533;>1268b75
 Prevent infinite loop when a /* comment is not terminated
   https://github.com/jettison-json/jettison/commit/cff9f2814ec8ae573e38f38abed039311bb7bfda;>cff9f28
 Create codeql-analysis.yml
   https://github.com/jettison-json/jettison/commit/395f8625bcf688743872c8e7f59360d372e77811;>395f862
 Stack Overflow fix on malformed JSON
   https://github.com/jettison-json/jettison/commit/a5d2223bafd4c5ec37723533fa5c4066ead4eaaa;>a5d2223
 [maven-release-plugin] prepare for next development iteration
   https://github.com/jettison-json/jettison/commit/e1bf5293d10af3ebfcd8763eb51a20a659b9047c;>e1bf529
 [maven-release-plugin] prepare release jettison-1.5.0
   https://github.com/jettison-json/jettison/commit/9ccf9d00fbae12fd10863c5b78d22bac6e5b87e4;>9ccf9d0
 Update some deps/plugin versions
   https://github.com/jettison-json/jettison/commit/cfc7382c4dab4e207d2db2f0a70f60ce565e477d;>cfc7382
 Performance improvement
   https://github.com/jettison-json/jettison/commit/d3714681f61581810680df8e45858a4d30a602da;>d371468
 Use BigDecimal instead of Double to avoid loss of precision
   https://github.com/jettison-json/jettison/commit/23a64eedf97e29b6562de8c3b024af414df9b900;>23a64ee
 Avoid NullPointerException when used with Axis2 1.5
   Additional commits viewable in https://github.com/jettison-json/jettison/compare/jettison-1.3.7...jettison-1.5.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.jettison:jettison=maven=1.3.7=1.5.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 

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

2022-10-13 Thread GitBox


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

   Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 
and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). 
These dependencies need to be updated together.
   
   Updates `scss-tokenizer` from 0.2.3 to 0.4.3
   
   Release notes
   Sourced from https://github.com/sasstools/scss-tokenizer/releases;>scss-tokenizer's 
releases.
   
   v0.4.3
   What's Changed
   
   Bump acorn from 5.7.3 to 5.7.4 by https://github.com/dependabot;>@​dependabot in https://github-redirect.dependabot.com/sasstools/scss-tokenizer/pull/33;>sasstools/scss-tokenizer#33
   Fixed ReDoS in loadAnnotation function of 
previous-map.js by https://github.com/sushantmittal;>@​sushantmittal in https://github-redirect.dependabot.com/sasstools/scss-tokenizer/pull/49;>sasstools/scss-tokenizer#49
   
   New Contributors
   
   https://github.com/dependabot;>@​dependabot 
made their first contribution in https://github-redirect.dependabot.com/sasstools/scss-tokenizer/pull/33;>sasstools/scss-tokenizer#33
   https://github.com/sushantmittal;>@​sushantmittal made 
their first contribution in https://github-redirect.dependabot.com/sasstools/scss-tokenizer/pull/49;>sasstools/scss-tokenizer#49
   
   Full Changelog: https://github.com/sasstools/scss-tokenizer/compare/v0.4.2...v0.4.3;>https://github.com/sasstools/scss-tokenizer/compare/v0.4.2...v0.4.3
   v0.4.2
   Misc
   
   Restore prepublishOnly npm script (https://github.com/xzyfer;>@​xzyfer, ae79d74)
   
   v0.4.1
   Fixes
   
   Error handling utf-8 encoded sourcemap urls (https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/13;>#13,
 https://github.com/xzyfer;>@​xzyfer)
   
   v0.4.0
   Fixes
   
   Fix endInterpolant not being captured (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/20;>#20)
   Fix tracking of token position (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/22;>#22)
   
   Tests
   
   Add basic test coverage to interpolant tokenization (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/20;>#20)
   
   Dependencies
   
   Replace babel-preset-es2015 with babel-preset-env (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   sass-spec@2.5.1 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   babel-core@^6.26.3 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   babel-jest@^23.6.0 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   glob@^7.1.3 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   jest@^23.6.0 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   js-base64@^2.4.9 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   source-map@^0.7.3 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   
   Misc
   
   TravisCI now tests all supported Node versions
   Commit package-lock.json
   
   v0.3.0
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/sasstools/scss-tokenizer/commit/3e518d908cea22d0ca1bdf927ef752b7539f0533;>3e518d9
 0.4.3
   https://github.com/sasstools/scss-tokenizer/commit/ff8e9945bcf991d30e009e2f0ef4088d2830c92d;>ff8e994
 Update changelog
   https://github.com/sasstools/scss-tokenizer/commit/a53b6f233e648cc01acbdd89c58786cf8ba56e35;>a53b6f2
 Fixed ReDoS in 'loadAnnotation' function of previous-map.js.
   https://github.com/sasstools/scss-tokenizer/commit/b55257baa54197e7dae8085184cad7948fea0796;>b55257b
 Bump acorn from 5.7.3 to 5.7.4
   https://github.com/sasstools/scss-tokenizer/commit/db9b196df81b399fa104928e8361c5c6f3efde10;>db9b196
 0.4.2
   https://github.com/sasstools/scss-tokenizer/commit/ae79d74ad591e2f8a5e61ed68be2595b4bfd37af;>ae79d74
 Restore prepublishOnly npm script
   https://github.com/sasstools/scss-tokenizer/commit/32a65d8d8d757f2e0cca0b2e71ec69840466dded;>32a65d8
 0.4.1
   https://github.com/sasstools/scss-tokenizer/commit/cef5140251617c6d15cf639a4ffda246b7704344;>cef5140
 Add support for utf8 name in input source map encoding
   https://github.com/sasstools/scss-tokenizer/commit/07c191732c621047a302c68b6718fd6bf0bd90d4;>07c1917
 0.4.0
   https://github.com/sasstools/scss-tokenizer/commit/d74f8038a00673adcb7a3b2fee91eebb7d6153e3;>d74f803
 Commit package-lock.json
   Additional commits viewable in 

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

2022-10-13 Thread GitBox


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

   Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 
and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). 
These dependencies need to be updated together.
   
   Updates `scss-tokenizer` from 0.2.3 to 0.4.3
   
   Release notes
   Sourced from https://github.com/sasstools/scss-tokenizer/releases;>scss-tokenizer's 
releases.
   
   v0.4.3
   What's Changed
   
   Bump acorn from 5.7.3 to 5.7.4 by https://github.com/dependabot;>@​dependabot in https://github-redirect.dependabot.com/sasstools/scss-tokenizer/pull/33;>sasstools/scss-tokenizer#33
   Fixed ReDoS in loadAnnotation function of 
previous-map.js by https://github.com/sushantmittal;>@​sushantmittal in https://github-redirect.dependabot.com/sasstools/scss-tokenizer/pull/49;>sasstools/scss-tokenizer#49
   
   New Contributors
   
   https://github.com/dependabot;>@​dependabot 
made their first contribution in https://github-redirect.dependabot.com/sasstools/scss-tokenizer/pull/33;>sasstools/scss-tokenizer#33
   https://github.com/sushantmittal;>@​sushantmittal made 
their first contribution in https://github-redirect.dependabot.com/sasstools/scss-tokenizer/pull/49;>sasstools/scss-tokenizer#49
   
   Full Changelog: https://github.com/sasstools/scss-tokenizer/compare/v0.4.2...v0.4.3;>https://github.com/sasstools/scss-tokenizer/compare/v0.4.2...v0.4.3
   v0.4.2
   Misc
   
   Restore prepublishOnly npm script (https://github.com/xzyfer;>@​xzyfer, ae79d74)
   
   v0.4.1
   Fixes
   
   Error handling utf-8 encoded sourcemap urls (https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/13;>#13,
 https://github.com/xzyfer;>@​xzyfer)
   
   v0.4.0
   Fixes
   
   Fix endInterpolant not being captured (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/20;>#20)
   Fix tracking of token position (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/22;>#22)
   
   Tests
   
   Add basic test coverage to interpolant tokenization (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/20;>#20)
   
   Dependencies
   
   Replace babel-preset-es2015 with babel-preset-env (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   sass-spec@2.5.1 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   babel-core@^6.26.3 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   babel-jest@^23.6.0 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   glob@^7.1.3 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   jest@^23.6.0 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   js-base64@^2.4.9 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   source-map@^0.7.3 (https://github.com/xzyfer;>@​xzyfer, https://github-redirect.dependabot.com/sasstools/scss-tokenizer/issues/23;>#23)
   
   Misc
   
   TravisCI now tests all supported Node versions
   Commit package-lock.json
   
   v0.3.0
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/sasstools/scss-tokenizer/commit/3e518d908cea22d0ca1bdf927ef752b7539f0533;>3e518d9
 0.4.3
   https://github.com/sasstools/scss-tokenizer/commit/ff8e9945bcf991d30e009e2f0ef4088d2830c92d;>ff8e994
 Update changelog
   https://github.com/sasstools/scss-tokenizer/commit/a53b6f233e648cc01acbdd89c58786cf8ba56e35;>a53b6f2
 Fixed ReDoS in 'loadAnnotation' function of previous-map.js.
   https://github.com/sasstools/scss-tokenizer/commit/b55257baa54197e7dae8085184cad7948fea0796;>b55257b
 Bump acorn from 5.7.3 to 5.7.4
   https://github.com/sasstools/scss-tokenizer/commit/db9b196df81b399fa104928e8361c5c6f3efde10;>db9b196
 0.4.2
   https://github.com/sasstools/scss-tokenizer/commit/ae79d74ad591e2f8a5e61ed68be2595b4bfd37af;>ae79d74
 Restore prepublishOnly npm script
   https://github.com/sasstools/scss-tokenizer/commit/32a65d8d8d757f2e0cca0b2e71ec69840466dded;>32a65d8
 0.4.1
   https://github.com/sasstools/scss-tokenizer/commit/cef5140251617c6d15cf639a4ffda246b7704344;>cef5140
 Add support for utf8 name in input source map encoding
   https://github.com/sasstools/scss-tokenizer/commit/07c191732c621047a302c68b6718fd6bf0bd90d4;>07c1917
 0.4.0
   https://github.com/sasstools/scss-tokenizer/commit/d74f8038a00673adcb7a3b2fee91eebb7d6153e3;>d74f803
 Commit package-lock.json
   Additional commits viewable in 

[GitHub] [atlas] dolfinus commented on pull request #197: ATLAS-4676: do not expect response body to be a valid JSON

2022-10-11 Thread GitBox


dolfinus commented on PR #197:
URL: https://github.com/apache/atlas/pull/197#issuecomment-1274197197

   Python 3.6 already reached end of life (23.12.2021), 2.7 is not supported 
since 01.01.2020. A lot of packages already dropped support of such old Python 
versions, why bother keeping it?


-- 
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] mneethiraj commented on pull request #197: ATLAS-4676: do not expect response body to be a valid JSON

2022-10-10 Thread GitBox


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

   @dolfinus  - thank you reporting this issue and the patch.  Use of f-string 
formatting will require Python 3.6 or later. I suggest to retain use of 
.format() method to change Python version requirement. How about the following 
alternate fix?
   
   ```
   body = ""
   
   if response.content:
   try:
   body = response.json()
   except Exception:
   body = response.content
   
   msg = "Metadata service API {method} {path} failed with status 
{status}. Response body is: {body}".format(**{'method': api.method, 'path': 
api.path, 'status': response.status_code, 'body': body})
   
   ```


-- 
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] mneethiraj commented on pull request #199: Sj029626 patch 4

2022-10-10 Thread GitBox


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

   @SJ029626  - please add description of the changes in this pull request. I 
suggest to file a JIRA at https://issues.apache.org/ with the details and all a 
link to this pull request.


-- 
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] mneethiraj commented on pull request #127: Update objectPrefix isUnique for aws_s3_v2_directory to false

2022-10-10 Thread GitBox


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

   Fix merged via https://issues.apache.org/jira/browse/ATLAS-4227.


-- 
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] mneethiraj closed pull request #127: Update objectPrefix isUnique for aws_s3_v2_directory to false

2022-10-10 Thread GitBox


mneethiraj closed pull request #127: Update objectPrefix isUnique for 
aws_s3_v2_directory to false
URL: https://github.com/apache/atlas/pull/127


-- 
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] mneethiraj commented on pull request #165: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-10-10 Thread GitBox


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

   Fix merged via https://issues.apache.org/jira/browse/ATLAS-4684


-- 
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] mneethiraj commented on pull request #163: Bump postcss from 7.0.32 to 7.0.39 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-10-10 Thread GitBox


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

   Fix merged via https://issues.apache.org/jira/browse/ATLAS-4684


-- 
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 #186: Bump select2 from 4.0.3 to 4.0.6 in /dashboardv2

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #186: Bump select2 from 4.0.3 to 4.0.6 in 
/dashboardv2
URL: https://github.com/apache/atlas/pull/186


-- 
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 #191: Bump terser from 4.8.0 to 4.8.1 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-10-10 Thread GitBox


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

   Looks like terser is 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] closed pull request #188: Bump moment from 2.21.0 to 2.29.4 in /dashboardv2

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #188: Bump moment from 2.21.0 to 2.29.4 in 
/dashboardv2
URL: https://github.com/apache/atlas/pull/188


-- 
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 #166: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #166: Bump minimist from 1.2.5 to 1.2.6 in 
/dashboardv2/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/166


-- 
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 #189: Bump moment from 2.21.0 to 2.29.4 in /dashboardv3

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #189: Bump moment from 2.21.0 to 2.29.4 in 
/dashboardv3
URL: https://github.com/apache/atlas/pull/189


-- 
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 #195: Bump moment-timezone from 0.5.14 to 0.5.35 in /dashboardv3

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #195: Bump moment-timezone from 0.5.14 to 
0.5.35 in /dashboardv3
URL: https://github.com/apache/atlas/pull/195


-- 
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 #179: Bump grunt from 1.0.4 to 1.5.3 in /dashboardv2

2022-10-10 Thread GitBox


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

   Looks like grunt is 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 #187: Bump select2 from 4.0.3 to 4.0.6 in /dashboardv3

2022-10-10 Thread GitBox


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

   Looks like select2 is 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] closed pull request #167: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv3

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #167: Bump minimist from 1.2.5 to 1.2.6 in 
/dashboardv3
URL: https://github.com/apache/atlas/pull/167


-- 
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 #195: Bump moment-timezone from 0.5.14 to 0.5.35 in /dashboardv3

2022-10-10 Thread GitBox


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

   Looks like moment-timezone is 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 #168: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv2

2022-10-10 Thread GitBox


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

   Looks like minimist is 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] closed pull request #191: Bump terser from 4.8.0 to 4.8.1 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #191: Bump terser from 4.8.0 to 4.8.1 in 
/dashboardv3/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/191


-- 
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 #180: Bump grunt from 1.0.4 to 1.5.3 in /dashboardv3

2022-10-10 Thread GitBox


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

   Looks like grunt is 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 #167: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv3

2022-10-10 Thread GitBox


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

   Looks like minimist is 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 #186: Bump select2 from 4.0.3 to 4.0.6 in /dashboardv2

2022-10-10 Thread GitBox


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

   Looks like select2 is 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] closed pull request #179: Bump grunt from 1.0.4 to 1.5.3 in /dashboardv2

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #179: Bump grunt from 1.0.4 to 1.5.3 in 
/dashboardv2
URL: https://github.com/apache/atlas/pull/179


-- 
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 #187: Bump select2 from 4.0.3 to 4.0.6 in /dashboardv3

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #187: Bump select2 from 4.0.3 to 4.0.6 in 
/dashboardv3
URL: https://github.com/apache/atlas/pull/187


-- 
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 #188: Bump moment from 2.21.0 to 2.29.4 in /dashboardv2

2022-10-10 Thread GitBox


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

   Looks like moment is 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] closed pull request #168: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv2

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #168: Bump minimist from 1.2.5 to 1.2.6 in 
/dashboardv2
URL: https://github.com/apache/atlas/pull/168


-- 
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 #180: Bump grunt from 1.0.4 to 1.5.3 in /dashboardv3

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #180: Bump grunt from 1.0.4 to 1.5.3 in 
/dashboardv3
URL: https://github.com/apache/atlas/pull/180


-- 
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 #189: Bump moment from 2.21.0 to 2.29.4 in /dashboardv3

2022-10-10 Thread GitBox


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

   Looks like moment is 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 #166: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-10-10 Thread GitBox


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

   Looks like minimist is 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] closed pull request #164: Bump postcss from 7.0.32 to 7.0.39 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-10-10 Thread GitBox


dependabot[bot] closed pull request #164: Bump postcss from 7.0.32 to 7.0.39 in 
/dashboardv3/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/164


-- 
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 #164: Bump postcss from 7.0.32 to 7.0.39 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-10-10 Thread GitBox


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

   Looks like postcss is 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 #165: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-10-08 Thread GitBox


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

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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] mneethiraj commented on pull request #165: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-10-08 Thread GitBox


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

   Duplicate of #166 


-- 
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] mneethiraj closed pull request #165: Bump minimist from 1.2.5 to 1.2.6 in /dashboardv3/public/js/external_lib/atlas-lineage

2022-10-08 Thread GitBox


mneethiraj closed pull request #165: Bump minimist from 1.2.5 to 1.2.6 in 
/dashboardv3/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/165


-- 
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 #163: Bump postcss from 7.0.32 to 7.0.39 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-10-08 Thread GitBox


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

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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] mneethiraj closed pull request #163: Bump postcss from 7.0.32 to 7.0.39 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-10-08 Thread GitBox


mneethiraj closed pull request #163: Bump postcss from 7.0.32 to 7.0.39 in 
/dashboardv2/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/163


-- 
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] mneethiraj commented on pull request #163: Bump postcss from 7.0.32 to 7.0.39 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-10-08 Thread GitBox


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

   Duplicate of #164


-- 
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 #190: Bump terser from 4.8.0 to 4.8.1 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-10-08 Thread GitBox


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

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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] mneethiraj closed pull request #190: Bump terser from 4.8.0 to 4.8.1 in /dashboardv2/public/js/external_lib/atlas-lineage

2022-10-08 Thread GitBox


mneethiraj closed pull request #190: Bump terser from 4.8.0 to 4.8.1 in 
/dashboardv2/public/js/external_lib/atlas-lineage
URL: https://github.com/apache/atlas/pull/190


-- 
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



  1   2   3   4   5   6   7   8   >