-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21681fd
commit ff7de0a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule ocrd_monitor
updated
25 files
+1 −1 | .env.example | |
+21 −14 | .github/workflows/publish.yml | |
+59 −0 | .github/workflows/test-ci.yml | |
+2 −0 | .gitignore | |
+4 −4 | Dockerfile | |
+6 −3 | README.md | |
+2 −9 | noxfile.py | |
+13 −11 | ocrdbrowser/_browser.py | |
+21 −12 | ocrdbrowser/_docker.py | |
+14 −8 | ocrdbrowser/_subprocess.py | |
+5 −3 | ocrdmonitor/server/proxy.py | |
+8 −3 | ocrdmonitor/server/settings.py | |
+13 −3 | ocrdmonitor/server/templates/workspace.html.j2 | |
+21 −23 | ocrdmonitor/server/workspaces.py | |
+985 −0 | pdm.lock | |
+48 −0 | pyproject.toml | |
+0 −1 | requirements.dev.txt | |
+1 −1 | requirements.txt | |
+5 −4 | tests/fakes/__init__.py | |
+12 −3 | tests/fakes/_broadwayfake.py | |
+21 −17 | tests/fakes/_ocrdbrowserfake.py | |
+15 −7 | tests/ocrdbrowser/browserdoubles.py | |
+20 −11 | tests/ocrdbrowser/test_launch.py | |
+91 −27 | tests/ocrdmonitor/server/test_workspace_endpoint.py | |
+2 −1 | tests/ocrdmonitor/test_sshps.py |