19 Commits

Author SHA1 Message Date
Chakru
0f473232a3
build: support reload of some modules with env changes (#13325) 2025-04-25 08:12:41 +05:30
Andrew Sikowitz
d138a64a6a
ci(graphql,workflows): Format .md, .graphql, and workflow .yml files via prettier (#13220) 2025-04-16 16:55:51 -07:00
david-leifker
77c4629ccf
refactor(docker): move to acryldata repo for all images (#9459) 2024-04-02 09:36:44 -05:00
Hyejin Yoon
04ecf4f75a
docs(docs): add native versioning (#8714) 2023-08-25 14:10:13 -07:00
Paulo Gonçalves Lima
fb40c769d3
docs(development.md): Minor grammatical error (#8558) 2023-08-03 12:30:56 +05:30
jx2lee
51521b7c43
docs(): fix image in development (#7637)
Co-authored-by: jj.lee <jj.lee@coinone.com>
2023-03-20 09:03:03 -07:00
david-leifker
267472ccbb
gradle(development): add additional commands for development (#7321) 2023-02-16 10:41:42 -06:00
RyanHolstien
d3a441f128
docs(docker): update troubleshooting steps (#3788) 2021-12-22 14:04:54 -08:00
Danny L
d541bd30f6
docs(docker): updated troubleshooting tip for WSL (#3516) 2021-11-07 18:40:40 -08:00
Harshal Sheth
36922c1746
docs: enable better syntax highlighting (#2529) 2021-05-11 15:16:12 -07:00
Brian Boylen
898d5e12a7
docs: Corrected typo on docs/docker/development.md (#2453) 2021-04-26 16:20:53 -07:00
Harshal Sheth
20bf794ec4
docs: hosted documentation website (#2174) 2021-03-05 00:12:12 -08:00
Arun Vasudevan
84e952e138
feat (graphql): Datahub GMS Graphql Api Application for Querying Dataset (#2071) 2021-02-01 11:51:15 -08:00
Arun Vasudevan
f738f7b7a9 Doc fix 2020-11-13 16:16:24 -08:00
John Plaisted
38e928d235
Update development.md 2020-10-28 10:19:55 -07:00
John Plaisted
368e1df41d
Update development.md 2020-09-10 16:04:05 -07:00
John Plaisted
9888d68f4b
Update development.md 2020-08-27 15:52:16 -07:00
John Plaisted
ae69e65431
Add log documentation
we didn't end up mounting logs; docker desktop is a better experience
2020-08-12 11:27:47 -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