summaryrefslogtreecommitdiff
path: root/kombu/transport/mongodb.py
Commit message (Expand)AuthorAgeFilesLines
* chore(ci): fix lint job (#1718)Stevie Gayet2023-05-151-0/+1
* fix mongodb transport obsolete calls (#1694)Francis Charette-Migneault2023-04-181-4/+5
* Support pymongo 4.x (#1536)Jakub Pieńkowski2022-04-181-30/+44
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* enable pre-commit (#1355)Thomas Grainger2021-07-201-4/+2
* Reformat and improve kombu transport reference docs (#1264)Matus Valo2020-11-031-4/+33
* Remove five usage from kombu/transport.Omer Katz2020-07-231-2/+2
* pyupgradeOmer Katz2020-07-131-5/+4
* Fixing MongoDB backend to work properly with TTL (#1076)Marcin Puhacz2019-08-071-4/+7
* Fixed ValueError caused by mongodb rc version: invalid literal for in… (#816)dust82018-01-131-0/+1
* Fix a typo in transport/mongodb.py (#808)Felix Yan2017-10-191-1/+1
* Prefer dict literal syntax over dict() (#787)Mads Jensen2017-09-081-8/+8
* Fix readpreference option parsing in MongoDB transport (#751)Mikhail Elovskikh2017-06-081-2/+5
* Prefer https over http and updated links to new locations. (#745)Mads Jensen2017-05-301-1/+1
* MongoDB: Do not use basestring for Py3 compat. Closes #661Ask Solem2016-12-071-2/+2
* remove natural sort (#638)Anton Chaporgin2016-11-301-4/+1
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-5/+11
* Removes kombu.syn, moves detect_environment to utils.compatAsk Solem2016-10-051-1/+1
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-161-1/+1
* Use Google-style docstringsAsk Solem2016-07-161-6/+1
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* exc.message deprecatedAsk Solem2016-04-011-1/+1
* Fixes typo exchange_types -> exchange_typeAsk Solem2015-12-291-1/+1
* Flakes for Issue #537Ask Solem2015-12-091-52/+62
* Fix docstringsAlex Koshelev2015-12-091-7/+11
* Use natural sort for more FIFO semanticAlex Koshelev2015-12-091-3/+3
* Opt-out for queue size calculationAlex Koshelev2015-12-091-1/+8
* Another MongoDB transport clean up and refactor. Use of transport options fac...Alex Koshelev2015-12-091-78/+86
* Rearrange methods at MongoDB channel classAlex Koshelev2015-12-091-48/+51
* Optional TTL support for MongoDB transport. AMQP TTL headers: x-message-ttl a...Alex Koshelev2015-12-091-25/+114
* update mongodb.pyOrlo6662015-07-141-1/+1
* Merge branch 'master' of github.com:celery/kombuAsk Solem2015-07-131-12/+26
|\
| * support pymongo 3.0Len Buckens2015-05-201-12/+26
* | Single item tuples no longer require whitespaceAsk Solem2015-07-131-2/+2
|/
* Fixes mongodb testsAsk Solem2015-05-071-0/+5
* Merge branch '3.0'Ask Solem2014-07-071-4/+6
|\
| * MongoDB tests must not connect to mongodAsk Solem2014-07-071-4/+6
| * mongodb transport - evaluate connectionLen Buckens2014-07-071-0/+3
| * flakesv3.0.17Ask Solem2014-06-021-1/+1
* | Merge pull request #363 from buckensl/masterAlexander Koshelev2014-07-071-0/+3
|\ \
| * | mongodb transport - evaluate connectionLen Buckens2014-06-031-0/+3
* | | Merge branch 'master' into curlclientcurlclientAsk Solem2014-06-111-6/+11
|\ \ \ | |/ /
| * | Fixes flakes after flake8 upgradeAsk Solem2014-05-271-1/+2
| * | flakesAsk Solem2014-05-201-4/+5
| * | Removes anyjson dependency :sad:Ask Solem2014-05-201-1/+1
| * | Priority support for MongoDB transport. Transport table update. PriorityAlex Koshelev2014-05-081-3/+6
| |/
* | Initial import of kombu.async.awsAsk Solem2014-05-031-0/+4
|/
* MongoDB: Py3 fixAsk Solem2014-03-271-1/+2
* MongoDB: Fixes Python 3 compatibility problem. Closes #328Ask Solem2014-03-211-2/+2
* Fixed MongoDB broadcast cursor re-initialization. Closes celery/celery#971Alex Koshelev2014-03-101-7/+25