John Joyce
76b40b0946
feat(ui): Batch add & remove Owners to assets via the UI ( #5552 )
2022-08-03 17:02:37 -07:00
John Joyce
5c7975bd7c
feat(ui): Support Batch adding and removing Glossary Terms (Batch Actions 3/7) ( #5544 )
2022-08-02 15:20:24 -07:00
John Joyce
44d5276879
feat(ui): Support batch adding / remove tags from search lists. (Batch Actions part 2/7) ( #5534 )
2022-08-02 08:38:44 -07:00
John Joyce
f6736bf7a9
Fixing OIDC logout issues ( #5538 )
2022-08-01 19:23:03 -07:00
Chris Collins
3b85c79ada
fix(ingestion) Set pipeline_name on UI recipes with forms ( #5535 )
2022-08-01 19:26:46 -04:00
Chris Collins
d9d77646af
fix(glossary) Fix Glossary success messages and sort Glossary ( #5533 )
...
* show error and success messages in glossary properly
* sort glossary nodes and terms alphabetically
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
2022-08-01 09:37:34 -07:00
Chris Collins
d1f0c7a6aa
feat(ingestion) Add frontend connection test for Snowflake ( #5520 )
2022-08-01 09:12:02 -07:00
Chris Collins
160f8e8b1e
fix(ui) Display Term Group name properly in Recently Viewed ( #5528 )
2022-08-01 14:45:44 +05:30
John Joyce
c0eb8a1b8b
feat(ui): Adding Search Select feature(frontend only) ( #5507 )
2022-07-28 17:40:03 -07:00
Ankit keshari
6ccf698b41
feat(ui): Added form to Looker and Tableau ( #5487 )
2022-07-28 14:56:12 -07:00
Ankit keshari
e34ff1c177
fix(ui): Flickering Issue on search input field ( #5515 )
2022-07-28 09:12:19 -07:00
Ankit keshari
362b3610c9
fix(ui): Fix Flickering Issue on search input field ( #5503 )
2022-07-27 14:56:36 -07:00
Chris Collins
be296d69a5
feat(ui) Show Glossary and Domains header links to everyone ( #5506 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
2022-07-27 14:55:27 -07:00
Ankit keshari
f59b21e951
refactor(ui): Adding checkbox option to select multiple results at once. ( #5422 )
2022-07-25 16:34:15 -07:00
Ankit keshari
5ec7b9d4c6
Ingestion: Added form in Big Query type to edit the queries. ( #5431 )
2022-07-25 17:57:42 -04:00
John Joyce
f8697ba54f
feat(ui): Partial support for Chart usage ( #5473 )
2022-07-22 15:19:04 -07:00
dependabot[bot]
af2fd8ce59
build(deps): bump terser from 4.8.0 to 4.8.1 in /datahub-web-react ( #5446 )
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 22:47:30 -07:00
Ankit keshari
582c39e477
Worked on the alignment of menu icon in search header ( #5458 )
2022-07-21 12:38:05 -04:00
Aditya Radhakrishnan
d28e18147c
feat(app): schema-history - remove blame language for the schema history feature ( #5457 )
2022-07-21 08:58:48 -07:00
Aditya Radhakrishnan
eec5eae0ab
feat(groups): add native groups concept to DataHub ( #5443 )
2022-07-20 16:55:10 -07:00
John Joyce
aa7ae23904
feat(ui): Adding Statistics Summary to Dataset + Dashboard Profiles ( #5440 )
2022-07-19 15:46:43 -07:00
John Joyce
ac61bcd951
fix(ui): Fixing unreleased search preview bugs ( #5432 )
2022-07-19 10:29:42 -07:00
Gabe Lyons
a52fac57f4
fix(siblings): fixing lineage fetching for siblings & sources ( #5415 )
2022-07-19 09:15:31 -07:00
Chris Collins
386fd146ed
fix(glossary) Fix dropdown where disabled buttons are still clickable ( #5430 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
2022-07-18 17:14:26 -07:00
Alexey Kravtsov
89ed0fc1e5
fix(ui): add dataset qualifiedName parameter to lineage query ( #5427 )
2022-07-18 15:57:35 -07:00
John Joyce
f8d059901f
feat(ui): Supporting enriched search preview + misc improvements ( #5419 )
2022-07-17 22:02:09 -07:00
Chris Collins
d020f42d38
fix(documentation) Fix erratic cursor in documentation editor bug ( #5411 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-280.lan>
2022-07-17 20:01:56 -07:00
Aseem Bansal
36f3ab3fa3
feat(quickstart,docs): updates for v0.8.41 ( #5409 )
2022-07-15 21:32:32 +05:30
Harshal Sheth
fdea718e38
build: improve comprehensiveness of gradle clean ( #5003 )
2022-07-15 15:38:32 +05:30
Chris Collins
fa07dc69eb
feat(ingestion) Build out UI form for Snowflake Managed Ingestion ( #5391 )
2022-07-15 14:34:25 +05:30
Ankit keshari
ab549257b4
refactor(ui): Added Cursor pointer to tags ( #5389 )
2022-07-14 18:29:54 -07:00
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
Felix Lüdin
a0303448ba
feat(dashboards): add datasets field to DashboardInfo aspect ( #5188 )
...
Co-authored-by: John Joyce <john@acryl.io>
2022-07-14 09:54:02 -07:00
Aditya Radhakrishnan
e2a0fddcaa
fix(users): fix to not get invite token unless the invite token modal is visible ( #5380 )
2022-07-12 10:20:35 -07:00
John Joyce
39a4ef842d
refactor(ui): Remove unnecessary fields in GraphQL ( #5358 )
2022-07-08 09:19:50 -07:00
Ankit keshari
2543ff1eb3
feat(ui): Added recommendation on group modal ( #5362 )
2022-07-08 09:19:31 -07:00
John Joyce
b927c0d219
refactor(ui): Use createTag mutation for creating new tags from the UI ( #5359 )
2022-07-08 09:18:33 -07:00
Chris Collins
a1d0b11510
feat(lineage) Add Lineage tab to Chart and Dashboard entity profiles ( #5357 )
2022-07-07 17:54:11 -05: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
Chris Collins
68fb0d8f06
feat(schema) Show last observed timestamp in the schema tab ( #5348 )
2022-07-07 12:31:01 -07: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
Chris Collins
7cf941d515
fix(ui) Correct show/hide tabs in Settings based on privileges ( #5355 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MacBook-Pro-2.local>
2022-07-07 10:18:41 -07:00
Amanda Ng
3a169c2a5f
feat(ui): add copy function for stats table sample value ( #5331 )
2022-07-07 11:17:49 -05:00
Mayuri Nehate
4b515e022b
feat(ingest): salesforce - add connector ( #5104 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
Co-authored-by: Vincent Koc <koconder@users.noreply.github.com>
2022-07-06 10:01:16 -07:00
Ankit keshari
e6662a70f3
fix(ui): fixed the ui issue ( #5341 )
2022-07-06 09:40:37 -07:00
Chris Collins
f817ebb006
fix(me) Cache the me query for performance reasons ( #5316 )
2022-07-05 18:06:54 -07:00
Chris Collins
9f52088b43
fix(siblings) Combine siblings data but remove duplicate data ( #5337 )
2022-07-05 10:49:10 -07:00
John Joyce
afc9842e32
fix(ui): Fix pipeline tasks list loading ( #5332 )
2022-07-05 09:19:13 -07:00
John Joyce
86070d7b52
fix(ui): Add missing SearchRoutes component ( #5321 )
2022-07-02 10:10:14 -07:00
John Joyce
a44167c33d
refactor(ui): Extract searchable page into its own component (perf + ux) ( #5318 )
2022-07-01 15:08:08 -07:00