youtrack-cli 0.3.7__tar.gz → 0.3.8__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.
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/PKG-INFO +1 -1
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/justfile +1 -1
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/pyproject.toml +1 -1
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_logging.py +2 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/uv.lock +1 -1
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/client.py +3 -2
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/.claude/settings.local.json +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/.github/dependabot.yml +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/.github/workflows/ci.yml +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/.github/workflows/release.yml +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/.gitignore +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/.pre-commit-config.yaml +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/.readthedocs.yaml +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/CLAUDE.md +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/PUBLISHING.md +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/README.md +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/Makefile +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/api/index.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/changelog.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/command-aliases.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/admin.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/articles.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/auth.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/boards.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/config.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/index.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/issues.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/projects.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/reports.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/time.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/commands/users.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/conf.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/configuration.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/development.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/index.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/installation.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/learning-path.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/logging.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/performance.md +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/progress-indicators.md +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/quickstart.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/requirements.txt +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/security.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/troubleshooting.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/workflows.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/docs/youtrack-concepts.rst +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/package-lock.json +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/package.json +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/__init__.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/conftest.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_admin.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_articles.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_auth.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_boards.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_config.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_issues.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_main.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_projects.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_reports.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_security.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_time.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tests/test_users.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/tox.ini +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/__init__.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/admin.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/articles.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/auth.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/boards.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/cache.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/cli_utils/__init__.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/cli_utils/aliases.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/commands/__init__.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/commands/articles.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/commands/boards.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/commands/common.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/commands/issues.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/commands/projects.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/commands/time_tracking.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/commands/users.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/common.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/config.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/exceptions.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/issues.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/logging.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/main.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/performance.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/progress.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/projects.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/py.typed +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/reports.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/security.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/time.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/users.py +0 -0
- {youtrack_cli-0.3.7 → youtrack_cli-0.3.8}/youtrack_cli/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: youtrack-cli
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8
|
|
4
4
|
Summary: YouTrack CLI - Command line interface for JetBrains YouTrack issue tracking system
|
|
5
5
|
Project-URL: Homepage, https://github.com/ryan-murphy/yt-cli
|
|
6
6
|
Project-URL: Documentation, https://yt-cli.readthedocs.io/
|
|
@@ -112,6 +112,7 @@ class TestSensitiveDataFilter:
|
|
|
112
112
|
result = log_filter.filter(record)
|
|
113
113
|
|
|
114
114
|
assert result is True
|
|
115
|
+
assert record.args is not None # Type guard for ty
|
|
115
116
|
assert "***MASKED***" in record.args[0]
|
|
116
117
|
assert "secret123" not in record.args[0]
|
|
117
118
|
|
|
@@ -131,6 +132,7 @@ class TestSensitiveDataFilter:
|
|
|
131
132
|
result = log_filter.filter(record)
|
|
132
133
|
|
|
133
134
|
assert result is True
|
|
135
|
+
assert record.args is not None # Type guard for ty
|
|
134
136
|
assert record.args[0] == 200
|
|
135
137
|
|
|
136
138
|
|
|
@@ -391,6 +391,7 @@ def get_client_manager() -> HTTPClientManager:
|
|
|
391
391
|
async def cleanup_client_manager() -> None:
|
|
392
392
|
"""Cleanup the global client manager."""
|
|
393
393
|
global _client_manager
|
|
394
|
-
|
|
395
|
-
|
|
394
|
+
manager = _client_manager
|
|
395
|
+
if manager is not None:
|
|
396
|
+
await manager.close()
|
|
396
397
|
_client_manager = None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|