Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-03 | jobs: Add debug UI | Frederick Muriuki Muriithi | |
* wqflask/scripts/run_external.py: Save the actual return code * wqflask/wqflask/__init__.py: Use new jobs blueprint * wqflask/wqflask/api/jobs.py: Add new jobs debug route * wqflask/wqflask/templates/jobs/debug.html: new template for when job is found * wqflask/wqflask/templates/jobs/no-such-job.html: new template for when the job is not found | |||
2022-10-28 | Add external process manager | Frederick Muriuki Muriithi | |
* wqflask/jobs/__init__.py: New jobs module * wqflask/jobs/jobs.py: New jobs module * wqflask/scripts/run_external.py: new external process manager. |