612 Commits

Author SHA1 Message Date
John Joyce
0da1a6b53d
fix(graphQL): Fixing set ordering in batchGet of entities (#3950) 2022-01-23 11:24:09 -08:00
John Joyce
b32975d6db
refactor(gql/ui): Misc refactorings (#3921) 2022-01-19 17:02:17 -08:00
Aditya Radhakrishnan
4b05dcbd38
fix(graphql): operational stats - check if optional fields are present to avoid NPE (#3911) 2022-01-18 11:10:22 -08:00
John Joyce
720311ff2e
Migrating Datasets, Charts, Dashboards, Jobs, Flows to Entity V2 endpoint (#3897) 2022-01-14 17:00:17 -08:00
Dexter Lee
b58609269d
fix(search): Fix issue with filters and autocomplete (#3868) 2022-01-12 13:01:36 -08:00
Dexter Lee
2b54475c16
feat(api): Add git-based server version to the UI and config endpoint (#3866)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-01-11 15:00:57 -08:00
Aditya Radhakrishnan
c3e98645a2
feat(ingest): operational stats - show last updated for sql usage sources (#3845) 2022-01-07 17:27:09 -08:00
RyanHolstien
34c27f076b
feat(removeGMA): remove all dependencies on gma libraries (#3835) 2022-01-05 17:32:31 -08:00
Ravindra Lanka
4b81ad6262
feat(Stateful Ingestion): 1/3 Stateful ingestion server changes (#3749) 2021-12-15 10:32:58 -08:00
John Joyce
44544dfa37
fix(auth): Tag Create Privileges were incorrectly using Dataset Create privileges (#3683) 2021-12-07 17:48:29 -08:00
Dexter Lee
999e9e5b49
fix(search): Improve search and recs performance (#3660) 2021-12-03 18:13:11 -08:00
Gabe Lyons
6436f06d08
feat(autorender): Auto render aspects that don't have frontend components in the UI (#3597) 2021-11-29 21:07:06 -08:00
Dexter Lee
025202a634
fix(search): Fix issue when query is empty (#3620) 2021-11-28 16:03:40 -08:00
John Joyce
5886e63e5c
doc(components): Adding DataHub components overview (#3606) 2021-11-24 12:41:07 -08:00
John Joyce
f49666a230
feat(auth): Metadata Service Authentication! (#3598) 2021-11-22 16:33:14 -08:00
varunbharill
235760f28b
fix(graphql): making glossaryTermInfo nullable in glossaryTerm. (#3576) 2021-11-15 16:00:03 -08:00
John Joyce
534291d3b1
ui: migrate UI to use "properties" field of entity for descriptions (#3515) 2021-11-08 16:24:50 -08:00
Gabe Lyons
2c587ea285
fix(aspects): fix null aspects case (#3501) 2021-11-02 17:33:52 -07:00
Gabe Lyons
c4c74a3f45
feat(graphql): extend entity client to support aspect methods directly via java (#3489) 2021-11-02 12:45:35 -07:00
John Joyce
8a60020579
refactor(styling): Improving recommendation Tag / Search query list styling (#3472) 2021-10-27 11:18:01 -07:00
John Joyce
2f03ad854b
feat(recommendations): Recommendations infra P1 (#3455) 2021-10-26 21:23:08 -07:00
Gabe Lyons
d3d7593bb4
fix(graphql): fix errors on tag & term mutations (#3448) 2021-10-25 14:05:43 -07:00
Gabe Lyons
0bb8f684b8
feat(lineage): improved lineage performance + simplified layout logic + some easter eggs (#3357) 2021-10-22 15:46:46 -07:00
Gabe Lyons
7dbd10f072
fix(browse): fix browse for entities without default browse logic (#3422) 2021-10-21 11:15:10 -07:00
Gabe Lyons
4c1c3b2377
feat(react): dynamically hide entity types that haven't been ingested (#3419) 2021-10-19 22:20:31 -07:00
John Joyce
8ef273423c
feat(metadata-service): Introducing EntityClient interface to avoid unnecessary HTTP calls. (#3421) 2021-10-19 15:53:48 -07:00
John Joyce
3d0c69b7d1
fix(metadata-service): add Rest.li Validation to ingestProposal (#3409) 2021-10-17 08:49:18 -07:00
John Joyce
61bd7fd080
feat(search): support Boolean OR Filters in Rest.li APIs (#3344) 2021-10-14 12:34:29 -07:00
John Joyce
a325f64288
fix(graphql): populating deprecated description field (#3403) 2021-10-14 11:51:29 -07:00
John Joyce
893914d198
feat(search): Search insights foundations (#3391) 2021-10-14 10:11:56 -07:00
Dexter Lee
b2b0497bdb
fix(ui): small bug fixes for search redesign (#3381) 2021-10-12 23:21:43 -07:00
John Joyce
c84a2d9014
fix(graphql): correctly return tags and legacy global tags field (#3378) 2021-10-12 16:31:05 -07:00
John Joyce
d7a6ca5423
feat(subtypes): support visualization for "view" subtypes (#3376) 2021-10-12 15:47:29 -07:00
John Joyce
ed01b59a00
feat(users & groups): User & Groups Management GraphQL APIs + UI (#3318) 2021-10-07 16:14:35 -07:00
Dexter Lee
d0548408b4
feat(search): redesign search page - left filter pane (#3337) 2021-10-07 11:41:29 -07:00
Swaroop Jagadish
0d2454bfb1
feat: add support for specialization of models through subtypes with looker integration (#3338) 2021-10-06 23:39:52 -07:00
Gabe Lyons
79d1b38ce6
fix(docs): fix graphql deprecated comment (#3327) 2021-10-04 22:40:27 -07:00
Gabe Lyons
08e18868dc
feat(react): show primary keys & foreign keys in the schema (#3298) 2021-09-28 22:47:00 -07:00
John Joyce
9f4906ee3f
feat(UI): UI Migration for Charts, Dashboards, Pipelines, Tasks + Glossary Terms and Links for all. (#3303) 2021-09-28 10:30:37 -07:00
John Joyce
106be099f3
refactor(graphql): GraphQL Public API Refactor + Documentation (#3278) 2021-09-22 17:30:15 -07:00
Gabe Lyons
fa9e172a18
fix(react): fix updates from the UI (#3280) 2021-09-22 08:34:45 -07:00
Gabe Lyons
245b1bf5f8
fix(chartinfo): only map chartinfo inputs if exists (#3274) 2021-09-20 18:08:51 -07:00
Gabe Lyons
6bf237b38e
feat(graphql): Adding write side validation and tests for add+remove API (#3259) 2021-09-20 11:58:31 -07:00
Dexter Lee
6a663edf2f
feat(analytics): Add WAU over the last 2 months chart (#3252) 2021-09-16 12:57:03 -07:00
Gabe Lyons
2de4ea9566
feat(business glossary): Add support to add & remove glossary terms from the UI (#3213) 2021-09-13 09:16:37 -07:00
Gabe Lyons
2d768ea89b
fix(graphql): fix tag mapper (#3223) 2021-09-10 16:54:21 -07:00
John Joyce
1b326818aa
fix(graphql): fix ml model properties resolver (#3190) 2021-09-07 09:33:15 -07:00
John Joyce
ccb09a6966
feat(access control): Fine-Grained Access Control M1 (#3182) 2021-09-02 19:05:13 -07:00
Gabe Lyons
d340288575
fix(dataflow): optimize topological sort logic (#3175) 2021-09-01 11:50:20 -07:00
John Joyce
2c5edd88ab
feat(graphql): migrating GraphQL API to metadata-service (nee GMS) (#3131) 2021-08-20 10:58:07 -07:00