pagure Logo
  • Log In

fedora-qa / oraculum

Clone
Source Code
GIT
  • Source
  • Issues  6
  • Pull Requests  2
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

Files

Branch: issue_55
celery celery_for_realz celery_priority cleanup dashboard_users debug dockerdevel health_check_drop issue_55 koschei_epel master oidc_joza oidc_v2 psql_counter test_s2i times_route world_burn
  1.   issue_55
History
.s2i
alembic
ci
conf
oraculum
tests
.dockerignore
.gitignore
.zuul.yaml
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
alembic.ini
container_start.sh
gunicorn.cfg
init_db.sh
oraculum.spec
requirements-test.txt
requirements.txt
run_cli.py
runapp.py
setup.py
tox.ini
wsgi.py
README.md

oraculum

Data parser for Fedora QA Landing Page and Fedora Packager Dashboard.

Handles caching and querying resources from multiple services like Bodhi, Pagure (dist-git) and many more.

Clone this repo, change to its directory, install dependencies:

$ git clone https://pagure.io/fedora-qa/oraculum && cd oraculum
$ pip3 install --user -r requirements.txt
# dnf install redis

and finally start the backend server:

# systemctl start redis
$ DEV=true celery -A oraculum.celery_app worker -B
$ DEV=true python3 runapp.py
Powered by Pagure 5.14.1
Documentation • File an Issue • About • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.