act/pkg/container
Yaroslav Halchenko 843cd94cc2
Add codespell support (config, workflow to detect/not fix) and make it fix few typos (#2296)
* Add github action to codespell master on push and PRs

* Add codespell config with few custom skips

* [DATALAD RUNCMD] Do interactive fixing of  leftover ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2 ./pkg/common/git/git.go",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* exclude pkg/runner/hashfiles/index.js

* [DATALAD RUNCMD] run codespell throughout fixing typos automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-04-19 09:22:45 +00:00
..
testdata refactor: filecollector into new package (#2174) 2024-01-30 00:46:45 +00:00
DOCKER_LICENSE fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
container_types.go Add support for service containers (#1949) 2023-10-19 09:24:52 +00:00
docker_auth.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_build.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_cli.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_cli_test.go build(deps): bump github.com/moby/buildkit from 0.12.5 to 0.13.1 (#2253) 2024-04-11 22:39:17 +00:00
docker_images.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_images_test.go refactor: move from io/ioutil to io and os packages (#1417) 2022-10-29 17:15:38 +00:00
docker_logger.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_network.go Add codespell support (config, workflow to detect/not fix) and make it fix few typos (#2296) 2024-04-19 09:22:45 +00:00
docker_pull.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_pull_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
docker_run.go Bump docker to v26 (#2289) 2024-04-11 08:29:02 -07:00
docker_run_test.go fix: rootless permission bits (new actions cache) (#2242) 2024-03-08 01:25:03 +00:00
docker_socket.go fix: Rootless error concerning `/var/run/docker.sock` (#2181) 2024-02-06 17:18:11 +00:00
docker_socket_test.go fix: Rootless error concerning `/var/run/docker.sock` (#2181) 2024-02-06 17:18:11 +00:00
docker_stub.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_volume.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
executions_environment.go fix: environment handling windows (host mode) (#1732) 2023-04-18 18:09:57 +00:00
host_environment.go refactor: filecollector into new package (#2174) 2024-01-30 00:46:45 +00:00
host_environment_test.go refactor: filecollector into new package (#2174) 2024-01-30 00:46:45 +00:00
linux_container_environment_extensions.go fix: environment handling windows (host mode) (#1732) 2023-04-18 18:09:57 +00:00
linux_container_environment_extensions_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
parse_env_file.go refactor: share UpdateFromEnv logic (#1457) 2022-12-06 16:19:27 +00:00
util.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
util_openbsd_mips64.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
util_plan9.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
util_windows.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00