The blocker tracking app is a web front end to the currently proposed blocker and freeze exception bugs for Fedora releases under development. https://qa.fedoraproject.org/blockerbugs
  • Python 62.5%
  • JavaScript 22.4%
  • CSS 10.6%
  • HTML 3.1%
  • SCSS 0.6%
  • Other 0.7%
Find a file
Jaroslav Groman 55c22b71a6
All checks were successful
Run tests and linters / test (pull_request) Successful in 2m24s
Add munch comment to requirements
- add explanation comment why much is still required

Fixes #318
2026-06-30 14:57:17 +02:00
.ai_review Add ruff configuration and docs 2026-06-08 15:56:11 +02:00
.forgejo/workflows Run app tests in the builder image 2026-06-25 14:37:22 +02:00
.s2i OpenShift Deployment Preparations 2021-11-02 16:01:11 +01:00
alembic DB: drop UserInfo table 2023-01-24 15:13:15 +01:00
blockerbugs Fix missing release field on admin interface 2026-06-22 15:47:27 +02:00
conf Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +02:00
docs/source Add ruff configuration and docs 2026-06-08 15:56:11 +02:00
sass Admin: Use Bootstrap 3 2020-01-31 09:01:27 +01:00
scripts Reformat all source code using ruff 2026-06-08 16:13:00 +02:00
testing Fix missing release field on admin interface 2026-06-22 15:47:27 +02:00
.gitattributes use python-versioneer for managing project version 2022-05-24 12:57:51 +02:00
.gitconfig Add .gitconfig to allow git usage in OpenShift 2023-06-20 16:43:26 +02:00
.gitignore Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +02:00
.zuul.yaml Bump CI to the latest Fedora container 2022-08-08 11:56:16 +02:00
alembic.ini adding initial spec file and alembic config changes for outside dev env 2013-03-07 08:14:35 -07:00
config.rb initial commit 2013-01-21 08:45:34 -07:00
container_start.sh Dockerfile 2020-02-27 13:59:19 +01:00
Dockerfile Fix for latest OpenShift 2020-09-30 23:27:44 +02:00
gunicorn.cfg OpenShift: specify bind in gunicorn.cfg 2022-01-25 16:46:38 +01:00
LICENSE adding GPL2 license to repository, fixes T53 2014-01-15 21:56:41 -07:00
MANIFEST.in use python-versioneer for managing project version 2022-05-24 12:57:51 +02:00
pyproject.toml Fix linter problems 2026-06-15 17:30:46 +02:00
README.md fix references after migration to Forge 2026-01-16 17:04:31 +01:00
requirements-development.txt Add munch comment to requirements 2026-06-30 14:57:17 +02:00
requirements.txt requirements: remove unused imports, move some to devel reqs 2026-06-15 22:00:54 +02:00
run Add ruff configuration and docs 2026-06-08 15:56:11 +02:00
setup.cfg Fix linter problems 2026-06-15 17:30:46 +02:00
setup.py requirements: remove unused imports, move some to devel reqs 2026-06-15 22:00:54 +02:00
versioneer.py update versioneer to 0.28 2023-06-20 16:41:33 +02:00
wsgi.py Fix linter problems 2026-06-15 17:30:46 +02:00

Fedora BlockerBugs App

The BlockerBugs app is used to propose and track release blocking and freeze exception bugs and related updates in Fedora releases currently under development.

The Fedora instance is running at: https://qa.fedoraproject.org/blockerbugs

If you notice bugs or have suggestions on how we can make this app better, please report or discuss them in any of the following places:

Documentation

To see a complete documentation of this project, look into docs/source/ directory. If you want to see rendered pages, build them according to instructions in development.rst in that directory.

Deployment

If you're trying to deploy Blockerbugs, you might find some helpful instructions in the Blockerbugs SOP provided for Fedora Infrastructure.