summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test new pytest versionpytest62Asif Saif Uddin2021-09-071-1/+1
* Merge branch 'master' of https://github.com/celery/kombuAsif Saif Uddin2021-09-072-10/+2
|\
| * stop mentioning librabbitmq (#1381)Asif Saif Uddin2021-09-071-9/+1
| * v 1.4.x (#1338)Asif Saif Uddin2021-09-071-1/+1
* | Bump version: 5.1.0 → 5.2.0rc1v5.2.0rc1Asif Saif Uddin2021-09-074-4/+4
* | update changelog for v5.2.0rc1Asif Saif Uddin2021-09-071-0/+20
|/
* [pre-commit.ci] pre-commit autoupdate (#1379)pre-commit-ci[bot]2021-08-311-1/+1
* Run integration tests for kombu also with global_keyprefixMatus Valo2021-08-311-3/+5
* Make BrokerState Transport specificMatus Valo2021-08-305-6/+26
* fix: add missing commands to prefixGábor Boros2021-08-272-4/+20
* fix: raise BrokenPipeError (#1231)Steven2021-08-261-0/+4
* Add global key prefix for keys set by Redis transporter (#1349)Gábor Boros2021-08-253-2/+218
* [pre-commit.ci] pre-commit autoupdate (#1374)pre-commit-ci[bot]2021-08-241-1/+1
* SQS Channel.predefined_queues should be `{}` if not definedBrad Smith2021-08-212-1/+19
* Fixed type commentSchizmOne2021-08-211-2/+2
* Use Python's built-in json module by default, instead of simplejsonnikolas2021-08-141-6/+6
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-101-1/+1
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-08-051-2/+2
* Use hostname from URI when server_host is NoneMatus Valo2021-08-053-2/+84
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-031-2/+2
* Add support for Python 3.9Michał Bielawski2021-07-313-11/+13
* [pre-commit.ci] pre-commit autoupdate (#1359)pre-commit-ci[bot]2021-07-291-2/+2
* enable pre-commit (#1355)Thomas Grainger2021-07-20119-442/+407
* Update docstrings of redis transport with user and passwordMatus Valo2021-07-081-3/+3
* Add support for setting redis username (#1351)Gábor Boros2021-07-082-3/+17
* Move pytest.importorskip to run earlier (#1346)Felix Yan2021-06-111-4/+3
* Make flake8 happyMatus Valo2021-06-091-5/+10
* Small fixes in documentationMatus Valo2021-06-092-12/+6
* Small fixes in documentationMatus Valo2021-06-093-1/+3
* fix typoAsif Saif Uddin2021-05-261-1/+1
* Remove backward compatible code not used anymore (#1344)Matus Valo2021-05-256-67/+23
* Fix version replacement.Omer Katz2021-05-231-1/+1
* Bump version: 5.1.0b1 → 5.1.0Omer Katz2021-05-234-4/+4
* Update release notes.Omer Katz2021-05-231-0/+11
* prepare_accept_content() now raises SerializerNotInstalled instead of KeyErro...Matus Valo2021-05-232-2/+21
* add accept parameter to SimpleQueue class (#1140)Luis Saavedra2021-05-222-7/+37
* Revert "chore: Refactor code quality issues (#1320)" (#1342)Matus Valo2021-05-195-3/+8
* chore: Refactor code quality issues (#1320)Aksh Gupta2021-04-285-8/+3
* Ignore kombu.transport.librabbitmq in apicheck.Matus Valo2021-04-141-0/+1
* Remove unused appveyor and travis configuration filesMatus Valo2021-04-142-133/+0
* Make flake8 and pydocstyle happy (#1333)Matus Valo2021-04-139-123/+237
* Coerce seconds argument to a floating point number.Omer Katz2021-04-131-1/+1
* re order CI jobs to make lint the lastAsif Saif Uddin2021-04-131-23/+24
* Opencollective bot is now configured.Omer Katz2021-04-131-0/+18
* Add support for SQLAlchemy 1.4. (#1328)Omer Katz2021-04-061-1/+6
* Fix CI failure (#1327)Omer Katz2021-04-061-6/+6
* Azure Service Bus - versatile queue names fix (#1324)Tomasz Niedziela-Brach2021-04-042-1/+28
* Bump version: 5.0.2 → 5.1.0b1v5.1.0b1Asif Saif Uddin (Auvi)2021-04-014-4/+4
* added changlog for v5.1.0b1Asif Saif Uddin (Auvi)2021-04-011-0/+37
* Use a thread-safe implementation of cached_property (#1316)Omer Katz2021-04-013-50/+41