999 Commits

Author SHA1 Message Date
v-tarasevich-blitz-brain
9b212562dd
feat(uploadFiles): add anaytics events (#15080) 2025-10-22 16:46:43 -05:00
Chris Collins
e9fd5fe475
feat(gms) Add permission checks to download file REST endpoint (#15059) 2025-10-22 11:41:30 -05:00
Chris Collins
396868391d
feat(gms) Add new dataHubFile entity and relevant graphql mappings (#15028) 2025-10-22 10:31:18 -05:00
Ben Blazke
fd00f04b0f
SE-123: added product update resolver (#14980) 2025-10-21 15:18:01 -07:00
david-leifker
2973da553f
feat(sql-setup): system-update replacement for mysql/postgres setup (#15044) 2025-10-21 15:07:52 -05:00
purnimagarg1
8f21a6c6ce
feat(homepage): add default platforms module on the homepage (#14942)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-21 14:37:58 -05:00
Saketh Varma
27fca1c0bf
feat(ui/platform): Adds env variable to control default skipHighlighting search flag (#15038) 2025-10-21 13:17:54 +05:30
Chris Collins
6fc68b6c6b
feat(gms) Add new REST endpoint for retrieving files from S3 (#15048) 2025-10-17 22:36:35 -04:00
v-tarasevich-blitz-brain
da4849895a
feat(uploadFiles): add endpoint to get presigned upload url (#14943)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-17 17:47:21 -04:00
Deepak Garg
317d1292db
fix(auth):allow colon in secret password (#15023) 2025-10-17 07:41:40 +05:30
RyanHolstien
f2321d5df9
fix(externalEvents): fixes timeout issues for external events api (#14979) 2025-10-15 14:20:23 -05:00
Aseem Bansal
e4184fe251
fix(api): add validation entity type for policy creation (#14955) 2025-10-13 21:19:19 +05:30
david-leifker
ef0b4a71ce
fix(impact): add missing executor pool (#14976) 2025-10-10 18:28:59 -05:00
david-leifker
c5d70914cd
feat(loadIndices): loadIndices upgrade (#14928) 2025-10-10 09:53:42 -05:00
david-leifker
3d210ae34c
chore(): bump grpc-netty (#14969) 2025-10-09 14:22:45 -05:00
v-tarasevich-blitz-brain
b7b4f1c9a5
feat(uplodaFiles): add feature flag (#14951) 2025-10-08 11:05:34 -04:00
Jesse Jia
d87f46d686
fix(entity controller) Fix case sensitivity in entity controller (#14902)
Co-authored-by: jjia <jjia@netflix.com>
2025-10-07 11:07:40 -05:00
RyanHolstien
3eac7fab5b
feat(search): implement multi-client search engine shim for ES8 support (#14904)
Co-authored-by: Esteban Gutierrez <esteban.gutierrez@acryl.io>
2025-10-06 18:40:00 +00:00
Aseem Bansal
c88a4a5a48
config(gms): enable some features by default (#14889) 2025-10-03 20:31:23 +05:30
Chakru
660a4efa5f
MCL Generation via CDC (#14824)
Co-authored-by: David Leifker <david.leifker@acryl.io>
2025-10-01 18:23:31 -05:00
david-leifker
04d0a50118
feat(): Basepath support (#14866)
Co-authored-by: Esteban Gutierrez <esteban.gutierrez@acryl.io>
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-01 11:08:38 -05:00
david-leifker
50c5841b50
fix(schema-registry): fix v1.2.0.1 schema registry bug (#14846) 2025-09-26 10:22:25 -05:00
Jesse Jia
4bf3f0e66d
feat(Plugin Loader) Add config to control plugin loader when failure happens (#14769)
Co-authored-by: jjia <jjia@netflix.com>
Co-authored-by: Hyejin Yoon <0327jane@gmail.com>
2025-09-26 08:56:51 +00:00
Chris Collins
109a419969
feat(ui) Add ability to add links to asset header (#14770)
Co-authored-by: v-tarasevich-blitz-brain <v.tarasevich@blitz-brain.com>
Co-authored-by: purnimagarg1 <purnima.garg@apptware.com>
2025-09-18 18:35:57 -04:00
John Joyce
eaa472ecf1
feat(): Adding authenticator for OIDC OAuth (#14707)
Co-authored-by: John Joyce <john@Mac.lan>
2025-09-17 09:50:47 -07:00
Chris Collins
e8e97beee6
fix(ui) Add collection of minor fixes for summary pages and home page (#14771) 2025-09-16 10:50:40 -04:00
Chakru
ac80e8171b
fix(kafka-setup): remove default to enable topicDefaults to be used (#14738) 2025-09-11 16:38:11 +00:00
Abe
6ec6f0150d
refactor(metrics): Make MetricUtils.registry non-nullable
- Make MetricUtils.registry non-nullable with default no-op implementation. This allows us to remove boilerplate for handling the null case
- Rename request context metric names to follow convention
2025-09-09 11:08:16 -07:00
Aseem Bansal
3e1e9fcf34
fix(ui): add warning for view all modal (#14702) 2025-09-08 19:27:41 +05:30
Jesse Jia
55817d14b8
feat(openapi-v3) enhance scroll API (#14677)
Co-authored-by: jjia <jjia@netflix.com>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-09-06 14:57:01 +00:00
Chris Collins
c1694a3db1
feat(ui) Add remaining modules + design nits on asset summary page (#14663) 2025-09-05 09:35:35 -04:00
purnimagarg1
3f8e690ca7
feat(summary-tab): support assets module on the summary pages (#14653)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-09-04 13:17:52 -04:00
Chris Collins
ab4358ce65
feat(graphql) Add data modeling changes and updates to graphql layer for asset summary pages (#14638) 2025-09-04 10:43:56 -04:00
purnimagarg1
94c56decdc
feat: add new permission for managing asset summary (#14627)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-09-04 10:21:01 -04:00
John Joyce
5971e79c76
feat(datahub-actions): Adding support for Metadata Change Log in DataHub Cloud Events Source (#14497)
Co-authored-by: John Joyce <john@Mac.lan>
2025-09-03 08:46:22 -07:00
david-leifker
6f4a109790
feat: impact lineage graph traversal improvements (#14609) 2025-09-03 07:53:12 -05:00
Chakru
4a09e8b9a3
fix(config): cleanup comments in config file (#14596) 2025-09-03 13:03:45 +05:30
Chakru
bffb2ffdc5
fix(config): disable legacy kafka topics (#14615) 2025-09-02 10:22:38 -05:00
Aseem Bansal
6044d8d298
feat(ui/ingest): add analytics events (#14557) 2025-09-01 17:41:48 +05:30
Andrew Sikowitz
0aaa8c6987
feat(graphql): Support logical models (#14588) 2025-08-29 13:36:01 -07:00
abedatahub
12e2e83505
fix(openapi): add GraphQL exception handling to GlobalControllerExceptionHandler (#PFP-1620) 2025-08-29 12:56:56 -07:00
Chris Collins
f2c39cdc8a
feat(propagation) Add support for metadata attribution for additional metadata (#14577) 2025-08-27 17:45:28 -04:00
purnimagarg1
fd053255cd
feat(links): bring edit links functionality from SaaS (#14559)
Co-authored-by: v-tarasevich-blitz-brain <v.tarasevich@blitz-brain.com>
2025-08-27 14:08:20 -04:00
v-tarasevich-blitz-brain
3fe39bf149
feat(customSearchCards): add descriptions (#14472)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-08-27 13:28:36 -04:00
Michael Maltese
c2f9fc812c
feat(models): support charts in edges fields of other charts (#14339) 2025-08-27 12:37:08 -04:00
v-tarasevich-blitz-brain
afd3ab4e06
fix(analyticsEvents): fix misnaming of events (#14456)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-08-27 10:25:51 -04:00
Chakru
cbb5f9a9b6
feat(kafka): refactor kafka topic mgmt and move setup to system-update (#14564) 2025-08-27 17:03:56 +05:30
Chris Collins
4e83f951be
fix(forms) Consolidate how we add owners in forms and elsewhere (#14449) 2025-08-26 17:48:10 -04:00
Jesse Jia
df02af2ef7
feat(openapi-v3): Support filter object in scroll API (#14524)
Co-authored-by: jjia <jjia@netflix.com>
2025-08-26 11:25:42 -05:00
rahul MALAWADKAR
88064ba163
chore(deps): fix CVE-2025-48924 (commons-lang:commons-lang) (#14480) 2025-08-23 09:48:29 -05:00