Brendan Reilly
669318f1fd
Exclude specific platform streams from stream expansion
...
Fixes : #1639
2021-07-29 15:15:03 -04:00
Joe Talbott
1957d7db86
resolve: Fix docstring.
2021-06-25 15:49:09 -04:00
Joe Talbott
f1a3025a9a
resolve: Update docstring with added return field.
2021-06-25 15:49:09 -04:00
Joe Talbott
b3203caf76
List missing streams in exception message.
...
Fixes: https://pagure.io/fm-orchestrator/issue/1574
2021-06-25 15:49:09 -04:00
Chenxiong Qi
1c0715662a
Cleanup module_build_service/__init__.py
...
Most of the code are moved to dedicated subpackages, but some others
can't due to the cycle dependencies.
Signed-off-by: Chenxiong Qi <cqi@redhat.com >
2020-03-03 14:48:48 -05:00
mprahl
81f2bffdda
Rearrange the imports to meet the style guide
...
This also includes `from __future__ import absolute_import`
in every file so that the imports are consistent in Python 2 and 3.
The Python 2 tests fail without this.
2020-03-03 14:48:47 -05:00
mprahl
9ddb35b8d3
Move models.py to common/models.py and views.py to web/views.py
2020-03-03 14:48:47 -05:00
mprahl
d9f32bff9d
Move errors.py to common/errors.py
2020-03-03 14:48:47 -05:00
mprahl
d3d1f2d3dd
Split utils/mse.py
...
This moves the code used by the backend and API to common/resolve.py
and moves the code used just by the API to web/mse.py.
2020-03-03 14:48:47 -05:00