John Joyce
a400eb0d52
refactor(ui): Adding apollo caching to manage domains page. ( #6494 )
2022-11-23 12:31:31 -08:00
Aditya Radhakrishnan
63036993d1
fix(roles): allows role service to unassign roles ( #6434 )
2022-11-17 10:59:07 -08:00
Chris Collins
8c783dac62
feat(privileges) Create privileges to allow for managing children of entities ( #6346 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-634.lan>
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-666.lan>
2022-11-03 13:06:40 -07:00
Gabe Lyons
615865f805
fix(assertion tab): fixing up regression in assertion resolver ( #6296 )
...
* fixing up regression in assertion resolver
* small nit
2022-10-27 10:06:13 -07: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
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
Aditya Radhakrishnan
ee1a1ef45b
feat(posts): add posts feature to DataHub ( #6110 )
2022-10-04 15:37:28 -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
RyanHolstien
bfb903cfb8
feat(ingest): add async option to ingest proposal endpoint ( #6097 )
...
* feat(ingest): add async option to ingest proposal endpoint
* small tweak to validate before write to K, also keep existing path for timeseries aspects
* avoid double convert
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-10-03 19:56:19 -05: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
Aditya Radhakrishnan
325b959ea6
feat(roles): add ability to invite users into a role ( #6015 )
2022-09-23 16:48:23 -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
c4ac09d192
feat(ingestion-ui) Sort ingestion sources by last execution time ( #5807 )
2022-09-09 14:14:33 -07:00
Chris Collins
23275a14d0
fix(tags) Add creator of tag as the owner of it ( #5787 )
2022-08-31 10:21:51 -07:00
Aditya Radhakrishnan
73cd2f995d
feat(roles): add roles feature to DataHub ( #5767 )
2022-08-30 18:31:34 -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
Chris Collins
0d35b53b41
feat(ingestion-ui) Add ability to set debug_mode on UI ingestion sources ( #5762 )
2022-08-29 13:39:14 -07:00
Chris Collins
33754d41f5
feat(ingestion) Add ability to rollback ingestion from UI - BE PR ( #5739 )
2022-08-29 13:09:15 -07:00
John Joyce
3a8ed2b314
feat(GraphQL API): Add "browsePaths" field to browsable entity types ( #5646 )
2022-08-15 17:12:24 -07:00
Chris Collins
261163cac8
feat(ui) Retrieve last ingested timestamp and display on frontend ( #5600 )
2022-08-11 17:27:16 -07:00
John Joyce
e9494f503f
feat(search): Sticky search filters + misc bug fixes & improvements ( #5601 )
2022-08-10 15:12:53 -07:00
John Joyce
57b7ade1f0
feat(ui): Add rich UI ingestion run summary ( #5577 )
2022-08-08 14:33:57 -07:00
John Joyce
737543900e
feat(ui): Support batch deleting from ui ( #5582 )
2022-08-08 13:41:59 -07:00
NoahFournier
cfcc1cf760
feat(graphql): add MutableTypeBatchResolver ( #4976 )
2022-08-05 11:20:29 -07:00
John Joyce
da77752f0d
feat(ui): Support batch deprecation from the UI (Batch actions part 6/7) ( #5572 )
2022-08-04 15:14:33 -07:00
John Joyce
6c616fd417
feat(ui): Batch set & unset Domain for assets via the UI ( #5560 )
2022-08-04 13:37:47 -07:00
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
Aditya Radhakrishnan
eec5eae0ab
feat(groups): add native groups concept to DataHub ( #5443 )
2022-07-20 16:55:10 -07:00
Chris Collins
cab0dcafa9
feat(ingestion) Add new endpoint to test an ingestion connection ( #5438 )
2022-07-20 10:05:20 -04:00
John Joyce
f8d059901f
feat(ui): Supporting enriched search preview + misc improvements ( #5419 )
2022-07-17 22:02:09 -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
John Joyce
fdee7a787b
feat(GraphQL): Support for Deleting Domains, Tags via GraphQL API ( #5272 )
2022-06-28 14:57:22 -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
Aditya Radhakrishnan
fdf4e48495
feat(users): add ability to add native users from the UI ( #5097 )
...
Co-authored-by: John Joyce <john@acryl.io>
2022-06-08 18:13:22 -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
Aditya Radhakrishnan
e97fa836d8
feat(graphql): add graphql endpoint to check whether an entity exists ( #5102 )
2022-06-07 16:20:37 -07:00
Chris Collins
43deb7080a
feat(glossary) Business Glossary updates ( #5026 )
2022-05-29 21:26:07 -07:00
John Joyce
1e428aacd8
feat(DataHub Operations): Adding GraphQL mutation for reporting Dataset operations ( #4988 )
2022-05-25 13:27:46 -07:00
John Joyce
944be9a1da
feat(Tests): Metadata Tests Models + APIs + UI (Part 1) ( #4989 )
2022-05-25 08:55:08 -07:00
Pedro Silva
bbe79170fc
feat(graphql) Add new Revokable Token API ( #4970 )
2022-05-24 10:44:31 -07:00
John Joyce
259b3453a0
feat(graphql): Adding resolvers for adding multiple tags, terms, and owners ( #4917 )
2022-05-16 14:47:59 -07:00
John Joyce
f18f619a2c
feat(ui): Adding Search Bar to all List Views (groups, users, domains, policies, ingestion) ( #4919 )
2022-05-16 13:24:56 -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
John Joyce
c69310522b
feat(metadata service): Introducing Platform Events ( #4477 )
2022-03-29 18:32:04 -07:00
Xu Wang
34b36c0fe1
feat(notebook): graphqul related logic change for notebook ( #4468 )
...
* feat(notebook) graphqul related logic change for notebook
* resolve pr comments
1. add dataPlatformInstance aspect support
2. make NotebookCell required
* resolve :datahub-graphql-core:checkstyleMain failure
Co-authored-by: Xu Wang <xu.wang@grandrounds.com>
2022-03-28 13:52:41 -07:00
John Joyce
9f1c5a8f75
feat(assertions): Adding Assertions Entity & Great Expectations BETA ( #4305 )
2022-03-04 11:51:31 -08:00