]> git.lizzy.rs Git - cheatdb.git/commit
Implement package states for easier reviews
authorrubenwardy <rw@rubenwardy.com>
Wed, 16 Sep 2020 16:51:03 +0000 (17:51 +0100)
committerrubenwardy <rw@rubenwardy.com>
Wed, 16 Sep 2020 16:51:03 +0000 (17:51 +0100)
commit92fb54556ad0409a519c308e7e34b63e11621903
tree4aec0272914cdb4c9215a961a65e4483c7b18fb4
parente81eb9c8d58c193f3480bdab68fa73556c8e83f3
Implement package states for easier reviews
20 files changed:
README.md
app/blueprints/admin/admin.py
app/blueprints/homepage/__init__.py
app/blueprints/metapackages/__init__.py
app/blueprints/metrics/__init__.py
app/blueprints/packages/packages.py
app/blueprints/threads/__init__.py
app/blueprints/todo/__init__.py
app/blueprints/users/profile.py
app/default_data.py
app/models.py
app/querybuilder.py
app/tasks/importtasks.py
app/templates/macros/package_approval.html [new file with mode: 0644]
app/templates/metapackages/view.html
app/templates/packages/view.html
app/templates/todo/list.html
app/tests/test_api.py
app/utils.py
migrations/versions/b3c7ff6655af_.py [new file with mode: 0644]