wup 0.2.83__tar.gz → 0.2.84__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.
- {wup-0.2.83 → wup-0.2.84}/PKG-INFO +6 -6
- {wup-0.2.83 → wup-0.2.84}/README.md +5 -5
- {wup-0.2.83 → wup-0.2.84}/pyproject.toml +1 -1
- {wup-0.2.83 → wup-0.2.84}/wup/__init__.py +1 -1
- {wup-0.2.83 → wup-0.2.84}/wup/cli.py +22 -0
- {wup-0.2.83 → wup-0.2.84}/wup.egg-info/PKG-INFO +6 -6
- {wup-0.2.83 → wup-0.2.84}/LICENSE +0 -0
- {wup-0.2.83 → wup-0.2.84}/setup.cfg +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_aql.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_assistant.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_auto_detection.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_bootstrap.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_cli_bridge.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_cli_filtering.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_control.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_discovery_adapters.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_e2e.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_endpoints_init_cli.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_genericity.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_health_summary_passed.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_intent_monitor.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_monitoring_manifest.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_multi_project.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_oql.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_planfile_reporter_dedupe.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_probe_mutex.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_realtime_anomalies.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_service_inference.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_status_data.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_sync.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_testql_monitor.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_testql_watcher.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_visual_diff_periodic_skip.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_visual_diff_progress.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_watch_exclude.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_watch_no_paths_exit.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_web_client.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_wup.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/tests/test_wup_generate.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/_ast_detector.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/_base_detector.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/_hash_detector.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/_yaml_detector.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/anomaly_detector.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/anomaly_models.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/aql.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/assistant.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/assistant_discovery.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/assistant_validator.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/bootstrap.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/bus.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/cli_bridge.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/cli_config_generator.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/cli_scanner.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/config.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/control.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/core.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/dependency_mapper.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/discovery.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/endpoints.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/event_store.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/file_watcher/events/file_events.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/generate.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/init_cli.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/intent_monitor.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/models/__init__.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/models/config.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/models/target.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/monitoring_manifest.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/multi.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/oql.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/paths.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/planfile_reporter.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/realtime_anomalies.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/status_data.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/sync.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/testing/events/health_events.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/testing/events/test_results.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/testing/handlers/event_handlers.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/testing/handlers/health_handlers.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/testing/queries/health_queries.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/testql_cli_generator.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/testql_discovery.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/testql_monitor.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/testql_watcher.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/validate.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/visual_diff.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup/web_client.py +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup.egg-info/SOURCES.txt +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup.egg-info/dependency_links.txt +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup.egg-info/entry_points.txt +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup.egg-info/requires.txt +0 -0
- {wup-0.2.83 → wup-0.2.84}/wup.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wup
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.84
|
|
4
4
|
Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -47,17 +47,17 @@ Dynamic: license-file
|
|
|
47
47
|
|
|
48
48
|
## AI Cost Tracking
|
|
49
49
|
|
|
50
|
-
    
|
|
51
|
+
  
|
|
52
52
|
|
|
53
|
-
- 🤖 **LLM usage:** $6.
|
|
54
|
-
- 👤 **Human dev:** ~$
|
|
53
|
+
- 🤖 **LLM usage:** $6.8392 (121 commits)
|
|
54
|
+
- 👤 **Human dev:** ~$6479 (64.8h @ $100/h, 30min dedup)
|
|
55
55
|
|
|
56
56
|
Generated on 2026-09-11 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
57
57
|
|
|
58
58
|
---
|
|
59
59
|
|
|
60
|
-
    
|
|
61
61
|
|
|
62
62
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
63
63
|
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
|
|
4
4
|
## AI Cost Tracking
|
|
5
5
|
|
|
6
|
-
    
|
|
7
|
+
  
|
|
8
8
|
|
|
9
|
-
- 🤖 **LLM usage:** $6.
|
|
10
|
-
- 👤 **Human dev:** ~$
|
|
9
|
+
- 🤖 **LLM usage:** $6.8392 (121 commits)
|
|
10
|
+
- 👤 **Human dev:** ~$6479 (64.8h @ $100/h, 30min dedup)
|
|
11
11
|
|
|
12
12
|
Generated on 2026-09-11 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
-
    
