644 Commits

Author SHA1 Message Date
Chris Collins
3c0d720eb6
feat(ui) Add readOnly flag that disables profile URL editing (#8067) 2023-05-23 15:29:02 -04:00
jfrancos-mai
d98ebd330c
fix(ui): SchemaDescriptionField 'read-more' doesn't affect table height (#7970) 2023-05-23 13:11:21 -04:00
Joshua Eilers
d3dc2f22a5
feat(embed): embed lookup route (#8033) 2023-05-19 18:42:46 +00:00
Gabe Lyons
72bcfc53af
feat(caching): skip cache on ownership tabs (#8082) 2023-05-19 09:38:24 -07:00
Chris Collins
33c4ab7fda
fix(ui) Fix entity name styling to show deprecation and others properly (#8084) 2023-05-19 09:54:34 -04:00
Shirshanka Das
b3c790aab6
feat: Add support for Data Products (#8039)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2023-05-17 07:17:25 +00:00
Aditya Radhakrishnan
d4d62575d8
fix(ui): add loading indicator for download as CSV action (#8003) 2023-05-11 09:11:42 -07:00
Joshua Eilers
a9bf1abaf8
chore: cleanup some devtool console warnings (#7988) 2023-05-09 15:16:11 -07:00
John Joyce
95ba6d9c68
fix(download as csv): Support download to csv for impact analysis tab (#7956) 2023-05-08 10:14:38 -07:00
Chris Collins
abeda11ba1
feat(tracking) Add tracking events to our chrome extension page (#7967) 2023-05-04 17:52:07 -04:00
Chris Collins
3f8a532bbc
fix(ui) Fix displaying column level lineage for sibling nodes (#7955) 2023-05-04 10:53:18 -04:00
Chris Collins
b58894662e
fix(ui) Disable cache on Domain and Glossary Related Entities pages (#7867) 2023-04-20 14:03:25 -04:00
Chris Collins
1312ca9368
fix(ui) Fix tags and terms columns on nested schema fields (#7782) 2023-04-10 20:28:13 -04:00
John Joyce
f0c5ba08b6
fix(ui): Fix tags display name + color in UI for autocomplete, search preview, entity profile (#7785) 2023-04-10 15:17:25 -07:00
Chris Collins
70e60847a2
fix(auto-complete) Pass in views to auto-complete endpoint for filtering (#7754) 2023-04-05 16:48:08 +05:30
Thosan Girisona
062e8ae323
fix(TestResults UI):show non-failing TestResult (#7747) 2023-04-05 11:16:44 +05:30
Chris Collins
ba6426ef61
feat(ui) Update auto-complete functionality and design (#7515)
Adds in new styles for auto-complete as well as the new functionality around quick filters.
2023-03-27 12:45:38 -04:00
Aditya Radhakrishnan
660d477457
fix(lineage): change default lineage time window to All Time (#7662) 2023-03-23 10:47:47 -07:00
John Joyce
4da49fb1b4
refactor(ui): Make Navigating DataHub UI easier, fix duplicate tracking, duplicate networks calls, + misc optimizations (#7592)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-03-21 18:36:21 -07:00
John Joyce
bd76183b00
fix(ui): Address regression in column usage stats + add unit test (#7645)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-03-21 18:27:58 -07:00
John Joyce
ce33db74fd
refactor(ui): Loading schema dynamically for dataset profile (#7558)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-03-21 18:27:31 -07:00
John Joyce
9ec86a5cc0
fix(ui): Fix download to CSV flow using Scroll across entities api (#7629) 2023-03-21 10:05:58 -07:00
John Joyce
c075e0e77b
refactor(ui): Fix scrolling behavior for compact entity profile (#7599) 2023-03-21 08:51:22 -07:00
John Joyce
a18c93c028
refactor(ui): Separate entity lineage counts query from rest of entity query (#7569) 2023-03-14 13:26:57 -07:00
david-leifker
72198f98c0
feat(search): searchAcrossEntities/Lineage improvements (#7550)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2023-03-12 18:18:51 -07:00
John Joyce
947990ac8b
fix(): Fix Query Detail Modal Scroll + add misc log messages (#7530) 2023-03-09 18:02:13 -08:00
Chris Collins
4f78de6810
fix(ui) Fix UI flickering when switching between glossary entities (#7432) 2023-03-06 12:05:45 -05:00
Chris Collins
036983c4e3
fix(ui) Make tooltip on search results stats summary clearer (#7492) 2023-03-05 17:39:09 -05:00
Chris Collins
70f6985eb3
fix(ui) Standardize subtypes casing with View Definition tab (#7477) 2023-03-02 19:02:08 -05:00
Aditya Radhakrishnan
04a32d487f
tests(cypress): add improved Cypress tests for timeline lineage (#7464) 2023-03-02 15:02:06 -08:00
Chris Collins
b8f8a10ee2
fix(ui) Merge duplicate schema fields on siblings regardless of casing (#7413)
Co-authored-by: Pedro Silva <pedro@acryl.io>
2023-02-28 15:56:02 -08:00
John Joyce
5e77e68352
feat(queries): Adding Tooltips to Queries Tab (#7421) 2023-02-24 16:04:23 -08:00
Alexey Kravtsov
79aa66ab0a
feat(frontend): add additional tabs to glossary terms view (#7392)
Adds tabs for "Contained by" and "Inherited by" on the Glossary Related Terms tab.
2023-02-22 16:30:47 -05:00
John Joyce
92cd2b2c1b
fix(lineage): Fix Upstream + Downstream Count in presence of Soft-Deleted / Non-Existent references (#7374) 2023-02-20 14:00:14 -08:00
John Joyce
08a215951c
feat(queries): Overhaul Queries Tab (#7366) 2023-02-20 11:10:18 -08:00
John Joyce
1b8ab4607e
fix(lineage): Include maxHops in Lineage Cache Key + misc UI improvements (#7351) 2023-02-17 15:49:42 -08:00
Chris Collins
979265df17
fix(ui) Update styles of embedded profile page to match designs (#7348) 2023-02-15 13:37:01 -05:00
Aseem Bansal
c2d6ea7c42
fix(profile): use department name if available (#7257) 2023-02-07 16:42:24 +05:30
John Joyce
ed38fe7c71
fix(autocomplete): Use normal properties name instead of urn name in autocomplete (#7236) 2023-02-03 13:09:12 -08:00
Aditya Radhakrishnan
c13e7e09f8
feat(lineage): add time filtering for lineage edges (#7159) 2023-02-02 15:30:49 -08:00
Chris Collins
8ef25e3980
fix(siblings) Fix editing of schema fields for siblings with unequal schemas (#7199) 2023-02-02 14:55:41 -05:00
vojtechneradatos
481551a326
fix(ui): typo 'Documenataion' (#7227) 2023-02-02 11:41:13 -08:00
John Joyce
c150ef04d6
feat(ui): Supporting display of columns and storage count in previews (#7198) 2023-02-02 09:38:06 -08:00
Chris Collins
7a68f11a9f
feat(ui) Build entity doesn't exist page for entity profiles (#7150) 2023-01-27 14:36:01 -08:00
jaykadambi
1192dbfeff
fix(ui): Sort top users by their query count in datasets stats tab (#7148) 2023-01-27 09:57:50 -08:00
Chris Collins
1e206c2584
feat(ui) Add new embedded profile to be displayed in extension (#7113) 2023-01-26 12:14:31 -05:00
Amanda Ng
7ded44280d
feat(ui): allow removing parentNodes of Glossary Nodes and Glossary Terms (#7135)
Co-authored-by: John Joyce <john@acryl.io>
2023-01-26 09:07:11 -08:00
Felix Lüdin
566b7b0892
refactor(ui): refactor capitalization of platform name and sub types (#7099) 2023-01-25 09:32:15 -08:00
Felix Lüdin
0cfbec72c8
fix(ui): only use visible and enabled tabs for selected tab and routing in entity profiles (#6629)
Co-authored-by: John Joyce <john@acryl.io>
2023-01-24 17:38:07 -08:00
John Joyce
72f0328633
feat(ui): Documentation Editor Improvements (#7072) 2023-01-20 09:33:44 -08:00