This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/dashboardv2/public/js/external_lib/atlas-lineage/multi-4cda97abc1
in repository https://gitbox.apache.org/repos/asf/atlas.git
discard a866cd205 Bump qs and node-sass
add 38a0bbbb6 ATLAS-5187: fix checkstyle violations
add b780e9245 ATLAS-5208, ATLAS-5209: Ignore hook configs: Rename table
messages are not ignored, [Atlas Server config] Hive table related all entities
are ignored when set ignore pattern to ignore only hive_columns and
hive_table_ddl for matching qualified name pattern. (#518)
add 14246fe23 ATLAS-5210: replace hbase-shaded-* dependencies with
hbase-shaded-*-hadoop3 (#530)
add 106c18eb5 ATLAS-5212: ATLAS UI: Upgrade direct package dependencies to
address Dependabot alerts (#536)
add 1f7f6f111 Bump qs and node-sass
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a866cd205)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/dashboardv2/public/js/external_lib/atlas-lineage/multi-4cda97abc1
(1f7f6f111)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
dashboard/package-lock.json | 6355 ++------
dashboard/package.json | 25 +-
dashboard/src/components/FilterQuery.tsx | 21 +
dashboard/src/components/HtmlRenderer.tsx | 6 +-
dashboard/src/components/QueryBuilder/Filters.tsx | 50 +-
.../QueryBuilder/RelationshipFilters.tsx | 2 +-
.../TagFilters/TagCustomValueEditor.tsx | 7 +-
.../TypeFilters/TypeCustomValueEditor.tsx | 8 +-
dashboard/src/components/ShowMore/ShowMoreText.tsx | 5 +-
dashboard/src/components/commonComponents.tsx | 5 +-
dashboard/src/utils/Utils.ts | 22 +-
.../Audits/AuditsFilter/AuditFilters.tsx | 7 +-
.../src/views/Lineage/atlas-lineage/src/index.js | 6 +-
dashboardv2/gruntfile.js | 17 +-
dashboardv2/package-lock.json | 4620 ++++--
dashboardv2/package.json | 12 +-
.../external_lib/atlas-lineage/package-lock.json | 24 +-
dashboardv2/public/js/utils/CommonViewFunction.js | 20 +-
.../js/views/detail_page/DetailPageLayoutView.js | 2 +-
.../js/views/entity/CreateEntityLayoutView.js | 2 +-
.../js/views/glossary/AssignTermLayoutView.js | 2 +-
.../public/js/views/graph/LineageLayoutView.js | 2 +-
.../views/search/RelationSearchResultLayoutView.js | 10 +-
.../public/js/views/search/SearchLayoutView.js | 6 +-
.../js/views/search/SearchResultLayoutView.js | 12 +-
dashboardv2/public/js/views/site/Header.js | 2 +-
dashboardv2/public/js/views/tag/AddTagModalView.js | 2 +-
docs/docz-lib/docz-core/dist/index.js | 6 +-
docs/package-lock.json | 15981 +++++++++++--------
docs/package.json | 23 +-
docs/scripts/fetchTeamList.js | 54 +-
graphdb/janus/pom.xml | 19 +-
hbase-shaded-client-fixed/pom.xml | 101 +
.../main/java/org/apache/atlas/hook/AtlasHook.java | 97 +-
pom.xml | 1 +
repository/pom.xml | 11 +-
.../audit/CassandraBasedAuditRepository.java | 3 +-
.../audit/rdbms/RdbmsBasedAuditRepository.java | 1 -
webapp/pom.xml | 2 +-
.../preprocessor/GenericEntityPreprocessor.java | 86 +-
.../atlas/web/service/AtlasDebugMetricsSink.java | 2 +-
.../GenericEntityPreprocessorTest.java | 18 +-
.../web/service/AtlasDebugMetricsSinkTest.java | 2 +-
43 files changed, 14261 insertions(+), 13398 deletions(-)
create mode 100644 hbase-shaded-client-fixed/pom.xml