642 Commits

Author SHA1 Message Date
Hyejin Yoon
f986315582
doc: Acryl to DataHub, datahubproject.io to datahub.com (#13252)
Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com>
2025-04-28 10:34:33 -04:00
Esteban Gutierrez
c37eee18e6
chore(aws-msk-iam-auth): bump dependency version (#12600)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-04-25 11:20:50 -05:00
Chakru
0f473232a3
build: support reload of some modules with env changes (#13325) 2025-04-25 08:12:41 +05:30
Chakru
51863325a5
build: use versioning in gradle consistent with ci (#13259)
Enable use of gradle for all image builds for publishing, eliminating the per-image build action in docker-unified.yml that duplicated what was in gradle but used slightly different mechanisms to determine what is the tag. Enabled gradle build to consume tags provided by the workflow and produce tags same as earlier.

Use bake matrix builds to build slim/full versions of datahub-ingestion, datahub-actions.

Publish images and scan relies on gradle to get the list of images, via depot.

Image publish and scans run once a day on schedule or on manual triggers only.
Pending work: Separate the publish and scans into a separate workflow that runs on a schedule and could also run other tests.
2025-04-24 23:00:03 +05:30
david-leifker
0b2e0ef100
fix(): docker mysql env (#13274) 2025-04-22 12:37:24 -05:00
Esteban Gutierrez
8a17ba14d6
fix(): Fixes multiple minor security vulnerabilities (#13222)
bug(snappy): Make sure right snappy version is installed
fix(docker): update Dockerize to version v0.9.3
fix(gms): fixes dgraph4j netty deps
fix(docker): remove SGID on /home/datahub and /home/datahub-integration
fix(datahub-actions): bump setuptools and wheel version
fix(docker): update c-ares version
fix(docker): datahub-actions addendum
2025-04-21 16:39:26 -05:00
Rafael Sousa
d72361ddb3
feat(deps): update OpenTelemetry version to 2.15.0 (#13237) 2025-04-18 10:57:01 -05:00
Harshal Sheth
b75dbaa3a1
feat(ci): make datahub-actions docker build standalone (#13241) 2025-04-17 08:51:46 +02:00
Andrew Sikowitz
d138a64a6a
ci(graphql,workflows): Format .md, .graphql, and workflow .yml files via prettier (#13220) 2025-04-16 16:55:51 -07:00
Tamas Nemeth
a1291faad9
feat(actions): Moving datahub-actions into oss datahub (#13120) 2025-04-16 12:23:29 +02:00
Chakru
912fac3eb5
fix(ci): fix image publish task, python-docker version (#13206) 2025-04-15 08:44:09 -07:00
Chakru
5b1e194a3c
build: use docker bake to build all images in a single step (#13191) 2025-04-15 09:48:11 +05:30
david-leifker
5ee0b66920
feat(spring): upgrade to SpringBoot 3.4 (#13186) 2025-04-12 15:34:17 -05:00
Harshal Sheth
8df235a40c
fix: more Python dockerfile refactoring (#13180) 2025-04-11 14:57:49 -07:00
david-leifker
2add837621
fix(): handle null systemmetadata corner cases (#13086) 2025-04-10 17:44:58 -05:00
Harshal Sheth
dd3aff90a0
fix(ci): enforce docker snippet validation in CI (#13163) 2025-04-09 22:49:59 -07:00
Harshal Sheth
275535d4d3
feat: start removing ingestion-base image (#13146) 2025-04-09 11:53:34 -07:00
Chakru
cf40116680
CI speedup (#13057) 2025-04-07 10:13:07 +05:30
david-leifker
287fda19c7
fix(docker): also rename group to datahub (#13094) 2025-04-04 18:30:26 -05:00
Rafael Sousa
c1f6bd171e
fix(opentelemetry): Resolve type mismatch in metrics exporter (#13053)
Co-authored-by: Pedro Silva <pedro@acryl.io>
2025-04-04 15:51:10 +01:00
david-leifker
046c59bdb5
chore(): bump base ubuntu image 22.04 -> 24.04 (#13072) 2025-04-03 14:39:41 -05:00
Chakru
40106be208
build: optimizations for incremental builds and faster CI (#13033)
Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
2025-04-02 11:51:10 +05:30
david-leifker
9a9cd384f1
fix(open-telemetry): include missing dependency (#12882) 2025-03-14 17:09:26 -05:00
david-leifker
79178e50b0
chore(bump): Bump kafka-setup base (#12743) 2025-02-27 15:27:36 -06:00
Aseem Bansal
653f9ef21f
fix(lineage): error message for edit lineage (#12724) 2025-02-25 19:24:36 +05:30
david-leifker
8618d08230
config(): Enable V2 UI in quickstart by default (#12692) 2025-02-20 13:42:11 -06:00
david-leifker
10a7e01f4f
chore(bump): bump kafka base image (#12626) 2025-02-13 15:39:26 -06:00
david-leifker
ec0eb069db
chore(bump): bump jmx version (#12524) 2025-01-31 11:59:21 -06:00
Chris Collins
c2a43589c7
Bring Alchemy UI to OSS (#12481) 2025-01-29 20:42:01 -05:00
david-leifker
dbd57c972f
fix(ci): fix datahub-ingestion release/tag publishing (#12466) 2025-01-28 15:59:01 -06:00
Harshal Sheth
a8d6c54965
feat(sdk): move version info to dedicated file (#12456) 2025-01-24 11:35:39 -08:00
david-leifker
462de489d8
refactor(GMS): migrate GMS to Spring boot (#12389) 2025-01-23 10:45:40 -06:00
Davide Briscese
fbfa4872bb
docs(docker): fix typo in docker hub url (#12402) 2025-01-21 21:53:30 -08:00
david-leifker
a057532984
feat(docker-profiles): version mixing & docs (#12342) 2025-01-14 19:35:36 -06:00
RyanHolstien
94b9da0bd8
feat(entityVersioning): initial implementation (#12166) 2025-01-14 17:28:34 -06:00
ryota-cloud
90fe5b6cb7
fix(docker) add new gradle profile for consumer debug purpose (#12338) 2025-01-14 14:26:59 -08:00
ryota-cloud
8a94475277
fix(dockerfile) Remove all references to jetty from the docker file (#12310)
Co-authored-by: Ryota Egashira <egashira@Ryotas-MacBook-Pro-2.local>
2025-01-10 11:34:36 -08:00
david-leifker
210e2c1fa2
chore(alpine): bump alpine images 3.21 (#12302) 2025-01-09 14:32:18 -06:00
david-leifker
8e9fc20fb6
feat(gradle): add quickstartPgDebug option (#12195) 2024-12-20 20:00:09 -06:00
david-leifker
327c6f911a
chore(bump): bump alpine and dockerize (#12184) 2024-12-20 15:59:07 -06:00
david-leifker
9762c46702
chore(bump): ingestion-base & actions (#12171) 2024-12-19 12:41:44 -06:00
Chakru
cc81dc45a6
chore(version): bump kafka version (#12136) 2024-12-16 15:58:48 +00:00
david-leifker
5617d6b447
config(docker-profiles): clean-up (#12051) 2024-12-14 07:16:34 -08:00
david-leifker
58068bfe2f
fix(validation): improved urn validation logic (#11935) 2024-11-23 05:54:43 -06:00
david-leifker
a1c783ba3a
refactor(kafka): reconfigure consumers to allow different config (#11869) 2024-11-19 10:58:18 -06:00
david-leifker
abe8884597
misc(gradle): project name parameter (#11717) 2024-10-28 09:03:19 -05:00
david-leifker
6770ee8535
gradle(profiles): create compose base variable (#11716) 2024-10-25 22:29:19 -05:00
david-leifker
cdb23ac5d6
chore(version): confluent base image (#11689) 2024-10-22 10:14:25 -05:00
david-leifker
6c55511f9a
fix(misc): misc fixes (#11678) 2024-10-22 06:59:40 -05:00
david-leifker
06698308df
feat(docker-profiles): allow version override for quickstartDebug (#11643) 2024-10-16 10:22:59 -05:00