656 Commits

Author SHA1 Message Date
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
Peter Szalai
5d619249bc
fix(frontend): download node only when USE_SYSTEM_NODE is set to false (#5817) 2022-09-02 16:02:46 +02:00
Gabe Lyons
d75b2e8c9f
power favicon via env var (#5810) 2022-09-01 17:06:30 -07:00
Gabe Lyons
5bf5fc2d66
feat(previews): add previews for glossary terms, tags, and domains (#5784)
* add graphql for chart glossary terms

* add placeholder tab component

* continued progress

* finished rendering of other tooltips

* fix tests

* add null check

* force more clicks

* fix analytics test
2022-08-31 20:48:32 -07:00
John Joyce
ca29f8b679
fix(bootstrap): Creating dedicated thread pool for executing async bootstrap steps + misc fixes (#5798) 2022-08-31 19:34:17 -07:00
Chris Collins
3059d9d0e1
feat(ingestion-ui) Add test connection button to Looker form (#5794) 2022-08-31 15:32:59 -07:00
John Joyce
7cfae0d7a3
fix(ui): Remove add limit on Entity Profile for glossary terms and tags (#5780) 2022-08-31 08:51:08 -07:00
Aditya Radhakrishnan
73cd2f995d
feat(roles): add roles feature to DataHub (#5767) 2022-08-30 18:31:34 -07:00
Ankit keshari
d558db994a
refactor(ui): Worked on the Secret Fields in ingestion form (#5727) 2022-08-30 13:02:07 -07:00
Gabe Lyons
47aa32a8a5
feat(simplified homepage): adding option to show limited entity types on homepage (#5678) 2022-08-30 09:17:11 -07:00
Chris Collins
cf03a0799f
feat(ingestion-ui) Add ability to rollback ingestion runs from the UI - FE only (#5740) 2022-08-29 16:11:59 -07:00