This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/docs/lodash-4.17.23
in repository https://gitbox.apache.org/repos/asf/atlas.git


 discard 6c8732a5e Bump lodash from 4.17.21 to 4.17.23 in /docs
     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 2790df693 Bump lodash from 4.17.21 to 4.17.23 in /docs

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   (6c8732a5e)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/lodash-4.17.23 (2790df693)

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 +-
 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                             |  994 +--
 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 +-
 42 files changed, 4732 insertions(+), 7916 deletions(-)
 create mode 100644 hbase-shaded-client-fixed/pom.xml

Reply via email to