implement actions from web page

This commit is contained in:
2021-09-09 03:17:13 +03:00
parent 9fb27d959b
commit 98a98e8dcd
6 changed files with 201 additions and 40 deletions

View File

@ -61,6 +61,9 @@ def test_get_local_files(s3: S3, resource_path_root: Path) -> None:
Path("models/package_yay_srcinfo"),
Path("web/templates/build-status.jinja2"),
Path("web/templates/email-index.jinja2"),
Path("web/templates/login-modal.jinja2"),
Path("web/templates/package-actions-modals.jinja2"),
Path("web/templates/package-actions-script.jinja2"),
Path("web/templates/repo-index.jinja2"),
Path("web/templates/style.jinja2"),
])