envd 0.3.31__tar.gz → 0.3.33__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.33/.GIT_TAG_INFO +1 -0
- {envd-0.3.31 → envd-0.3.33}/.goreleaser.yaml +2 -4
- {envd-0.3.31 → envd-0.3.33}/CHANGELOG.md +17 -0
- {envd-0.3.31 → envd-0.3.33}/PKG-INFO +1 -1
- {envd-0.3.31 → envd-0.3.33}/bin/envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd.egg-info/PKG-INFO +1 -1
- {envd-0.3.31 → envd-0.3.33}/pkg/app/bootstrap.go +3 -3
- {envd-0.3.31 → envd-0.3.33}/pkg/app/build.go +2 -2
- {envd-0.3.31 → envd-0.3.33}/pkg/app/run.go +1 -1
- {envd-0.3.31 → envd-0.3.33}/pkg/app/up.go +3 -3
- envd-0.3.31/.GIT_TAG_INFO +0 -1
- {envd-0.3.31 → envd-0.3.33}/.all-contributorsrc +0 -0
- {envd-0.3.31 → envd-0.3.33}/.editorconfig +0 -0
- {envd-0.3.31 → envd-0.3.33}/.gitignore +0 -0
- {envd-0.3.31 → envd-0.3.33}/.golangci.yml +0 -0
- {envd-0.3.31 → envd-0.3.33}/.markdown-lint.json +0 -0
- {envd-0.3.31 → envd-0.3.33}/.pre-commit-config.yaml +0 -0
- {envd-0.3.31 → envd-0.3.33}/.vscode/launch.json +0 -0
- {envd-0.3.31 → envd-0.3.33}/CODEOWNERS +0 -0
- {envd-0.3.31 → envd-0.3.33}/CODE_OF_CONDUCT.md +0 -0
- {envd-0.3.31 → envd-0.3.33}/LICENSE +0 -0
- {envd-0.3.31 → envd-0.3.33}/MANIFEST.in +0 -0
- {envd-0.3.31 → envd-0.3.33}/Makefile +0 -0
- {envd-0.3.31 → envd-0.3.33}/OWNERS +0 -0
- {envd-0.3.31 → envd-0.3.33}/README.md +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/.dockerignore +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/build.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/envd/build.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/envd/envd-daemonless.Dockerfile +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/envd/envd.Dockerfile +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/envd-sshd/envd-sshd.Dockerfile +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/envd-starship/envd-starship.Dockerfile +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/julia1.8rc1-ubuntu20.04.Dockerfile +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/r4.2.Dockerfile +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/remote-cache/build-and-push-remote-cache.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/base-images/remote-cache/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/cmd/envd/main.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/cmd/envd-sshd/main.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/build_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/bytecode_hash_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/context_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/get_env_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/init_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/quick_start_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/testdata/build-test/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/testdata/custom-image-test/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/testdata/quick-start/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/testdata/quick-start/demo.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/testdata/up-test/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/cli/up_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/docs/docs_gpu_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/docs/docs_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/docs/suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/docs/testdata/complex/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/docs/testdata/envdlib/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/docs/testdata/getting_started/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/docs/testdata/jupyter/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/docs/testdata/minimal/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/e2e_helper.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/python_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/runtime_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/conda/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/conda/env.yaml +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/conda/setup.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/conda_channel/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/conda_channel/env.yaml +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/hybrid/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/hybrid/requirements.txt +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/packages/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/requirements/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/requirements/requirements.txt +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/python/requirements/setup.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/run/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/runtime/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v0/language/testdata/runtime/demo.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/build_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/bytecode_hash_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/context_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/get_env_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/init_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/quick_start_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/testdata/build-test/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/testdata/custom-image-test/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/testdata/quick-start/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/testdata/quick-start/demo.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/testdata/up-test/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/cli/up_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/docs_gpu_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/docs_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/extra_lang_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/julia_mnist_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/rlang_mnist_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/complex/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/envdlib/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/getting_started/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/julia/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/julia_mnist/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/julia_mnist/mnist.jl +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/jupyter/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/minimal/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/rlang/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/rlang_mnist/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/docs/testdata/rlang_mnist/mnist.r +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/e2e_helper.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/python_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/runtime_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/conda/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/conda/env.yaml +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/conda/setup.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/conda_channel/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/conda_channel/env.yaml +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/hybrid/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/hybrid/requirements.txt +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/packages/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/requirements/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/requirements/requirements.txt +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/python/requirements/setup.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/run/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/runtime/build.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/e2e/v1/language/testdata/runtime/demo.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v0/__init__.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v0/config.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v0/install.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v0/io.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v0/runtime.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v1/__init__.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v1/config.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v1/install.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v1/io.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api/v1/runtime.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd/api.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd.egg-info/SOURCES.txt +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd.egg-info/dependency_links.txt +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd.egg-info/not-zip-safe +0 -0
- {envd-0.3.31 → envd-0.3.33}/envd.egg-info/top_level.txt +0 -0
- {envd-0.3.31 → envd-0.3.33}/go.mod +0 -0
- {envd-0.3.31 → envd-0.3.33}/go.sum +0 -0
- {envd-0.3.31 → envd-0.3.33}/hack/changelog.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/app.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/build/build.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/completion.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/context.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/context_create.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/context_ls.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/context_rm.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/context_use.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/debug.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/debug_llb.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/destroy.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/env.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/env_describe.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/env_ls.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/exec.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/data.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/json/context.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/json/env.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/json/image.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/json/print.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/json/version.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/table/context.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/table/env.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/table/image.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/formatter/table/version.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/image.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/image_describe.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/image_prune.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/image_prune_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/image_remove.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/init.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/interactive.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/login.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/pause.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/prune.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/resume.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/telemetry/reporter.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/template/julia.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/template/r.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/top.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/app/version.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/autocomplete/bash.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/autocomplete/fish.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/autocomplete/zsh.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/build.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/build_func.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/builder.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/builder_suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/builder_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/dep_check.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/err.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/types.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/util.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/builder/util_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/buildkitd/buildkitd.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/buildkitd/mock/mock.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/buildkitd/print.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/config/config.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/data/datasource.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/data/envd.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/driver/client.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/driver/docker/docker.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/driver/docker/docker_suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/driver/docker/docker_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/driver/docker/label.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/driver/nerdctl/buildkit.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/driver/nerdctl/nerdctl.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/driver/stats_type.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/editor/vscode/types.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/editor/vscode/util.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/editor/vscode/vscode.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/editor/vscode/vscode_suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/editor/vscode/vscode_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/envd/docker.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/envd/engine.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/envd/envdserver.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/envd/factory.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/envd/types.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/flag/consts.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/auth.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/auth_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/cache.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/config.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/context.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/context_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/data.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/home_suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/manager.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/home/manager_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/interpreter.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/mock/mock.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/builtin/builtin.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/config/config.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/config/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/data/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/data/rule.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/data/util.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/install/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/install/install.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/interpreter.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/interpreter_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/io/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/io/io.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/runtime/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/runtime/runtime.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/starlark_suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/testdata/test.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/universe/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v0/universe/universe.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/builtin/builtin.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/config/config.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/config/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/data/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/data/rule.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/data/util.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/install/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/install/install.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/interpreter.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/interpreter_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/io/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/io/io.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/runtime/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/runtime/runtime.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/starlark_suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/testdata/test.envd +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/universe/const.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/frontend/starlark/v1/universe/universe.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/graph.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/types.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/util.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/cache.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/checker.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/compile.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/conda.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/consts.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/custom.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/editor.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/editor_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/fs.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/git.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/install-conda.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/install-mamba.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/interface.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/julia.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/python.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/r.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/shell.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/supervisor.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/system.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/types.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/user.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/util.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v0/util_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/cache.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/checker.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/compile.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/conda.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/consts.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/editor.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/editor_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/fs.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/get_conda.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/git.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/install_conda.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/interface.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/julia.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/julia.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/python.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/r.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/shell.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/supervisor.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/system.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/types.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/user.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/util.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/ir/v1/util_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/lang/version/version.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/metrics/collector.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/metrics/docker_collector.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/metrics/helper.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/metrics/model.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/metrics/widget.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/compileui/display.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/compileui/mock/mock.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/compileui/term.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/compileui/term_windows.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/compileui/trace.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/compileui/types.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/mode/mode.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/progressui/display.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/progressui/display_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/progressui/printer.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/progressui/term.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/progressui/term_windows.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/progresswriter/printer.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/progress/progresswriter/writer.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/remote/sshd/os.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/remote/sshd/sshd.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/shell/install.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/shell/zsh.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/shell/zsh_suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/shell/zsh_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/shell/zshrc +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/ssh/config/entry.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/ssh/config/key.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/ssh/config/ssh_config.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/ssh/config/ssh_config_suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/ssh/config/ssh_config_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/ssh/copy.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/ssh/ssh.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/client.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/config.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/device.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/event.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/file.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/folder.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/install.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/syncthing.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/syncthing_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/syncthing/util.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/types/envd.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/types/label.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/types/types_suite_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/buildkitutil/buildkit.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/buildkitutil/buildkit_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/envutil/env.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/envutil/env_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/fileutil/file.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/fileutil/file_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/fileutil/namegenerator.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/netutil/netutil.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/netutil/netutil_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/osutil/wsl.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/runtimeutil/runtimeutil.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/starlarkutil/stringslice.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/starlarkutil/stringslice_test.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/util/ziputil/unzip.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pkg/version/version.go +0 -0
- {envd-0.3.31 → envd-0.3.33}/pyproject.toml +0 -0
- {envd-0.3.31 → envd-0.3.33}/scripts/envd-daemonless.sh +0 -0
- {envd-0.3.31 → envd-0.3.33}/setup.cfg +0 -0
- {envd-0.3.31 → envd-0.3.33}/setup.py +0 -0
- {envd-0.3.31 → envd-0.3.33}/typos.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v0.3.33
|
|
@@ -42,8 +42,7 @@ archives:
|
|
|
42
42
|
builds:
|
|
43
43
|
- envd
|
|
44
44
|
name_template: >-
|
|
45
|
-
{{ .Binary }}_
|
|
46
|
-
{{ .Version }}_
|
|
45
|
+
{{ .Binary }}_{{ .Version }}_
|
|
47
46
|
{{- title .Os }}_
|
|
48
47
|
{{- if eq .Arch "amd64" }}x86_64
|
|
49
48
|
{{- else if eq .Arch "386" }}i386
|
|
@@ -53,8 +52,7 @@ archives:
|
|
|
53
52
|
builds:
|
|
54
53
|
- envd-sshd
|
|
55
54
|
name_template: >-
|
|
56
|
-
{{ .Binary }}_
|
|
57
|
-
{{ .Version }}_
|
|
55
|
+
{{ .Binary }}_{{ .Version }}_
|
|
58
56
|
{{- title .Os }}_
|
|
59
57
|
{{- if eq .Arch "amd64" }}x86_64
|
|
60
58
|
{{- else if eq .Arch "386" }}i386
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.32 (2023-07-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Contributors
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## v0.3.31 (2023-07-04)
|
|
10
|
+
|
|
11
|
+
* [67ce1d7](https://github.com/tensorchord/envd/commit/67ce1d7cd5c234a59294a4bba02df35fa190bb2b) fix: mount buildkitd toml file (#1686)
|
|
12
|
+
* [cde4632](https://github.com/tensorchord/envd/commit/cde4632b2954b510e72efe2a7373d2c1d37456e9) support using json for registry config (#1680)
|
|
13
|
+
* [b5f9a49](https://github.com/tensorchord/envd/commit/b5f9a49d911ce5ee1e8859968f449835d4147c5f) Fix PATH Order (#1679)
|
|
14
|
+
|
|
15
|
+
### Contributors
|
|
16
|
+
|
|
17
|
+
* Keming
|
|
18
|
+
* Richard Li
|
|
19
|
+
|
|
3
20
|
## v0.3.30 (2023-06-29)
|
|
4
21
|
|
|
5
22
|
|
|
Binary file
|
|
@@ -48,12 +48,12 @@ var CommandBootstrap = &cli.Command{
|
|
|
48
48
|
},
|
|
49
49
|
&cli.BoolFlag{
|
|
50
50
|
Name: "with-autocomplete",
|
|
51
|
-
Usage: "Add envd
|
|
51
|
+
Usage: "Add envd auto-completions",
|
|
52
52
|
Value: true,
|
|
53
53
|
},
|
|
54
54
|
&cli.StringFlag{
|
|
55
55
|
Name: "dockerhub-mirror",
|
|
56
|
-
Usage: "
|
|
56
|
+
Usage: "DockerHub mirror to use",
|
|
57
57
|
Aliases: []string{"m"},
|
|
58
58
|
},
|
|
59
59
|
&cli.StringFlag{
|
|
@@ -63,7 +63,7 @@ var CommandBootstrap = &cli.Command{
|
|
|
63
63
|
},
|
|
64
64
|
&cli.StringSliceFlag{
|
|
65
65
|
Name: "ssh-keypair",
|
|
66
|
-
Usage: fmt.Sprintf("Manually specify ssh key pair as `publicKey,privateKey`.
|
|
66
|
+
Usage: fmt.Sprintf("Manually specify ssh key pair as `publicKey,privateKey`. envd will generate a keypair at %s and %s if not specified",
|
|
67
67
|
sshconfig.GetPublicKeyOrPanic(), sshconfig.GetPrivateKeyOrPanic()),
|
|
68
68
|
Aliases: []string{"k"},
|
|
69
69
|
},
|
|
@@ -83,12 +83,12 @@ To build and push the image to a registry:
|
|
|
83
83
|
// https://github.com/urfave/cli/issues/1134#issuecomment-1191407527
|
|
84
84
|
&cli.StringFlag{
|
|
85
85
|
Name: "export-cache",
|
|
86
|
-
Usage: "Export the cache (e.g. type=registry,ref=<image
|
|
86
|
+
Usage: "Export the cache (e.g. `type=registry,ref=<image>`)",
|
|
87
87
|
Aliases: []string{"ec"},
|
|
88
88
|
},
|
|
89
89
|
&cli.StringFlag{
|
|
90
90
|
Name: "import-cache",
|
|
91
|
-
Usage: "Import the cache (e.g. type=registry,ref=<image
|
|
91
|
+
Usage: "Import the cache (e.g. `type=registry,ref=<image>`)",
|
|
92
92
|
Aliases: []string{"ic"},
|
|
93
93
|
},
|
|
94
94
|
&cli.StringFlag{
|
|
@@ -80,7 +80,7 @@ var CommandCreate = &cli.Command{
|
|
|
80
80
|
},
|
|
81
81
|
&cli.StringFlag{
|
|
82
82
|
Name: "host",
|
|
83
|
-
Usage: "Assign the host address for environment
|
|
83
|
+
Usage: "Assign the host address for the environment SSH access server listening",
|
|
84
84
|
Value: envd.Localhost,
|
|
85
85
|
},
|
|
86
86
|
&cli.IntFlag{
|
|
@@ -128,18 +128,18 @@ var CommandUp = &cli.Command{
|
|
|
128
128
|
},
|
|
129
129
|
&cli.StringFlag{
|
|
130
130
|
Name: "host",
|
|
131
|
-
Usage: "Assign the host address for environment
|
|
131
|
+
Usage: "Assign the host address for the environment SSH access server listening",
|
|
132
132
|
Value: envd.Localhost,
|
|
133
133
|
},
|
|
134
134
|
// https://github.com/urfave/cli/issues/1134#issuecomment-1191407527
|
|
135
135
|
&cli.StringFlag{
|
|
136
136
|
Name: "export-cache",
|
|
137
|
-
Usage: "Export the cache (e.g. type=registry,ref=<image
|
|
137
|
+
Usage: "Export the cache (e.g. `type=registry,ref=<image>`)",
|
|
138
138
|
Aliases: []string{"ec"},
|
|
139
139
|
},
|
|
140
140
|
&cli.StringFlag{
|
|
141
141
|
Name: "import-cache",
|
|
142
|
-
Usage: "Import the cache (e.g. type=registry,ref=<image
|
|
142
|
+
Usage: "Import the cache (e.g. `type=registry,ref=<image>`)",
|
|
143
143
|
Aliases: []string{"ic"},
|
|
144
144
|
},
|
|
145
145
|
&cli.StringFlag{
|
envd-0.3.31/.GIT_TAG_INFO
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
v0.3.31
|
|
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
|
|
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
|