cloudos-cli 2.87.0__tar.gz → 2.87.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.
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/PKG-INFO +1 -1
- cloudos_cli-2.87.1/cloudos_cli/_version.py +1 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/clos.py +2 -2
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/interactive_session/cli.py +2 -2
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/interactive_session/interactive_session.py +2 -1
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli.egg-info/PKG-INFO +1 -1
- cloudos_cli-2.87.0/cloudos_cli/_version.py +0 -1
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/LICENSE +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/README.md +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/__main__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/bash/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/bash/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/configure/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/configure/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/configure/configure.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/constants.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/cost/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/cost/cost.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/cromwell/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/cromwell/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/datasets/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/datasets/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/datasets/datasets.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/import_wf/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/import_wf/import_wf.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/interactive_session/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/jobs/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/jobs/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/jobs/job.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/link/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/link/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/link/link.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/logging/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/logging/logger.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/procurement/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/procurement/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/procurement/images.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/projects/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/projects/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/queue/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/queue/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/queue/queue.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/related_analyses/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/related_analyses/related_analyses.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/utils/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/utils/array_job.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/utils/cli_helpers.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/utils/cloud.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/utils/details.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/utils/errors.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/utils/last_wf.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/utils/requests.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/utils/resources.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/workflows/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/workflows/cli.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli.egg-info/SOURCES.txt +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli.egg-info/dependency_links.txt +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli.egg-info/entry_points.txt +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli.egg-info/requires.txt +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli.egg-info/top_level.txt +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/setup.cfg +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/setup.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/functions_for_pytest.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_cli_project_create.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_cost/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_cost/test_job_cost.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_error_messages.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_interactive_session/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_interactive_session/test_create_session.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_interactive_session/test_list_sessions.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_logging/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_logging/test_logger.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_related_analyses/__init__.py +0 -0
- {cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_related_analyses/test_related_analyses.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.87.1'
|
|
@@ -2331,8 +2331,8 @@ class Cloudos:
|
|
|
2331
2331
|
# The API uses various names: 'ready' and 'aborted' but we display them as 'running' and 'stopped' to users
|
|
2332
2332
|
status_mapping = {
|
|
2333
2333
|
'setup': 'setup',
|
|
2334
|
-
'initialising': '
|
|
2335
|
-
'initializing': '
|
|
2334
|
+
'initialising': 'initializing',
|
|
2335
|
+
'initializing': 'initializing', # Accept both spellings
|
|
2336
2336
|
'running': 'ready', # API uses 'ready' for running sessions
|
|
2337
2337
|
'scheduled': 'scheduled',
|
|
2338
2338
|
'stopped': 'aborted',
|
|
@@ -58,8 +58,8 @@ def interactive_session():
|
|
|
58
58
|
required=True)
|
|
59
59
|
@click.option('--filter-status',
|
|
60
60
|
multiple=True,
|
|
61
|
-
type=click.Choice(['setup', 'initialising', 'running', 'scheduled', 'paused'], case_sensitive=False),
|
|
62
|
-
help='Filter sessions by status. Can be specified multiple times to filter by multiple statuses.')
|
|
61
|
+
type=click.Choice(['setup', 'initialising', 'initializing', 'running', 'scheduled', 'paused'], case_sensitive=False),
|
|
62
|
+
help='Filter sessions by status. Can be specified multiple times to filter by multiple statuses. (Supports both initialising and initializing spellings)')
|
|
63
63
|
@click.option('--limit',
|
|
64
64
|
type=int,
|
|
65
65
|
default=10,
|
{cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/cloudos_cli/interactive_session/interactive_session.py
RENAMED
|
@@ -1296,7 +1296,8 @@ API_STATUS_MAPPING = {
|
|
|
1296
1296
|
}
|
|
1297
1297
|
|
|
1298
1298
|
# Pre-running statuses (watch mode only valid for these)
|
|
1299
|
-
|
|
1299
|
+
# Includes both British (initialising) and American (initializing) spellings
|
|
1300
|
+
PRE_RUNNING_STATUSES = {'setup', 'initialising', 'initializing', 'scheduled'}
|
|
1300
1301
|
|
|
1301
1302
|
|
|
1302
1303
|
def format_duration(seconds: int) -> str:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.87.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_interactive_session/test_create_session.py
RENAMED
|
File without changes
|
{cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_interactive_session/test_list_sessions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudos_cli-2.87.0 → cloudos_cli-2.87.1}/tests/test_related_analyses/test_related_analyses.py
RENAMED
|
File without changes
|