Mike McLean
8e34abb5ac
don't abort all unit tests if KeyboardInterrupt is uncaught by code
2017-03-20 15:19:11 -04:00
Tomas Kopecek
df1996d79e
fix return value for watch_tasks
2017-03-20 15:19:11 -04:00
Tomas Kopecek
badf0e3be3
unify KeyboardInterrupt behaviour for watch commands
2017-03-20 15:19:11 -04:00
Mike McLean
48333961eb
PR#341 Some more 2to3 python2.4 safe results
...
Merges #341
Related #151
2017-03-17 11:46:23 -04: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
cf214de792
remove sys.exc_type, exc_value, exc_traceback
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
Mike McLean
036aa51834
PR#345 support removing extra values from tags
...
Merges #345
Fixes #328
2017-03-16 17:05:10 -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
120ee07d24
PR#295 Set compatrequests defaults same as requests
...
Merges #295
2017-03-16 10:04:24 -04:00
Tomas Kopecek
e4fe2b1735
Set compatrequests defaults same as requests
...
Python-requests iter_content has chunk_size set to 1. Let's do it same
in compatrequests, so we don't confuse users.
http://docs.python-requests.org/en/master/_modules/requests/models/#Response.iter_content
2017-03-16 09:54:58 -04:00
Mike McLean
bd9230dce9
PR#348 remove unused function parse_timestamp
...
Merges #348
2017-03-15 11:37:24 -04:00
Tomas Kopecek
bcef98b1c4
remove unused function parse_timestamp
2017-03-15 16:30:50 +01:00
Mike McLean
851dcd3c50
PR#347 Return datetime objects in iso string format
...
Merges #347
2017-03-15 11:25:35 -04:00
Mike McLean
5f109a7855
return datetime objects in iso string format
2017-03-14 12:18:05 -04:00
Mike McLean
06818122ab
stop mangling psycopg2.extensions
2017-03-14 09:51:28 -04:00
Mike McLean
0d1ec409ca
PR#343 Handle empty file upload
...
Merges #343
Fixes #342
2017-03-14 09:12:28 -04:00
Mike McLean
f9a30b90e6
fix traceback uploading empty file
2017-03-13 18:43:07 -04:00
Tomas Kopecek
186d6db4b2
Handle empty file upload
2017-03-07 18:22:32 +01:00
Mike McLean
642f5e833b
PR#337 cli: move list-permissions to info category
...
Merges #337
2017-03-07 10:23:17 -05:00
Yuming Zhu
6641eb0510
cli: move list-permissions to info category
2017-03-07 10:22:41 -05:00
Mike McLean
a8711956b2
PR#332 remove has_key (not working in python3)
...
Merges #332
Related: #151
2017-03-07 08:15:42 -05:00
Mike McLean
e72cc81518
typo
2017-03-07 08:15:20 -05:00
Tomas Kopecek
cc9fff9840
remove has_key (not working in python3)
2017-03-07 08:15:20 -05:00
Mike McLean
882316c298
PR#336 use alabaster theme for docs
...
Merges #336
2017-03-06 10:20:13 -05:00
Mike McLean
b245136c50
use alabaster theme for docs
2017-03-02 11:57:23 -05:00
Mike McLean
b3dbc66b26
PR#333 Fix README link to mash project
...
Merges #333
2017-03-02 11:36:37 -05:00
Robert Marshall
06f28189de
Fix README link to mash project
...
The mash project has moved to pagure.io. Corrected the link to mash in
the README that points to the now defunct fedorahosted server.
Signed-off-by: Robert Marshall <rmarshall@redhat.com>
2017-03-02 11:36:10 -05:00
Mike McLean
6a3078c06a
PR#331 use new exception syntax
...
Merges #331
2017-03-02 11:09:28 -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
Mike McLean
9b9a8f32a1
PR#330 formatting typo
...
Merges #330
2017-03-02 10:49:55 -05:00
Tomas Kopecek
20f5c4a83f
formatting typo
2017-03-01 11:37:53 +01:00
Mike McLean
cd42fbb549
PR#226 print statement -> print function
...
Merges #226
2017-02-28 11:26:11 -05:00
Mike McLean
53875831df
a couple more prints
2017-02-28 11:06:09 -05:00
Tomas Kopecek
c143d0b88f
print statement -> print function
2017-02-28 10:55:56 -05:00
Mike McLean
ef043e2c14
PR#319 Added support for CG provided owner
...
Merges #319
Fixes #299
2017-02-28 10:48:29 -05:00
Brendan Reilly
8a966ee630
Added support for CG provided owner
2017-02-28 10:47:14 -05:00
Mike McLean
c772eed526
PR#324 jenkins' docs
...
Merges #324
Fixes # 320
2017-02-28 10:44:17 -05:00
Tomas Kopecek
7cbe835b2f
fixed typo
2017-02-28 10:43:48 -05:00
Tomas Kopecek
5ad5fc9ad2
jenkins' docs
2017-02-28 10:43:48 -05:00
Mike McLean
ff57095e70
PR#326 use multicall for clone tag
...
Merges #326
Fixes #314
2017-02-22 16:55:49 -05:00
Mike McLean
868212af98
also use multicall for setting the package list
2017-02-22 16:55:39 -05:00
Tomas Kopecek
1857271ea8
use multicall for clone tag
2017-02-22 16:33:42 -05:00
Mike McLean
ed1d443ab6
PR#283 wrap sending email in try except
...
Merges #283
Fixes #282
2017-02-22 11:28:26 -05:00
Dennis Gilmore
60f0859591
wrap sending email in try except
...
Sometimes the recipient email may no longer be valid due to many
reasons. Handle the failure to send email gracefully.
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-02-22 11:27:46 -05:00
Mike McLean
55d57495d3
PR#323 Honor excludearch and exclusivearch for noarch builds
...
Merges #323
https://pagure.io/koji/pull-request/323
Fixes #19
2017-02-20 10:51:07 -05:00