1416 Commits

Author SHA1 Message Date
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
Ankit keshari
b4ddadab02
Worked on the pop-over of matched entity (#5851) 2022-09-20 12:33:15 -04:00
Gabe Lyons
b9b0147dd1
feat(data platform) adding data platform indexing & select platform modal in frontend (#5988)
* adding data platform indexing & select platform modal in frontend

* comments
2022-09-20 08:53:26 -07:00
Ankit keshari
a432f495a9
fix(ui) Fix a couple small UI bugs (#5886) 2022-09-20 11:16:06 -04:00
Felix Lüdin
a407e0a370
feat(dashboard): add subTypes aspect to dashboard entity (#5843)
Co-authored-by: John Joyce <john@acryl.io>
2022-09-18 23:03:38 -07:00
Chris Collins
efc6ac3753
fix(ui) Filter search through schemas based on non-editable tags and terms as well (#5942)
* filter based on non-editable tags and terms as well

* update function name for consistency

Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-18.lan>
2022-09-16 14:57:17 -07:00
Chris Collins
461406a090
feat(ingestion-ui) Use CLI version defined in recipe for test connection (#5959) 2022-09-16 09:54:39 -04:00
Chris Collins
a3af5106e8
fix(ui) Make LookML deploy key a textarea and format key (#5946)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
2022-09-14 17:29:46 -07:00
Chris Collins
34ed0af053
feat(ingestion-ui) Add LookML form to managed ingestion UI (#5939) 2022-09-14 16:05:37 -04:00
Gabe Lyons
77d7456cd7
update multiple favicons (#5927) 2022-09-13 16:20:09 -07:00
Chris Collins
0be5c39802
feat(ingestion-ui) Display ingestion sources in UI more dynamically (#5789) 2022-09-13 13:27:12 -04:00
Gabe Lyons
afa58888e4
improving chart & dashboard entity page rendering (#5864)
Co-authored-by: John Joyce <john@acryl.io>
2022-09-09 14:26:03 -07:00
Chris Collins
c4ac09d192
feat(ingestion-ui) Sort ingestion sources by last execution time (#5807) 2022-09-09 14:14:33 -07:00
Chris Collins
5303ecbd8e
feat(ui) Add entity search input to shared folder (#5876) 2022-09-09 14:29:23 -04:00
Chris Collins
3fb4fc35f7
feat(schema) Add search filter to Schema tab (#5845) 2022-09-09 14:28:53 -04:00
Ankit keshari
5a5af68210
Scroll issue on Glossary related entity page (#5804) 2022-09-08 12:30:13 -04:00
Gabe Lyons
f411487eb3
fix(domains): adding 10,000+ text when domain list caps out elastic count capacity (#5838) 2022-09-08 16:39:04 +05:30
Gabe Lyons
29a6f91b61
refactor(ui); update input display for dashboards (#5841) 2022-09-06 14:52:58 -07:00
Harshal Sheth
c44fd626d8
chore: cleanup references to the old ember app (#5797)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-09-04 22:42:09 -07:00