etcd/scripts
Ivan Valdes cbc14d78e6
scripts: Use go mod instead of go list to get dependencies
Replace `go list -m` with `go mod edit -json`, as the latter can return
the same information. This will be helpful when the project migrates to
using a Go workspace, as it will return the current module defined in
go.mod rather than all the modules from the current directory (using a
workspace, the top-level go.mod will return all the child modules from
the repository).

Signed-off-by: Ivan Valdes <ivan@vald.es>
2025-02-21 20:48:15 -08:00
..
build_lib.sh Make CGO_ENABLED configurable 2024-02-13 13:24:55 +05:30
build_tools.sh chore: introduce strict bash mode for scripts,.github 2023-03-22 18:00:41 +08:00
build-binary.sh chore: introduce strict bash mode for scripts,.github 2023-03-22 18:00:41 +08:00
build-docker.sh Consolidate etcd dockerfiles. 2023-04-26 17:09:25 +12:00
build-release.sh chore: introduce strict bash mode for scripts,.github 2023-03-22 18:00:41 +08:00
build.sh chore: introduce strict bash mode for scripts,.github 2023-03-22 18:00:41 +08:00
codecov_upload.sh codecov: improve coverage upload 2025-02-07 14:21:26 -08:00
etcd_version_annotations.txt proto: add DowngradeProcessInfo in statusResponse 2025-02-19 17:17:59 -05:00
fix.sh scripts: remove duplicate bom fix in fix make target 2024-12-17 21:52:53 -08:00
fuzzing.sh chore: introduce strict bash mode for scripts,.github 2023-03-22 18:00:41 +08:00
genproto.sh Ensure bin directory exists for protoc install 2024-01-05 10:29:34 +13:00
measure-testgrid-flakiness.sh testgrid: print out all failed tests for visibility. 2024-04-12 12:39:38 -07:00
OWNERS Add ivanvc as approver for .github, scripts and tools/rw-heatmaps. 2024-11-15 04:47:52 +13:00
README scripts: add dev scripts 2018-04-02 11:27:39 -07:00
release_mod.sh chore: introduce strict bash mode for scripts,.github 2023-03-22 18:00:41 +08:00
release_notes.tpl.txt Update release_notes.tpl.txt 2025-01-09 11:47:06 -08:00
release.sh scripts/release: fix typo in "flag" 2025-02-14 09:23:08 -08:00
sync_go_toolchain_directive.sh .*: sync go toolchain version and add ability to verify versions 2024-05-07 17:52:56 +05:30
test_images.sh Refactor scripts/test_images.sh 2025-01-30 13:24:51 -08:00
test_lib.sh Merge pull request #18590 from henrybear327/ci/fix 2024-09-19 10:36:12 +01:00
test.sh scripts: Use go mod instead of go list to get dependencies 2025-02-21 20:48:15 -08:00
update_dep.sh chore: introduce strict bash mode for scripts,.github 2023-03-22 18:00:41 +08:00
update_proto_annotations.sh Document proto annotations scripts 2022-01-28 16:08:28 +01:00
updatebom.sh fea: Remane modules_exp to modules_for_bom to improve code and clarity 2024-09-18 21:45:07 -04:00
verify_genproto.sh address review 2022-10-31 21:23:48 +08:00
verify_go_versions.sh .*: sync go toolchain version and add ability to verify versions 2024-05-07 17:52:56 +05:30
verify_proto_annotations.sh ci: ensure the generated code is up-to-date 2022-10-31 19:58:21 +08:00

scripts for etcd development