Remove dependency of flask-wtf since it is not used in the app
Have Docker use v2 of the API
Add .idea to .gitignore
| tflink | |
| jskladan |
Remove dependency of flask-wtf since it is not used in the app
Have Docker use v2 of the API
Add .idea to .gitignore
Run Docker and click the links
| Automatic diff as part of commit; lint not applicable. |
| Automatic diff as part of commit; unit tests not applicable. |
| Path | Packages | |||
|---|---|---|---|---|
| M | .gitignore (1 line) | |||
| M | docker_data/settings.py (2 lines) | |||
| M | requirements.txt (2 lines) | |||
| M | resultsdb_frontend.spec (1 line) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| 31d7fdfa2c6f | 40dc83a39246 | 404401538f8b | Matt Prahl | Change Docker to use v2 of the API | Oct 18 2016, 1:50 PM |
| 404401538f8b | 48b259658ff5 | 61b6f7c7fbc1 | Matt Prahl | Add .idea to .gitignore | Oct 18 2016, 1:49 PM |
| 61b6f7c7fbc1 | 4fb433d64f2e | 22f0558d8992 | Matt Prahl | Remove dependency of flask-wtf | Oct 18 2016, 1:48 PM |
| 1 | *.pyc | 1 | *.pyc | ||
|---|---|---|---|---|---|
| 2 | *.pyo | 2 | *.pyo | ||
| 3 | *.swp | 3 | *.swp | ||
| 4 | *__pycache__* | 4 | *__pycache__* | ||
| 5 | .ropeproject/ | 5 | .ropeproject/ | ||
| 6 | conf/settings.py | 6 | conf/settings.py | ||
| 7 | *.sqlite | 7 | *.sqlite | ||
| 8 | *.sass-cache | 8 | *.sass-cache | ||
| 9 | *build/ | 9 | *build/ | ||
| 10 | *dist/ | 10 | *dist/ | ||
| 11 | *.egg* | 11 | *.egg* | ||
| 12 | /env*/ | 12 | /env*/ | ||
| 13 | .idea | ||||
| 1 | RDB_URL = 'http://resultsdb:5001/api/v1.0' | 1 | RDB_URL = 'http://resultsdb:5001/api/v2.0' | ||
|---|---|---|---|---|---|
| 1 | # This is a list of pypi packages to be installed into virtualenv. Alternatively, | 1 | # This is a list of pypi packages to be installed into virtualenv. Alternatively, | ||
|---|---|---|---|---|---|
| 2 | # you can install these as RPMs instead of pypi packages. Use | 2 | # you can install these as RPMs instead of pypi packages. Use | ||
| 3 | # `rpmspec -q --requires resultsdb_frontend.spec` | 3 | # `rpmspec -q --requires resultsdb_frontend.spec` | ||
| 4 | 4 | | |||
| 5 | # A note for maintainers: Please keep this list in sync with resultsdb.spec. | 5 | # A note for maintainers: Please keep this list in sync with resultsdb.spec. | ||
| 6 | # You should require exact versions here (in order to define an exact working | 6 | # You should require exact versions here (in order to define an exact working | ||
| 7 | # environment), and require a minimal version in the spec file (in order to allow | 7 | # environment), and require a minimal version in the spec file (in order to allow | ||
| 8 | # the libraries to have some minor version bumps during the Fedora release | 8 | # the libraries to have some minor version bumps during the Fedora release | ||
| 9 | # lifecycle). If the Fedora libraries span multiple versions across releases, | 9 | # lifecycle). If the Fedora libraries span multiple versions across releases, | ||
| 10 | # you can define a dependency range here instead of an exact version. | 10 | # you can define a dependency range here instead of an exact version. | ||
| 11 | 11 | | |||
| 12 | # This list is in the same order as the requirements in the specfile. | 12 | # This list is in the same order as the requirements in the specfile. | ||
| 13 | 13 | | |||
| 14 | Flask == 0.10.1 | 14 | Flask == 0.10.1 | ||
| 15 | Flask-WTF == 0.10.0 | | |||
| 16 | Flask-RESTful == 0.3.5 | 15 | Flask-RESTful == 0.3.5 | ||
| 17 | six == 1.10.0 | 16 | six == 1.10.0 | ||
| 18 | iso8601 == 0.1.11 | 17 | iso8601 == 0.1.11 | ||
| 19 | resultsdb_api | 18 | resultsdb_api | ||
| 20 | 19 | | |||
| 21 | WTForms == 2.0 | | |||
| 22 | simplejson == 3.7.3 | 20 | simplejson == 3.7.3 | ||
| 1 | Name: resultsdb_frontend | 1 | Name: resultsdb_frontend | ||
|---|---|---|---|---|---|
| 2 | Version: 1.1.9 | 2 | Version: 1.1.9 | ||
| 3 | Release: 4%{?dist} | 3 | Release: 4%{?dist} | ||
| 4 | Summary: Frontend for the ResultsDB | 4 | Summary: Frontend for the ResultsDB | ||
| 5 | 5 | | |||
| 6 | License: GPLv2+ | 6 | License: GPLv2+ | ||
| 7 | URL: https://bitbucket.org/fedoraqa/resultsdb_frontend | 7 | URL: https://bitbucket.org/fedoraqa/resultsdb_frontend | ||
| 8 | Source0: https://qadevel.cloud.fedoraproject.org/releases/%{name}/%{name}-%{version}.tar.gz | 8 | Source0: https://qadevel.cloud.fedoraproject.org/releases/%{name}/%{name}-%{version}.tar.gz | ||
| 9 | 9 | | |||
| 10 | BuildArch: noarch | 10 | BuildArch: noarch | ||
| 11 | 11 | | |||
| 12 | Requires: python-flask | 12 | Requires: python-flask | ||
| 13 | Requires: python-flask-wtf | | |||
| 14 | Requires: python2-flask-restful | 13 | Requires: python2-flask-restful | ||
| 15 | Requires: python2-iso8601 | 14 | Requires: python2-iso8601 | ||
| 16 | Requires: python-resultsdb_api | 15 | Requires: python-resultsdb_api | ||
| 17 | Requires: python-six | 16 | Requires: python-six | ||
| 18 | BuildRequires: python2-devel | 17 | BuildRequires: python2-devel | ||
| 19 | BuildRequires: python2-setuptools | 18 | BuildRequires: python2-setuptools | ||
| 20 | 19 | | |||
| 21 | %description | 20 | %description | ||
| ▲ Show 20 Lines • Show All 83 Lines • Show Last 20 Lines | |||||