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.4%
  • JavaScript 22.5%
  • CSS 10.6%
  • HTML 3.1%
  • SCSS 0.6%
  • Other 0.7%
Find a file
Kamil Páral 6fc0c5835d
Some checks failed
AI Code Review / ai-review (pull_request_target) Has been skipped
Run tests and linters / test (pull_request) Successful in 3m11s
Run tests and linters / lint (pull_request) Failing after 2s
config: improve Forgejo discussion ticket template
Add spaces between the URL and </strong>, otherwise the mentioned URL is
incorrect when the ticket is previewed, e.g. on Matrix.
2026-05-04 12:01:47 +02:00
.ai_review Set up CI and AI pull request review via Forgejo actions 2026-03-25 16:41:51 +01:00
.forgejo/workflows Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +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 config: improve Forgejo discussion ticket template 2026-05-04 12:01:47 +02:00
conf Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +02:00
docs/source Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +02:00
sass Admin: Use Bootstrap 3 2020-01-31 09:01:27 +01:00
scripts Support Flask-SQLAlchemy 3.0 2023-01-18 14:14:09 +01:00
testing Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +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 Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +02:00
README.md fix references after migration to Forge 2026-01-16 17:04:31 +01:00
requirements-development.txt Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +02:00
requirements.txt Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +02:00
run run: update "run setup" for F40 blocker numbers 2025-01-03 21:15:02 +01:00
setup.cfg Switch from Pagure to Forge for blocker review discussions 2026-04-29 16:27:49 +02:00
setup.py fix references after migration to Forge 2026-01-16 17:04:31 +01:00
versioneer.py update versioneer to 0.28 2023-06-20 16:41:33 +02:00
wsgi.py OpenShift Deployment Preparations 2021-11-02 16:01:11 +01: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.