Changes

Summary

  1. Refactored checkbox declarations (commit: b866a72) (details)
  2. Refactored radio buttons (commit: e2c5aba) (details)
  3. Configurably, run the rendering jobs via asyncio (commit: 87f6a28) (details)
  4. Basic FastAPI based graphviewer version (commit: 7661cd9) (details)
  5. Improved FastAPI based graphviewer (commit: 9a1b304) (details)
  6. Converted graphviewer subprocesses to asyncio (commit: d68859a) (details)
  7. gvfa: mproved error reporting (commit: 684bb14) (details)
  8. Mark unknown / ambiguous refs everywhere (commit: 75a1ee4) (details)
  9. + gunicorn (commit: cdcfd8c) (details)
  10. Adjusted helper script to up-to-date Python (commit: 5d3ecd8) (details)
  11. Fixed wasm source location (commit: 1b2f8d7) (details)
  12. Allow multiple models in the FastAPI GraphViewer (commit: 67dc0e8) (details)
  13. Code cleanup (commit: 3edfe43) (details)
Commit b866a72feecbd6febe120b4c84c77a88961a59a5 by Thorsten Vitt
Refactored checkbox declarations
(commit: b866a72)
The file was modified src/graphviewer/templates/form.html (diff)
The file was modified src/graphviewer/templates/form.html (diff)
Commit 87f6a28aba80cdb32a5da7fe71d9be2e8d2fd50f by Thorsten Vitt
Configurably, run the rendering jobs via asyncio
(commit: 87f6a28)
The file was modified src/macrogen/etc/default.yaml (diff)
The file was modified src/macrogen/visualize.py (diff)
Commit 7661cd9db860f6141cbfec1fe48ff769366fb8d3 by Thorsten Vitt
Basic FastAPI based graphviewer version
(commit: 7661cd9)
The file was modified pyproject.toml (diff)
The file was modified src/graphviewer/templates/form.html (diff)
The file was addedsrc/graphviewer/gvfa.py
The file was modified src/graphviewer/templates/faustedition.html (diff)
The file was modified poetry.lock (diff)
Commit 9a1b3043f189d3deadf3fccea773eeff3ff0aa7e by Thorsten Vitt
Improved FastAPI based graphviewer
(commit: 9a1b304)
The file was modified poetry.lock (diff)
The file was modified pyproject.toml (diff)
The file was modified src/graphviewer/gvfa.py (diff)
The file was modified src/graphviewer/templates/form.html (diff)
Commit d68859ad298fca275595740d9600ad420e1807fd by Thorsten Vitt
Converted graphviewer subprocesses to asyncio
(commit: d68859a)
The file was modified src/graphviewer/gvfa.py (diff)
The file was modified src/graphviewer/gvfa.py (diff)
The file was modified src/graphviewer/templates/form.html (diff)
Commit 75a1ee43d132d2562c0bf1d7f878b38d0722502a by Thorsten Vitt
Mark unknown / ambiguous refs everywhere
(commit: 75a1ee4)
The file was modified src/macrogen/report.py (diff)
The file was modified poetry.lock (diff)
The file was modified pyproject.toml (diff)
Commit 5d3ecd875555d519c3cb62360cfc12e92fd8cbe8 by Thorsten Vitt
Adjusted helper script to up-to-date Python
(commit: 5d3ecd8)
The file was modified src/macrogen/uris.py (diff)
The file was modified src/graphviewer/templates/faustedition.html (diff)
Commit 67dc0e8696f15aed8aaceb4bd4724ab2ef4eb969 by Thorsten Vitt
Allow multiple models in the FastAPI GraphViewer
(commit: 67dc0e8)
The file was modified src/graphviewer/gvfa.py (diff)
The file was modified src/graphviewer/gvfa.py (diff)