Tomas Kopecek
8962c26080
python-modernize -f libmodernize.fixes.fix_import
2017-06-01 09:39:23 +02:00
Tomas Kopecek
a4a1536a03
python-modernize -f libmodernize.fixes.fix_file
2017-06-01 09:39:22 +02:00
Tomas Kopecek
68bf19c739
python-modernize -f libmodernize.fixes.fix_dict_six
2017-06-01 09:39:22 +02:00
Tomas Kopecek
b1da150c01
python-modernize -f libmodernize.fixes.fix_imports_six
2017-06-01 09:39:21 +02:00
Mike McLean
d1ab4ed287
refactor
2017-03-30 09:25:51 -04:00
Tomas Kopecek
660779c848
Fail if host is disabled
2017-03-30 09:25:51 -04:00
Tomas Kopecek
7b8fcd989f
permissions
2017-03-30 09:25:51 -04:00
Tomas Kopecek
1a06b1b52e
Define tasks via config file
2017-03-30 09:25:51 -04:00
Tomas Kopecek
437afbb720
CLI for save_failed_tree
2017-03-30 09:25:51 -04:00
Tomas Kopecek
dd5425f23e
Basic functionality for save_failed_tree plugin
2017-03-30 09:25:51 -04:00
Tomas Kopecek
22bedc900d
whitespace formatting
2017-03-17 11:35:53 -04:00
Tomas Kopecek
1494301465
use new exception syntax
2017-03-02 10:52:30 -05:00
Mike Bonnet
240fc690dd
make the tlstimeout class compatible with newer versions of qpid
...
Recent versions of qpid have added the write_retry attribute to the tls class.
Add it to our subclass for compatibility.
2016-12-13 17:04:58 -05: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
Tomas Kopecek
7b954b8cd5
fixing unimported exceptions
2016-10-04 15:48:54 +02:00
Mike McLean
8beb91f58d
don't generate messages on postCommit events
2016-09-14 15:08:52 -04:00
Ralph Bean
7530b8ce77
Remove mktask in favor of make_task (and fix all references).
2016-06-08 12:08:05 -04:00
Ralph Bean
43ba5a6071
Install both hub and builder plugins.
...
This is a different take at https://pagure.io/koji/pull-request/45
Instead of installing just the runroot builder plugin explicitly, here we
separate the plugins out into hub and builder plugins explicitly and install
each type in turn.
2016-04-08 10:05:28 -04:00