Arcadiy Ivanov
2f9eb53128
Virtual transport timeout does not supesede period polling ( #689 )
...
fixes #688
2018-01-13 22:39:34 +06:00
Mads Jensen
65d203c71e
Prefer dict literal syntax over dict() ( #787 )
...
* Prefer dict literal syntax over dict()
* An overlooked dict-constructor in transport/SQS.py
2017-09-08 07:43:59 +03:00
Anthony Lukach
fe16de1a1d
v4.1.0 Release ( #764 )
...
* Prepare v4.1.0 release
* Fix typo
* Mark text as code
2017-07-18 11:58:58 +06:00
Robert Kopaczewski
7152705d36
Fix librabbitmq queue handling ( #726 )
2017-04-27 10:46:04 +03:00
Dima Kurguzov
bf820b20b0
Fix byte string for kazoo.Queue in Python 3 ( #713 )
...
* Fix byte string for kazoo.Queue in Python 3
* Add test for message conversion to bytes in ZooKeeper channel
2017-04-12 11:24:04 +06:00
Ask Solem
731e5e02d4
Adds Alan Justino to AUTHORS
2016-09-07 17:34:29 -07:00
Ask Solem
6765952e4c
Adds Emmanuel Cazenave to AUTHORS
2016-07-08 19:11:53 -07:00
Ask Solem
2a88809157
Adds Wido den Hollander to AUTHORS
2016-06-15 17:41:58 -07:00
Ask Solem
0b608e550c
Adds Stuart Axon to AUTHORS
2016-06-13 17:57:24 -07:00
Ask Solem
08670575d7
Adds Luyun Xie to AUTHORS
2016-05-26 13:06:08 -07:00
Ask Solem
3e0f903a53
Adds Raphael Michel to AUTHORS
2016-05-26 13:03:11 -07:00
Ask Solem
1042e42844
Adds Federico Ficarelli to AUTHORS
2016-04-12 13:36:10 -07:00
Ask Solem
36faec5649
Adds Juan Carlos Ferrer to AUTHORS (Issue #581 )
2016-04-04 13:02:45 -07:00
Ask Solem
6ba24cdfaf
Adds Lorenzo Mancini to AUTHORS
2016-01-20 12:44:59 -08:00
Ask Solem
89ae78d3ea
Adds Sergey Azovskov to AUTHORS
2016-01-20 12:44:59 -08:00
Ask Solem
620b9b7985
Adds Kai Groner to AUTHORS
2015-11-24 12:46:20 -08:00
Ask Solem
779c3be712
Authors: Add accidentally removed letter from email address.
2015-10-27 10:59:42 -07:00
Omer Katz
1d5f2a2526
Added @felixonmars to the authors list.
2015-10-27 11:34:35 +02:00
Ask Solem
8582b5c53d
Adds Hank John to AUTHORS
2015-10-23 12:56:30 -07:00
Ask Solem
44e8f5c3fd
Adds Anastasis Andronidis to AUTHORS
2015-04-17 14:15:30 +01:00
Ask Solem
d1ba052b20
Adds mdk to AUTHORS
2015-04-17 14:08:34 +01:00
Ask Solem
9130b92dd4
Adds Sergey Tikhonov to AUTHORS
2015-02-12 21:25:58 +00:00
Ask Solem
846179c19d
Adds chris erway to AUTHORS
2015-02-12 00:41:52 +00:00
Ask Solem
3f1001e3e7
Adds markow to AUTHORS
2015-02-12 00:22:53 +00:00
Ask Solem
34e38f7671
Adds Joshua Harlow to AUTHORS
2015-02-12 00:21:03 +00:00
Ask Solem
61125cbaea
Adds Jesse Dhillon to AUTHORS
2014-11-17 13:29:04 +00:00
bmbouter
33ffdd1acd
Merge pull request #410 from pulp/master
...
Allow ANONYMOUS sasl_mechanism by default for Qpid transport
2014-10-08 14:27:41 -04:00
Ask Solem
806f2c495e
Adds Nathan Van Gheem to AUTHORS
2014-10-03 13:43:30 +01:00
Chris Duryee
6205169381
adding cduryee to AUTHORS file
2014-09-19 10:07:38 -04:00
Ask Solem
1256dfcf9a
Adds Radek Czajka to AUTHORS
2014-09-11 14:26:12 +01:00
Brian Bouterse
557893612d
Merge branch 'master' into qpid-transport
2014-07-30 13:37:06 -04:00
Ask Solem
2d912c9e85
Adds Len Buckens to AUTHORS
2014-07-07 14:17:34 +01:00
Brian Bouterse
c569d35c30
Merge branch 'master' into qpid-transport
2014-06-11 09:21:03 -04:00
Ask Solem
6547f7f8b8
Adds Felix Schwarz to AUTHORS
2014-06-02 16:34:45 +01:00
Ask Solem
79f59e1897
Adds Latitia M. Haskins to AUTHORS
2014-05-30 15:16:23 +01:00
Brian Bouterse
95c729b3f2
Merge branch 'master' into qpid-transport
...
Conflicts:
README.rst
docs/userguide/connections.rst
2014-05-28 10:05:56 -04:00
Ask Solem
4b35ccab1f
Adds Roger Hu to AUTHORS
2014-05-19 18:37:35 +01:00
Brian Bouterse
0b88faff36
Merge branch 'master' into qpid-transport
2014-05-07 12:23:57 -04:00
Ask Solem
a4aa17615e
Adds Randy Barlow to AUTHORS
2014-05-06 13:58:45 +01:00
Ask Solem
368533b9da
Adds Tobias Schottdorf to AUTHORS
2014-04-29 11:00:11 +01:00
Brian Bouterse
b4b3600ddf
Merge branch 'master' into qpid-transport
2014-04-16 11:04:40 -04:00
Ask Solem
dacb919021
Adds Adam Gaca to AUTHORS
2014-04-15 17:03:58 +01:00
Ask Solem
84d482aba9
Adds Dmitry Malinovsky to AUTHORS
2014-04-04 17:58:29 +01:00
Brian Bouterse
3e54fc47df
Message ACKing now works, and drain_events should work properly now
2014-02-13 12:56:25 -05:00
Brian Bouterse
d700e464de
Basic qpid transport for kombu. somewhat working...
...
Working:
1. Celery worker will start and run
2. Transport supports queue and exchange management operations
3. Dispatch using delay() dispatches
4. The worker will properly run your task!
Known Issues:
1. Message acknowledgement does not work
2. amqp:// only no amqps:// implemented or tested
3. A few small TODOs left in there
4. No tests
2014-02-11 16:35:43 -05:00
Ask Solem
f1abcb1b2e
Adds Sam Stavinoha to AUTHORS
2014-02-09 15:03:33 +00:00
Ask Solem
8a447f833b
Adds Fernando Jorge Mota to AUTHORS
2014-01-13 17:10:17 +00:00
Ask Solem
ffa90945bf
Adds Dustin J. Mitchell to AUTHORS
2014-01-08 16:49:53 +00:00
Ask Solem
0857640f3f
Adds Eric Reynolds to AUTHORS
2013-12-18 15:48:26 +00:00
Ask Solem
3d47409389
Merge branch 'sqsopts'
2013-12-13 14:41:19 +00:00