394 Commits

Author SHA1 Message Date
Harshal Sheth
5a9dbd7aa9
build: ensure files are not changed in CI (#2480) 2021-04-30 21:01:34 -07:00
Harshal Sheth
201ffd4979
test: add smoke test (#2464) 2021-04-29 23:27:03 -07:00
Dexter Lee
1b3a1459e3
fix(kafka-setup): Add the correct context to the git workflow for pushing kafka-setup image (#2414) 2021-04-16 17:51:43 -07:00
Harshal Sheth
478d232d2f
build: remove deprecated ember app from build (#2328) 2021-04-01 12:16:47 -07:00
John Joyce
728a742528
refactor(react): React as the default UI (#2252)
Co-authored-by: John Joyce <john@acryl.io>
2021-03-18 09:55:05 -07:00
Harshal Sheth
c015cf7ca9
feat(docs): use gradle for building docs (#2239) 2021-03-15 16:13:07 -07:00
Dexter Lee
fd183919cf
fix(ci): rename file to match git workflow needs (#2222) 2021-03-11 11:38:25 -08:00
Dexter Lee
07c9a33335
fix(ci): remove paths_ignore from workflow files (#2220) 2021-03-11 11:31:21 -08:00
Dexter Lee
e62386f0cd
fix(es-setup): Add git workflows to upload docker for elasticsearch and kafka setup (#2216) 2021-03-11 10:30:03 -08:00
Dexter Lee
ce075236a4
fix(ci): Fix github package path (#2205) 2021-03-10 10:48:59 -08:00
Dexter Lee
b02039c3da
feat(ci): Add SHA based tagging before pushing to docker registries (#2204) 2021-03-10 10:33:27 -08:00
Harshal Sheth
b8b023e131
build(docs): only deploy docs on main repo (#2175) 2021-03-05 00:54:20 -08:00
Harshal Sheth
20bf794ec4
docs: hosted documentation website (#2174) 2021-03-05 00:12:12 -08:00
Harshal Sheth
9e73794022
ci(ingest): setup docker container for metadata ingestion (#2150) 2021-03-01 17:36:38 -08:00
John Joyce
1aede64465
bug(docker react): Fix react docker image build (#2118)
Co-authored-by: John Joyce <john@acryl.io>
2021-02-17 23:11:32 -08:00
Harshal Sheth
347148b79b Update python workflow 2021-02-15 18:29:27 -08:00
Harshal Sheth
d0bc3c55db Setup CI 2021-02-15 18:29:27 -08:00
John Joyce
54346b2e09 Fix build args 2021-02-15 17:40:41 -08:00
John Joyce
ef58e3ca43 rename 2021-02-15 17:40:41 -08:00
John Joyce
b6b13e88c2 Adding path 2021-02-15 17:40:41 -08:00
John Joyce
11f030b118 Adding Github Action to publish Docker image 2021-02-15 17:40:41 -08:00
John Joyce
98bfb9ac8e Dockerization 2021-02-15 17:40:41 -08:00
Mars Lan
a897f7a3bf
build: add failure notification on push (#1873)
* build: add failure notification on push

* build: fix build (#1872)

* build: fix build

`kafkaSerializers` is already included transitively via `kafkaAvroSerde`

* Update build.gradle
2020-09-21 10:29:24 -07:00
John Plaisted
5d394c6062
build: fix docker actions. (#1787)
* bug: Fix docker actions.

We renamed directories in docker/ which broke the actions.

Also try to refactor the action files a little so that we can run (but not publish) these images on pull requests that change the docker/ dir as an extra check. Note this only seems to be supported by the dockerhub plugin; the github plugin doesn't support this (so that will be an issue when we move to it only).

* Drop extra pipes
2020-08-07 19:15:09 -07:00
John Plaisted
b8e18b0b5d
refactor(docker): make docker files easier to use during development. (#1777)
* Make docker files easier to use during development.

During development it quite nice to have docker work with locally built code. This allows you to launch all services very quickly, with your changes, and optionally with debugging support.

Changes made to docker files:
- Removed all redundant docker-compose files. We now have 1 giant file, and smaller files to use as overrides.
- Remove redundant README files that provided little information.
- Rename docker/<dir> to match the service name in the docker-compose file for clarity.
- Move environment variables to .env files. We only provide dev / the default environment for quickstart.
- Add debug options to docker files using multistage build to build minimal images with the idea that built files will be mounted instead.
- Add a docker/dev.sh script + compose file to easily use the dev override images (separate tag; images never published; uses debug docker files; mounts binaries to image).
- Added docs/docker documentation for this.
2020-08-06 16:38:53 -07:00
Mars Lan
03f1d78ef8
build(docker): build & publish GitHub Package (#1771)
* build(docker): build & publish docker images to GitHub Packages

Will kepp publishing to Docker Hub meanwhile until all Dockerfiles have been updated to point to GitHub.
Fixes https://github.com/linkedin/datahub/issues/1548

* Rebase & fix dockerfile locations
2020-08-03 13:08:05 -07:00
John Plaisted
a60d650787
build: remove travis (we're using GitHub actions). (#1770)
Remove travis (we're using GitHub actions).

Also ignore markdown in our current workflows.

Also update the README.md badge.
2020-08-03 12:00:28 -07:00
John Plaisted
c56936b9ff
Add workflow to check build and tests on PRs + releases. (#1769)
PRs are setup to skip docs.

Also, only run docker actions on linkedin/datahub (i.e. disable on forks; makes forks nicer since you don't have failing actions).
2020-08-01 14:54:32 -07:00
Mars Lan
63943a1ca8 build: update workflows to build version-tagged docker images upon new release 2020-05-29 20:30:44 -07:00
Mars Lan
5cf27e7d08
Update docker-release.yml 2020-05-29 18:42:20 -07:00
Mars Lan
3c1825dab2
Update docker-release.yml 2020-05-29 18:36:07 -07:00
Mars Lan
57ba03b3b6
Update docker-release.yml 2020-05-29 18:12:55 -07:00
Mars Lan
387a207cc0
Update docker-release.yml 2020-05-29 18:11:56 -07:00
Mars Lan
875e3f078b
Update docker-release.yml 2020-05-29 18:11:09 -07:00
Mars Lan
28c9b2b53d
Update docker-release.yml 2020-05-29 18:09:53 -07:00
Mars Lan
9e18519ddd
Update docker-release.yml 2020-05-29 17:59:10 -07:00
Mars Lan
8ef7fae113
Rename docker-release to docker-release.yml 2020-05-29 17:50:47 -07:00
Mars Lan
c91534d315
build: release-tagged docker images 2020-05-29 17:49:58 -07:00
Mars Lan
2a2989609f build: use shorter workflow names
To generate shorter badges: https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#adding-a-workflow-status-badge-to-your-repository
2020-05-29 16:53:13 -07:00
Mars Lan
bbf7545706 build: parallelize docker image builds 2020-05-29 16:31:59 -07:00
Mars Lan
944ef7d346
build: update workflow to build all docker images 2020-05-29 16:25:58 -07:00
Mars Lan
4e4131a8d4
build: update workflow to build frontend 2020-05-29 16:17:21 -07:00
Mars Lan
6c278ed454
build: fix docker workflow 2020-05-29 16:08:12 -07:00
Mars Lan
2a53c8762d
build: Initial docker build & publish workflow 2020-05-29 15:53:24 -07:00