ellf-cli 10.0.2__tar.gz → 11.0.1__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.
- {ellf_cli-10.0.2/ellf_cli.egg-info → ellf_cli-11.0.1}/PKG-INFO +1 -1
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/about.json +1 -1
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf.json +4 -3
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/query.py +16 -2
- {ellf_cli-10.0.2 → ellf_cli-11.0.1/ellf_cli.egg-info}/PKG-INFO +1 -1
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_query.py +103 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/LICENSE +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/MANIFEST.in +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/README.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/__init__.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/__main__.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/about.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/appdirs.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/auth.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/cli.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/cloud/__init__.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/cloud/gcp.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/cluster_config.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/__init__.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/_cluster_select.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/_org_select.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/_recipe_file.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/_recipe_subcommand.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/_state.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/actions.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/agents.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/assets.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/auth.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/clusters.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/config.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/datasets.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/files/__init__.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/files/cp.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/files/ls.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/files/rm.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/files/rsync.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/files/stats.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/general.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/import_export.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/__init__.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/_helpers.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/deploy.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/init_values.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/provision.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/register.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/setup.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/start.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/terraform.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/infra/tls.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/jobs.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/packages.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/paths.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/plans.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/projects.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/publish_code.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/publish_data.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/recipes.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/secrets.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/services.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/support.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/tasks.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/commands/todos.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/config.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/.claude-plugin/plugin.json +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/.gitignore +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skill_variants.json +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/annotation_audit.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/annotation_audit.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_prodigy_recipes.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-ask/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-handoff/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/annotation_metrics.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/training_monitoring.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/annotation_metrics.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/training_monitoring.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/scripts/check_training.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-ops.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-ops.coding/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-ops.coding/references/data_infra_cli.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-ops.coding/scripts/run_job.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-patterns/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-patterns/references/pattern_strategies.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_action_recipe.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_agent_recipe.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_blocks_ui.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_correct.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_custom_ui.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_manual.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_pages_ui.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_routing.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_task_recipe.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_teach.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/builtin_recipes.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/ellf_recipe_sdk.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/lint_recipe.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/prodigy_recipe_api.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/template_index.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/consulting_patterns.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/explosion_strategy.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.coding/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/consulting_patterns.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/explosion_strategy.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-todo/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/diagnostics.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/evaluation_guide.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/model_selection.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/training_paradigms.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/workflow.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/SKILL.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_advanced.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_architectures.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_training.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/diagnostics.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/evaluation_guide.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/experiment_patterns.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/model_selection.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_paradigms.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_troubleshooting.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/workflow.md +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.coding/scripts/ellf_logger.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/errors.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/helm.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/key_pair.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/main.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/messages.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/cookiecutter.json +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/.gitignore +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/README.md.tmpl +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements-dev.in +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements.in +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/setup.py.tmpl +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/__init__.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/about.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/__init__.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/example_task.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/testing/__init__.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ty.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ui.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/url.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/util.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli.egg-info/SOURCES.txt +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli.egg-info/dependency_links.txt +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli.egg-info/entry_points.txt +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli.egg-info/not-zip-safe +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli.egg-info/requires.txt +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli.egg-info/top_level.txt +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/pyproject.toml +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/setup.cfg +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/setup.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_appdirs.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_auth.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_config.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_errors.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_files_cp.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_files_cp_helpers.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_info.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_invalid_secrets.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_key_pair.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_login.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_logout.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_main.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_org_select.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_plans.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_projects.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_recipe_file.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_recipes.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_state.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_support.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_ty.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_ui.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_ui_extras.py +0 -0
- {ellf_cli-10.0.2 → ellf_cli-11.0.1}/tests/test_util.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prog": "ellf",
|
|
3
3
|
"help": "Ellf Command Line Interface.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "11.0.0",
|
|
5
5
|
"extra_key": "_extra",
|
|
6
6
|
"commands": {
|
|
7
7
|
"actions": {
|
|
@@ -356,11 +356,12 @@
|
|
|
356
356
|
"api",
|
|
357
357
|
"cluster",
|
|
358
358
|
"id",
|
|
359
|
-
"ci"
|
|
359
|
+
"ci",
|
|
360
|
+
"ellf-core"
|
|
360
361
|
],
|
|
361
362
|
"has_converter": false,
|
|
362
363
|
"type": "str",
|
|
363
|
-
"orig_type": "Literal[api, cluster, id, ci]"
|
|
364
|
+
"orig_type": "Literal[api, cluster, id, ci, ellf-core]"
|
|
364
365
|
}
|
|
365
366
|
],
|
|
366
367
|
"description": "\nReturn an auth token for the current user\n",
|
|
@@ -826,7 +826,11 @@ def delete_job(job: _JobT, auth: AuthState, quiet: bool = False) -> _JobT:
|
|
|
826
826
|
|
|
827
827
|
|
|
828
828
|
def check_job_started(
|
|
829
|
-
job: _JobT,
|
|
829
|
+
job: _JobT,
|
|
830
|
+
auth: AuthState,
|
|
831
|
+
*,
|
|
832
|
+
wait_seconds: int = 60 * 2,
|
|
833
|
+
not_found_grace_seconds: int = 10,
|
|
830
834
|
) -> _JobT | None:
|
|
831
835
|
job_type = _get_job_type(job)
|
|
832
836
|
started_states = {
|
|
@@ -846,7 +850,7 @@ def check_job_started(
|
|
|
846
850
|
from .ui import loading
|
|
847
851
|
|
|
848
852
|
with loading(Messages.T034.format(noun=job_type)):
|
|
849
|
-
for
|
|
853
|
+
for attempt in range(wait_seconds):
|
|
850
854
|
try:
|
|
851
855
|
status = auth.broker_client.jobs.get_status(job.id)
|
|
852
856
|
except (httpx.HTTPError, BrokerError):
|
|
@@ -858,6 +862,16 @@ def check_job_started(
|
|
|
858
862
|
and getattr(status, "health", None) not in failed_healths
|
|
859
863
|
):
|
|
860
864
|
break
|
|
865
|
+
if (
|
|
866
|
+
status.state == broker_models.WorkloadState.not_found
|
|
867
|
+
and attempt < not_found_grace_seconds
|
|
868
|
+
and getattr(status, "health", None) not in failed_healths
|
|
869
|
+
):
|
|
870
|
+
# A just-submitted job can report not_found before its
|
|
871
|
+
# resources appear in the cluster listing, so an early
|
|
872
|
+
# not_found is not a failure: keep polling.
|
|
873
|
+
time.sleep(1)
|
|
874
|
+
continue
|
|
861
875
|
if status.state in failed_states or (
|
|
862
876
|
getattr(status, "health", None) in failed_healths
|
|
863
877
|
):
|
|
@@ -8,7 +8,9 @@ from uuid import UUID, uuid4
|
|
|
8
8
|
|
|
9
9
|
import pytest
|
|
10
10
|
|
|
11
|
+
from ellf_broker_sdk import models as broker_models
|
|
11
12
|
from ellf_cli import query
|
|
13
|
+
from ellf_cli.errors import CLIError
|
|
12
14
|
from ellf_cli.query import _normalise_scope_params, get_not_found_error
|
|
13
15
|
from ellf_pam_sdk.errors import ClusterNotFound, ProjectNotFound
|
|
14
16
|
|
|
@@ -119,3 +121,104 @@ class TestNormaliseScopeParams:
|
|
|
119
121
|
def test_does_not_touch_unrelated_keys(self, fake_scope_resolution):
|
|
120
122
|
out = _normalise_scope_params({"name": "foo", "after": "cursor-1"})
|
|
121
123
|
assert out == {"name": "foo", "after": "cursor-1"}
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
# ---------------------------------------------------------------------------
|
|
127
|
+
# check_job_started: a just-submitted job can report ``not_found`` before its
|
|
128
|
+
# resources appear in the cluster listing (the broker derives ``not_found``
|
|
129
|
+
# from an empty label-selector list). The first polls must therefore tolerate
|
|
130
|
+
# ``not_found`` instead of treating it as a terminal failure -- this race
|
|
131
|
+
# caused freshly created actions to be reported as failed-to-start (and, before
|
|
132
|
+
# the JobStartRejectedError split, rolled back and deleted) while the workload
|
|
133
|
+
# was in fact running.
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
class _FakeJobsEndpoint:
|
|
137
|
+
"""Broker jobs stub returning a scripted sequence of statuses."""
|
|
138
|
+
|
|
139
|
+
def __init__(self, statuses: list[Any]) -> None:
|
|
140
|
+
self._statuses = statuses
|
|
141
|
+
self.calls = 0
|
|
142
|
+
|
|
143
|
+
def get_status(self, job_id: UUID) -> Any:
|
|
144
|
+
index = min(self.calls, len(self._statuses) - 1)
|
|
145
|
+
self.calls += 1
|
|
146
|
+
return self._statuses[index]
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
class TestCheckJobStarted:
|
|
150
|
+
def _status(
|
|
151
|
+
self,
|
|
152
|
+
state: broker_models.WorkloadState,
|
|
153
|
+
health: broker_models.WorkloadHealth,
|
|
154
|
+
*,
|
|
155
|
+
is_ready: bool = False,
|
|
156
|
+
) -> broker_models.JobStatusResponse:
|
|
157
|
+
return broker_models.JobStatusResponse(
|
|
158
|
+
job_id=uuid4(), state=state, health=health, is_ready=is_ready
|
|
159
|
+
)
|
|
160
|
+
|
|
161
|
+
def _run(
|
|
162
|
+
self,
|
|
163
|
+
statuses: list[broker_models.JobStatusResponse],
|
|
164
|
+
monkeypatch: pytest.MonkeyPatch,
|
|
165
|
+
**kwargs: Any,
|
|
166
|
+
) -> tuple[Any, _FakeJobsEndpoint]:
|
|
167
|
+
monkeypatch.setattr(query.time, "sleep", lambda seconds: None)
|
|
168
|
+
jobs = _FakeJobsEndpoint(statuses)
|
|
169
|
+
auth = SimpleNamespace(broker_client=SimpleNamespace(jobs=jobs))
|
|
170
|
+
job = SimpleNamespace(id=uuid4(), url_logs="https://example.com/logs")
|
|
171
|
+
result = query.check_job_started(job, auth, **kwargs) # type: ignore[arg-type]
|
|
172
|
+
return result, jobs
|
|
173
|
+
|
|
174
|
+
def test_not_found_within_grace_then_running(
|
|
175
|
+
self, monkeypatch: pytest.MonkeyPatch
|
|
176
|
+
) -> None:
|
|
177
|
+
statuses = [
|
|
178
|
+
self._status(
|
|
179
|
+
broker_models.WorkloadState.not_found,
|
|
180
|
+
broker_models.WorkloadHealth.inactive,
|
|
181
|
+
)
|
|
182
|
+
] * 3 + [
|
|
183
|
+
self._status(
|
|
184
|
+
broker_models.WorkloadState.running,
|
|
185
|
+
broker_models.WorkloadHealth.progressing,
|
|
186
|
+
)
|
|
187
|
+
]
|
|
188
|
+
result, jobs = self._run(statuses, monkeypatch)
|
|
189
|
+
assert result is not None
|
|
190
|
+
assert jobs.calls == 4
|
|
191
|
+
|
|
192
|
+
def test_not_found_past_grace_raises(self, monkeypatch: pytest.MonkeyPatch) -> None:
|
|
193
|
+
statuses = [
|
|
194
|
+
self._status(
|
|
195
|
+
broker_models.WorkloadState.not_found,
|
|
196
|
+
broker_models.WorkloadHealth.inactive,
|
|
197
|
+
)
|
|
198
|
+
]
|
|
199
|
+
with pytest.raises(CLIError):
|
|
200
|
+
self._run(statuses, monkeypatch, not_found_grace_seconds=5)
|
|
201
|
+
# Polls through the grace window, then fails on the next poll.
|
|
202
|
+
|
|
203
|
+
def test_failed_state_raises_without_grace(
|
|
204
|
+
self, monkeypatch: pytest.MonkeyPatch
|
|
205
|
+
) -> None:
|
|
206
|
+
statuses = [
|
|
207
|
+
self._status(
|
|
208
|
+
broker_models.WorkloadState.failed,
|
|
209
|
+
broker_models.WorkloadHealth.terminal,
|
|
210
|
+
)
|
|
211
|
+
]
|
|
212
|
+
with pytest.raises(CLIError):
|
|
213
|
+
self._run(statuses, monkeypatch)
|
|
214
|
+
|
|
215
|
+
def test_succeeded_returns_job(self, monkeypatch: pytest.MonkeyPatch) -> None:
|
|
216
|
+
statuses = [
|
|
217
|
+
self._status(
|
|
218
|
+
broker_models.WorkloadState.succeeded,
|
|
219
|
+
broker_models.WorkloadHealth.inactive,
|
|
220
|
+
)
|
|
221
|
+
]
|
|
222
|
+
result, jobs = self._run(statuses, monkeypatch)
|
|
223
|
+
assert result is not None
|
|
224
|
+
assert jobs.calls == 1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-ops.coding/scripts/run_job.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-project.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md
RENAMED
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.2 → ellf_cli-11.0.1}/ellf_cli/ellf_skills/skills/ellf-train.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|