superset-showtime 0.3.1__tar.gz → 0.3.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.
Potentially problematic release.
This version of superset-showtime might be problematic. Click here for more details.
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/.claude/settings.local.json +2 -1
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/PKG-INFO +1 -1
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/__init__.py +1 -1
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/cli.py +4 -2
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/core/github_messages.py +1 -8
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/.gitignore +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/.pre-commit-config.yaml +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/CLAUDE.md +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/Makefile +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/README.md +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/dev-setup.sh +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/pypi-push.sh +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/pyproject.toml +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/requirements-dev.txt +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/requirements.txt +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/__main__.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/commands/__init__.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/commands/start.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/core/__init__.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/core/aws.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/core/circus.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/core/emojis.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/core/github.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/core/label_colors.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/showtime/data/ecs-task-definition.json +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/tests/__init__.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/tests/unit/__init__.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/tests/unit/test_circus.py +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/uv.lock +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/workflows-reference/showtime-cleanup.yml +0 -0
- {superset_showtime-0.3.1 → superset_showtime-0.3.2}/workflows-reference/showtime-trigger.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: superset-showtime
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: 🎪 Apache Superset ephemeral environment management with circus tent emoji state tracking
|
|
5
5
|
Project-URL: Homepage, https://github.com/apache/superset-showtime
|
|
6
6
|
Project-URL: Documentation, https://superset-showtime.readthedocs.io/
|
|
@@ -312,8 +312,10 @@ def _build_docker_image(pr_number: int, sha: str, dry_run: bool = False) -> bool
|
|
|
312
312
|
"linux/amd64",
|
|
313
313
|
"--target",
|
|
314
314
|
"ci",
|
|
315
|
-
"--
|
|
316
|
-
"
|
|
315
|
+
"--cache-from",
|
|
316
|
+
"type=registry,ref=apache/superset-cache:3.10-slim-bookworm",
|
|
317
|
+
"--cache-to",
|
|
318
|
+
"type=registry,mode=max,ref=apache/superset-cache:3.10-slim-bookworm",
|
|
317
319
|
"--build-arg",
|
|
318
320
|
"INCLUDE_CHROMIUM=false",
|
|
319
321
|
"--build-arg",
|
|
@@ -5,7 +5,6 @@ Centralized PR comment functions with type hints and clean formatting.
|
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import os
|
|
8
|
-
import textwrap
|
|
9
8
|
from typing import Dict, List, Optional
|
|
10
9
|
|
|
11
10
|
from .circus import Show
|
|
@@ -60,13 +59,7 @@ def _format_comment(header: str, bullets: List[str]) -> str:
|
|
|
60
59
|
bullets: List of bullet point strings (without •)
|
|
61
60
|
"""
|
|
62
61
|
bullet_text = "\n".join(f"• {bullet}" for bullet in bullets)
|
|
63
|
-
return
|
|
64
|
-
f"""
|
|
65
|
-
{header}
|
|
66
|
-
|
|
67
|
-
{bullet_text}
|
|
68
|
-
"""
|
|
69
|
-
).strip()
|
|
62
|
+
return f"{header}\n\n{bullet_text}"
|
|
70
63
|
|
|
71
64
|
|
|
72
65
|
def get_commit_url(repo_path: str, sha: str) -> str:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superset_showtime-0.3.1 → superset_showtime-0.3.2}/workflows-reference/showtime-cleanup.yml
RENAMED
|
File without changes
|
{superset_showtime-0.3.1 → superset_showtime-0.3.2}/workflows-reference/showtime-trigger.yml
RENAMED
|
File without changes
|