This is an automated email from the ASF dual-hosted git repository.
pawarprasad123 pushed a change to branch atlas-2.6
in repository https://gitbox.apache.org/repos/asf/atlas.git
from 1f17ef9cf ATLAS-5333: Atlas React UI: Clearing a Classification search
filter triggers 400 Bad Request on empty parameters (#692) ( cherry-picked from
commit 7a528de5f7fe691d510e4c1d42f14db9f2aa619a)
new 55b291b2e ATLAS-5339: Atlas React UI: Clicking Create Entity while on
an Entity Detail Page opens the Edit Form instead of Create Form (#693)
new 0fef6d7fb ATLAS-5330: Atlas React UI: Text overflow issues in Global
Search, Re… (#683)
new 186da082b ATLAS-5303: ATLAS React UI: Audit Filters dropdown UI breaks
when audit table has no data (#694) ( cherry picked form the commit
0fd03e3ad04812596cc08d9158a48db71f1fea37)
The 3 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:
.../components/CreateDropdown/CreateDropdown.tsx | 1 +
.../__tests__/CreateDropdown.test.tsx | 5 +-
dashboard/src/components/DialogShowMoreLess.tsx | 10 +-
dashboard/src/components/FilterQuery.tsx | 67 ++++---
.../src/components/Forms/FormAutocomplete.tsx | 4 +-
.../src/components/Forms/FormCreatableSelect.tsx | 4 +-
dashboard/src/components/Forms/FormDatepicker.tsx | 4 +-
dashboard/src/components/Forms/FormInputText.tsx | 4 +-
.../src/components/Forms/FormSelectBoolean.tsx | 4 +-
.../src/components/Forms/FormSingleSelect.tsx | 4 +-
dashboard/src/components/Forms/FormTextArea.tsx | 4 +-
.../src/components/GlobalSearch/QuickSearch.tsx | 185 +++++++++---------
dashboard/src/components/Modal.tsx | 34 ++--
.../QueryBuilder/RelationshipFilters.tsx | 8 +-
.../__tests__/RelationshipFilters.test.tsx | 10 +-
.../TagFilters/TagCustomValueEditor.tsx | 33 +++-
.../QueryBuilder/TagFilters/TagFilters.tsx | 8 +-
.../TagFilters/__tests__/TagFilters.test.tsx | 10 +-
.../TypeFilters/TypeCustomValueEditor.tsx | 88 +++++++--
.../QueryBuilder/TypeFilters/TypeFilters.tsx | 4 +-
.../__tests__/RelationshipFilters.test.tsx | 2 +-
.../src/components/ShowMore/DrawerBodyChipView.tsx | 88 +++++----
dashboard/src/components/ShowMore/ShowMoreView.tsx | 28 ++-
.../src/components/TypeDefAuditDetailModal.tsx | 53 ++----
dashboard/src/components/commonComponents.tsx | 39 ++--
dashboard/src/index.scss | 117 +++++++++++-
dashboard/src/styles/filterQuery.scss | 6 +
dashboard/src/styles/filterQueryBuilder.scss | 3 +
dashboard/src/styles/stats.scss | 4 +
.../views/Administrator/Audits/AdminAuditTable.tsx | 24 +--
.../views/Administrator/Audits/AuditResults.tsx | 48 ++++-
.../Administrator/Audits/ImportExportAudits.tsx | 26 +--
.../Audits/__tests__/AdminAuditTable.test.tsx | 62 ++++--
dashboard/src/views/Classification/AddTag.tsx | 108 +++++++----
.../views/Classification/ClassificationForm.tsx | 209 ++++++++++++---------
.../DashboardOverview/ClassificationCoverage.tsx | 5 +
.../src/views/DashboardOverview/RecentActivity.tsx | 18 +-
.../src/views/DetailPage/DetailPageAttributes.tsx | 34 ++--
.../EntityDetailTabs/AuditTableDetails.tsx | 15 +-
.../EntityDetailTabs/ClassificationsTab.tsx | 114 +++++++----
dashboard/src/views/Entity/EntityForm.tsx | 7 +-
.../src/views/SideBar/Import/ImportLayout.tsx | 5 +-
.../src/views/Statistics/ClassificationStats.tsx | 4 +-
dashboard/src/views/__tests__/EntityForm.test.tsx | 48 +++++
44 files changed, 1024 insertions(+), 534 deletions(-)