|
|
17
17
|
|
|
18
18
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
19
19
|
|
|
@@ -7,7 +7,7 @@ WUP monitors file changes and runs intelligent regression tests using a 3-layer
|
|
|
7
7
|
3. Detail Layer: Full tests with blame reports (only on failure)
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
__version__ = "0.2.
|
|
10
|
+
__version__ = "0.2.84"
|
|
11
11
|
__author__ = "Tom Sapletta"
|
|
12
12
|
|
|
13
13
|
from .config import load_config, save_config, get_default_config
|
|
@@ -185,6 +185,7 @@ def _build_project_watcher(
|
|
|
185
185
|
track_dir: str,
|
|
186
186
|
quick_limit: int,
|
|
187
187
|
probe_interval: Optional[int],
|
|
188
|
+
verbose: bool,
|
|
188
189
|
print_header: bool = True,
|
|
189
190
|
) -> WupWatcher:
|
|
190
191
|
"""Prepare a single project: auto-config, load, refresh manifest, build watcher."""
|
|
@@ -203,6 +204,20 @@ def _build_project_watcher(
|
|
|
203
204
|
if print_header:
|
|
204
205
|
_print_watch_header(wup_config, cpu_throttle, debounce, cooldown, config_path)
|
|
205
206
|
|
|
207
|
+
if verbose:
|
|
208
|
+
console.print("[bold]Verbose configuration:[/bold]")
|
|
209
|
+
console.print(f"[dim]Project root: {project_path}[/dim]")
|
|
210
|
+
console.print(f"[dim]Watch paths: {', '.join(wup_config.watch.paths) or 'none'}[/dim]")
|
|
211
|
+
console.print(
|
|
212
|
+
f"[dim]Exclude patterns: {', '.join(wup_config.watch.exclude_patterns) or 'none'}[/dim]"
|
|
213
|
+
)
|
|
214
|
+
console.print(f"[dim]Scenarios: {effective_scenarios_dir}[/dim]")
|
|
215
|
+
console.print(f"[dim]Services: {len(wup_config.services)}[/dim]")
|
|
216
|
+
for service in wup_config.services:
|
|
217
|
+
paths = ", ".join(service.paths) or "none"
|
|
218
|
+
console.print(f" [cyan]{service.name}[/cyan] [{service.type}] paths: {paths}")
|
|
219
|
+
console.print()
|
|
220
|
+
|
|
206
221
|
cfg_path = config_path if config_path and config_path.exists() else find_config_file(project_path)
|
|
207
222
|
_refresh_monitoring_manifest(project_path, wup_config, cfg_path)
|
|
208
223
|
|
|
@@ -237,6 +252,12 @@ def watch(
|
|
|
237
252
|
debounce: int = typer.Option(2, "--debounce", "-b", help="Debounce time in seconds"),
|
|
238
253
|
cooldown: int = typer.Option(300, "--cooldown", "-t", help="Test cooldown in seconds"),
|
|
239
254
|
dashboard: bool = typer.Option(False, "--dashboard", help="Enable live dashboard"),
|
|
255
|
+
verbose: bool = typer.Option(
|
|
256
|
+
False,
|
|
257
|
+
"--verbose",
|
|
258
|
+
"-v",
|
|
259
|
+
help="Show detailed startup and service configuration information",
|
|
260
|
+
),
|
|
240
261
|
mode: str = typer.Option(
|
|
241
262
|
"testql",
|
|
242
263
|
"--mode",
|
|
@@ -309,6 +330,7 @@ def watch(
|
|
|
309
330
|
track_dir=track_dir,
|
|
310
331
|
quick_limit=quick_limit,
|
|
311
332
|
probe_interval=probe_interval,
|
|
333
|
+
verbose=verbose,
|
|
312
334
|
)
|
|
313
335
|
for project_path in project_paths
|
|
314
336
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wup
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.84
|
|
4
4
|
Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -47,17 +47,17 @@ Dynamic: license-file
|
|
|
47
47
|
|
|
48
48
|
## AI Cost Tracking
|
|
49
49
|
|
|
50
|
-
    
|
|
51
|
+
  
|
|
52
52
|
|
|
53
|
-
- 🤖 **LLM usage:** $6.
|
|
54
|
-
- 👤 **Human dev:** ~$
|
|
53
|
+
- 🤖 **LLM usage:** $6.8392 (121 commits)
|
|
54
|
+
- 👤 **Human dev:** ~$6479 (64.8h @ $100/h, 30min dedup)
|
|
55
55
|
|
|
56
56
|
Generated on 2026-09-11 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
57
57
|
|
|
58
58
|
---
|
|
59
59
|
|
|
60
|
-
    
|
|
61
61
|
|
|
62
62
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
63
63
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|