This is an automated email from the ASF dual-hosted git repository.
ppawar pushed a change to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git
from e67cc199e ATLAS-5096: Improve Unit Test Coverage for INTG Module (#433)
new 800f97930 ATLAS-5212: ATLAS UI: Upgrade direct package dependencies to
address Dependabot alerts (#536) (cherry-picked from
106c18eb56a0762312e30bb6dcfacbd3c69303cd)
new a8e6373f1 ATLAS-5222: ATLAS UI: Fix dependency versions to use exact
versions ,Fix Dependabot security alerts and ESLint issues across dashboard,
docs, atlas-lineage update Grunt proxy configuration (#544) ( cherry-picked
from f52575f68312f5897d5afbbf82d0821f028bea10)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dashboard/.eslintrc.cjs | 14 +-
dashboard/package-lock.json | 6417 ++------
dashboard/package.json | 33 +-
dashboard/src/api/apiMethods/fetchApi.ts | 21 +-
dashboard/src/components/FilterQuery.tsx | 23 +-
.../src/components/GlobalSearch/QuickSearch.tsx | 7 +-
dashboard/src/components/HtmlRenderer.tsx | 6 +-
dashboard/src/components/LabelPicker.tsx | 2 +-
dashboard/src/components/QueryBuilder/Filters.tsx | 53 +-
.../QueryBuilder/RelationshipFilters.tsx | 2 +-
.../TagFilters/TagCustomValueEditor.tsx | 7 +-
.../TypeFilters/TypeCustomValueEditor.tsx | 8 +-
dashboard/src/components/ShowMore/ShowMoreText.tsx | 5 +-
dashboard/src/components/Table/TableFilters.tsx | 4 +-
dashboard/src/components/commonComponents.tsx | 5 +-
dashboard/src/utils/CommonViewFunction.ts | 5 +-
dashboard/src/utils/Enum.ts | 1 +
dashboard/src/utils/Helper.ts | 10 +-
dashboard/src/utils/Utils.ts | 24 +-
.../Audits/AuditsFilter/AuditFilters.tsx | 9 +-
.../Audits/AuditsFilter/AuditFiltersFields.tsx | 2 +-
.../EntityDetailTabs/AttributeProperties.tsx | 2 +-
.../DetailPage/EntityDetailTabs/LineageTab.tsx | 4 +-
.../DetailPage/EntityDetailTabs/SchemaTab.tsx | 4 +-
.../RelationshipDetailsLayout.tsx | 2 +-
.../views/Lineage/atlas-lineage/package-lock.json | 6549 +++++---
.../src/views/Lineage/atlas-lineage/package.json | 44 +-
.../views/Lineage/atlas-lineage/src/Utils/index.js | 8 +-
.../src/views/Lineage/atlas-lineage/src/index.js | 9 +-
dashboard/src/views/SaveFilters/SaveFilters.tsx | 3 +-
.../src/views/SearchResult/RelationShipSearch.tsx | 1 -
dashboard/src/views/SearchResult/SearchResult.tsx | 7 +-
.../src/views/SideBar/SideBarTree/SideBarTree.tsx | 7 +-
dashboard/src/views/Statistics/EntityStats.tsx | 2 +-
dashboard/src/views/Statistics/ServerStats.tsx | 2 +-
dashboardv2/gruntfile.js | 6 +
dashboardv2/package-lock.json | 4587 ++++--
dashboardv2/package.json | 24 +-
.../js/external_lib/atlas-lineage/dist/styles.css | 3 +-
.../external_lib/atlas-lineage/package-lock.json | 9147 +++++++----
.../js/external_lib/atlas-lineage/package.json | 45 +-
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 | 16061 +++++++++++--------
docs/package.json | 37 +-
docs/scripts/fetchTeamList.js | 54 +-
55 files changed, 23971 insertions(+), 19361 deletions(-)