684 Commits

Author SHA1 Message Date
Chris Collins
dfc20b3d40
feat(ui) Display inputFields in column-lineage visualization (#6303) 2022-10-28 17:08:13 -07:00
Chris Collins
37ac31c06f
feat(ui) Add documentation to term/node creation modal (#6294) 2022-10-28 15:02:27 -04:00
Chris Collins
6aedf67b02
feat(ui) Allow a user to type in a custom value in ingestion Secret Fields (#6301) 2022-10-28 12:48:23 -04:00
Aditya Radhakrishnan
7a16f847c4
fix(roles): move search button to right side of screen (#6306) 2022-10-27 19:35:36 -07:00
Chris Collins
cd1331fffe
feat(lineage) Add column-level impact analysis feature (#6272) 2022-10-26 16:43:39 -04:00
Gabe Lyons
228c10de43
fix(adv search): two advanced search fixes (#6252)
* two advanced search fixes

* another approach

* adding unit tests

* fixing checkstyle issue
2022-10-26 11:31:38 -07:00
Chris Collins
31f90a4b52
fix(ui) Fix two lineage visualization bugs (#6278) 2022-10-26 13:56:32 -04:00
Aditya Radhakrishnan
855be25865
fix(posts): render link posts dynamically and fix margin (#6234) 2022-10-25 13:45:18 -07:00
Ankit keshari
18df38e504
feat(ui) Make HoverEntityTooltip width more dynamic (#6238) 2022-10-24 14:54:13 -04:00
Ankit keshari
ac6779989a
Add the ability to add Domain to Glossary Terms (#6135) 2022-10-24 10:20:48 -04:00
Chris Collins
a28fc1ede8
feat(ui): Display 'View in Github' if externalUrl is link to GitHub (#6253) 2022-10-23 21:29:35 -07:00
ChunTing Wu
f1aeafa462
fix(ui): repair display name of MongoDB source (#6270) 2022-10-23 21:23:10 -07:00
Amanda Ng
ebd052ec43
feat(ui): display entity names in browser tab titles (#6225) 2022-10-23 21:07:51 -07:00
Chris Collins
775d2b083b
feat(ui-ingestion): Add test connection button to bigquery-beta form (#6248)
Co-authored-by: Chris Collins <chriscollins@Chriss-MacBook-Pro-2.local>
2022-10-21 17:33:34 -07:00
Ankit keshari
bd217f8a58
Create Tag Modal Issue: Clear the input value on press. (#6212) 2022-10-20 11:22:37 -04:00
Ankit keshari
0b60225095
Worked on the CSS issue of Add Owners Modal (#6223) 2022-10-19 15:58:51 -04:00
Aditya Radhakrishnan
2a501dead1
feat(telemetry): add telemetry events to the glossary, domains, and managed ingestion pages (#6216)
Co-authored-by: John Joyce <john@acryl.io>
2022-10-18 15:48:10 -07:00
Chris Collins
bed59d2cd0
fix(ui) Properly display column-level lineage with v2 field paths (#6217) 2022-10-17 17:49:05 -04:00
Chris Collins
a7b17634c2
fix(ui) Fix bigquery and redshift forms for lineage fields (#6215) 2022-10-17 16:07:30 -04:00
Chris Collins
956bee9d7a
fix(glossary) Improve performance when getting root glossary terms (#6214) 2022-10-17 15:54:23 -04:00
Chris Collins
034f2e9ff3
fix(glossary) Improve business glossary loading performance (#6208) 2022-10-14 16:40:52 -04:00
liyuhui666
665152c305
fix(frontend): fix UI message in create group modal (#6205) 2022-10-14 12:33:25 -07:00
Peter Szalai
773917c817
feat(release): bump CLI version to 0.9.0 (#6195)
* feat(release): bump CLI version to 0.9.0

* update breaking changes section

* add graphql breaking change

* typo
2022-10-14 17:14:26 +02:00
Chris Collins
9d5851cf10
feat(ingestion-ui) Add new form for the bigquery-beta connector (#6200) 2022-10-13 15:50:47 -07:00
Ankit keshari
0c6eeb8fdf
feat(ingestion-ui) Update source ingestion type if editing yaml ingestion type (#6156) 2022-10-13 14:43:16 -04:00
Aditya Radhakrishnan
a58502c5dc
feat(telemetry): add telemetry events to the settings page (#6198) 2022-10-13 11:41:47 -07:00
Chris Collins
c0d42deab7
feat(secrets) Allow creating secrets with multiline values in the UI (#6169)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-273.lan>
2022-10-11 16:10:17 -07:00
Ankit keshari
21c1d37d13
feat(ui): Add warning banner to looker and lookml UI ingestion forms (#6111) 2022-10-11 11:19:20 -04:00
Gabe Lyons
37a2858e28
Update README.md (#6155) 2022-10-07 16:56:37 -07:00
Gabe Lyons
1939116002
fixing filtering on impact analysis + cypress tests (#6152) 2022-10-07 15:09:23 -07:00
Aditya Radhakrishnan
73a3aa3a3d
fix(auth): fix login endpoint to respect session expiration env var (#6151) 2022-10-07 14:08:43 -07:00
Chris Collins
1f1398605c
feat(lineage) Add Column-Level to Lineage Visualization (#6138) 2022-10-06 19:41:18 -04:00
Gabe Lyons
5f0216cfda
temporarily disable fetching input fields for search results (#6139) 2022-10-06 16:23:24 -07:00
Ankit keshari
11092c73cf
feat(groups & owners) Add ability to edit group name + assign creator as owner of metadata (#6047)
Adds ability to edit user group names from the UI. Also sets the creator or Glossary Terms, Glossary Nodes, and Domains to be the owner of said item.
2022-10-06 15:36:39 -04:00
Gabe Lyons
864e64de8f
feat(lineage): show fully qualified task name in lineage UI (#6126)
* showing fully qualified task name in lineage UI

* slight refactor

* use display name

* fix test
2022-10-05 13:54:26 -07:00
Aditya Radhakrishnan
ee1a1ef45b
feat(posts): add posts feature to DataHub (#6110) 2022-10-04 15:37:28 -07:00
Gabe Lyons
1325b8ad71
feat(search): improved search snippet FE logic (#6109)
* starting improvements on search snippet

* flesh out ranking logic

* adding tests

* responding to comments
2022-10-04 11:27:46 -07:00
Gabe Lyons
ce90310dd0
feat(advanced-search): Complete Advanced Search: backend changes & tying UI together (#6068)
* stashing progress

* adding remove option

* more progress

* editing

* further in

* additional rendering improvements

* stashing adv search progress

* stashing more progress

* propagating not filters back to UI

* more frontend progress

* more filters working

* getting ready for data platform selector

* add platform select functionality

* locking out switching btwn advanced and standard filters

* final polish

* remove unneeded code

* added unit and cypress tests

* resolutions after merge

* adding documentation

* cleaning up & refactoring

* removing console.log

* minor ui fix & removing unneeded code

* fixing lineage search

* fixing lints

* fix display of degree

* fixing test

* fixing lint

* responding to comments

* fixing tests

* fix smoke tests

* fixing cypress

* fixing cypress test

* responding to comments
2022-10-04 10:20:04 -07:00
Shirshanka Das
48b46971b8
feat(ingest): remove hardcoded env variable default for cli version (#6075) 2022-10-02 16:46:34 -07:00
Gabe Lyons
7359d922fc
feat(advanced search): Add component to show all advanced search filters & add new filter (#6058)
* adding select value modal

* expanding gql model and adding advanced search filter component

* adding advanced search filters component

* removing console logs

* improve readability

* responding to comments
2022-09-29 17:25:38 -07:00
Gabe Lyons
8163e1cbe9
fix(ui): fix schema infinite rerender (#6082) 2022-09-29 08:38:19 -07:00
Gabe Lyons
129a27abef
fix(ui): show soft deleted status of containers (#6072) 2022-09-27 22:26:33 -07:00
Gabe Lyons
3eace6490e
feat(advanced search): adding advanced search filter component & prereqs for it (#6055)
* adding select value modal

* expanding gql model and adding advanced search filter component

* remove log

* nits

* responding to comments
2022-09-26 15:13:04 -07:00
Gabe Lyons
60928757e0
feat(advanced-search): adding select value modal (#6026)
* adding select value modal

* responding to comments
2022-09-26 12:17:32 -07:00
John Joyce
ec5aeeff39
feat(ui): Adding placeholder entity for DataPlatform (#6045) 2022-09-26 08:55:03 -07:00
Aditya Radhakrishnan
325b959ea6
feat(roles): add ability to invite users into a role (#6015) 2022-09-23 16:48:23 -07:00
Aditya Radhakrishnan
f57f3987e7
feat(tracking): add additional home page telemetry (#6018) 2022-09-23 12:14:44 -07:00
Ankit keshari
d1be7d5f35
Worked to hide the recommendation (#6021) 2022-09-22 13:02:51 -04:00
Ankit keshari
4e5f22cf3d
Worked on the dynamic column width of stats table (#5996) 2022-09-22 12:38:56 -04:00
Meenakshi Kamalaseshan Radha
f00e1f4f2e
feat(ui): Add Nullable label to Schema Render (#5909)
* Add Nullable label to Schema Render

* Fix lint error in NullableLabel

Co-authored-by: Kamalaseshan Radha <mkamalas@LAMU02GF7ZPMD6R.uhc.com>
2022-09-21 13:58:32 -07:00