81 Commits

Author SHA1 Message Date
Gabe Lyons
cd147685c7
feat(siblings): allow viewing siblings separately (#5390)
* allow pulling back curtain for siblings

* sibling pullback working for lineage + property merge

* propagating provinence to ui

* fixups from merge & some renames

* fix styling & add tooltip

* adding cypress tests

* fix lint

* updating mocks

* updating smoke test

* fixing domains smoke test

* responding to comments
2022-07-14 14:23:12 -07:00
Chris Collins
7c8297c176
fix(glossary) Fixes a bug for yaml ingested terms without source_url (#5356) 2022-07-07 16:23:46 -05:00
Gabe Lyons
7872a74a21
fix(siblings): add useMutationUrn to domain section (#5270)
* fixing dbt platform issues

* useMutationUrn for domains modal
2022-07-07 10:36:05 -07:00
John Joyce
c9be9e066d
perf(ui): Performance improvements and misc refactorings in the UI (#5310) 2022-07-01 11:35:21 -07:00
Chris Collins
1ce4349a76
fix(ui) Fix entity profile sidebar width issues (#5305)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
2022-07-01 10:20:23 -07:00
John Joyce
11356e37ba
feat(ui) Adding support for deleting Tags and Domains via the UI (#5280)
* Adding support for deleting tags and domains via the UI

* Fixing tests
2022-06-29 19:41:41 -07:00
Ankit keshari
8e79a89355
refactor(ui): Show message when related glossary terms are empty. (#5285) 2022-06-29 10:47:30 -07:00
Ankit keshari
bf7da0a853
feat(ui): Selector recommendations in Owner, Tag and Domain Modal (#5197) 2022-06-28 09:45:25 -07:00
Chris Collins
99890cde78
feat(glossary) Add Source section to sidebar for Glossary Terms (#5262) 2022-06-27 18:34:54 -07:00
Chris Collins
f9aca8aca2
feat(domain) Add ability to edit a Domain name from the UI (#5266) 2022-06-27 16:09:36 -07:00
John Joyce
6b82a0b0b6
refactor(UI): Refactor Dataset Health Status (#5222) 2022-06-22 12:21:34 -07:00
Gabe Lyons
baf3f3f33c
feat(dbt): add sibling association logic to associate dbt elements with their target systems (#5190) 2022-06-22 08:31:18 -07:00
Chris Collins
2841f32b8e
feat(lineage) Update Lineage tab and Impact Analysis feature (#5121) 2022-06-21 07:30:40 -07:00
John Joyce
7c46437280
refactor(ui): Misc improvements to Dataset Assertions UI (#5155) 2022-06-14 13:02:15 -07:00
Ankit keshari
e6b66d8cf5
refactor(ui): Fixed the UI issue on Deprecated Pop-Up issue (#5130) 2022-06-09 11:11:42 -07:00
Chris Collins
58dc909a80
feat(terms) Add ability to Add and Remove Related Terms to Glossary Terms (#5120) 2022-06-08 07:50:29 -07:00
John Joyce
4da3d132f8
refactor(ui): UI Navigation Refactoring (#5076) 2022-06-03 07:47:39 -07:00
Shubham Thakre
3885494f90
fix(ui): ui bug fix for datasets sidebar stats section (#5053) 2022-06-01 10:53:30 -07:00
Chris Collins
43deb7080a
feat(glossary) Business Glossary updates (#5026) 2022-05-29 21:26:07 -07:00
Ankit keshari
6eb7d80e04
refactor(ui): UI Integration to add multiple tags, terms and owners (#4938) 2022-05-27 08:02:03 -07:00
Chris Collins
3aa841c2e1
fix(UI) Fix multiple UI usability issues (#4975) 2022-05-23 14:21:30 -07:00
Felix Lüdin
69466c069c
fix(ui): do not show copy URN buttons when Clipboard API is not available (#4963) 2022-05-19 20:48:09 -07:00
Chris Collins
d7cc415c77
fix(ui) Fix some spacing issues on the search card (#4916)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP.lan>
2022-05-13 11:59:51 -07:00
Chris Collins
0c5f844e4f
feat(containers) Get and display all parent containers in header and search (#4910)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP.lan>
2022-05-12 21:17:19 -07:00
Gabe Lyons
94ff969319
fix(ui): fix side panel resize css (#4892) 2022-05-11 09:56:00 -07:00
Chris Collins
e32f22f6bf
feat(dataPlatformInstance) - Resolve and display dataPlatformInstance on entities (#4867)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP.lan>
2022-05-09 14:28:50 -07:00
Shubham Thakre
6610265b68
feat(ui): entity profile add copy url option update (#4821) 2022-05-05 13:46:45 -07:00
Chris Collins
36d3edb78d
fix(scrolling) Fixes scrolling and weird heights for embeddedListSearch across entities (#4805) 2022-05-03 09:05:46 -07:00
Aditya Radhakrishnan
c20a47f34c
feat(operation): display the reported time for last updated in the UI (#4800) 2022-05-02 16:00:29 -07:00
Shubham Thakre
2a52632a2f
fix(ui): Users and Groups UI bug fixes (#4746) 2022-04-27 15:11:18 -07:00
Gabe Lyons
b811254145
rephrasing soft delete banner (#4753) 2022-04-26 14:50:30 -07:00
Chris Collins
40cb83f583
fix(entity header): Fixes two issues in the EntityHeader - update UI and remove link (#4720)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP.lan>
2022-04-22 13:46:09 -07:00
John Joyce
8d036fa179
Only adding deprecation button to specific entity pages (#4712) 2022-04-21 09:51:47 -07:00
Ankit keshari
e572af62ea
feat(ui): Add support for Deprecating an entity via the UI (#4633) 2022-04-15 15:10:44 -07:00
Shubham Thakre
fd3723ac7e
Feature/modal-validation-and-UI-fixes-updates (#4439) 2022-03-23 13:35:45 -07:00
Gabe Lyons
540d1b3be5
feat(lineage): hide soft deleted nodes in lineage & adds banner in entity page (#4410)
* query for custom properties on containers

* updating queries

* hide soft deleted entities in lineage viz

* add banner for soft deleted entities

* fix tests
2022-03-15 11:17:13 -07:00
John Joyce
ecd263b0d2
feat(*): Support setting owner type when assigning ownership (#4354) 2022-03-14 11:14:32 -07:00
John Joyce
7efc88e389
Minor ui fixes (#4325) 2022-03-06 20:45:19 -08:00
Aditya Radhakrishnan
08aab88553
fix(tags) - map tags to globalTags for entities (#4310) 2022-03-04 12:28:12 -08:00
John Joyce
902929293d
fix(ui) Misc UI fixes & styling improvements. (#4311) 2022-03-04 12:19:37 -08:00
John Joyce
9f1c5a8f75
feat(assertions): Adding Assertions Entity & Great Expectations BETA (#4305) 2022-03-04 11:51:31 -08:00
John Joyce
5cb02319c6
feat(ui): Introducing New group profile (#4308) 2022-03-03 18:04:48 -08:00
Ankit keshari
1438abfdac
Fixed the UI issue: Height issue of editor and The Spacing issue between logo and description (#4300) 2022-03-03 14:19:46 -08:00
Ankit keshari
826abb882e
Added Drawer to show the tag profile data (#4132) 2022-02-24 08:33:00 -08:00
John Joyce
74ebbbf94f
fixes(ui): Misc UI fixes + Adding Owners to Search Filters (#4175) 2022-02-17 18:48:29 -08:00
Ankit keshari
e3599c521c
UI Fix: Modal close on Enter press, autofocus on modal, added split panel, alignment of button (#4155) 2022-02-16 15:00:54 -08:00
John Joyce
f2f5443d04
feat(Tags/Terms): Backend support for tag & term mutations (#4096) 2022-02-11 07:00:46 -08:00
John Joyce
3668de85e0
Fixing domains double icon on profile (#4093) 2022-02-08 15:21:07 -08:00
Aseem Bansal
452d2c22b5
fix(analytics): fix missing events from UI (#4026) 2022-02-07 09:22:59 -08:00
John Joyce
169cd4fde9
feat(containers): Adding Containers UI (as demo'd in Jan Townhall) (#4037) 2022-02-02 13:51:39 -08:00