Commit Graph

154 Commits

Author SHA1 Message Date
Matus Valo d3ded0069c
Revert "Port of redis code improvements from prior revision (#1132)" (#1307)
This reverts commit 753f4ec174.
2021-03-06 20:36:59 +01:00
Matt Davis 753f4ec174
Port of redis code improvements from prior revision (#1132)
* Port of redis code improvements from prior revision

Add fakeredis requirement

* refine variable naming based on PR feedback.

* Remove python2 code style and remove unittest.Testcase from test_redis.py

* Code refactor of redis.py and test_redis.py

Co-authored-by: Matus Valo <matusvalo@gmail.com>
2021-03-03 22:40:37 +01:00
vinay karanam 60dc345636
Added self to AUTHORS (#1260) 2020-10-14 13:42:49 +03:00
Kevin Fox cbd327dc3b Add support for health_check_interval option in broker_transport_options. (#1145)
* Add support for health_check_interval option in broker_transport_options. #1114

* Added Keivn Fox to authors.

* Do not use default arg for pop() method.

* Add dedicated test case for configurable health_check

* Add test case for when health_check_interval is not supported by connection_class in redis.

* Fix Flake8

* Added more test cases for redis.

* Updated tests.
2020-01-11 11:20:31 +06:00
Nicolas Mota 0c6444ac88 Add peek lock settings to be changed using transport options (#1119) 2019-12-02 04:15:35 +06:00
Asif Saif Uddin 597d675ca1
Revert "Issue #1087 redis fix (#1089)" (#1106)
This reverts commit 2f6f5f6a5d.
2019-11-02 23:43:08 +06:00
Matt Davis 2f6f5f6a5d Issue #1087 redis fix (#1089)
* issue-1087 Revert _lookup api and correct redis implemetnation.  Update variable naming to be self documenting and more readable by non native speakers.  Major overhaul of redis test cases by adding more full featured fakeredis module.

* Add more test cases to boost coverage of kombu redis transport.

* Refactor the producer consumer test cases to be based on original mocks and be passing

* Fix lingering line length issue in test.
2019-08-31 23:54:01 +06:00
Marcin Puhacz 0ad7d08c4c Fixing MongoDB backend to work properly with TTL (#1076)
* Fixing MongoDB backend to work properly with TTL
Bumping pymongo version to 3.8.0

* Updating authors

* Adding dependencies to travis config

* Fixing travis test cases

* Changing pymongo version to align with mongo result backend
2019-08-07 15:06:13 +03:00
Bruno Alla 62087a67cf Fix a deprecation warning about logger.warn() (#924)
* Fix a deprecation warning about logger.warn()

This fixes a deprecation warning from the standard library's logging module:

> The 'warn' method is deprecated, use 'warning' instead

* Update test
2018-09-27 19:12:44 +06:00
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