WaterWhisperer
|
09d1074e23
|
feat: add building option to build images base on distroless image (#7240)
Signed-off-by: WaterWhisperer <waterwhisperer24@qq.com>
|
2025-11-26 05:13:05 +00:00 |
|
Yingwen
|
9527e0df2f
|
feat: HTTP API to activate/deactive heap prof (activate by default) (#6593)
* feat: add HTTP API to activate/deactivate heap profiling
Signed-off-by: evenyag <realevenyag@gmail.com>
* feat: add HTTP API to get profiling status
Signed-off-by: evenyag <realevenyag@gmail.com>
* feat: enable heap prof by default
Signed-off-by: evenyag <realevenyag@gmail.com>
* build: add "prof:true,prof_active:false" as default env to dockerfiles
Signed-off-by: evenyag <realevenyag@gmail.com>
* feat: activate heap profiling after log initialization
Signed-off-by: evenyag <realevenyag@gmail.com>
* feat: add memory options to control whether to activate profiling
Signed-off-by: evenyag <realevenyag@gmail.com>
* docs: update docs
Signed-off-by: evenyag <realevenyag@gmail.com>
* chore: fmt toml
Signed-off-by: evenyag <realevenyag@gmail.com>
* test: fix config test
Signed-off-by: evenyag <realevenyag@gmail.com>
* docs: usage of new api
Signed-off-by: evenyag <realevenyag@gmail.com>
* chore: log profile after version
Signed-off-by: evenyag <realevenyag@gmail.com>
* docs: update how to docs
Signed-off-by: evenyag <realevenyag@gmail.com>
* docs: fix how to docs
Signed-off-by: evenyag <realevenyag@gmail.com>
---------
Signed-off-by: evenyag <realevenyag@gmail.com>
|
2025-08-01 03:24:56 +00:00 |
|
Ning Sun
|
e0065a5159
|
ci: remove ubuntu 20.04 runners (#5545)
* ci: remove ubuntu 20.04 runners
* chore: update ec2-github-runner action as author suggests
* fix: use latest ubuntu image for fuzz test
* Update action.yml
* Update action.yml
---------
Co-authored-by: shuiyisong <113876041+shuiyisong@users.noreply.github.com>
Co-authored-by: liyang <daviderli614@gmail.com>
|
2025-03-05 00:40:29 +00:00 |
|
Ning Sun
|
cc5b1d42b0
|
ci: disable pyo3 build tasks (#5256)
* ci: disable pyo3 build tasks
* ci: skip installing python for windows
* ci: also removed python dependencies from docker base image
|
2024-12-31 04:53:41 +00:00 |
|
liyang
|
89a3da8a3a
|
chore(dockerfile): remove mysql and postgresql clients in greptimedb image (#4685)
|
2024-09-05 16:00:53 +00:00 |
|
LFC
|
3e4a69017d
|
build: add mysql and postgresql clients to greptimedb image (#4677)
|
2024-09-04 11:38:47 +00:00 |
|
Weny Xu
|
d7ade3c854
|
chore(ci): add fuzz tests for distributed mode (#3967)
* chore(ci): add cfg for setup GreptimeDB cluster
* chore: use kind
* chore: always print info
* chore: add debug print
* chore: set etcd replica to 1
* ci: refactor e2e cfg
* ci: add Fuzz Test for distributed mode
* Apply suggestions from code review
* chore: apply suggestions from CR
* chore(ci): upload logs
|
2024-05-21 04:58:42 +00:00 |
|
liyang
|
31ace9dd5c
|
fix: $TARGET_BIN not found when docker run the image (#3297)
* fix: TARGET_BIN path
* chore: return available versions
* refactor: Use ENV instead of ARG in ci dockerfile
* chore: add TARGET_BIN ENV pass to ENTRYPOINT
* chore: add TARGET_BIN ENV pass to ENTRYPOINT
* chore: update entrypoint
* chore: update entrypoint
|
2024-02-15 11:33:05 +00:00 |
|
LFC
|
fc25b7c4ff
|
build: make binary name a Dockerfile "ARG" (#3254)
* build: make binary name a Dockerfile "ARG"
* Update Dockerfile
|
2024-01-29 08:00:40 +00:00 |
|
LFC
|
2d57bf0d2a
|
ci: adding DOCKER_BUILD_ROOT docker arg for dev build (#3241)
Update Dockerfile
|
2024-01-25 09:05:27 +00:00 |
|
zyy17
|
32c3ac4fcf
|
refactor: improve the image building performance (#2175)
* refactor: use '--output type=local' in 'build-greptime-by-buildx' target to reduce unnecessary 'docker cp'"
Signed-off-by: zyy17 <zyylsxm@gmail.com>
* refactor: improve the image building performance
* ci: release centos dev builder
* ci: use 'make build-by-dev-builder' to improve docker build performance
* refactor: add 'which' command in centos
* fix: add 'OUTPUT_DIR' to fix 'make docker-image-buildx' error
* fix: fix incorrect dockerfile path
Signed-off-by: zyy17 <zyylsxm@gmail.com>
* refactor: remove configure-aws-credentials action and use env variables
Signed-off-by: zyy17 <zyylsxm@gmail.com>
* ci: update slack notification prompt
* refactor: clean up the target directory before building artifacts of centos7
---------
Signed-off-by: zyy17 <zyylsxm@gmail.com>
|
2023-08-15 09:28:09 +00:00 |
|