feat(export): add manual Mermaid handoff bundle - #113
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Privacy and compatibility
Verification
============================= test session starts ==============================
platform darwin -- Python 3.11.9, pytest-8.4.2, pluggy-1.6.0
rootdir: /Users/yasuakisasama/Documents/OpsMineFlow/services/mining-core
configfile: pyproject.toml
plugins: anyio-4.14.2
collected 79 items
services/mining-core/tests/test_importers.py ....... [ 8%]
services/mining-core/tests/test_pipeline.py ...... [ 16%]
services/mining-core/test_api_logic.py ................................. [ 58%]
..... [ 64%]
services/mining-core/test_auth.py ............ [ 79%]
services/mining-core/test_storage_migrations.py ............... [ 98%]
services/mining-core/test_exporter.py . [100%]
============================= 79 passed in 10.71s ==============================
✔ English and Japanese dictionaries have matching non-empty keys (1.751584ms)
✔ every translation key used by the WebUI exists (0.334292ms)
✔ language selection defaults from the browser and persists locally (0.130417ms)
✔ beginner workflow labels are explicit in both languages (0.219709ms)
✔ the packaged WebUI uses the allowlisted Tauri proxy instead of a direct local API session (0.127625ms)
✔ large event lists use bounded pages and offer a user-triggered next page (0.082542ms)
✔ recording polling stays lightweight and dashboard refreshes are single-flight (0.094667ms)
ℹ tests 7
ℹ suites 0
ℹ pass 7
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 90.02275
vite v7.3.5 building client environment for production...
transforming...
✓ 35 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html 0.40 kB │ gzip: 0.27 kB
dist/assets/index-C1YULT5_.css 24.91 kB │ gzip: 4.97 kB
dist/assets/index-DYQKULOs.js 299.10 kB │ gzip: 88.41 kB
✓ built in 420ms
Local smoke checks passed.
==> Stopping OpsMineFlow WebUI on 127.0.0.1:62696
==> Stopping OpsMineFlow local API on 127.0.0.1:62695
==> OpsMineFlow stopped
Lifecycle smoke checks passed. (79 Python, 7 WebUI, production build, smoke, lifecycle)
Checking SQLite migration registry...
Migration registry is valid through schema version 2.
Checking shell syntax...
Lint checks passed.
License policy check passed.
Local-only network policy check passed.
Closes #82