calkit-python 0.45.1__tar.gz → 0.45.2__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.
- {calkit_python-0.45.1 → calkit_python-0.45.2}/PKG-INFO +1 -1
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/main/core.py +12 -3
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/dvc/core.py +54 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/main/test_core.py +19 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/main/test_subprojects.py +101 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Onboarding/AccountSetupCard.tsx +5 -2
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Onboarding/ProjectChecklist.tsx +4 -2
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/hooks/useOnboarding.ts +4 -0
- calkit_python-0.45.2/scripts/install.ps1 +26 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/scripts/install.sh +8 -5
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/extension.ts +123 -24
- calkit_python-0.45.2/vscode-ext/src/test/yaml.test.ts +54 -0
- calkit_python-0.45.2/vscode-ext/src/yaml.ts +47 -0
- calkit_python-0.45.1/scripts/install.ps1 +0 -11
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.claude-plugin/marketplace.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.dockerignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.gitattributes +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.gitmodules +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.pre-commit-config.yaml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.prettierignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.prettierrc.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.python-version +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.vscode/launch.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/.vscode/tasks.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/AGENTS.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/CITATION.cff +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/CODE_OF_CONDUCT.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/CONTRIBUTING.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/LICENSE +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/Makefile +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/actions/run/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/actions/run/action.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/actions/run/example.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/agent-plugin/.claude-plugin/plugin.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/agent-plugin/skills/add-pipeline-stage/SKILL.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/agent-plugin/skills/conventions/SKILL.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/agent-plugin/skills/create-pipeline/SKILL.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/options.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/package-lock.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/package.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/popup.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/public/icons/calkit-128.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/public/icons/calkit-16.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/public/icons/calkit-32.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/public/icons/calkit-48.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/public/icons/calkit.svg +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/public/manifest.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/scripts/build-content.mjs +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/scripts/package-manifest.mjs +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/scripts/store-screenshots.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/scripts/watch.mjs +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/background/index.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/content/github.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/content/overleaf.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/content/references.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/api.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/auth.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/calkit-yaml.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/calkit-yaml.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/detect.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/detect.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/hub-url.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/hubs.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/hubs.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/latex.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/latex.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/lifecycle.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/messages.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/messages.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/pickers.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/storage.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/types.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/ui.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/core/ui.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/options/options.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/popup/popup.css +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/popup/popup.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/src/viewer/viewer.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/tsconfig.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/viewer.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/vite.config.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/vite.content.config.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/browser-ext/vitest.config.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/__main__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/calc.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/check.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/config.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/delete.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/describe.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/dev.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/hub.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/import_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/latex.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/list.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/main/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/main/xr.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/new.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/notebooks.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/office.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/overleaf.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/scheduler.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/sync.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/cli/update.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/conda.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/config.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/datasets.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/dependencies.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/detect.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/docker.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/dvc/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/dvc/zip.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/environments.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/fs.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/git.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/github.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/gui.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/hub.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/install.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/invenio.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/julia.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/jupyter.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/jupyterlab/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/jupyterlab/routes.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/package.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/schemas/calkit/package.json.orig +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/schemas/calkit/plugin.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/502.9a2c5772a15466e923ef.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/695.2c41003a452d43d2b358.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/867.a42a046aa5108f54f8fb.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/909.6d8285ce7c45878ac508.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/946.050af2abf7845cfbdbd2.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/946.050af2abf7845cfbdbd2.js.LICENSE.txt +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/b2f1c3efe70cb539d121.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/remoteEntry.d7a43c7948f690d37d19.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/style.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/labextension/static/third-party-licenses.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/latex.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/licenses.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/magics.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/markdown.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/matlab.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/models/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/models/core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/models/io.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/models/iteration.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/models/pipeline.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/notebooks.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/office.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/ops.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/overleaf.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/pipeline.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/procedures.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/provenance.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/releases.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/reproducibility.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/devcontainer/Dockerfile +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/devcontainer/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/devcontainer/base.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/devcontainer/devcontainer.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/devcontainer/scripts/check-envs.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/devcontainer/scripts/post-create.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/devcontainer/scripts/post-start.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/devcontainer/scripts/update-content.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/github-actions/example.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/vscode/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/vscode/extensions.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/resources/vscode/settings.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/schema.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/server.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/article/paper.tex +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/ieee-conference/paper.tex +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/jfm/jfm.bst +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/jfm/jfm.cls +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/jfm/lineno-FLM.sty +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/jfm/paper.tex +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/jfm/upmath.sty +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/templates/latex/report/paper.tex +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/main/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/main/test_lock.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/main/test_xr.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_check.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_config.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_delete.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_describe.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_hub.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_import.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_latex.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_list.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_new.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_notebooks.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_overleaf.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_scheduler.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_sync.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/cli/test_update.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/dvc/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/dvc/test_core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/dvc/test_zip.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/jupyterlab/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/jupyterlab/conftest.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/jupyterlab/test_routes.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/models/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/models/test_core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/models/test_iteration.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/models/test_pipeline.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_calc.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_conda.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_config.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_dependencies.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_detect.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_docker.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_docs_references.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_environments.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_fs.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_git.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_hub.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_install.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_invenio.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_julia.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_jupyter.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_keyring_windows.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_licenses.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_magics.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_markdown.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_matlab.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_models.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_notebooks.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_overleaf.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_pipeline.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_procedures.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_releases.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_reproducibility.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_resources.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_schema.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_templates.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/tests/test_workspace.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/calkit/workspace.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/CNAME +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/acknowledgements.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/ai-tools.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/apps.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/browser-ext/index.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/browser-ext/privacy.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/calculations.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/calkit-yaml.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/cli-reference.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/cloud-integration.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/datasets.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/environments.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/examples.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/governance.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/help.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/hpc.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/hub/index.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/hub/self-hosting.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/c-to-the-k-white.svg +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/calkit-fragmentation-compendium.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/calkit-no-bg.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/caltech.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/connect-zenodo.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/jupyterlab/all-green.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/jupyterlab/collect-data-stale.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/jupyterlab/new-env.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/jupyterlab/new-notebook.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/jupyterlab/pipeline-badge.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/jupyterlab-params.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/pipeline.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/plos-osi-code-2024-03.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/schmidt-sciences.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/img/vscode-nb-params.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/index.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/installation.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/jupyterlab.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/latex.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/local-server.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/notebooks.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/overleaf.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/pipeline/index.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/pipeline/manual-steps.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/pipeline/markdown.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/pipeline/running-and-logging.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/provenance.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/questions.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/quickstart.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/references.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/releases.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/reproducibility.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/requirements.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/schemas/calkit.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/subprojects.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/adding-latex-pub-docker.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/ai-agents.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/conda-envs.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/existing-project.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/first-project.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/github-actions.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/actions-repo-secrets.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/building-codespace.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/codespaces-secrets-2.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/editor-split.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/go-to-linked-code.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/issue-from-selection.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/new-project.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/new-pub-2.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/new-token.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/paper.tex.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/project-home-3.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/push.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/latex-codespaces/stage.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/anakin-excel.jpg +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/chart-more-rows.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/create-project.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/elsevier-research-data-guidelines.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/excel-chart.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/excel-data.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/insert-link-to-file.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/needs-clone.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/new-stage.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/phd-comics-version-control.webp +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/pipeline-out-of-date.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/status-more-rows.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/uncommitted-changes.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/untracked-data.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/updated-publication.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/word-to-pdf-stage-2.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/office/workflow-page.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/openfoam/clone.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/openfoam/create-project.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/openfoam/datasets-page.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/openfoam/figure-on-website-updated.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/openfoam/figure-on-website.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/openfoam/new-token.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/openfoam/reclone.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/openfoam/status-after-import-dataset.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/quick-actions.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/run-proc.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/vscode-slurm-notebook/create-calkit-env.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/vscode-slurm-notebook/create-inner-env.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/vscode-slurm-notebook/create-new-calkit-env.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/vscode-slurm-notebook/select-calkit-env.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/vscode-slurm-notebook/slurm-job-running.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/vscode-slurm-notebook/slurm-launch-options.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/img/vscode-slurm-notebook/starting-slurm-job.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/index.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/jupyterlab.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/latex-codespaces.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/matlab.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/notebook-pipeline.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/office.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/openfoam.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/procedures.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/runnable-readme.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/tutorials/vscode-slurm-notebook.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/docs/version-control.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/jl/Manifest.toml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/jl/Project.toml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/py/.python-version +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/py/pyproject.toml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/py/uv.lock +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/r/.Rbuildignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/r/.Rprofile +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/r/DESCRIPTION +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/r/renv/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/r/renv/activate.R +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/r/renv/settings.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.calkit/envs/r/renv.lock +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.dvc/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.dvc/config +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.dvcignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/calkit.yaml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/data/data.csv +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/data/data2.csv +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/dvc.lock +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/dvc.yaml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/figures/data2.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/figures/figure.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown/results/fit.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/.dvc/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/.dvc/config +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/.dvcignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/.python-version +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/calkit.yaml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/dvc.lock +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/dvc.yaml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/figures/waves.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/pyproject.toml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/src/wavetools/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/examples/markdown-python/uv.lock +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/flake.lock +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/flake.nix +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/.env.example +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/.gitattributes +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/.vscode/launch.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/AGENTS.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/LICENSE +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/Makefile +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/.python-version +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/Dockerfile +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/Makefile +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/alembic.ini +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/README +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/env.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/script.py.mako +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/.keep +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/07c8236476c4_add_fields_to_usertoken.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/10a05eaedfbd_add_dataset_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/1546aa334cd5_make_project_description_nullable.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/1a31ce608336_add_cascade_delete_relationships.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/1fb6e38eb0e9_add_deviceauth_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/208e7457f3ba_add_title_to_project.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/2e7c25a00842_add_is_public_to_project.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/38e178698db2_update_subscription_model_to_use_plan_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/3b1e67e9c318_add_usertoken_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/4dac15c0282a_add_stripe_customer_id_to_user.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/4e1c917fcca4_add_status_columns_to_project_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/5ba89308431f_add_project_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/5d6f8217c890_add_subscriber_user_id_to_org_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/65b2d15cc702_add_github_username_field_to_user.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/697c3c1a8a27_add_git_repo_url_to_project.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/6f3a3afbea8b_add_number_field_to_question.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/7076d9b5c887_use_account_for_project_owner.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/71e1d1e69bbd_add_table_for_storing_user_github_tokens.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/799476973bce_add_created_ts_to_user_github_token_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/7cacee34034c_add_parent_child_relationship_to_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/97762605447f_add_onboarding_flags_and_feedback.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/9c0a54914c78_add_max_length_for_string_varchar_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/9c4f70636d73_add_fields_to_usertoken.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/a333fc5aa994_index_project_folders_synced_with_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/a4af19842927_create_table_to_store_user_zenodo_tokens.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/ab7816be480b_drop_items.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/ac622559475f_save_timestamps_for_github_token_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/af024967630d_lowercase_account_names.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/c1f9a3e27d48_consolidate_comment_tables.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/c46a78ba506c_add_created_column_to_account.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/c749b39072d3_add_figurecomment.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/c7c41c3f0d22_add_user_external_credential_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/d01ce914143d_make_question_a_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/d21ed1c9537e_add_zenodo_user_id_column_to_user.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/d3a8021fb433_add_table_for_user_project_access.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/d4e5f6a7b8c9_ghless_membership_and_invitations.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/d6366015af35_add_discount_code_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/d98dd8ec85a3_edit_replace_id_integers_in_all_models_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/dcef842dee10_add_refreshtoken_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/e1b0fa2a6d34_backfill_external_credentials_from_legacy_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/e2412789c190_initialize_models.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/e7671197c00b_add_account_table.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/ed74edb0a9e6_create_table_for_user_overleaf_token.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/edcabfca98df_add_subscription_and_org_membership_.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/f0e23e048b1b_add_fields_to_project.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/f3a9c1b7e240_add_releases_feature.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/f5ad6445ad03_enable_user_project_access_to_be_null.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/alembic/versions/f74a96172dbd_add_table_for_locking_project_files.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/deps.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/main.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/accounts.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/datasets.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/feedback.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/login.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/misc.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/orgs.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/projects/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/projects/activity.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/projects/core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/projects/datasets.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/projects/dvc.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/projects/figures.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/projects/fs.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/projects/pipeline.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/projects/releases.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/references.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/api/routes/users.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/arxiv.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/client.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/config.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/db.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/dvc.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/build/new_account.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/build/project_invitation.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/build/release_share.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/build/reset_password.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/build/test_email.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/build/verify_email.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/src/new_account.mjml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/src/project_invitation.mjml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/src/release_share.mjml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/src/reset_password.mjml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/src/test_email.mjml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/email-templates/src/verify_email.mjml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/formatting.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/git.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/github.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/imports.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/main.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/messaging.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/mixpanel.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/models/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/models/core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/models/projects.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/models/releases.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/orgs.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/pdftext.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/pipeline.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/projects.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/security.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/storage.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/stripe.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/subscriptions.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/__init__.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_activity.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_datasets.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_dvc.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_figure_upload.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_figures.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_fs.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_misc.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_overleaf_links.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_pipeline.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_publications.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_reference_items.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/projects/test_templates.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/test_feedback.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/test_login.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/test_misc.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/test_releases.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/api/routes/test_users.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/conftest.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_arxiv.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_client.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_core.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_db.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_dvc.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_formatting.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_git.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_pdftext.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_pipeline.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_projects.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_users.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/tests/test_version.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/users.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/version.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/zenodo.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/app/zotero.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/prestart.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/pyproject.toml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/scripts/backend-pre-start.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/scripts/create-initial-data.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/scripts/format.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/scripts/generate-client.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/scripts/lint.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/scripts/rotate-fernet-secrets.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/scripts/test.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/backend/tests-start.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/config/alloy/config.alloy +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/config/grafana/provisioning/dashboards/dashboards.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/config/grafana/provisioning/dashboards/fastapi.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/config/grafana/provisioning/datasources/datasources.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/config/loki/loki.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/config/prometheus/prometheus.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/docker-compose.override.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/docker-compose.traefik.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/docker-compose.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/docs/dev/database-migrations.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/docs/dev/deployment.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/docs/dev/development.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/.dockerignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/.nvmrc +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/Dockerfile +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/Makefile +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/biome.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/index.html +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/modify-openapi-operationids.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/nginx-backend-not-found.conf +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/nginx.conf +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/openapi-ts.config.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/package-lock.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/package.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/playwright.config.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/assets/images/c-to-the-k.svg +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/assets/images/calkit-no-bg.svg +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/assets/images/calkit.svg +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/assets/images/fastapi-logo.svg +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/assets/images/favicon.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/assets/images/kdot.svg +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/tex/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/tex/LICENSE-busytex +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/tex/busytex.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/tex/busytex.wasm +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/tex/busytex_pipeline.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/public/tex/busytex_worker.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/scripts/download-tex-engine.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/client/client.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/client/index.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/client/types.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/client/utils.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/client.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/core/auth.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/core/bodySerializer.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/core/params.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/core/pathSerializer.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/core/queryKeySerializer.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/core/serverSentEvents.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/core/types.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/core/utils.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/index.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/schemas.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/sdk.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/client/types.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Admin/AddUser.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Admin/EditUser.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Admin/FeatureVotesTable.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Admin/FeedbackTable.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/ActionsMenu.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/ArtifactCompareModal.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/ClearableInput.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/CodeEditorPane.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/CommentsPanel.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/ConnectGitHubPrompt.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/ConnectZoteroPrompt.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/DeleteAlert.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/FeatureVoteButton.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/FilterableSelect.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/GlobalSearch.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/HelpFeedback.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/InputsRow.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/LoadingSpinner.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/Markdown.test.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/Markdown.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/Mermaid.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/Navbar.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/NoArtifactFound.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/NotBuiltAlert.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/NotFound.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/NotificationBell.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/OAuthButtons.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/PageMenu.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/PdfCanvas.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/PdfDocumentViewer.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/ProjectCommandPalette.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/RefPicker.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/Sidebar.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/SidebarItems.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/Tooltip.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/Topbar.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Common/UserMenu.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Datasets/BrowseDatasets.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Datasets/DataEntryGrid.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Datasets/DatasetViewer.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Datasets/NewDataset.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Environments/NewEnvironment.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Environments/ViewEnvironment.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Figures/FigureEditLauncher.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Figures/FigureEditor.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Figures/FigureFromExisting.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Figures/FigureView.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Figures/UploadFigure.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Files/EditFileInfo.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Files/FileContent.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Files/FileEditorModal.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Files/SelectedItemInfo.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Files/UploadFile.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Local/AddPath.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Local/DiscardChanges.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Local/IgnorePath.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Local/NewStage.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Local/SaveFiles.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Notebooks/NotebookRunLauncher.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Notebooks/NotebookRunner.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Notebooks/NotebookView.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Onboarding/ChecklistCard.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Onboarding/CommandBlock.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Onboarding/FeaturedProjects.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Onboarding/ReproAudit.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Onboarding/ReproAudit.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Onboarding/StartPaths.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Onboarding/TipBubble.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Orgs/AddMember.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Orgs/NewOrg.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Pipeline/StageEditorModal.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Presentations/PresentationView.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/AddCollaborator.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/CloneProject.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/CreateIssue.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/CreateQuestion.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/EditProject.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/EditQuestion.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/HelpContent.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/InviteLinks.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/MakeProjectPublic.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/NewProject.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/ProjectShowcase.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/ProjectStatus.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/RecentChanges.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Projects/RecentChanges.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Publications/ImportOverleaf.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Publications/ImportOverleaf.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Publications/LatexEditor.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Publications/NewPublication.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Publications/PdfAnnotator.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Publications/PublicationComponents.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Publications/PublicationComponents.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Publications/PublicationView.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/References/DeleteReferenceItemDialog.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/References/DeleteReferencesCollectionDialog.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/References/EditReferenceItemModal.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/References/FileViewModal.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/References/ImportFromZoteroModal.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/References/LabelExistingReferences.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/References/NewReferencesCollection.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/References/ReferenceItemModal.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/References/ReferencesInfoPanel.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Releases/ArtifactReleasesPanel.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Releases/NewRelease.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Releases/PathPicker.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Releases/ReleasePdfAnnotator.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Releases/ReleaseViewer.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Releases/ReleasesTable.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Releases/ShareDialog.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Releases/releaseSort.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Tables/TableThumbnail.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Tables/TableView.test.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/Tables/TableView.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/Appearance.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/ChangePassword.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/ConnectedAccounts.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/DeleteAccount.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/DeleteConfirmation.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/NewToken.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/OnboardingChecklists.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/PickSubscription.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/Subscription.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/UpdateOverleafToken.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/UserInformation.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/components/UserSettings/UserTokens.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/hooks/useAuth.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/hooks/useCustomToast.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/hooks/useProject.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/hooks/useSubmitOnCmdEnter.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/hooks/useSubmitOnCmdEnter.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/hooks/useTips.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/analytics.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/analytics.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/api.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/api.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/auth.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/auth.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/bibtex.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/bibtex.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/core.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/csv.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/csv.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/environments.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/environments.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/errors.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/figureScript.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/figureScript.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/fuzzy.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/fuzzy.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/github.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/github.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/google.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/keyboard.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/latexCompiler.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/latexProject.mapPaths.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/latexProject.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/latexProject.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/layout.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/notebook.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/notebook.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/onboarding.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/onboarding.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/pipelineYaml.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/pipelineYaml.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/projectFiles.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/provenance.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/provenance.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/pyodide.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/pyodide.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/releases.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/staleChunks.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/staleChunks.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/strings.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/strings.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/tables.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/tables.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/tips.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/tips.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/zenodo.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/lib/zotero.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/main.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routeTree.gen.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/__root.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/app.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/apps/$appName.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/apps/index.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/apps.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/collaborators.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/datasets.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/environments.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/figures.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/files.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/history.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/index.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/local.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/notebooks.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/pipeline.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/presentations.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/publications.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/references.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/releases.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/software.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/tables.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/releases/$releaseName.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/$accountName/index.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/admin.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/datasets.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/index.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/new.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/orgs.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/projects.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout/settings.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/_layout.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/auth/google.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/auth/zenodo.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/auth/zotero.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/checkout.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/join/$token.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/login/device.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/login/index.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/recover-password.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/reset-password.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/signup.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/routes/verify-email.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/theme.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/src/vite-env.d.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tests/auth.setup.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tests/config.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tests/figures-pagination.spec.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tests/login.spec.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tests/reset-password.spec.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tests/user-settings.spec.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tests/utils/mailcatcher.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tests/utils/random.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tests/utils/user.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tsconfig.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/tsconfig.node.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/vite.config.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/frontend/vitest.config.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/scripts/build-push.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/scripts/build.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/scripts/deploy.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/scripts/pem-to-env.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/scripts/test-local.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/scripts/test.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/texmf-proxy/Dockerfile +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/texmf-proxy/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/hub/texmf-proxy/proxy.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/.yarnrc.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/babel.config.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/install.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/jest.config.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/jupyter-config/server-config/calkit.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/package.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/schema/plugin.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/__tests__/useQueries.spec.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/calkit-config.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/cell-output-marker.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/components/commit-dialog.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/components/environment-editor.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/components/notebook-registration.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/components/notebook-toolbar.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/components/pipeline-status-bar.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/components/project-info-editor.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/components/sidebar-settings.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/components/sidebar.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/components/stage-editor.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/feature-flags.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/file-browser-menu.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/hooks/__tests__/useQueries.test.tsx +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/hooks/useQueries.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/icons.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/index.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/io-tracker.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/pipeline-state.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/queryClient.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/request.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/src/shims-mainmenu.d.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/base.css +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/cell-output-marker.css +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/environment-editor.css +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/environment-selector.css +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/img/calkit-no-bg.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/index.css +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/index.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/notebook-toolbar.css +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/pipeline-status-bar.css +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/style/sidebar.css +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/tsconfig.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/tsconfig.test.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/ui-tests/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/ui-tests/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/ui-tests/jupyter_server_test_config.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/ui-tests/package.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/ui-tests/playwright.config.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/ui-tests/tests/calkit.spec.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/ui-tests/yarn.lock +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/jupyterlab-ext/yarn.lock +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/mkdocs.yml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/pyproject.toml +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/scripts/generate-docs-references.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/scripts/list-changes.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/scripts/make-calk9.sh +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/scripts/sync-docs.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/scripts/sync-resources.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/test/dvc-md5-dir/osx-arm64.txt +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/test/nb-julia.ipynb +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/test/nb-params.ipynb +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/test/nb-subdir.ipynb +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/test/pipeline.ipynb +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/test/script.py +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/test/test-log.log +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/uv.lock +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/.gitignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/.vscodeignore +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/LICENSE +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/README.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/changelog-notes.md +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/images/calkit-icon.svg +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/images/calkit-no-bg.png +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/package-lock.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/package.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/schemas/calkit.json +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/scripts/gen-changelog.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/scripts/set-proposed-api.js +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/environments.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/figures/core.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/figures/view.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/markdown/core.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/markdown/view.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/notebooks.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/pipeline/core.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/sidebar.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/test/environments.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/test/figures.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/test/kernel-selection.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/test/markdown.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/test/notebooks.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/test/pipeline.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/test/sidebar.test.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/src/types.ts +0 -0
- {calkit_python-0.45.1 → calkit_python-0.45.2}/vscode-ext/tsconfig.json +0 -0
|
@@ -286,9 +286,18 @@ def init(
|
|
|
286
286
|
needs_own_repo = True
|
|
287
287
|
if needs_own_repo:
|
|
288
288
|
subprocess.run(["git", "init"])
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
289
|
+
# A DVC repo can already exist here without a calkit.yaml, e.g., on
|
|
290
|
+
# platforms that set one up for us, so leave it alone rather than
|
|
291
|
+
# failing on DVC's refusal to initialize over an existing .dvc. The
|
|
292
|
+
# marker is .dvc/config, as elsewhere: a .dvc directory without one is
|
|
293
|
+
# an interrupted initialization, which has nothing worth keeping and
|
|
294
|
+
# which DVC will only initialize over with --force.
|
|
295
|
+
if os.path.isfile(os.path.join(".dvc", "config")) and not force:
|
|
296
|
+
typer.echo("DVC is already initialized")
|
|
297
|
+
else:
|
|
298
|
+
result = calkit.dvc.init(force=force or os.path.isdir(".dvc"))
|
|
299
|
+
if result != 0:
|
|
300
|
+
raise_error("Failed to initialize DVC")
|
|
292
301
|
# Ensure autostage is enabled for DVC
|
|
293
302
|
result = calkit.dvc.run_dvc_command(["config", "core.autostage", "true"])
|
|
294
303
|
if result != 0:
|
|
@@ -98,6 +98,60 @@ if sys.platform == "win32":
|
|
|
98
98
|
_tolerate_lock_release_failures()
|
|
99
99
|
|
|
100
100
|
|
|
101
|
+
def _hash_dirs_inside_nested_repos() -> None:
|
|
102
|
+
"""Make DVC hash directories that live inside nested DVC repos.
|
|
103
|
+
|
|
104
|
+
DVC's ``DvcIgnoreFilter`` prunes nested DVC repos (e.g. isolated
|
|
105
|
+
subprojects) when walking, so the parent never indexes a subproject's
|
|
106
|
+
``dvc.yaml`` and ``.dvc`` files as its own. The same walk hashes directory
|
|
107
|
+
deps and outs, though, and the subrepo check is order-dependent:
|
|
108
|
+
``_get_trie_pattern`` hands the starting directory's ``dnames`` to every
|
|
109
|
+
ancestor it visits, so a walk that starts inside the nested repo never
|
|
110
|
+
registers it, while the root-level index walk does. Whichever touches the
|
|
111
|
+
ignore trie first wins for the rest of the process. In practice a parent
|
|
112
|
+
stage depending on a directory inside an isolated subproject hashes it as
|
|
113
|
+
*empty* on ``status`` but not always on ``repro``, so ``dvc.lock`` and
|
|
114
|
+
``dvc status`` disagree and the stage is forever stale (or, worse, changes
|
|
115
|
+
in the subproject go unnoticed).
|
|
116
|
+
|
|
117
|
+
A walk that starts at or below a nested repo can only be a caller hashing
|
|
118
|
+
that path (the index walk always starts at the repo root), and the caller
|
|
119
|
+
named the path deliberately, so its contents must be hashed. Such walks
|
|
120
|
+
are routed through DVC's ``ignore_subrepos=False`` trie, which is built
|
|
121
|
+
separately, is deterministic, and still honors every ``.dvcignore`` on
|
|
122
|
+
the way down, including the nested repo's own.
|
|
123
|
+
"""
|
|
124
|
+
from dvc.ignore import DvcIgnoreFilter
|
|
125
|
+
from dvc.repo import Repo
|
|
126
|
+
|
|
127
|
+
original_walk = DvcIgnoreFilter.walk
|
|
128
|
+
|
|
129
|
+
def in_nested_repo(dvcignore: Any, path: str) -> bool:
|
|
130
|
+
fs = dvcignore.fs
|
|
131
|
+
root_dir = dvcignore.root_dir
|
|
132
|
+
current = fs.abspath(path)
|
|
133
|
+
if not fs.isin(current, root_dir):
|
|
134
|
+
return False
|
|
135
|
+
while current != root_dir:
|
|
136
|
+
if fs.exists(fs.join(current, Repo.DVC_DIR)):
|
|
137
|
+
return True
|
|
138
|
+
parent = fs.parent(current)
|
|
139
|
+
if parent == current:
|
|
140
|
+
return False
|
|
141
|
+
current = parent
|
|
142
|
+
return False
|
|
143
|
+
|
|
144
|
+
def walk(self: Any, fs: Any, path: str, **kwargs: Any) -> Any:
|
|
145
|
+
if "ignore_subrepos" not in kwargs and in_nested_repo(self, path):
|
|
146
|
+
kwargs["ignore_subrepos"] = False
|
|
147
|
+
return original_walk(self, fs, path, **kwargs)
|
|
148
|
+
|
|
149
|
+
DvcIgnoreFilter.walk = walk
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
_hash_dirs_inside_nested_repos()
|
|
153
|
+
|
|
154
|
+
|
|
101
155
|
# Default seconds to wait for DVC's repo-level lock during a pipeline run.
|
|
102
156
|
#
|
|
103
157
|
# DVC's own default is only 3 seconds (``dvc.lock.DEFAULT_TIMEOUT``), after
|
|
@@ -149,6 +149,25 @@ def test_init(tmp_dir):
|
|
|
149
149
|
# --force allows re-initialization without clobbering calkit.yaml
|
|
150
150
|
subprocess.check_call(["calkit", "init", "--force"], cwd="sub")
|
|
151
151
|
assert calkit.load_calkit_info(wdir="sub") == ck_info
|
|
152
|
+
# An existing DVC repo with no calkit.yaml is left alone rather than
|
|
153
|
+
# failing on DVC's refusal to initialize over an existing .dvc (#1013)
|
|
154
|
+
os.remove(os.path.join("sub", "calkit.yaml"))
|
|
155
|
+
assert os.path.isdir(os.path.join("sub", ".dvc"))
|
|
156
|
+
result = subprocess.run(
|
|
157
|
+
["calkit", "init"],
|
|
158
|
+
cwd="sub",
|
|
159
|
+
capture_output=True,
|
|
160
|
+
text=True,
|
|
161
|
+
)
|
|
162
|
+
assert result.returncode == 0
|
|
163
|
+
assert "already initialized" in result.stdout.lower()
|
|
164
|
+
assert os.path.isfile(os.path.join("sub", "calkit.yaml"))
|
|
165
|
+
assert calkit.load_calkit_info(wdir="sub") == {}
|
|
166
|
+
# A .dvc directory left behind by an interrupted init has no config in
|
|
167
|
+
# it, so it is re-initialized rather than taken for a working repo
|
|
168
|
+
os.remove(os.path.join("sub", ".dvc", "config"))
|
|
169
|
+
subprocess.check_call(["calkit", "init"], cwd="sub")
|
|
170
|
+
assert os.path.isfile(os.path.join("sub", ".dvc", "config"))
|
|
152
171
|
# --no-commit stages the initial files without committing, so a
|
|
153
172
|
# bootstrap (as run by xr) can be rolled back by restoring files
|
|
154
173
|
os.makedirs("nocommit")
|
|
@@ -4,6 +4,7 @@ import os
|
|
|
4
4
|
import subprocess
|
|
5
5
|
|
|
6
6
|
import calkit
|
|
7
|
+
import calkit.dvc
|
|
7
8
|
import calkit.pipeline
|
|
8
9
|
|
|
9
10
|
|
|
@@ -375,6 +376,106 @@ def test_isolated_subproject_external_dep(tmp_dir):
|
|
|
375
376
|
assert not status.is_stale
|
|
376
377
|
|
|
377
378
|
|
|
379
|
+
def test_isolated_subproject_dir_dep(tmp_dir):
|
|
380
|
+
# A parent stage depending on a *directory* inside an isolated
|
|
381
|
+
# subproject: DVC prunes nested repos when walking, so without calkit's
|
|
382
|
+
# workaround the directory hashes as empty on status (but not always on
|
|
383
|
+
# repro), leaving the stage forever stale and blind to subproject changes.
|
|
384
|
+
def write_sub(b_content):
|
|
385
|
+
# Create the output directory here, since mkdir -p doesn't work in
|
|
386
|
+
# cmd.exe on Windows
|
|
387
|
+
os.makedirs("sub/figs", exist_ok=True)
|
|
388
|
+
write_ck_info(
|
|
389
|
+
"sub/calkit.yaml",
|
|
390
|
+
{
|
|
391
|
+
"pipeline": {
|
|
392
|
+
"stages": {
|
|
393
|
+
"make-figs": make_stage(
|
|
394
|
+
"echo a > figs/a.txt && "
|
|
395
|
+
f"echo {b_content} > figs/b.txt",
|
|
396
|
+
outputs=[
|
|
397
|
+
{"path": "figs/a.txt", "storage": "git"},
|
|
398
|
+
{"path": "figs/b.txt", "storage": "git"},
|
|
399
|
+
],
|
|
400
|
+
)
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
)
|
|
405
|
+
calkit.pipeline.to_dvc(wdir="sub", write=True, manage_gitignore=False)
|
|
406
|
+
|
|
407
|
+
subprocess.check_call(["calkit", "init"])
|
|
408
|
+
init_isolated_subproject("sub", {})
|
|
409
|
+
write_sub("b")
|
|
410
|
+
write_ck_info(
|
|
411
|
+
"calkit.yaml",
|
|
412
|
+
{
|
|
413
|
+
"subprojects": [{"path": "sub"}],
|
|
414
|
+
"pipeline": {
|
|
415
|
+
"stages": {
|
|
416
|
+
"consume": make_stage(
|
|
417
|
+
"cat sub/figs/* > parent.txt",
|
|
418
|
+
inputs=["sub/figs/"],
|
|
419
|
+
outputs=[{"path": "parent.txt", "storage": "git"}],
|
|
420
|
+
)
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
},
|
|
424
|
+
)
|
|
425
|
+
subprocess.check_call(["calkit", "run"])
|
|
426
|
+
# Windows' echo leaves trailing spaces, so compare tokens
|
|
427
|
+
with open("parent.txt") as f:
|
|
428
|
+
assert f.read().split() == ["a", "b"]
|
|
429
|
+
# The lock must record the directory's real contents, not an empty dir
|
|
430
|
+
with open("dvc.lock") as f:
|
|
431
|
+
lock = calkit.ryaml.load(f)
|
|
432
|
+
figs_dep = [
|
|
433
|
+
d
|
|
434
|
+
for d in lock["stages"]["consume"]["deps"]
|
|
435
|
+
if d["path"] == "sub/figs/"
|
|
436
|
+
][0]
|
|
437
|
+
assert figs_dep["nfiles"] == 2
|
|
438
|
+
# And status must agree with the lock
|
|
439
|
+
status = calkit.pipeline.get_status(
|
|
440
|
+
check_environments=False, compile_to_dvc=False
|
|
441
|
+
)
|
|
442
|
+
assert not status.is_stale
|
|
443
|
+
# Hashing must not depend on whether the index walk (which registers the
|
|
444
|
+
# subrepo in DVC's ignore trie) ran first
|
|
445
|
+
repo = calkit.dvc.get_dvc_repo()
|
|
446
|
+
list(repo.index.stages)
|
|
447
|
+
found = sorted(
|
|
448
|
+
os.path.relpath(p)
|
|
449
|
+
for p in repo.dvcignore.find(repo.fs, os.path.abspath("sub/figs"))
|
|
450
|
+
)
|
|
451
|
+
assert found == [
|
|
452
|
+
os.path.join("sub", "figs", "a.txt"),
|
|
453
|
+
os.path.join("sub", "figs", "b.txt"),
|
|
454
|
+
]
|
|
455
|
+
# The index walk still keeps the subproject's own pipeline out of the
|
|
456
|
+
# parent's index
|
|
457
|
+
assert {s.addressing for s in repo.index.stages} == {"sub", "consume"}
|
|
458
|
+
# A change inside the subproject propagates to the parent stage
|
|
459
|
+
write_sub("c")
|
|
460
|
+
subprocess.check_call(["calkit", "run"])
|
|
461
|
+
with open("parent.txt") as f:
|
|
462
|
+
assert f.read().split() == ["a", "c"]
|
|
463
|
+
status = calkit.pipeline.get_status(
|
|
464
|
+
check_environments=False, compile_to_dvc=False
|
|
465
|
+
)
|
|
466
|
+
assert not status.is_stale
|
|
467
|
+
# Editing a file in the directory makes the parent stage stale
|
|
468
|
+
with open("sub/figs/a.txt", "w") as f:
|
|
469
|
+
f.write("z\n")
|
|
470
|
+
status = calkit.pipeline.get_status(
|
|
471
|
+
check_environments=False, compile_to_dvc=False
|
|
472
|
+
)
|
|
473
|
+
assert status.is_stale
|
|
474
|
+
assert [
|
|
475
|
+
p.rstrip("/") for p in status.stale_stages["consume"].modified_inputs
|
|
476
|
+
] == ["sub/figs"]
|
|
477
|
+
|
|
478
|
+
|
|
378
479
|
def test_targeted_status_uses_full_subproject_status_for_stage_targets(
|
|
379
480
|
tmp_dir, monkeypatch
|
|
380
481
|
):
|
|
@@ -32,7 +32,7 @@ const CHROME_EXT_URL =
|
|
|
32
32
|
const AccountSetupCard = ({ projectCount }: { projectCount: number }) => {
|
|
33
33
|
const showToast = useCustomToast()
|
|
34
34
|
const overleafModal = useDisclosure()
|
|
35
|
-
const { accountFlags, setFlag } = useOnboardingFlags()
|
|
35
|
+
const { accountFlags, setFlag, flagsLoading } = useOnboardingFlags()
|
|
36
36
|
const connectedAccountsQuery = useQuery({
|
|
37
37
|
queryKey: ["user", "connected-accounts"],
|
|
38
38
|
queryFn: () =>
|
|
@@ -60,7 +60,10 @@ const AccountSetupCard = ({ projectCount }: { projectCount: number }) => {
|
|
|
60
60
|
projectCount,
|
|
61
61
|
flags: accountFlags,
|
|
62
62
|
})
|
|
63
|
-
|
|
63
|
+
// Nothing shows until both the connected accounts and the user's flags
|
|
64
|
+
// are in hand: a card rendered on either one alone flashes a full
|
|
65
|
+
// checklist at a user who finished or dismissed it long ago.
|
|
66
|
+
if (connectedAccountsQuery.isPending || flagsLoading) {
|
|
64
67
|
return null
|
|
65
68
|
}
|
|
66
69
|
const actions: Record<string, React.ReactNode> = {
|
|
@@ -41,7 +41,7 @@ const ProjectChecklist = ({
|
|
|
41
41
|
projectName,
|
|
42
42
|
projectId,
|
|
43
43
|
}: ProjectChecklistProps) => {
|
|
44
|
-
const { projectFlags, setFlag } = useOnboardingFlags(projectId)
|
|
44
|
+
const { projectFlags, setFlag, flagsLoading } = useOnboardingFlags(projectId)
|
|
45
45
|
const { questionsRequest } = useProjectQuestions(accountName, projectName)
|
|
46
46
|
// Both of these read the project's repo, which the page has already had
|
|
47
47
|
// cloned and cached for the README and showcase, so they're cheap here
|
|
@@ -86,7 +86,9 @@ const ProjectChecklist = ({
|
|
|
86
86
|
// someone whose project is already in good shape, which is the worst
|
|
87
87
|
// first impression this card can make. A read that failed outright says
|
|
88
88
|
// nothing about the project either, so that's no reason to show one.
|
|
89
|
-
|
|
89
|
+
// The flags say whether this list was dismissed, so they have to land
|
|
90
|
+
// before anything renders for the same reason.
|
|
91
|
+
if (reproCheckQuery.isPending || reproCheckQuery.isError || flagsLoading) {
|
|
90
92
|
return null
|
|
91
93
|
}
|
|
92
94
|
const actions: Record<string, React.ReactNode> = {
|
|
@@ -72,6 +72,10 @@ const useOnboardingFlags = (projectId?: string | null) => {
|
|
|
72
72
|
)
|
|
73
73
|
return {
|
|
74
74
|
flagsQuery,
|
|
75
|
+
// Whether the flags are still on their way. A checklist rendered before
|
|
76
|
+
// they land reads as undismissed and unchecked, which flashes a fresh
|
|
77
|
+
// user's checklist at someone who put it away months ago.
|
|
78
|
+
flagsLoading: flagsQuery.isLoading,
|
|
75
79
|
accountFlags,
|
|
76
80
|
projectFlags,
|
|
77
81
|
setFlag,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Install Calkit with uv (installing the latter if it isn't yet)
|
|
2
|
+
|
|
3
|
+
# Every statement below is kept on a single line so the script still does the
|
|
4
|
+
# right thing when a shell feeds it to `iex` one line at a time, which is what
|
|
5
|
+
# happens if the quoting around `irm ... | iex` is lost and the outer shell,
|
|
6
|
+
# rather than the inner one, ends up handling the pipe (see issue #1569)
|
|
7
|
+
|
|
8
|
+
# Check if uv is installed
|
|
9
|
+
if (-not (Get-Command uv -ErrorAction SilentlyContinue)) { Write-Host "Installing uv"; powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" } else { Write-Host "uv is already installed" }
|
|
10
|
+
|
|
11
|
+
# uv and the tools it installs go in ~\.local\bin, which this process won't
|
|
12
|
+
# have on its PATH, since it started before uv put it there
|
|
13
|
+
$env:Path = "$env:USERPROFILE\.local\bin;$env:Path"
|
|
14
|
+
|
|
15
|
+
if (-not (Get-Command uv -ErrorAction SilentlyContinue)) { throw "Failed to install uv; please install it manually from https://docs.astral.sh/uv/getting-started/installation/" }
|
|
16
|
+
|
|
17
|
+
# Install Calkit using uv
|
|
18
|
+
Write-Host "Installing Calkit"
|
|
19
|
+
uv tool install --upgrade calkit-python --python=3.14
|
|
20
|
+
if ($LASTEXITCODE -ne 0) { throw "Failed to install Calkit; please check your uv installation" }
|
|
21
|
+
|
|
22
|
+
# Install shell completion, per command name, so the `ck` alias gets it too
|
|
23
|
+
Write-Host "Installing shell completion"
|
|
24
|
+
foreach ($cmd in @("calkit", "ck")) { & $cmd --install-completion; if ($LASTEXITCODE -ne 0) { Write-Warning "Failed to install shell completion for '$cmd'; run '$cmd --install-completion' manually" } }
|
|
25
|
+
|
|
26
|
+
Write-Host "Success! Restart your shell to pick up Calkit on your PATH."
|
|
@@ -22,11 +22,14 @@ if ! uv tool install --upgrade calkit-python --python=3.14; then
|
|
|
22
22
|
exit 1
|
|
23
23
|
fi
|
|
24
24
|
|
|
25
|
+
# Completion is installed per command name, so the `ck` alias gets it too
|
|
25
26
|
echo "Installing shell completion"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
for cmd in calkit ck; do
|
|
28
|
+
if ! $cmd --install-completion; then
|
|
29
|
+
echo "⚠️ Failed to install shell completion for '$cmd'; run '$cmd --install-completion' manually"
|
|
30
|
+
else
|
|
31
|
+
echo "✅ Shell completion installed for '$cmd'"
|
|
32
|
+
fi
|
|
33
|
+
done
|
|
31
34
|
|
|
32
35
|
echo "✅ Success! 🚀"
|
|
@@ -31,6 +31,11 @@ import type {
|
|
|
31
31
|
StaleStageDetail,
|
|
32
32
|
} from "./types";
|
|
33
33
|
import { dvcStageOutputPaths } from "./pipeline/core";
|
|
34
|
+
import {
|
|
35
|
+
formatYamlSyntaxError,
|
|
36
|
+
yamlSyntaxError,
|
|
37
|
+
type YamlSyntaxError,
|
|
38
|
+
} from "./yaml";
|
|
34
39
|
import { CalkitSidebarProvider } from "./sidebar";
|
|
35
40
|
import {
|
|
36
41
|
resolveFigureRefStage,
|
|
@@ -138,6 +143,9 @@ const execFileAsync = promisify(execFile);
|
|
|
138
143
|
const DEFAULT_MIN_CALKIT_VERSION = "0.41.15";
|
|
139
144
|
const DEFAULT_NOTEBOOK_SLURM_TIME = "120";
|
|
140
145
|
const CALKIT_INSTALL_DOCS_URL = "https://docs.calkit.org/installation";
|
|
146
|
+
const WINDOWS_INSTALL_SCRIPT = "irm install-ps1.calkit.org | iex";
|
|
147
|
+
const WINDOWS_INSTALL_COMMAND = `powershell -ExecutionPolicy ByPass -c "${WINDOWS_INSTALL_SCRIPT}"`;
|
|
148
|
+
const UNIX_INSTALL_COMMAND = "curl -LsSf install.calkit.org | sh";
|
|
141
149
|
const MISSING_IJULIA_ERROR_TEXT =
|
|
142
150
|
"IJulia is not installed in this Julia environment";
|
|
143
151
|
|
|
@@ -1531,32 +1539,54 @@ async function promptCalkitInstallOrUpgrade(options: {
|
|
|
1531
1539
|
return;
|
|
1532
1540
|
}
|
|
1533
1541
|
|
|
1534
|
-
const
|
|
1535
|
-
if (!
|
|
1542
|
+
const selected = await pickCalkitSetupCommand(options.mode);
|
|
1543
|
+
if (!selected) {
|
|
1536
1544
|
return;
|
|
1537
1545
|
}
|
|
1538
|
-
|
|
1539
|
-
|
|
1546
|
+
// The PowerShell installer runs as the terminal's own shell rather than as
|
|
1547
|
+
// text typed into one. VS Code hands these arguments to the process
|
|
1548
|
+
// directly, so nothing can strip the quotes that keep `irm ... | iex`
|
|
1549
|
+
// inside -Command; when they were stripped, the outer shell took the pipe
|
|
1550
|
+
// and fed the script to `iex` a line at a time, which fails (issue #1569).
|
|
1551
|
+
const terminal = selected.powershell
|
|
1552
|
+
? vscode.window.createTerminal({
|
|
1553
|
+
name: "Calkit Setup",
|
|
1554
|
+
shellPath: "powershell.exe",
|
|
1555
|
+
shellArgs: [
|
|
1556
|
+
"-NoExit",
|
|
1557
|
+
"-ExecutionPolicy",
|
|
1558
|
+
"ByPass",
|
|
1559
|
+
"-Command",
|
|
1560
|
+
WINDOWS_INSTALL_SCRIPT,
|
|
1561
|
+
],
|
|
1562
|
+
})
|
|
1563
|
+
: vscode.window.createTerminal("Calkit Setup");
|
|
1540
1564
|
terminal.show(true);
|
|
1541
|
-
|
|
1565
|
+
if (!selected.powershell) {
|
|
1566
|
+
terminal.sendText(selected.command, true);
|
|
1567
|
+
}
|
|
1542
1568
|
void vscode.window.showInformationMessage(
|
|
1543
1569
|
"Started Calkit setup command in terminal. After it finishes, reload VS Code.",
|
|
1544
1570
|
);
|
|
1545
1571
|
}
|
|
1546
1572
|
|
|
1573
|
+
interface CalkitSetupCommand extends vscode.QuickPickItem {
|
|
1574
|
+
/** The command line, as documented. */
|
|
1575
|
+
command: string;
|
|
1576
|
+
/** Run it as a PowerShell process instead of typing it into a terminal. */
|
|
1577
|
+
powershell?: boolean;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1547
1580
|
async function pickCalkitSetupCommand(
|
|
1548
1581
|
mode: "install" | "upgrade",
|
|
1549
|
-
): Promise<
|
|
1582
|
+
): Promise<CalkitSetupCommand | undefined> {
|
|
1550
1583
|
const isWindows = process.platform === "win32";
|
|
1551
|
-
const installItems = [
|
|
1584
|
+
const installItems: CalkitSetupCommand[] = [
|
|
1552
1585
|
{
|
|
1553
1586
|
label: "Official installer (recommended)",
|
|
1554
|
-
description: isWindows
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
command: isWindows
|
|
1558
|
-
? 'powershell -ExecutionPolicy ByPass -c "irm install-ps1.calkit.org | iex"'
|
|
1559
|
-
: "curl -LsSf install.calkit.org | sh",
|
|
1587
|
+
description: isWindows ? WINDOWS_INSTALL_COMMAND : UNIX_INSTALL_COMMAND,
|
|
1588
|
+
command: isWindows ? WINDOWS_INSTALL_COMMAND : UNIX_INSTALL_COMMAND,
|
|
1589
|
+
powershell: isWindows,
|
|
1560
1590
|
},
|
|
1561
1591
|
{
|
|
1562
1592
|
label: "uv tool",
|
|
@@ -1576,15 +1606,14 @@ async function pickCalkitSetupCommand(
|
|
|
1576
1606
|
},
|
|
1577
1607
|
{
|
|
1578
1608
|
label: "Windows PowerShell installer",
|
|
1579
|
-
description:
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
'powershell -ExecutionPolicy ByPass -c "irm install-ps1.calkit.org | iex"',
|
|
1609
|
+
description: WINDOWS_INSTALL_COMMAND,
|
|
1610
|
+
command: WINDOWS_INSTALL_COMMAND,
|
|
1611
|
+
powershell: true,
|
|
1583
1612
|
},
|
|
1584
1613
|
{
|
|
1585
1614
|
label: "Linux/macOS installer",
|
|
1586
|
-
description:
|
|
1587
|
-
command:
|
|
1615
|
+
description: UNIX_INSTALL_COMMAND,
|
|
1616
|
+
command: UNIX_INSTALL_COMMAND,
|
|
1588
1617
|
},
|
|
1589
1618
|
];
|
|
1590
1619
|
|
|
@@ -1593,7 +1622,7 @@ async function pickCalkitSetupCommand(
|
|
|
1593
1622
|
placeHolder: "Choose an installation command to run in terminal",
|
|
1594
1623
|
matchOnDescription: true,
|
|
1595
1624
|
});
|
|
1596
|
-
return selected
|
|
1625
|
+
return selected;
|
|
1597
1626
|
}
|
|
1598
1627
|
|
|
1599
1628
|
export function deactivate(): void {
|
|
@@ -1628,7 +1657,15 @@ async function readDvcYaml(
|
|
|
1628
1657
|
if (isFileNotFoundError(error)) {
|
|
1629
1658
|
return {};
|
|
1630
1659
|
}
|
|
1631
|
-
|
|
1660
|
+
// Logged rather than shown: dvc.yaml is generated from calkit.yaml, so a
|
|
1661
|
+
// syntax error in it is already being reported against its source, and a
|
|
1662
|
+
// read that lands mid-write shouldn't raise a notification.
|
|
1663
|
+
const syntaxError = yamlSyntaxError(error);
|
|
1664
|
+
log(
|
|
1665
|
+
syntaxError
|
|
1666
|
+
? formatYamlSyntaxError("dvc.yaml", syntaxError)
|
|
1667
|
+
: `Failed to read dvc.yaml: ${String(error)}`,
|
|
1668
|
+
);
|
|
1632
1669
|
return undefined;
|
|
1633
1670
|
}
|
|
1634
1671
|
}
|
|
@@ -4099,18 +4136,80 @@ async function readCalkitConfig(
|
|
|
4099
4136
|
const bytes = await vscode.workspace.fs.readFile(fileUri);
|
|
4100
4137
|
const raw = Buffer.from(bytes).toString("utf8");
|
|
4101
4138
|
const parsed = YAML.parse(raw) as CalkitInfo | undefined;
|
|
4139
|
+
clearYamlProblem(fileUri);
|
|
4102
4140
|
return parsed ?? {};
|
|
4103
4141
|
} catch (error) {
|
|
4104
4142
|
if (isFileNotFoundError(error)) {
|
|
4143
|
+
clearYamlProblem(fileUri);
|
|
4105
4144
|
return {};
|
|
4106
4145
|
}
|
|
4107
|
-
|
|
4108
|
-
`Failed to read calkit.yaml: ${String(error)}`,
|
|
4109
|
-
);
|
|
4146
|
+
reportYamlProblem(fileUri, error);
|
|
4110
4147
|
return undefined;
|
|
4111
4148
|
}
|
|
4112
4149
|
}
|
|
4113
4150
|
|
|
4151
|
+
// A file we can't read is reported once per distinct problem: the config is
|
|
4152
|
+
// re-read on every refresh, so a broken file would otherwise stack up an
|
|
4153
|
+
// unbounded pile of identical notifications.
|
|
4154
|
+
const reportedYamlProblems = new Map<string, string>();
|
|
4155
|
+
|
|
4156
|
+
function clearYamlProblem(fileUri: vscode.Uri): void {
|
|
4157
|
+
reportedYamlProblems.delete(fileUri.fsPath);
|
|
4158
|
+
}
|
|
4159
|
+
|
|
4160
|
+
function reportYamlProblem(fileUri: vscode.Uri, error: unknown): void {
|
|
4161
|
+
const fileName = path.basename(fileUri.fsPath);
|
|
4162
|
+
const syntaxError = yamlSyntaxError(error);
|
|
4163
|
+
const message = syntaxError
|
|
4164
|
+
? formatYamlSyntaxError(fileName, syntaxError)
|
|
4165
|
+
: `Failed to read ${fileName}: ${String(error)}`;
|
|
4166
|
+
log(message);
|
|
4167
|
+
if (reportedYamlProblems.get(fileUri.fsPath) === message) {
|
|
4168
|
+
return;
|
|
4169
|
+
}
|
|
4170
|
+
reportedYamlProblems.set(fileUri.fsPath, message);
|
|
4171
|
+
// Not awaited: reads happen during refreshes that shouldn't block on the
|
|
4172
|
+
// user dismissing a notification.
|
|
4173
|
+
void (async () => {
|
|
4174
|
+
const openAction = `Open ${fileName}`;
|
|
4175
|
+
const choice = await vscode.window.showErrorMessage(message, openAction);
|
|
4176
|
+
if (choice === openAction) {
|
|
4177
|
+
await revealYamlProblem(fileUri, syntaxError);
|
|
4178
|
+
}
|
|
4179
|
+
})().catch((openError: unknown) => {
|
|
4180
|
+
// The file can be deleted, or lose read permission, between the
|
|
4181
|
+
// notification and the click, so opening it is allowed to fail.
|
|
4182
|
+
const failure = `Failed to open ${fileName}: ${String(openError)}`;
|
|
4183
|
+
log(failure);
|
|
4184
|
+
void vscode.window.showErrorMessage(failure);
|
|
4185
|
+
});
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4188
|
+
async function revealYamlProblem(
|
|
4189
|
+
fileUri: vscode.Uri,
|
|
4190
|
+
syntaxError: YamlSyntaxError | undefined,
|
|
4191
|
+
): Promise<void> {
|
|
4192
|
+
const document = await vscode.workspace.openTextDocument(fileUri);
|
|
4193
|
+
const editor = await vscode.window.showTextDocument(document);
|
|
4194
|
+
if (syntaxError?.line === undefined) {
|
|
4195
|
+
return;
|
|
4196
|
+
}
|
|
4197
|
+
// The parser reports one-based positions, and it can point past the end of
|
|
4198
|
+
// the file, so clamp before jumping there.
|
|
4199
|
+
const line = Math.min(syntaxError.line - 1, document.lineCount - 1);
|
|
4200
|
+
const position = document.validatePosition(
|
|
4201
|
+
new vscode.Position(
|
|
4202
|
+
Math.max(line, 0),
|
|
4203
|
+
Math.max((syntaxError.column ?? 1) - 1, 0),
|
|
4204
|
+
),
|
|
4205
|
+
);
|
|
4206
|
+
editor.selection = new vscode.Selection(position, position);
|
|
4207
|
+
editor.revealRange(
|
|
4208
|
+
new vscode.Range(position, position),
|
|
4209
|
+
vscode.TextEditorRevealType.InCenter,
|
|
4210
|
+
);
|
|
4211
|
+
}
|
|
4212
|
+
|
|
4114
4213
|
async function fileExists(fsPath: string): Promise<boolean> {
|
|
4115
4214
|
try {
|
|
4116
4215
|
await vscode.workspace.fs.stat(vscode.Uri.file(fsPath));
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import assert from "node:assert/strict";
|
|
2
|
+
import test from "node:test";
|
|
3
|
+
import YAML from "yaml";
|
|
4
|
+
|
|
5
|
+
import { formatYamlSyntaxError, yamlSyntaxError } from "../yaml";
|
|
6
|
+
|
|
7
|
+
test("yamlSyntaxError describes parse failures and ignores other errors", () => {
|
|
8
|
+
// A block sequence used as an implicit map key, as reported in issue #1567
|
|
9
|
+
const raw = [
|
|
10
|
+
"stages:",
|
|
11
|
+
" build:",
|
|
12
|
+
" cmd: echo hi",
|
|
13
|
+
"- --export=ALL",
|
|
14
|
+
].join("\n");
|
|
15
|
+
let caught: unknown;
|
|
16
|
+
try {
|
|
17
|
+
YAML.parse(raw);
|
|
18
|
+
} catch (error) {
|
|
19
|
+
caught = error;
|
|
20
|
+
}
|
|
21
|
+
assert.ok(caught, "expected malformed YAML to throw");
|
|
22
|
+
const described = yamlSyntaxError(caught);
|
|
23
|
+
assert.ok(described);
|
|
24
|
+
// The parser's " at line L, column C:" suffix and source snippet are
|
|
25
|
+
// stripped, since the position is rendered separately
|
|
26
|
+
assert.ok(!described.message.includes("at line"));
|
|
27
|
+
assert.ok(!described.message.includes("\n"));
|
|
28
|
+
assert.equal(typeof described.line, "number");
|
|
29
|
+
assert.equal(typeof described.column, "number");
|
|
30
|
+
// Non-parse errors are left for the caller to handle
|
|
31
|
+
assert.equal(yamlSyntaxError(new Error("EACCES")), undefined);
|
|
32
|
+
assert.equal(yamlSyntaxError(undefined), undefined);
|
|
33
|
+
// Valid YAML doesn't throw at all
|
|
34
|
+
assert.deepEqual(YAML.parse("a: 1"), { a: 1 });
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
test("formatYamlSyntaxError names the file and whatever position is known", () => {
|
|
38
|
+
assert.equal(
|
|
39
|
+
formatYamlSyntaxError("calkit.yaml", {
|
|
40
|
+
message: "Bad indent",
|
|
41
|
+
line: 368,
|
|
42
|
+
column: 1,
|
|
43
|
+
}),
|
|
44
|
+
"calkit.yaml has a YAML syntax error at line 368, column 1: Bad indent",
|
|
45
|
+
);
|
|
46
|
+
assert.equal(
|
|
47
|
+
formatYamlSyntaxError("dvc.yaml", { message: "Bad indent", line: 2 }),
|
|
48
|
+
"dvc.yaml has a YAML syntax error at line 2: Bad indent",
|
|
49
|
+
);
|
|
50
|
+
assert.equal(
|
|
51
|
+
formatYamlSyntaxError("dvc.yaml", { message: "Bad indent" }),
|
|
52
|
+
"dvc.yaml has a YAML syntax error: Bad indent",
|
|
53
|
+
);
|
|
54
|
+
});
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { YAMLParseError } from "yaml";
|
|
2
|
+
|
|
3
|
+
export interface YamlSyntaxError {
|
|
4
|
+
/** Parser message, with its trailing position and source snippet removed. */
|
|
5
|
+
message: string;
|
|
6
|
+
/** One-based line the parser flagged, if it reported one. */
|
|
7
|
+
line?: number;
|
|
8
|
+
/** One-based column the parser flagged, if it reported one. */
|
|
9
|
+
column?: number;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// The `yaml` package appends " at line L, column C:" plus a snippet of the
|
|
13
|
+
// offending source to every parse error message. That reads poorly in a
|
|
14
|
+
// notification, and we render the position ourselves.
|
|
15
|
+
const POSITION_SUFFIX = / at line \d+, column \d+:?[\s\S]*$/;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Describe a YAML parse failure, or return undefined for other errors.
|
|
19
|
+
*
|
|
20
|
+
* Errors from reading the file (missing, unreadable) are not syntax errors,
|
|
21
|
+
* so callers can keep handling those separately.
|
|
22
|
+
*/
|
|
23
|
+
export function yamlSyntaxError(error: unknown): YamlSyntaxError | undefined {
|
|
24
|
+
if (!(error instanceof YAMLParseError)) {
|
|
25
|
+
return undefined;
|
|
26
|
+
}
|
|
27
|
+
const pos = error.linePos?.[0];
|
|
28
|
+
return {
|
|
29
|
+
message: error.message.replace(POSITION_SUFFIX, "").trim(),
|
|
30
|
+
line: pos?.line,
|
|
31
|
+
column: pos?.col,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/** Render a syntax error as a single line naming the file and position. */
|
|
36
|
+
export function formatYamlSyntaxError(
|
|
37
|
+
fileName: string,
|
|
38
|
+
error: YamlSyntaxError,
|
|
39
|
+
): string {
|
|
40
|
+
const where =
|
|
41
|
+
error.line === undefined
|
|
42
|
+
? ""
|
|
43
|
+
: error.column === undefined
|
|
44
|
+
? ` at line ${error.line}`
|
|
45
|
+
: ` at line ${error.line}, column ${error.column}`;
|
|
46
|
+
return `${fileName} has a YAML syntax error${where}: ${error.message}`;
|
|
47
|
+
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# First, check if uv is installed
|
|
2
|
-
if (-not (Get-Command uv -ErrorAction SilentlyContinue)) {
|
|
3
|
-
# Install uv
|
|
4
|
-
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
# Install Calkit using uv
|
|
8
|
-
uv tool install --upgrade calkit-python --python=3.14
|
|
9
|
-
|
|
10
|
-
# Install shell completion
|
|
11
|
-
calkit --install-completion
|