Commit graph

2302 commits

Author SHA1 Message Date
Mike McLean
4e872d67b7 suppress warnings in requests 2016-11-22 16:41:31 -05:00
Mike McLean
c1e91486bd no_ssl_verify session opt 2016-11-22 16:41:31 -05:00
Mike McLean
2ac8d7a701 only use default certs if they exist 2016-11-22 16:41:31 -05:00
Mike McLean
d85fc2bed0 always pass serverca 2016-11-22 16:41:31 -05:00
Mike McLean
be7c97eacd move cert date directly into client session opts 2016-11-22 16:41:31 -05:00
Mike McLean
f8c58e9f64 fix post handler 2016-11-22 16:41:31 -05:00
Mike McLean
b13994082a use compatrequests if requests no present 2016-11-22 16:41:31 -05:00
Mike McLean
c3556dee43 add config for use_old_ssl. make new session on errors 2016-11-22 16:41:31 -05:00
Mike McLean
17e79df68b use correct port 2016-11-22 16:41:31 -05:00
Mike McLean
33da7cf84d trying to fix auth 2016-11-22 16:41:31 -05:00
Mike McLean
6b02479210 compat mode works anonymously 2016-11-22 16:41:31 -05:00
Mike McLean
6bbf9afdc8 don't assume content type is given 2016-11-22 16:41:31 -05:00
Mike McLean
45dd3bf187 working? 2016-11-22 16:41:31 -05:00
Mike McLean
a211a56401 More work on compatrequests 2016-11-22 16:41:31 -05:00
Mike McLean
ce768fc59e stub for compatrequests 2016-11-22 16:41:31 -05:00
Mike McLean
9b4ccd18ec stop mocking removed function in tests 2016-11-22 16:41:31 -05:00
Mike McLean
6f08b8d064 fix handler url for upload 2016-11-22 16:41:31 -05:00
Mike McLean
aed2a1a054 honor debug_xmlrpc 2016-11-22 16:41:31 -05:00
Mike McLean
9af4c393f5 move is_cert_error(); require python-requests 2016-11-22 16:41:31 -05:00
Mike McLean
37bd3c460b ssl auth working 2016-11-22 16:41:31 -05:00
Mike McLean
fc8a8c6582 parse host from baseurl in _serverPrincipal()
krb auth working now
2016-11-22 16:41:31 -05:00
Mike McLean
eff7bad45a pull requests bits from py3 work
auth not working
untrusted https not working
2016-11-22 16:41:31 -05:00
Mike McLean
e3f3756e0d Merge #212 direct tag functions for hub 2016-11-21 17:41:15 +00: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
caf17b6a3e rename test file 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
6f0685c07f fix up test case 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
38a42e9997 stub test for _tag_build 2016-11-21 12:37:49 -05:00
Mike McLean
4c6992a090 unit test for create_tag() 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
Mike McLean
d550938b50 PR#210 ut: cli - for handle_maven_build and some functions related in koji.utils
Merges #210
https://pagure.io/koji/pull-request/210
2016-11-21 11:00:08 -05:00
Yuming Zhu
4a5b2d0b21 ut: test case for koji.util.tsort() 2016-11-21 10:52:32 -05:00
Yuming Zhu
de5a34288a ut: koji.utils - cases for related Maven build utils 2016-11-21 10:52:32 -05:00
Yuming Zhu
edbed0a167 ut: format testcases 2016-11-21 10:52:32 -05:00
Yuming Zhu
00fbfe274a ut: cli - test_maven_build 2016-11-21 10:52:32 -05:00
Mike McLean
4dc18c7eea Merge #195 protonmsg hub plugin 2016-11-15 18:15:28 +00:00
Mike Bonnet
f09d3115b0 add dependency on python-qpid-proton to koji-hub-plugins
python-qpid-proton is required by the protonmsg hub plugin
2016-11-04 11:59:51 -07:00
Mike Bonnet
17fac58281 protonmsg hub plugin
This plugin sends messages to a broker about events in the hub
using the proton library. This library supports the AMQP 1.0
protocol and is compatible with a wide variety of message
brokers. It queues all messages until the postCommit callback,
avoiding race conditions between message reception and database
transaction commit.
2016-11-04 11:59:51 -07:00
Mike McLean
f2e5d43b23 Merge #196 update copyright year and point the powered by link to pagure.io/koji 2016-10-28 17:32:09 +00:00
Dennis Gilmore
1f2aa41709 update copyright year and point the powered by link to pagure.io/koji
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-10-27 16:42:49 -05:00
Mike McLean
3828b8a26f fix typo in assign-task command 2016-10-27 12:15:52 -04:00
Mike McLean
f3a8d6e1dc PR#101 Added CG_Importer tests
Merge #101
https://pagure.io/koji/pull-request/101
2016-10-26 15:18:20 -04:00
Mike McLean
23778dceb7 update CG_Importer.get_build test 2016-10-26 15:14:22 -04:00
Joel Vasallo
f0918c7941 Leveraging koji.fixEncoding() and cleaned up spacing 2016-10-26 14:40:14 -04:00