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
/
t
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a thread-safe implementation of cached_property.
Omer Katz
2021-03-15
1
-51
/
+0
*
t/unit/asynchronous/http/test_curl: fix test_set_timeout
raittes
2021-02-12
1
-1
/
+3
*
Fix issues with parsing URL with an extra / in it.
Terry Cain
2021-01-06
1
-1
/
+1
*
Support for Azure Service Bus 7.0.0 (#1284)
Terry Cain
2021-01-04
1
-221
/
+254
*
redis: Support Sentinel with SSL
AbdealiJK
2020-12-03
1
-0
/
+22
*
Remove python2 compatibility code (#1277)
Matus Valo
2020-11-25
1
-7
/
+0
*
Add timeout to producer publish (#1269)
RezaSi
2020-11-17
1
-0
/
+8
*
Revert "on worker restart - restore visible regardless to time (#905)"
Vinay Karanam
2020-10-15
1
-19
/
+0
*
Test default channel gets used
Chris Lambacher
2020-10-13
1
-0
/
+41
*
Redis Transport: Small improvements of `SentinelChannel` (#1253)
Matus Valo
2020-09-24
1
-0
/
+12
*
Make flake8 happy
Matus Valo
2020-08-17
10
-20
/
+25
*
Removed case.skip
Matus Valo
2020-08-17
15
-63
/
+48
*
Added t/skip.py file
Matus Valo
2020-08-17
1
-0
/
+7
*
Replace case.skip.todo with pytest
Matus Valo
2020-08-17
1
-1
/
+1
*
Replace case.skip.if_win32 with pytest
Matus Valo
2020-08-17
1
-2
/
+2
*
Replace case.skip.SkipTest with pytest.skip
Matus Valo
2020-08-17
1
-2
/
+2
*
Replaced case.skip.if_pypy and case.skip.if_python3
Matus Valo
2020-08-17
5
-76
/
+45
*
Use unittest.mock instead of case
Matus Valo
2020-08-16
45
-46
/
+66
*
autopep8.
remove-python2-support
Omer Katz
2020-08-04
3
-1
/
+3
*
Remove five usage from tests.
Omer Katz
2020-07-23
20
-90
/
+37
*
pyupgrade
Omer Katz
2020-07-13
65
-235
/
+99
*
Add an SQS transport option for custom botocore config
Krzysztof Jagiello
2020-07-01
1
-0
/
+13
*
Revert incompatible changes in #1193 and additional improvements (#1211)
Matus Valo
2020-06-10
5
-20
/
+73
*
default_channel should reconnect automatically (#1209)
Matus Valo
2020-06-05
2
-0
/
+17
*
reuse connection
Conor Stevenson
2020-06-02
1
-0
/
+4
*
set _connection in _ensure_connection (#1205)
v4.6.9
Conor Stevenson
2020-06-01
1
-0
/
+2
*
Fix broken compatibility with Celery
Matus Valo
2020-06-01
1
-4
/
+4
*
Ensure connection when connecting to broker
Matus Valo
2020-06-01
4
-37
/
+77
*
Fix for issue #1198: Celery crashes in cases where there aren’t enough avai...
Ihar Nauros
2020-05-27
1
-0
/
+79
*
Fix connection imaybe_declare (#1196)
Oleh Kuchuk
2020-05-26
1
-0
/
+15
*
Revert "Raise RecoverableConnectionError in maybe_declare with retry on and d...
Matus Valo
2020-05-25
1
-15
/
+0
*
Modified Mutex to use redis LuaLock implementation
Vinay Karanam
2020-05-17
1
-41
/
+32
*
Fix flake8
Matus Valo
2020-05-15
1
-1
/
+1
*
Improve integration test suit
Matus Valo
2020-05-15
1
-1
/
+17
*
fix 100% cpu usage on linux while using sqs
Andrii Maletskyi
2020-05-15
1
-16
/
+14
*
Improved Priority integration tests
Matus Valo
2020-05-13
2
-26
/
+35
*
Added priority integration tests for Redis
Matus Valo
2020-05-12
2
-7
/
+96
*
Added integration tests for priority queues
Matus Valo
2020-05-08
2
-1
/
+91
*
Added TTL integration tests
Matus Valo
2020-05-06
2
-1
/
+56
*
Added Integration tests for direct, topic and fanout exchange types
Matus Valo
2020-05-06
3
-2
/
+104
*
Use explicit py-amqp transport instead of amqp in integration tests
Matus Valo
2020-05-04
1
-1
/
+1
*
Added Simple Buffer integration tests
Matus Valo
2020-05-04
1
-2
/
+13
*
Rename test classes for better test output
Matus Valo
2020-05-03
2
-2
/
+2
*
Removed scripts depending on RabbitMQ
Matus Valo
2020-05-03
1
-10
/
+0
*
Create common class of integration tests
Matus Valo
2020-05-03
3
-99
/
+62
*
Initial redis integration tests implementation
Matus Valo
2020-05-03
1
-0
/
+73
*
Added basic integration tests for RabbitMQ
Matus Valo
2020-04-30
1
-0
/
+50
*
Added integration testing infrastructure for RabbitMQ
Matus Valo
2020-04-30
16
-545
/
+39
*
Unit test for the fix relating to the issue #1172
Ihar Nauros
2020-04-22
1
-1
/
+3
*
Raise RecoverableConnectionError in maybe_declare with retry on and dropped c...
Oleh Kuchuk
2020-04-15
1
-0
/
+15
[next]