Jay Greguske
|
f1a45e0024
|
signed-repo kojiweb tweaks
|
2017-03-30 09:37:56 -04:00 |
|
Jay Greguske
|
76d8caf33b
|
initial builder implementation for signed-repos
|
2017-03-30 09:37:56 -04:00 |
|
Jay Greguske
|
53c379b6f8
|
initial hub implementation for signed-repos
|
2017-03-30 09:37:56 -04:00 |
|
Mike McLean
|
ce4747f695
|
sanity check volume field for uploads
|
2017-03-28 11:46:47 +02:00 |
|
Tomas Kopecek
|
4ef0bc2051
|
use only relative paths + volumes in downloadTaskOutput
|
2017-03-28 11:46:47 +02:00 |
|
Tomas Kopecek
|
d40d934d6a
|
pass volume directly to work()
|
2017-03-28 11:46:47 +02:00 |
|
Tomas Kopecek
|
8868d184cb
|
propagate volume through hub
|
2017-03-28 11:46:47 +02:00 |
|
Tomas Kopecek
|
e6effec7e1
|
backward compatibility changes
|
2017-03-28 11:46:47 +02:00 |
|
Tomas Kopecek
|
323987e376
|
Allow uploading files to non-default volumes
|
2017-03-28 11:46:47 +02:00 |
|
Tomas Kopecek
|
93034f64f3
|
idioms
|
2017-03-17 11:35:53 -04:00 |
|
Tomas Kopecek
|
22bedc900d
|
whitespace formatting
|
2017-03-17 11:35:53 -04:00 |
|
Tomas Kopecek
|
ed86da02dc
|
remove types module
|
2017-03-17 11:35:53 -04:00 |
|
Tomas Kopecek
|
70224c42c1
|
remove obsoleted StandardError
|
2017-03-17 11:35:53 -04:00 |
|
Tomas Kopecek
|
e355527649
|
remove deprecated "filer" calls
|
2017-03-17 11:35:53 -04:00 |
|
Yuming Zhu
|
75d07f6d01
|
make cli and hub to support remove-extra for edit-tag
|
2017-03-16 16:48:13 -04:00 |
|
Mike McLean
|
5f109a7855
|
return datetime objects in iso string format
|
2017-03-14 12:18:05 -04:00 |
|
Tomas Kopecek
|
cc9fff9840
|
remove has_key (not working in python3)
|
2017-03-07 08:15:20 -05:00 |
|
Mike McLean
|
ed0e45e12b
|
a few more exceptions
|
2017-03-02 11:09:00 -05:00 |
|
Tomas Kopecek
|
1494301465
|
use new exception syntax
|
2017-03-02 10:52:30 -05:00 |
|
Tomas Kopecek
|
c143d0b88f
|
print statement -> print function
|
2017-02-28 10:55:56 -05:00 |
|
Brendan Reilly
|
8a966ee630
|
Added support for CG provided owner
|
2017-02-28 10:47:14 -05:00 |
|
Mike McLean
|
e10d2ddccb
|
fix encoding of loaded json data
|
2017-02-16 16:26:42 -05:00 |
|
Mike McLean
|
18dd342474
|
hub: enforce strict in get_user()
|
2017-02-16 11:39:52 -05:00 |
|
Mike McLean
|
1088e5f4fb
|
new hub CheckClientIP option
|
2017-02-14 11:27:55 -05:00 |
|
Mike McLean
|
4f2d1bc855
|
be stricter about incrementable release values
|
2017-01-26 16:57:45 +01:00 |
|
Adam Miller
|
39e7befc6b
|
add disttag handling to get_next_release
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
|
2017-01-26 16:49:35 +01:00 |
|
Xibo Ning
|
208760295c
|
no need to escape, thanks mikem
|
2017-01-17 15:08:26 -05:00 |
|
Xibo Ning
|
f19944c59c
|
s/result/results/
|
2017-01-17 15:08:26 -05:00 |
|
Xibo Ning
|
2d5c661a19
|
have listPackages() method to support queryOpts option and convert the packages page to use paginateMethod()
|
2017-01-17 15:08:26 -05:00 |
|
Xibo Ning
|
fe8c5964ca
|
fix method names to listPackagesSimple and countAndFilterResults.
1. replace listPackages call by listPackagesSimple.
2. replace filterResults by countAndFilterResults.
|
2017-01-17 15:08:26 -05:00 |
|
Xibo Ning
|
fe32d1a447
|
add method listFlatPackages and CountAndFilterResults
|
2017-01-17 15:08:26 -05:00 |
|
Mike McLean
|
4cd548e6dc
|
fix raise_fault condition in taskWaitResults()
|
2017-01-12 14:28:22 -05:00 |
|
Tomas Kopecek
|
6282a70948
|
don't try to upload image if task failed
|
2017-01-12 14:28:22 -05:00 |
|
Tomas Kopecek
|
a757bf41e9
|
typo fixes
|
2017-01-12 14:28:22 -05:00 |
|
Mike McLean
|
aed4682411
|
don't error when waiting on 'canfail' tasks
|
2017-01-12 14:28:22 -05:00 |
|
Mike McLean
|
99de501257
|
more direct tag functions for the hub
followup to PR#212
https://pagure.io/koji/pull-request/212
|
2017-01-09 22:14:17 -05:00 |
|
Tomas Kopecek
|
f4ede5339f
|
Update http:// to https:// in code
Where https is working, code was updated to use it.
|
2016-12-19 11:49:11 -05:00 |
|
Mike McLean
|
a9d46d0fe2
|
work around in OpenSSL issue on the hub
|
2016-11-23 14:16:25 -05:00 |
|
Mike McLean
|
ad521d5eb2
|
Maintain non-strict behavior in getTaskInfo
Fixes: #216
https://pagure.io/koji/issue/216
|
2016-11-23 12:26:52 -05:00 |
|
Mike McLean
|
6bbf9afdc8
|
don't assume content type is given
|
2016-11-22 16:41:31 -05:00 |
|
Mike McLean
|
8e1e72bf15
|
include tag_extra data when deleting a tag
|
2016-11-21 12:37:49 -05:00 |
|
Mike McLean
|
b48e3f23a4
|
handle long type for tag ids
|
2016-11-21 12:37:49 -05:00 |
|
Mike McLean
|
ce59d83dc8
|
test for _untag_build
|
2016-11-21 12:37:49 -05:00 |
|
Mike McLean
|
434bbb9c46
|
more direct tag calls, also a fix
|
2016-11-21 12:37:49 -05:00 |
|
Mike McLean
|
63168e4a41
|
_direct_pkglist_remove
|
2016-11-21 12:37:49 -05:00 |
|
Mike McLean
|
3d0791ff10
|
_direct_untag_build for consistency
|
2016-11-21 12:37:49 -05:00 |
|
Mike McLean
|
12d339d584
|
more pkglist...
|
2016-11-21 12:37:49 -05:00 |
|
Mike McLean
|
06692a23cc
|
also pkglist_add
|
2016-11-21 12:37:49 -05:00 |
|
Mike McLean
|
71f1b22dda
|
provide some lower-level functions sans access check
|
2016-11-21 12:37:49 -05:00 |
|
Joel Vasallo
|
f0918c7941
|
Leveraging koji.fixEncoding() and cleaned up spacing
|
2016-10-26 14:40:14 -04:00 |
|