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

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


 discard 393785056 Bump lodash in /dashboard/src/views/Lineage/atlas-lineage
     add e9ace5950 ATLAS-5204: fix flaky test 
InMemoryAuditRepositoryTest.testDeleteEventsV2() (#515)
     add ca244f6e6 ATLAS-5217: updated atlas-testtools dependency scope to test 
(#522)
     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 bcbd518a0 Bump lodash in /dashboard/src/views/Lineage/atlas-lineage

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   (393785056)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/dashboard/src/views/Lineage/atlas-lineage/lodash-4.17.23
 (bcbd518a0)

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                             | 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                                            |     7 +-
 repository/pom.xml                                 |    12 +-
 .../audit/CassandraBasedAuditRepository.java       |     3 +-
 .../audit/rdbms/RdbmsBasedAuditRepository.java     |     1 -
 .../repository/audit/AuditRepositoryTestBase.java  |     6 +-
 test-tools/pom.xml                                 |     6 -
 webapp/pom.xml                                     |    20 +-
 .../preprocessor/GenericEntityPreprocessor.java    |    86 +-
 .../atlas/web/service/AtlasDebugMetricsSink.java   |     2 +-
 .../GenericEntityPreprocessorTest.java             |    18 +-
 .../web/service/AtlasDebugMetricsSinkTest.java     |     2 +-
 44 files changed, 14262 insertions(+), 13410 deletions(-)
 create mode 100644 hbase-shaded-client-fixed/pom.xml

Reply via email to