mprahl
1a17d655ee
Accept floats when filtering by stream_version_lte on the API
2019-06-18 10:19:00 -04:00
mprahl
66c3f82160
Format the coding style across the codebase using "black" and manual tweaks
...
The main benefit of this commit is that the use of double quotes
is now consistent.
2019-04-26 00:32:13 -04:00
mprahl
00daedccfd
Allow the virtual streams of a base module to be queryable in the database and API
2019-04-25 13:15:27 -04:00
mprahl
d0aea40788
Support the stream_version_lte filter in the API
2019-04-25 08:12:49 -04:00
mprahl
0217496d1f
Refactor the API ordering to accept multiple order keyword arguments of the same direction
...
This also improves how a column is determined to be valid for ordering.
2019-04-23 08:37:12 -04:00
mprahl
599c881714
Add the ability to query by the base modules a module build buildrequires
...
Future use cases will require the ability to find compatible module builds
to buildrequire based on the base module the module used to build. This
commit adds an association table that will contain module build IDs
and the base module they buildrequire.
Addresses FACTORY-3353
2018-10-17 07:47:31 -04:00
Filip Valder
598347e1b6
Import module API
2018-09-07 17:12:01 +02:00
Martin Curlej
0aa9f014ce
Added search for modules by binary rpm.
...
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
Updated PR according to review.
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
Searching by multiple koji tags + tests
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
2018-06-26 15:52:37 +02:00
Matt Prahl
764c467c1d
Merge #950 New: Support querying of modules/components with multiple state value filtering
2018-06-15 00:36:33 +00:00
Filip Valder
f1fc7ed467
New: Support querying of modules/components with multiple state value filtering
2018-06-13 09:42:38 +02:00
Martin Curlej
e2e804b1d6
Added the ability to search mbs builds by the whole NSVC string.
...
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
Found about the magical properties of zip.
Signed-off-by: Martin Curlej <mcurlej@redhat.com >
2018-06-13 09:30:52 +02:00
Jan Kaluza
9b6fd2ba39
Split utils.py to multiple files based on the methods use-case.
2018-04-03 09:58:57 -04:00