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
2023-06-20 16:41:33 +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 update versioneer to 0.28 2023-06-20 16:41:33 +02:00
ci [TEST] ZuulCI 2020-08-31 11:52:40 +02:00
conf update requirements+config to SQLAlchemy 2.0 2023-06-08 13:54:04 +02:00
docs/source update requirements+config to SQLAlchemy 2.0 2023-06-08 13:54:04 +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 DB: drop UserInfo table 2023-01-24 15:13:15 +01:00
.gitattributes use python-versioneer for managing project version 2022-05-24 12:57:51 +02:00
.gitignore change Makefile and other scripts into ./run, drop spec 2022-05-24 13:43:06 +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
README.md use python-versioneer for managing project version 2022-05-24 12:57:51 +02:00
requirements-development.txt update requirements+config to SQLAlchemy 2.0 2023-06-08 13:54:04 +02:00
requirements.txt requirements: bump Flask and Werkzeug 2023-06-20 13:41:51 +02:00
run change Makefile and other scripts into ./run, drop spec 2022-05-24 13:43:06 +02:00
setup.cfg testing: update ignored warnings 2022-08-10 13:49:20 +02:00
setup.py use python-versioneer for managing project version 2022-05-24 12:57:51 +02: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.