Aseem Bansal
4541379024
feat(build): changes to decrease build time, cancel runs in case of multiple commits ( #5187 )
2022-06-17 18:05:10 +05:30
Shirshanka Das
eca310fb05
feat(ci): datahub-client - add workflow, fix build ( #5052 )
2022-05-31 22:40:31 -07:00
buggythepirate
92338c7912
feat(ingest): Added new ingestion source SAP HANA ( #4376 )
...
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
2022-05-26 03:42:50 -07:00
Dexter Lee
fe637ef392
fix(ci): remove scheduled artifact deletion run to avoid api rate limiting ( #4954 )
2022-05-18 22:38:38 -07:00
Dexter Lee
40d7071c00
fix(ci): docker - remove multiplatform builds for unsupported images ( #4953 )
2022-05-18 22:10:47 -07:00
Dexter Lee
37ae1ca4e6
fix(ci): add artifact cleaner, make docker publish sections consistent ( #4950 )
2022-05-18 20:15:20 -07:00
RyanHolstien
5b248e9375
fix(workflow): fix mysql credentials ( #4947 )
2022-05-18 18:14:07 -07:00
Dexter Lee
5879debd9b
Fix docker unified ( #4948 )
2022-05-18 13:19:46 -07:00
Shirshanka Das
b78aeaedf7
fix(ci): clean up docker workflow for multi-tags ( #4889 )
2022-05-10 14:24:54 -07:00
Shirshanka Das
c68260234e
fix(ci): docker - either load or push, don't do both ( #4887 )
2022-05-10 08:59:16 -07:00
Shirshanka Das
fbf35f430f
fix(ci): remove buildx and qemu for non multi-platform images ( #4885 )
2022-05-10 15:14:54 +02:00
Shirshanka Das
e697b89bee
fix(ci): remove multiplatform builds from containers that don't support it ( #4883 )
2022-05-09 21:48:42 -07:00
Shirshanka Das
f8171702f6
feat(ci): docker actions simplify, add vulnerability scanner, simplify smoke-tests ( #4881 )
...
co-authored-by: Dexter Lee <dexter@acryl.io>
2022-05-09 19:49:57 -07:00
RyanHolstien
9422578e41
Revert "chore(deps): upgrade play to remove CVEs ( #4864 )" ( #4868 )
...
This reverts commit 84a026b1263ab91cd4010d905129a279523f413e.
2022-05-06 15:08:35 -07:00
RyanHolstien
84a026b126
chore(deps): upgrade play to remove CVEs ( #4864 )
2022-05-06 13:42:03 -07:00
Shirshanka Das
bfed6b8029
fix(ci): split out expensive build steps, increase memory ( #4825 )
2022-05-04 22:21:56 -07:00
Aditya Radhakrishnan
cb45d67b46
feat(ci) - add cypress dashboard view to CI ( #4654 )
2022-04-13 07:30:24 -07:00
Dexter Lee
2a8ae27261
Revert "feat: adding gradle, pip cache via gh cache, docker cache via dockerhub ( #4387 )" ( #4637 )
...
This reverts commit b6de051d9a5240cefa1a7b217690cfe3a85a70f5.
2022-04-11 16:00:16 -07:00
Aseem Bansal
b6de051d9a
feat: adding gradle, pip cache via gh cache, docker cache via dockerhub ( #4387 )
...
* attempt cache
* change cache keys
* use docker repository for caching
* change buildcache tag
* change tag
* fix cache key
* take docker cache from head buildcache
* try not pushing when not publishing
* change to use templating
* change docker caching
* test change org name
* check using cache
* revert changes
* remove gradle cache from build and test workflow
2022-04-08 09:19:58 -07:00
Aseem Bansal
861015d57a
fix: change for repository change ( #4464 )
2022-03-22 09:21:09 -07:00
Kevin Neville
d8e6f890a9
fix: Replace old repository link with new link ( #4446 )
2022-03-18 14:12:19 -07:00
Dexter Lee
93acefd771
fix(ci): fix model generation workflow ( #4352 )
2022-03-08 15:41:58 -08:00
Tamas Nemeth
3158e49171
fix(ingest): Removing python 3.9.9 restriction ( #4312 )
2022-03-04 08:21:33 -08:00
Kevin Hu
02fe05eb8f
feat(ingest): data-lake - remove spark requirement if not profiling ( #4131 )
2022-02-24 23:26:06 -08:00
finian
0fd4cb5f8f
feat(docker): add multiplatform docker support for arm64 (m1) ( #4221 )
2022-02-24 14:37:28 -08:00
MugdhaHardikar-GSLab
ede31c4177
feat(ci): add spark smoke test ( #4158 )
2022-02-22 19:33:21 -08:00
Swaroop Jagadish
eaf7b02b2a
docs(model): auto-generated docs and hand-written docs for the metadata model ( #4189 )
2022-02-18 09:45:45 -08:00
Swaroop Jagadish
4dba8fe6e7
fix(ci): fix formatting for action yaml ( #4122 )
2022-02-10 23:09:23 -08:00
Swaroop Jagadish
8716d7345c
fix(ci): fix fomatting in doc generation action yaml ( #4121 )
2022-02-10 23:01:24 -08:00
Swaroop Jagadish
d1a14abb53
fix(docs): fixing metadata model doc generation script and updating png ( #4120 )
2022-02-10 22:56:28 -08:00
Swaroop Jagadish
4b7f2b7d1a
fix(docker): datahub-gms - build in native, copy to target ( #3992 )
2022-01-27 09:22:41 -08:00
John Joyce
9366a47f88
fix(quickstart): Assign correct mysql-setup container for M1 and remove "head" default version. ( #3987 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-01-26 18:15:54 -08:00
Swaroop Jagadish
8dbde4bf0d
feat(build): remove requirement for git directory for builds ( #3977 )
2022-01-25 21:52:47 -08:00
Tamas Nemeth
cec541d827
fix(ci): ingestion - Restrict python to <=3.9.9 due to upstream looker sdk issues ( #3961 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-01-25 19:11:53 -08:00
Swaroop Jagadish
d23a5bb725
feat(spark-lineage): simplified jars, config, auto publish to maven ( #3924 )
2022-01-20 00:48:09 -08:00
Kevin Hu
9e30b42638
feat(ingest): data lake - support for profiling data lake assets ( #3656 )
2022-01-17 15:01:23 -08:00
Dexter Lee
6a85d451db
fix(ci): docker-ingestion version calculation on release ( #3896 )
2022-01-14 16:13:51 -08:00
Dexter Lee
f72c754dca
fix(ci): fix kafka setup workflow ( #3876 )
2022-01-11 19:36:44 -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
Swaroop Jagadish
adce0dea39
fix(datahub-client): fix shadow jar build, correct spark-lineage url parsing ( #3871 )
2022-01-11 14:55:21 -08:00
Harshal Sheth
0171735ae0
feat(build): include correct version in metadata-ingestion docker image ( #3857 )
2022-01-10 15:38:19 -08:00
Swaroop Jagadish
94fc93fe7c
feat(ci): split metadata-ingestion ci to streamline build ( #3854 )
2022-01-07 11:27:58 -08:00
Swaroop Jagadish
3e234a992c
feat(java-emitter): improvements to builder API-s, moving spark-lineage under metadata-integration/java ( #3819 )
2022-01-04 01:41:09 -08:00
mayurinehate
1d7ec8dba8
feat(ingest): add nifi source ( #3681 )
2021-12-08 14:56:31 -08:00
Tamas Nemeth
001075b3c8
[fix] create multiplatform docker build from elasticsearch-setup ( #3562 )
2021-11-12 07:17:15 -08:00
Tamas Nemeth
504a72ac8c
[fix] Build frontend docker on build platform instead on target platform ( #3552 )
2021-11-10 13:09:06 -08:00
Tamas Nemeth
b2f59e8745
fix: disable arm64 frontend build temporarily ( #3551 )
2021-11-10 10:08:13 -08:00
Tamas Nemeth
d41c5eba35
feat(docker): add multiplatform docker support for arm64 (m1) ( #3537 )
2021-11-09 11:50:06 -08:00
Enrico Minack
e7376cd33d
fix(CI): stabilize gradle build ( #3413 )
2021-10-26 16:07:25 -07:00
Ravindra Lanka
34a5d5cf1b
fix(ingestion): workaround for Python 3.8/3.9 mypy invalid syntax issue with airflow 2.2.0 ( #3460 )
2021-10-26 11:25:04 -07:00