index
:
delta/python-packages/kombu.git
1.0-archived
2.1-archived
2.2-archived
2.3-archived
2.4-archived
2.5
2.5-archived
3.0
4.0
4.0-devel
4.2
4.6.9
4.x
5.0-devel
amqp508
asynchronous-broadcasts
asyncmove
auvipy-patch-1
await
azureQ
bionic
broadcast-queues
brotli
brotli-compression
callbacks
changelog
ci
clnetup2
clnsetup
codeql
curlclient
distutil
drop-lzma-backport
drop36py
fastuuid
feature/coll_queue
fix-async-sem-release
fix-celery-1847
fix-ci
fix-windows-build
gh-pages
isort
librabbitmq-transport-priority-fix
lint
lzma-compression
lzma-windows-build
main
master
matusvalo-patch-1
mypy
nsq
opencollective-bot
override-empty-transport-options
pinmongo
pkgutils
pre-commit-ci-update-config
py310
py37
py37-ci
pyamqp2.6.1
pydoc
pypy60
pyro5
pytest62
pytestup
pyup-config
redispin
refactor-connection-init
remove-py3
remove-python2-support
revert-1041-master
revert-1058-revert-1041-master
revert-1068-revert-1058-revert-1041-master
revert-1089-issue-1087-redis-fix
revert-1171-fix_conn_imaybe_declare
revert-1307-revert-1132-redis-improvements
revert-906-fix/Broadcast-fail-by-give-queue-kwargs
revert-946-patch-1
security
setup
setuptoolci
slots
sqla
sqlalchemy-14-support
sqlavup
sqsopts
test_ci
thedrow-patch-1
thread-safe-cached-property
timer-secs-coerce-to-float
travis
txdocker2
types
updep
webserver
xdist
zstd-compression
github.com: celery/kombu.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kombu
/
transport
/
mongodb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore(ci): fix lint job (#1718)
Stevie Gayet
2023-05-15
1
-0
/
+1
*
fix mongodb transport obsolete calls (#1694)
Francis Charette-Migneault
2023-04-18
1
-4
/
+5
*
Support pymongo 4.x (#1536)
Jakub Pieńkowski
2022-04-18
1
-30
/
+44
*
Bump pyupgrade version and add __future__.annotations import
Marcelo Trylesinski
2022-04-15
1
-0
/
+2
*
enable pre-commit (#1355)
Thomas Grainger
2021-07-20
1
-4
/
+2
*
Reformat and improve kombu transport reference docs (#1264)
Matus Valo
2020-11-03
1
-4
/
+33
*
Remove five usage from kombu/transport.
Omer Katz
2020-07-23
1
-2
/
+2
*
pyupgrade
Omer Katz
2020-07-13
1
-5
/
+4
*
Fixing MongoDB backend to work properly with TTL (#1076)
Marcin Puhacz
2019-08-07
1
-4
/
+7
*
Fixed ValueError caused by mongodb rc version: invalid literal for in… (#816)
dust8
2018-01-13
1
-0
/
+1
*
Fix a typo in transport/mongodb.py (#808)
Felix Yan
2017-10-19
1
-1
/
+1
*
Prefer dict literal syntax over dict() (#787)
Mads Jensen
2017-09-08
1
-8
/
+8
*
Fix readpreference option parsing in MongoDB transport (#751)
Mikhail Elovskikh
2017-06-08
1
-2
/
+5
*
Prefer https over http and updated links to new locations. (#745)
Mads Jensen
2017-05-30
1
-1
/
+1
*
MongoDB: Do not use basestring for Py3 compat. Closes #661
Ask Solem
2016-12-07
1
-2
/
+2
*
remove natural sort (#638)
Anton Chaporgin
2016-11-30
1
-4
/
+1
*
Adds pydocstyle as a tox target
Ask Solem
2016-10-11
1
-5
/
+11
*
Removes kombu.syn, moves detect_environment to utils.compat
Ask Solem
2016-10-05
1
-1
/
+1
*
Reorganizes kombu.utils.__init__ package
Ask Solem
2016-07-16
1
-1
/
+1
*
Use Google-style docstrings
Ask Solem
2016-07-16
1
-6
/
+1
*
Use unicode_litereals everywhere and updates flakeplus target to --2.7
Ask Solem
2016-04-06
1
-1
/
+1
*
exc.message deprecated
Ask Solem
2016-04-01
1
-1
/
+1
*
Fixes typo exchange_types -> exchange_type
Ask Solem
2015-12-29
1
-1
/
+1
*
Flakes for Issue #537
Ask Solem
2015-12-09
1
-52
/
+62
*
Fix docstrings
Alex Koshelev
2015-12-09
1
-7
/
+11
*
Use natural sort for more FIFO semantic
Alex Koshelev
2015-12-09
1
-3
/
+3
*
Opt-out for queue size calculation
Alex Koshelev
2015-12-09
1
-1
/
+8
*
Another MongoDB transport clean up and refactor. Use of transport options fac...
Alex Koshelev
2015-12-09
1
-78
/
+86
*
Rearrange methods at MongoDB channel class
Alex Koshelev
2015-12-09
1
-48
/
+51
*
Optional TTL support for MongoDB transport. AMQP TTL headers: x-message-ttl a...
Alex Koshelev
2015-12-09
1
-25
/
+114
*
update mongodb.py
Orlo666
2015-07-14
1
-1
/
+1
*
Merge branch 'master' of github.com:celery/kombu
Ask Solem
2015-07-13
1
-12
/
+26
|
\
|
*
support pymongo 3.0
Len Buckens
2015-05-20
1
-12
/
+26
*
|
Single item tuples no longer require whitespace
Ask Solem
2015-07-13
1
-2
/
+2
|
/
*
Fixes mongodb tests
Ask Solem
2015-05-07
1
-0
/
+5
*
Merge branch '3.0'
Ask Solem
2014-07-07
1
-4
/
+6
|
\
|
*
MongoDB tests must not connect to mongod
Ask Solem
2014-07-07
1
-4
/
+6
|
*
mongodb transport - evaluate connection
Len Buckens
2014-07-07
1
-0
/
+3
|
*
flakes
v3.0.17
Ask Solem
2014-06-02
1
-1
/
+1
*
|
Merge pull request #363 from buckensl/master
Alexander Koshelev
2014-07-07
1
-0
/
+3
|
\
\
|
*
|
mongodb transport - evaluate connection
Len Buckens
2014-06-03
1
-0
/
+3
*
|
|
Merge branch 'master' into curlclient
curlclient
Ask Solem
2014-06-11
1
-6
/
+11
|
\
\
\
|
|
/
/
|
*
|
Fixes flakes after flake8 upgrade
Ask Solem
2014-05-27
1
-1
/
+2
|
*
|
flakes
Ask Solem
2014-05-20
1
-4
/
+5
|
*
|
Removes anyjson dependency :sad:
Ask Solem
2014-05-20
1
-1
/
+1
|
*
|
Priority support for MongoDB transport. Transport table update. Priority
Alex Koshelev
2014-05-08
1
-3
/
+6
|
|
/
*
|
Initial import of kombu.async.aws
Ask Solem
2014-05-03
1
-0
/
+4
|
/
*
MongoDB: Py3 fix
Ask Solem
2014-03-27
1
-1
/
+2
*
MongoDB: Fixes Python 3 compatibility problem. Closes #328
Ask Solem
2014-03-21
1
-2
/
+2
*
Fixed MongoDB broadcast cursor re-initialization. Closes celery/celery#971
Alex Koshelev
2014-03-10
1
-7
/
+25
[next]