535 Commits

Author SHA1 Message Date
Pedro Silva
21ecb7170f
feat(policies): Make policies searchable by privilege, type, status or editable fields (#9877) 2024-02-26 15:57:01 +00:00
david-leifker
62f2789724
feat(structured-properties): soft delete (#9812) 2024-02-21 18:16:42 -06:00
RyanHolstien
ac1ee6cd12
fix(lineage): logging reduction and fixes (#9878) 2024-02-21 10:35:09 -06:00
Chris Collins
6a0677047b
feat(forms) Add batchRemoveForm graphql endpoint (#9840) 2024-02-21 09:43:28 -05:00
david-leifker
e4bc915c78
chore(graphql): bump graphql engine version (#9864) 2024-02-15 20:24:44 -06:00
Andrew Sikowitz
37952036ad
feat(models,ui): Support query nodes in lineage (#9850) 2024-02-15 08:58:25 -05:00
John Joyce
0328f854e8
feat(): Adding supports for data incidents for datasets, dashboards, charts, data jobs, data flows (#9710)
Co-authored-by: John Joyce <john@ip-192-168-1-149.us-west-2.compute.internal>
Co-authored-by: John Joyce <john@Johns-MBP.attlocal.net>
Co-authored-by: John Joyce <john@Johns-MacBook-Pro.local>
2024-02-14 09:06:21 -08:00
Chris Collins
ea4a9b281b
feat(forms) Extend forms support to other entity types (#9801) 2024-02-13 15:02:52 -05:00
david-leifker
e0276cf123
refactor(graphql): consolidate cache for stats (#9826) 2024-02-13 10:55:03 -06:00
RyanHolstien
8c9bf4e93d
feat(graphql): add configuration for limiting graphql query complexity (#9802) 2024-02-09 10:37:04 -06:00
Chris Collins
5d23b796f4
feat(structured-props) Extend structured props support to other entity types (#9780) 2024-02-08 12:21:05 -05:00
Aseem Bansal
f6e96dc0d3
feat(token): helper to debug owner of raw token (#9793) 2024-02-08 20:51:12 +05:30
Mayuri Nehate
7ae310d3a7
feat(graphql): get raw aspects for assertions, allow aspectNames filter (#9792) 2024-02-07 17:02:23 -08:00
RyanHolstien
20b9050732
fix(browsev2): align browse and aggregate queries (#9790) 2024-02-07 10:37:55 -06:00
david-leifker
11f7804b1e
chore(lint): apply spotless (#9789) 2024-02-06 11:09:54 -06:00
Chris Collins
815176913c
feat(forms) Add support for metadata forms on entities in the UI (#9718) 2024-02-02 15:55:36 -05:00
Shirshanka Das
1d06d38b68
feat(platform): add support for via nodes (#9733) 2024-01-29 16:03:27 -08:00
Shirshanka Das
fdf929b3f4
build(graphql): simplify gradle graphql codegen task (#9734) 2024-01-29 19:44:34 +05:30
John Joyce
08bdfbdf93
feat(ui): Supporting rendering custom assertion descriptions (#9722)
Co-authored-by: John Joyce <john@Johns-MBP.attlocal.net>
2024-01-25 15:25:31 -08:00
muzzacode
c158d2b9ec
feat (resolver): Add new endpoint for editing secrets (#9665) 2024-01-24 12:07:16 +05:30
david-leifker
943bb57cbc
feat(backend): structured properties and forms (#9626)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2024-01-22 11:46:04 -06:00
david-leifker
bd9b0c49fb
perf(entity-service): batch exists calls (#9663) 2024-01-19 16:32:22 -06:00
Pedro Silva
4138b2f724
feat(roles): Add support for roles in groups in GMS (#9659)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2024-01-19 11:48:12 +00:00
muzzacode
55baf11467
feat: add an endpoint to edit posts (#9629) 2024-01-18 14:29:02 +05:30
John Joyce
9f3d125851
fix(autocomplete): Filter default entity types based on those present in types map (#9625)
Co-authored-by: John Joyce <john@ip-192-168-1-149.us-west-2.compute.internal>
Co-authored-by: John Joyce <john@Johns-MBP.attlocal.net>
2024-01-16 11:14:45 -08:00
Aseem Bansal
261fcb06bf
feat(graphql): generate ToString method (#9634) 2024-01-16 17:44:21 +05:30
Pedro Silva
dc93f2e57b
fix(graphql): Add jsonProps to SchemaField type (#9622) 2024-01-12 17:31:54 +00:00
RyanHolstien
b0060cec27
fix(graphql): fix npe in access mapper (#9593) 2024-01-09 16:38:43 -06:00
Aseem Bansal
5bfd674f08
fix(owner): last modified on adding owner (#9553) 2024-01-09 21:39:15 +05:30
david-leifker
8415fc214b
feat(entity-registry): entity registry plugins (#9538) 2024-01-08 14:20:03 -06:00
Shirshanka Das
a8faa172c6
fix(graphql): BatchGetEntitiesResolver respects order (#9557) 2024-01-03 16:51:35 -08:00
Aseem Bansal
a49a435eef
feat(analytics): change MAU chart to be until last month (#9499) 2023-12-21 19:38:46 +05:30
John Joyce
7b067822bd
feat(gms): Add support for platform-based browse (#9376)
Co-authored-by: John Joyce <john@Johns-MBP.attlocal.net>
2023-12-18 18:35:02 -08:00
david-leifker
824df5a6a3
feat(build): gradle 8, jdk17, neo4j 5 (#9458) 2023-12-15 13:28:33 -06:00
Salman-Apptware
eb8cbd8b41
feat: Allow specifying Data Product URN via UI (#9386)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2023-12-13 12:19:49 +05:30
Andrew Sikowitz
16fe22aafa
feat(ui/last-updated): Calculate last updated time as max(properties time, operation time) (#9242) 2023-12-06 15:21:56 -05:00
Aseem Bansal
e14474176f
feat(lint): add spotless for java lint (#9373) 2023-12-06 11:02:42 +05:30
John Joyce
14a463b1ce
feat(ui): Supporting subtypes for data jobs (#9361)
Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
2023-12-01 15:53:01 -08:00
david-leifker
2b0811b987
logging(search): log level highlight value urn detection (#9262) 2023-11-17 10:50:13 -06:00
david-leifker
bc89a1c48e
fix(graphql): prevent duplicate index queries for dataproducts (#9260) 2023-11-17 10:06:26 -06:00
Gabe Lyons
332d4afaab
feat(subtypes): support subtypes for charts in the UI (#9186) 2023-11-08 10:22:09 -08:00
david-leifker
23c98ecf7a
feat(policy): enable support for 10k+ policies (#9177)
Co-authored-by: Pedro Silva <pedro@acryl.io>
2023-11-07 14:40:48 -06:00
Pedro Silva
86e0023a4e
feat(ingestion): Adds more advanced configurations for runtime debugging (#8998) 2023-10-21 16:20:59 +01:00
Pedro Silva
269c4eac7e
fix(ownership): Corrects validation of ownership type and makes it consistent across graphQL calls (#9044)
Co-authored-by: Ellie O'Neil <oneile729@gmail.com>
2023-10-18 17:43:05 -07:00
Indy Prentice
78b342f441
feat(graphql): support filtering based on greater than/less than criteria (#9001)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-10-13 19:04:44 -03:00
Amanda Hernando
c564abcbf0
feat(auth): add group membership field resolver provider (#8846)
Co-authored-by: Adrián Pertíñez <khurzak92@gmail.com>
Co-authored-by: Adrián Pertíñez <adrian.pertinez@thoughtworks.com>
2023-10-12 11:38:42 -07:00
jayasimhankv
245284ec6c
fix(): Display generic not found page for corp groups that do not exist (#8880)
Co-authored-by: Jay Kadambi <jayasimhan_venkatadri@optum.com>
2023-10-11 22:40:20 +00:00
siladitya
a17db676e3
feat(graphql): Added datafetcher for DataPlatformInstance entity (#8935)
Co-authored-by: si-chakraborty <si.chakraborty@adevinta.com>
Co-authored-by: John Joyce <john@acryl.io>
2023-10-11 00:43:36 +00:00
Harshal Sheth
817c371fbf
feat: data contracts models + CLI (#8923)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
Co-authored-by: John Joyce <john@acryl.io>
2023-10-04 20:11:06 -07:00
Harshal Sheth
6fe9d6faa5
fix(graphql): support additional types in scrollAcrossEntities (#8891) 2023-10-02 13:58:31 -07:00