envd 0.3.38__tar.gz → 0.3.39__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of envd might be problematic. Click here for more details.
- envd-0.3.39/.GIT_TAG_INFO +1 -0
- {envd-0.3.38 → envd-0.3.39}/.all-contributorsrc +11 -1
- {envd-0.3.38 → envd-0.3.39}/CHANGELOG.md +10 -0
- {envd-0.3.38 → envd-0.3.39}/Makefile +1 -0
- {envd-0.3.38 → envd-0.3.39}/PKG-INFO +4 -3
- {envd-0.3.38 → envd-0.3.39}/README.md +3 -2
- {envd-0.3.38 → envd-0.3.39}/envd.egg-info/PKG-INFO +4 -3
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/build.go +2 -1
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/util.go +2 -2
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/graph.go +1 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/compile.go +5 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/system.go +2 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/types.go +3 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/compile.go +5 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/python.go +1 -2
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/system.go +18 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/types.go +3 -0
- envd-0.3.38/.GIT_TAG_INFO +0 -1
- {envd-0.3.38 → envd-0.3.39}/.editorconfig +0 -0
- {envd-0.3.38 → envd-0.3.39}/.gitignore +0 -0
- {envd-0.3.38 → envd-0.3.39}/.golangci.yml +0 -0
- {envd-0.3.38 → envd-0.3.39}/.goreleaser.yaml +0 -0
- {envd-0.3.38 → envd-0.3.39}/.markdown-lint.json +0 -0
- {envd-0.3.38 → envd-0.3.39}/.pre-commit-config.yaml +0 -0
- {envd-0.3.38 → envd-0.3.39}/.vscode/launch.json +0 -0
- {envd-0.3.38 → envd-0.3.39}/CODEOWNERS +0 -0
- {envd-0.3.38 → envd-0.3.39}/CODE_OF_CONDUCT.md +0 -0
- {envd-0.3.38 → envd-0.3.39}/LICENSE +0 -0
- {envd-0.3.38 → envd-0.3.39}/MANIFEST.in +0 -0
- {envd-0.3.38 → envd-0.3.39}/OWNERS +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/.dockerignore +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/build.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/envd/build.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/envd/envd-daemonless.Dockerfile +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/envd/envd.Dockerfile +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/envd-sshd/envd-sshd.Dockerfile +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/envd-starship/envd-starship.Dockerfile +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/julia1.8rc1-ubuntu20.04.Dockerfile +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/r4.2.Dockerfile +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/remote-cache/build-and-push-remote-cache.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/base-images/remote-cache/build.envd +0 -0
- {envd-0.3.38 → envd-0.3.39}/cmd/envd/main.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/cmd/envd-sshd/main.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v0/__init__.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v0/config.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v0/install.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v0/io.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v0/runtime.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v1/__init__.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v1/config.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v1/install.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v1/io.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api/v1/runtime.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd/api.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd.egg-info/SOURCES.txt +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd.egg-info/dependency_links.txt +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd.egg-info/not-zip-safe +0 -0
- {envd-0.3.38 → envd-0.3.39}/envd.egg-info/top_level.txt +0 -0
- {envd-0.3.38 → envd-0.3.39}/go.mod +0 -0
- {envd-0.3.38 → envd-0.3.39}/go.sum +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/app.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/bootstrap.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/build/build.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/build.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/completion.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/context.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/context_create.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/context_ls.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/context_rm.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/context_use.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/debug.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/debug_llb.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/destroy.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/env.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/env_describe.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/env_ls.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/exec.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/data.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/json/context.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/json/env.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/json/image.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/json/print.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/json/version.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/table/context.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/table/env.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/table/image.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/formatter/table/version.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/image.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/image_describe.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/image_prune.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/image_prune_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/image_remove.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/init.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/interactive.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/login.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/pause.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/prune.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/resume.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/run.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/telemetry/reporter.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/template/julia.envd +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/template/r.envd +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/top.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/up.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/app/version.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/autocomplete/bash.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/autocomplete/fish.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/autocomplete/zsh.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/build_func.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/builder.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/builder_suite_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/builder_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/dep_check.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/err.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/types.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/builder/util_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/buildkitd/buildkitd.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/buildkitd/mock/mock.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/buildkitd/print.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/config/config.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/data/datasource.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/data/envd.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/driver/client.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/driver/docker/docker.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/driver/docker/docker_suite_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/driver/docker/docker_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/driver/docker/label.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/driver/nerdctl/buildkit.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/driver/nerdctl/nerdctl.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/driver/stats_type.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/editor/vscode/types.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/editor/vscode/util.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/editor/vscode/vscode.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/editor/vscode/vscode_suite_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/editor/vscode/vscode_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/envd/docker.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/envd/engine.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/envd/envdserver.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/envd/factory.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/envd/types.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/flag/consts.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/auth.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/auth_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/cache.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/config.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/context.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/context_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/data.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/home_suite_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/manager.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/home/manager_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/interpreter.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/mock/mock.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/builtin/builtin.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/config/config.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/config/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/data/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/data/rule.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/data/util.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/install/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/install/install.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/interpreter.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/interpreter_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/io/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/io/io.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/runtime/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/runtime/runtime.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/starlark_suite_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/testdata/test.envd +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/universe/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v0/universe/universe.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/builtin/builtin.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/config/config.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/config/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/data/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/data/rule.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/data/util.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/install/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/install/install.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/interpreter.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/interpreter_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/io/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/io/io.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/runtime/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/runtime/runtime.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/starlark_suite_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/testdata/test.envd +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/universe/const.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/frontend/starlark/v1/universe/universe.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/types.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/util.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/cache.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/checker.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/conda.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/consts.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/custom.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/editor.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/editor_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/fs.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/git.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/install-conda.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/install-mamba.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/interface.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/julia.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/python.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/r.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/shell.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/supervisor.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/user.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/util.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v0/util_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/cache.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/checker.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/conda.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/consts.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/editor.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/editor_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/fs.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/get_conda.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/git.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/install_conda.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/interface.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/julia.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/julia.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/r.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/shell.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/supervisor.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/user.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/util.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/ir/v1/util_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/lang/version/version.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/metrics/collector.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/metrics/docker_collector.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/metrics/helper.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/metrics/model.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/metrics/widget.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/compileui/display.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/compileui/mock/mock.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/compileui/term.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/compileui/term_windows.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/compileui/trace.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/compileui/types.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/mode/mode.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/progressui/display.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/progressui/display_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/progressui/printer.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/progressui/term.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/progressui/term_windows.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/progresswriter/printer.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/progress/progresswriter/writer.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/remote/sshd/os.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/remote/sshd/sshd.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/shell/install.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/shell/zsh.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/shell/zsh_suite_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/shell/zsh_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/shell/zshrc +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/ssh/config/entry.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/ssh/config/key.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/ssh/config/ssh_config.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/ssh/config/ssh_config_suite_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/ssh/config/ssh_config_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/ssh/copy.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/ssh/ssh.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/client.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/config.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/device.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/event.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/file.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/folder.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/install.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/syncthing.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/syncthing_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/syncthing/util.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/types/envd.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/types/label.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/types/types_suite_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/buildkitutil/buildkit.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/buildkitutil/buildkit_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/envutil/env.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/envutil/env_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/fileutil/file.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/fileutil/file_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/fileutil/namegenerator.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/netutil/netutil.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/netutil/netutil_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/osutil/wsl.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/runtimeutil/runtimeutil.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/starlarkutil/stringslice.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/starlarkutil/stringslice_test.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/util/ziputil/unzip.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pkg/version/version.go +0 -0
- {envd-0.3.38 → envd-0.3.39}/pyproject.toml +0 -0
- {envd-0.3.38 → envd-0.3.39}/scripts/envd-daemonless.sh +0 -0
- {envd-0.3.38 → envd-0.3.39}/setup.cfg +0 -0
- {envd-0.3.38 → envd-0.3.39}/setup.py +0 -0
- {envd-0.3.38 → envd-0.3.39}/typos.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v0.3.39
|
|
@@ -610,8 +610,18 @@
|
|
|
610
610
|
"contributions": [
|
|
611
611
|
"code"
|
|
612
612
|
]
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"login": "lxb1226",
|
|
616
|
+
"name": "heyjude",
|
|
617
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/33415192?v=4",
|
|
618
|
+
"profile": "https://lxb1226.github.io/",
|
|
619
|
+
"contributions": [
|
|
620
|
+
"code"
|
|
621
|
+
]
|
|
613
622
|
}
|
|
614
623
|
],
|
|
615
624
|
"contributorsPerLine": 7,
|
|
616
|
-
"skipCi": true
|
|
625
|
+
"skipCi": true,
|
|
626
|
+
"commitType": "docs"
|
|
617
627
|
}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.38 (2023-08-14)
|
|
4
|
+
|
|
5
|
+
* [be78326](https://github.com/tensorchord/envd/commit/be783264fdd79ad7262cea0485b7d449ca514f80) feat(v1): copy the requirements content if possible (#1738)
|
|
6
|
+
* [66d6d78](https://github.com/tensorchord/envd/commit/66d6d785c8cd810423981a83b8838e98d2c54978) feat(v1): support copy from an image (#1737)
|
|
7
|
+
* [7dfd379](https://github.com/tensorchord/envd/commit/7dfd3790b36afde7038b456808bbfd7b187365e2) feat: envd up with `--gpus` (#1730)
|
|
8
|
+
|
|
9
|
+
### Contributors
|
|
10
|
+
|
|
11
|
+
* Keming
|
|
12
|
+
|
|
3
13
|
## v0.3.37 (2023-08-04)
|
|
4
14
|
|
|
5
15
|
* [f51990e](https://github.com/tensorchord/envd/commit/f51990e82aaae662d923f9f6a1e6d8bd53c6f7bd) feat: add envd app exit handler (#1722)
|
|
@@ -164,6 +164,7 @@ debug-local:
|
|
|
164
164
|
@for target in $(TARGETS); do \
|
|
165
165
|
CGO_ENABLED=$(CGO_ENABLED) go build \
|
|
166
166
|
-v -o $(DEBUG_DIR)/$${target} \
|
|
167
|
+
-ldflags="-X $(ROOT)/pkg/version.gitTag=$(GIT_LATEST_TAG)" \
|
|
167
168
|
-gcflags='all=-N -l' \
|
|
168
169
|
$(CMD_DIR)/$${target}; \
|
|
169
170
|
done
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: envd
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.39
|
|
4
4
|
Summary: A development environment management tool for data scientists.
|
|
5
5
|
Home-page: https://github.com/tensorchord/envd
|
|
6
6
|
Author: TensorChord
|
|
@@ -359,19 +359,20 @@ Description: <div align="center">
|
|
|
359
359
|
<td align="center" valign="top" width="14.28%"><a href="https://t.me/littlepoint"><img src="https://avatars.githubusercontent.com/u/7611700?v=4?s=70" width="70px;" alt="Zhizhen He"/><br /><sub><b>Zhizhen He</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=hezhizhen" title="Code">💻</a> <a href="https://github.com/tensorchord/envd/commits?author=hezhizhen" title="Documentation">📖</a></td>
|
|
360
360
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cutecutecat"><img src="https://avatars.githubusercontent.com/u/19801166?v=4?s=70" width="70px;" alt="cutecutecat"/><br /><sub><b>cutecutecat</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=cutecutecat" title="Code">💻</a></td>
|
|
361
361
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dqhl76"><img src="https://avatars.githubusercontent.com/u/69136320?v=4?s=70" width="70px;" alt="dqhl76"/><br /><sub><b>dqhl76</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=dqhl76" title="Documentation">📖</a> <a href="https://github.com/tensorchord/envd/commits?author=dqhl76" title="Code">💻</a></td>
|
|
362
|
+
<td align="center" valign="top" width="14.28%"><a href="https://lxb1226.github.io/"><img src="https://avatars.githubusercontent.com/u/33415192?v=4?s=70" width="70px;" alt="heyjude"/><br /><sub><b>heyjude</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=lxb1226" title="Code">💻</a></td>
|
|
362
363
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jimoosciuc"><img src="https://avatars.githubusercontent.com/u/33337387?v=4?s=70" width="70px;" alt="jimoosciuc"/><br /><sub><b>jimoosciuc</b></sub></a><br /><a href="#userTesting-jimoosciuc" title="User Testing">📓</a></td>
|
|
363
|
-
<td align="center" valign="top" width="14.28%"><a href="https://kenwoodjw.github.io"><img src="https://avatars.githubusercontent.com/u/10386710?v=4?s=70" width="70px;" alt="kenwoodjw"/><br /><sub><b>kenwoodjw</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=kenwoodjw" title="Code">💻</a></td>
|
|
364
364
|
</tr>
|
|
365
365
|
<tr>
|
|
366
|
+
<td align="center" valign="top" width="14.28%"><a href="https://kenwoodjw.github.io"><img src="https://avatars.githubusercontent.com/u/10386710?v=4?s=70" width="70px;" alt="kenwoodjw"/><br /><sub><b>kenwoodjw</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=kenwoodjw" title="Code">💻</a></td>
|
|
366
367
|
<td align="center" valign="top" width="14.28%"><a href="http://www.hwdef.org"><img src="https://avatars.githubusercontent.com/u/13084946?v=4?s=70" width="70px;" alt="li mengyang"/><br /><sub><b>li mengyang</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=hwdef" title="Code">💻</a></td>
|
|
367
368
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aseaday"><img src="https://avatars.githubusercontent.com/u/3927355?v=4?s=70" width="70px;" alt="nullday"/><br /><sub><b>nullday</b></sub></a><br /><a href="#ideas-aseaday" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/tensorchord/envd/commits?author=aseaday" title="Code">💻</a></td>
|
|
368
369
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rrain7"><img src="https://avatars.githubusercontent.com/u/49144127?v=4?s=70" width="70px;" alt="rrain7"/><br /><sub><b>rrain7</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=rrain7" title="Code">💻</a></td>
|
|
369
370
|
<td align="center" valign="top" width="14.28%"><a href="https://tisonkun.org/"><img src="https://avatars.githubusercontent.com/u/18818196?v=4?s=70" width="70px;" alt="tison"/><br /><sub><b>tison</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=tisonkun" title="Code">💻</a></td>
|
|
370
371
|
<td align="center" valign="top" width="14.28%"><a href="http://fatelei.github.io"><img src="https://avatars.githubusercontent.com/u/961094?v=4?s=70" width="70px;" alt="wangxiaolei"/><br /><sub><b>wangxiaolei</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=fatelei" title="Code">💻</a></td>
|
|
371
372
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sea-wyq"><img src="https://avatars.githubusercontent.com/u/22475606?v=4?s=70" width="70px;" alt="wyq"/><br /><sub><b>wyq</b></sub></a><br /><a href="https://github.com/tensorchord/envd/issues?q=author%3Asea-wyq" title="Bug reports">🐛</a> <a href="#design-sea-wyq" title="Design">🎨</a> <a href="https://github.com/tensorchord/envd/commits?author=sea-wyq" title="Code">💻</a></td>
|
|
372
|
-
<td align="center" valign="top" width="14.28%"><a href="https://oubotong.github.io/johan"><img src="https://avatars.githubusercontent.com/u/26356127?v=4?s=70" width="70px;" alt="x0oo0x"/><br /><sub><b>x0oo0x</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=oubotong" title="Code">💻</a></td>
|
|
373
373
|
</tr>
|
|
374
374
|
<tr>
|
|
375
|
+
<td align="center" valign="top" width="14.28%"><a href="https://oubotong.github.io/johan"><img src="https://avatars.githubusercontent.com/u/26356127?v=4?s=70" width="70px;" alt="x0oo0x"/><br /><sub><b>x0oo0x</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=oubotong" title="Code">💻</a></td>
|
|
375
376
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xiangtianyu"><img src="https://avatars.githubusercontent.com/u/10825900?v=4?s=70" width="70px;" alt="xiangtianyu"/><br /><sub><b>xiangtianyu</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=xiangtianyu" title="Documentation">📖</a></td>
|
|
376
377
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xieydd"><img src="https://avatars.githubusercontent.com/u/20329697?v=4?s=70" width="70px;" alt="xieydd"/><br /><sub><b>xieydd</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=xieydd" title="Code">💻</a></td>
|
|
377
378
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xing0821"><img src="https://avatars.githubusercontent.com/u/54933318?v=4?s=70" width="70px;" alt="xing0821"/><br /><sub><b>xing0821</b></sub></a><br /><a href="#ideas-xing0821" title="Ideas, Planning, & Feedback">🤔</a> <a href="#userTesting-xing0821" title="User Testing">📓</a> <a href="https://github.com/tensorchord/envd/commits?author=xing0821" title="Code">💻</a></td>
|
|
@@ -351,19 +351,20 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
351
351
|
<td align="center" valign="top" width="14.28%"><a href="https://t.me/littlepoint"><img src="https://avatars.githubusercontent.com/u/7611700?v=4?s=70" width="70px;" alt="Zhizhen He"/><br /><sub><b>Zhizhen He</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=hezhizhen" title="Code">💻</a> <a href="https://github.com/tensorchord/envd/commits?author=hezhizhen" title="Documentation">📖</a></td>
|
|
352
352
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cutecutecat"><img src="https://avatars.githubusercontent.com/u/19801166?v=4?s=70" width="70px;" alt="cutecutecat"/><br /><sub><b>cutecutecat</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=cutecutecat" title="Code">💻</a></td>
|
|
353
353
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dqhl76"><img src="https://avatars.githubusercontent.com/u/69136320?v=4?s=70" width="70px;" alt="dqhl76"/><br /><sub><b>dqhl76</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=dqhl76" title="Documentation">📖</a> <a href="https://github.com/tensorchord/envd/commits?author=dqhl76" title="Code">💻</a></td>
|
|
354
|
+
<td align="center" valign="top" width="14.28%"><a href="https://lxb1226.github.io/"><img src="https://avatars.githubusercontent.com/u/33415192?v=4?s=70" width="70px;" alt="heyjude"/><br /><sub><b>heyjude</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=lxb1226" title="Code">💻</a></td>
|
|
354
355
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jimoosciuc"><img src="https://avatars.githubusercontent.com/u/33337387?v=4?s=70" width="70px;" alt="jimoosciuc"/><br /><sub><b>jimoosciuc</b></sub></a><br /><a href="#userTesting-jimoosciuc" title="User Testing">📓</a></td>
|
|
355
|
-
<td align="center" valign="top" width="14.28%"><a href="https://kenwoodjw.github.io"><img src="https://avatars.githubusercontent.com/u/10386710?v=4?s=70" width="70px;" alt="kenwoodjw"/><br /><sub><b>kenwoodjw</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=kenwoodjw" title="Code">💻</a></td>
|
|
356
356
|
</tr>
|
|
357
357
|
<tr>
|
|
358
|
+
<td align="center" valign="top" width="14.28%"><a href="https://kenwoodjw.github.io"><img src="https://avatars.githubusercontent.com/u/10386710?v=4?s=70" width="70px;" alt="kenwoodjw"/><br /><sub><b>kenwoodjw</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=kenwoodjw" title="Code">💻</a></td>
|
|
358
359
|
<td align="center" valign="top" width="14.28%"><a href="http://www.hwdef.org"><img src="https://avatars.githubusercontent.com/u/13084946?v=4?s=70" width="70px;" alt="li mengyang"/><br /><sub><b>li mengyang</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=hwdef" title="Code">💻</a></td>
|
|
359
360
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aseaday"><img src="https://avatars.githubusercontent.com/u/3927355?v=4?s=70" width="70px;" alt="nullday"/><br /><sub><b>nullday</b></sub></a><br /><a href="#ideas-aseaday" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/tensorchord/envd/commits?author=aseaday" title="Code">💻</a></td>
|
|
360
361
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rrain7"><img src="https://avatars.githubusercontent.com/u/49144127?v=4?s=70" width="70px;" alt="rrain7"/><br /><sub><b>rrain7</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=rrain7" title="Code">💻</a></td>
|
|
361
362
|
<td align="center" valign="top" width="14.28%"><a href="https://tisonkun.org/"><img src="https://avatars.githubusercontent.com/u/18818196?v=4?s=70" width="70px;" alt="tison"/><br /><sub><b>tison</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=tisonkun" title="Code">💻</a></td>
|
|
362
363
|
<td align="center" valign="top" width="14.28%"><a href="http://fatelei.github.io"><img src="https://avatars.githubusercontent.com/u/961094?v=4?s=70" width="70px;" alt="wangxiaolei"/><br /><sub><b>wangxiaolei</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=fatelei" title="Code">💻</a></td>
|
|
363
364
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sea-wyq"><img src="https://avatars.githubusercontent.com/u/22475606?v=4?s=70" width="70px;" alt="wyq"/><br /><sub><b>wyq</b></sub></a><br /><a href="https://github.com/tensorchord/envd/issues?q=author%3Asea-wyq" title="Bug reports">🐛</a> <a href="#design-sea-wyq" title="Design">🎨</a> <a href="https://github.com/tensorchord/envd/commits?author=sea-wyq" title="Code">💻</a></td>
|
|
364
|
-
<td align="center" valign="top" width="14.28%"><a href="https://oubotong.github.io/johan"><img src="https://avatars.githubusercontent.com/u/26356127?v=4?s=70" width="70px;" alt="x0oo0x"/><br /><sub><b>x0oo0x</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=oubotong" title="Code">💻</a></td>
|
|
365
365
|
</tr>
|
|
366
366
|
<tr>
|
|
367
|
+
<td align="center" valign="top" width="14.28%"><a href="https://oubotong.github.io/johan"><img src="https://avatars.githubusercontent.com/u/26356127?v=4?s=70" width="70px;" alt="x0oo0x"/><br /><sub><b>x0oo0x</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=oubotong" title="Code">💻</a></td>
|
|
367
368
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xiangtianyu"><img src="https://avatars.githubusercontent.com/u/10825900?v=4?s=70" width="70px;" alt="xiangtianyu"/><br /><sub><b>xiangtianyu</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=xiangtianyu" title="Documentation">📖</a></td>
|
|
368
369
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xieydd"><img src="https://avatars.githubusercontent.com/u/20329697?v=4?s=70" width="70px;" alt="xieydd"/><br /><sub><b>xieydd</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=xieydd" title="Code">💻</a></td>
|
|
369
370
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xing0821"><img src="https://avatars.githubusercontent.com/u/54933318?v=4?s=70" width="70px;" alt="xing0821"/><br /><sub><b>xing0821</b></sub></a><br /><a href="#ideas-xing0821" title="Ideas, Planning, & Feedback">🤔</a> <a href="#userTesting-xing0821" title="User Testing">📓</a> <a href="https://github.com/tensorchord/envd/commits?author=xing0821" title="Code">💻</a></td>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: envd
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.39
|
|
4
4
|
Summary: A development environment management tool for data scientists.
|
|
5
5
|
Home-page: https://github.com/tensorchord/envd
|
|
6
6
|
Author: TensorChord
|
|
@@ -359,19 +359,20 @@ Description: <div align="center">
|
|
|
359
359
|
<td align="center" valign="top" width="14.28%"><a href="https://t.me/littlepoint"><img src="https://avatars.githubusercontent.com/u/7611700?v=4?s=70" width="70px;" alt="Zhizhen He"/><br /><sub><b>Zhizhen He</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=hezhizhen" title="Code">💻</a> <a href="https://github.com/tensorchord/envd/commits?author=hezhizhen" title="Documentation">📖</a></td>
|
|
360
360
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cutecutecat"><img src="https://avatars.githubusercontent.com/u/19801166?v=4?s=70" width="70px;" alt="cutecutecat"/><br /><sub><b>cutecutecat</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=cutecutecat" title="Code">💻</a></td>
|
|
361
361
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dqhl76"><img src="https://avatars.githubusercontent.com/u/69136320?v=4?s=70" width="70px;" alt="dqhl76"/><br /><sub><b>dqhl76</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=dqhl76" title="Documentation">📖</a> <a href="https://github.com/tensorchord/envd/commits?author=dqhl76" title="Code">💻</a></td>
|
|
362
|
+
<td align="center" valign="top" width="14.28%"><a href="https://lxb1226.github.io/"><img src="https://avatars.githubusercontent.com/u/33415192?v=4?s=70" width="70px;" alt="heyjude"/><br /><sub><b>heyjude</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=lxb1226" title="Code">💻</a></td>
|
|
362
363
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jimoosciuc"><img src="https://avatars.githubusercontent.com/u/33337387?v=4?s=70" width="70px;" alt="jimoosciuc"/><br /><sub><b>jimoosciuc</b></sub></a><br /><a href="#userTesting-jimoosciuc" title="User Testing">📓</a></td>
|
|
363
|
-
<td align="center" valign="top" width="14.28%"><a href="https://kenwoodjw.github.io"><img src="https://avatars.githubusercontent.com/u/10386710?v=4?s=70" width="70px;" alt="kenwoodjw"/><br /><sub><b>kenwoodjw</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=kenwoodjw" title="Code">💻</a></td>
|
|
364
364
|
</tr>
|
|
365
365
|
<tr>
|
|
366
|
+
<td align="center" valign="top" width="14.28%"><a href="https://kenwoodjw.github.io"><img src="https://avatars.githubusercontent.com/u/10386710?v=4?s=70" width="70px;" alt="kenwoodjw"/><br /><sub><b>kenwoodjw</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=kenwoodjw" title="Code">💻</a></td>
|
|
366
367
|
<td align="center" valign="top" width="14.28%"><a href="http://www.hwdef.org"><img src="https://avatars.githubusercontent.com/u/13084946?v=4?s=70" width="70px;" alt="li mengyang"/><br /><sub><b>li mengyang</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=hwdef" title="Code">💻</a></td>
|
|
367
368
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aseaday"><img src="https://avatars.githubusercontent.com/u/3927355?v=4?s=70" width="70px;" alt="nullday"/><br /><sub><b>nullday</b></sub></a><br /><a href="#ideas-aseaday" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/tensorchord/envd/commits?author=aseaday" title="Code">💻</a></td>
|
|
368
369
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rrain7"><img src="https://avatars.githubusercontent.com/u/49144127?v=4?s=70" width="70px;" alt="rrain7"/><br /><sub><b>rrain7</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=rrain7" title="Code">💻</a></td>
|
|
369
370
|
<td align="center" valign="top" width="14.28%"><a href="https://tisonkun.org/"><img src="https://avatars.githubusercontent.com/u/18818196?v=4?s=70" width="70px;" alt="tison"/><br /><sub><b>tison</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=tisonkun" title="Code">💻</a></td>
|
|
370
371
|
<td align="center" valign="top" width="14.28%"><a href="http://fatelei.github.io"><img src="https://avatars.githubusercontent.com/u/961094?v=4?s=70" width="70px;" alt="wangxiaolei"/><br /><sub><b>wangxiaolei</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=fatelei" title="Code">💻</a></td>
|
|
371
372
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sea-wyq"><img src="https://avatars.githubusercontent.com/u/22475606?v=4?s=70" width="70px;" alt="wyq"/><br /><sub><b>wyq</b></sub></a><br /><a href="https://github.com/tensorchord/envd/issues?q=author%3Asea-wyq" title="Bug reports">🐛</a> <a href="#design-sea-wyq" title="Design">🎨</a> <a href="https://github.com/tensorchord/envd/commits?author=sea-wyq" title="Code">💻</a></td>
|
|
372
|
-
<td align="center" valign="top" width="14.28%"><a href="https://oubotong.github.io/johan"><img src="https://avatars.githubusercontent.com/u/26356127?v=4?s=70" width="70px;" alt="x0oo0x"/><br /><sub><b>x0oo0x</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=oubotong" title="Code">💻</a></td>
|
|
373
373
|
</tr>
|
|
374
374
|
<tr>
|
|
375
|
+
<td align="center" valign="top" width="14.28%"><a href="https://oubotong.github.io/johan"><img src="https://avatars.githubusercontent.com/u/26356127?v=4?s=70" width="70px;" alt="x0oo0x"/><br /><sub><b>x0oo0x</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=oubotong" title="Code">💻</a></td>
|
|
375
376
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xiangtianyu"><img src="https://avatars.githubusercontent.com/u/10825900?v=4?s=70" width="70px;" alt="xiangtianyu"/><br /><sub><b>xiangtianyu</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=xiangtianyu" title="Documentation">📖</a></td>
|
|
376
377
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xieydd"><img src="https://avatars.githubusercontent.com/u/20329697?v=4?s=70" width="70px;" alt="xieydd"/><br /><sub><b>xieydd</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=xieydd" title="Code">💻</a></td>
|
|
377
378
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xing0821"><img src="https://avatars.githubusercontent.com/u/54933318?v=4?s=70" width="70px;" alt="xing0821"/><br /><sub><b>xing0821</b></sub></a><br /><a href="#ideas-xing0821" title="Ideas, Planning, & Feedback">🤔</a> <a href="#userTesting-xing0821" title="User Testing">📓</a> <a href="https://github.com/tensorchord/envd/commits?author=xing0821" title="Code">💻</a></td>
|
|
@@ -198,8 +198,9 @@ func (b generalBuilder) imageConfig(ctx context.Context) (string, error) {
|
|
|
198
198
|
env := b.graph.GetEnviron()
|
|
199
199
|
user := b.graph.GetUser()
|
|
200
200
|
platform := b.graph.GetPlatform()
|
|
201
|
+
workingDir := b.graph.GetWorkingDir()
|
|
201
202
|
|
|
202
|
-
data, err := ImageConfigStr(labels, ports, ep, env, user, platform)
|
|
203
|
+
data, err := ImageConfigStr(labels, ports, ep, env, user, workingDir, platform)
|
|
203
204
|
if err != nil {
|
|
204
205
|
return "", errors.Wrap(err, "failed to get image config")
|
|
205
206
|
}
|
|
@@ -35,12 +35,12 @@ const (
|
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
func ImageConfigStr(labels map[string]string, ports map[string]struct{},
|
|
38
|
-
entrypoint []string, env []string, user string, platform *ocispecs.Platform) (string, error) {
|
|
38
|
+
entrypoint []string, env []string, user, workingDir string, platform *ocispecs.Platform) (string, error) {
|
|
39
39
|
img := ocispecs.Image{
|
|
40
40
|
Config: ocispecs.ImageConfig{
|
|
41
41
|
Labels: labels,
|
|
42
42
|
User: user,
|
|
43
|
-
WorkingDir:
|
|
43
|
+
WorkingDir: workingDir,
|
|
44
44
|
Env: env,
|
|
45
45
|
ExposedPorts: ports,
|
|
46
46
|
Entrypoint: entrypoint,
|
|
@@ -67,6 +67,7 @@ func NewGraph() ir.Graph {
|
|
|
67
67
|
CondaConfig: conda,
|
|
68
68
|
RuntimeGraph: runtimeGraph,
|
|
69
69
|
Platform: &ocispecs.Platform{},
|
|
70
|
+
WorkingDir: "/",
|
|
70
71
|
}
|
|
71
72
|
}
|
|
72
73
|
|
|
@@ -112,6 +113,10 @@ func (g generalGraph) GetPlatform() *ocispecs.Platform {
|
|
|
112
113
|
return g.Platform
|
|
113
114
|
}
|
|
114
115
|
|
|
116
|
+
func (g generalGraph) GetWorkingDir() string {
|
|
117
|
+
return g.WorkingDir
|
|
118
|
+
}
|
|
119
|
+
|
|
115
120
|
func (g *generalGraph) Compile(ctx context.Context, envPath string, pub string, platform *ocispecs.Platform, progressMode string) (*llb.Definition, error) {
|
|
116
121
|
w, err := compileui.New(ctx, os.Stdout, progressMode)
|
|
117
122
|
if err != nil {
|
|
@@ -224,6 +224,8 @@ func (g *generalGraph) compileBase() (llb.State, error) {
|
|
|
224
224
|
base = g.compileCUDAPackages("nvidia/cuda")
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
+
g.WorkingDir = g.getWorkingDir()
|
|
228
|
+
|
|
227
229
|
// Install conda first.
|
|
228
230
|
condaStage := g.installConda(base)
|
|
229
231
|
supervisor := g.installHorust(condaStage)
|
|
@@ -79,6 +79,9 @@ type generalGraph struct {
|
|
|
79
79
|
EnvironmentName string
|
|
80
80
|
// EnvironmentPath is the full path of this environment.
|
|
81
81
|
EnvironmentPath string
|
|
82
|
+
// WorkingDir is the working directory of this environment.
|
|
83
|
+
// This only affect the `WorkingDir` in the image config.
|
|
84
|
+
WorkingDir string
|
|
82
85
|
|
|
83
86
|
ir.RuntimeGraph
|
|
84
87
|
|
|
@@ -60,6 +60,7 @@ func NewGraph() ir.Graph {
|
|
|
60
60
|
Shell: shellBASH,
|
|
61
61
|
RuntimeGraph: runtimeGraph,
|
|
62
62
|
Platform: &ocispecs.Platform{},
|
|
63
|
+
WorkingDir: "/",
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
66
|
|
|
@@ -109,6 +110,10 @@ func (g generalGraph) GetPlatform() *ocispecs.Platform {
|
|
|
109
110
|
return g.Platform
|
|
110
111
|
}
|
|
111
112
|
|
|
113
|
+
func (g generalGraph) GetWorkingDir() string {
|
|
114
|
+
return g.WorkingDir
|
|
115
|
+
}
|
|
116
|
+
|
|
112
117
|
func (g *generalGraph) Compile(ctx context.Context, envPath string, pub string, platform *ocispecs.Platform, progressMode string) (*llb.Definition, error) {
|
|
113
118
|
w, err := compileui.New(ctx, os.Stdout, progressMode)
|
|
114
119
|
if err != nil {
|
|
@@ -131,7 +131,6 @@ func (g generalGraph) compilePyPIPackages(root llb.State) llb.State {
|
|
|
131
131
|
if g.RequirementsFile != nil {
|
|
132
132
|
logrus.WithField("file", *g.RequirementsFile).
|
|
133
133
|
Debug("Configure pip install requirements statements")
|
|
134
|
-
root = root.Dir(g.getWorkingDir())
|
|
135
134
|
dependencies, safeToCopy := g.IsRequirementsFileSafeToCopyContent()
|
|
136
135
|
logrus.WithField("safeToCopy", safeToCopy).WithField("dependencies", dependencies).
|
|
137
136
|
Debug("Is requirements file safe to copy")
|
|
@@ -143,7 +142,7 @@ func (g generalGraph) compilePyPIPackages(root llb.State) llb.State {
|
|
|
143
142
|
llb.WithCustomNamef("[internal] pip install from %s with %s", *g.RequirementsFile, strings.Join(dependencies, " ")),
|
|
144
143
|
).Root()
|
|
145
144
|
} else {
|
|
146
|
-
run := root.
|
|
145
|
+
run := root.Dir(g.getWorkingDir()).
|
|
147
146
|
Run(llb.Shlexf("python -m pip install -r %s", *g.RequirementsFile),
|
|
148
147
|
llb.WithCustomNamef("[internal] pip install -r %s", *g.RequirementsFile))
|
|
149
148
|
run.AddMount(cacheDir, cache,
|
|
@@ -252,6 +252,22 @@ func (g *generalGraph) compileLanguage(root llb.State) (llb.State, error) {
|
|
|
252
252
|
langs := []llb.State{}
|
|
253
253
|
lang := root
|
|
254
254
|
var err error
|
|
255
|
+
|
|
256
|
+
if g.DisableMergeOp {
|
|
257
|
+
for _, language := range g.Languages {
|
|
258
|
+
switch language.Name {
|
|
259
|
+
case "python":
|
|
260
|
+
root, err = g.installPython(root)
|
|
261
|
+
case "r":
|
|
262
|
+
rSrc := g.compileRLang(root)
|
|
263
|
+
root = g.installRLang(rSrc)
|
|
264
|
+
case "julia":
|
|
265
|
+
root = g.installJulia(root)
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
return root, err
|
|
269
|
+
}
|
|
270
|
+
|
|
255
271
|
for _, language := range g.Languages {
|
|
256
272
|
switch language.Name {
|
|
257
273
|
case "python":
|
|
@@ -396,9 +412,11 @@ func (g *generalGraph) compileBaseImage() (llb.State, error) {
|
|
|
396
412
|
g.Entrypoint = config.Entrypoint
|
|
397
413
|
}
|
|
398
414
|
g.User = config.User
|
|
415
|
+
g.WorkingDir = config.WorkingDir
|
|
399
416
|
} else {
|
|
400
417
|
// for dev mode, we will create an `envd` user
|
|
401
418
|
g.User = ""
|
|
419
|
+
g.WorkingDir = g.getWorkingDir()
|
|
402
420
|
}
|
|
403
421
|
return base, nil
|
|
404
422
|
}
|
|
@@ -80,6 +80,9 @@ type generalGraph struct {
|
|
|
80
80
|
EnvironmentName string
|
|
81
81
|
// EnvironmentPath is the full path of this environment.
|
|
82
82
|
EnvironmentPath string
|
|
83
|
+
// WorkingDir is the working directory of this environment.
|
|
84
|
+
// This only affect the `WorkingDir` in the image config.
|
|
85
|
+
WorkingDir string
|
|
83
86
|
|
|
84
87
|
// (v1) disable `merge` op for `moby` builder
|
|
85
88
|
// check https://github.com/tensorchord/envd/issues/1693
|
envd-0.3.38/.GIT_TAG_INFO
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
v0.3.38
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|