| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 5.2.1 → 5.2.2v5.2.2 | Asif Saif Uddin | 2021-11-16 | 1 | -1/+1 |
| | | |||||
| * | update introduction docs | Asif Saif Uddin | 2021-11-16 | 1 | -9/+1 |
| | | |||||
| * | Bump version: 5.2.0 → 5.2.1v5.2.1 | Asif Saif Uddin | 2021-11-08 | 1 | -1/+1 |
| | | |||||
| * | Quick fix: current version is 5.2.0, not 5.2.01v5.2.0 | Naomi Elstein | 2021-11-02 | 1 | -1/+1 |
| | | |||||
| * | Bump version: 5.2.0rc1 → 5.2.0 | Naomi Elstein | 2021-11-02 | 1 | -1/+1 |
| | | |||||
| * | Bump version: 5.1.0 → 5.2.0rc1v5.2.0rc1 | Asif Saif Uddin | 2021-09-07 | 1 | -1/+1 |
| | | |||||
| * | Small fixes in documentation | Matus Valo | 2021-06-09 | 1 | -0/+1 |
| | | |||||
| * | Bump version: 5.1.0b1 → 5.1.0 | Omer Katz | 2021-05-23 | 1 | -1/+1 |
| | | |||||
| * | Ignore kombu.transport.librabbitmq in apicheck. | Matus Valo | 2021-04-14 | 1 | -0/+1 |
| | | | | | | We are ignoring kombu.transport.librabbitmq because apicheck is failing due missing librabbitmq library. | ||||
| * | Bump version: 5.0.2 → 5.1.0b1v5.1.0b1 | Asif Saif Uddin (Auvi) | 2021-04-01 | 1 | -1/+1 |
| | | |||||
| * | Small doc fixes (#1319) | Gabriel Niebler | 2021-03-18 | 1 | -11/+19 |
| | | | | | | | | | | | | | | | | * Clean up grammar in paragraph about callbacks * Structure event draining examples into subsections * Make code example make more sense … and bring it more in line with text above. * Fix code example * Fix another code example typo in method name | ||||
| * | Fix tiny mistake in introduction (#1312) | Gabriel Niebler | 2021-03-16 | 1 | -3/+3 |
| | | | | | | | | | | * Fix tiny mistake in introduction … at least I _think_ it's a mistake. * Remove unused import in code example * Fix minor grammatical errors | ||||
| * | alter doc (#1304) | gal cohen | 2021-03-02 | 1 | -0/+1 |
| | | | | Co-authored-by: galcohen <gal.cohen@autodesk.com> | ||||
| * | SQS back-off policy (#1301) | gal cohen | 2021-03-02 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sqs retry policy * add test * method definition * add validation * rename policy * add kombu doc * improve docstring * add test and doc * test fix * test fixes * add doc * Update docs/reference/kombu.transport.SQS.rst Co-authored-by: Omer Katz <omer.drow@gmail.com> * Update docs/reference/kombu.transport.SQS.rst Co-authored-by: Omer Katz <omer.drow@gmail.com> * Update kombu/transport/SQS.py Co-authored-by: Omer Katz <omer.drow@gmail.com> * Update kombu/transport/SQS.py Co-authored-by: Omer Katz <omer.drow@gmail.com> * Update kombu/transport/SQS.py Co-authored-by: Omer Katz <omer.drow@gmail.com> * review improvements * improvements * add improvements * rename Co-authored-by: galcohen <gal.cohen@autodesk.com> Co-authored-by: Omer Katz <omer.drow@gmail.com> Co-authored-by: Asif Saif Uddin <auvipy@gmail.com> | ||||
| * | Python 3 style print statement | Redowan Delowar | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Update connections.rst with Redis sentinel example | Anudeep Samaiya | 2020-12-23 | 1 | -0/+3 |
| | | | | Add redis sentinel example for in connections.rst for kombu. | ||||
| * | Remove kombu.transport.sqlalchemy.models from API reference Table of Content | Matus Valo | 2020-11-03 | 1 | -3/+2 |
| | | |||||
| * | Reformat and improve kombu transport reference docs (#1264) | Matus Valo | 2020-11-03 | 3 | -36/+36 |
| | | |||||
| * | Added kombu.pools.get_limit() to pools userguide | Matus Valo | 2020-10-24 | 1 | -1/+14 |
| | | |||||
| * | Fix parameter of SimpleBuffer in example | Matus Valo | 2020-10-24 | 1 | -1/+1 |
| | | |||||
| * | Fix default value of pool limit to 10 in docs. | Matus Valo | 2020-10-12 | 1 | -1/+1 |
| | | | | | | In commit 40722ea59c38282a986ab83ebce853f1c8a67e8d the pool limit was changed from 200 to 10. | ||||
| * | Split reference guide into sections | Matus Valo | 2020-10-08 | 1 | -18/+43 |
| | | |||||
| * | rename section kombu -> kombu.serialization in reference docs | Matus Valo | 2020-10-02 | 1 | -3/+3 |
| | | |||||
| * | Removed kombu.five from reference toctree | Matus Valo | 2020-09-27 | 1 | -1/+0 |
| | | |||||
| * | Fixed examples in failover documentation | Matus Valo | 2020-09-24 | 1 | -4/+0 |
| | | |||||
| * | Added Redis SentinelChannel to reference docs | Matus Valo | 2020-09-23 | 1 | -0/+7 |
| | | |||||
| * | Bump version: 5.0.1 → 5.0.2v5.0.2 | Omer Katz | 2020-09-06 | 1 | -1/+1 |
| | | |||||
| * | Added Failover userguide | Matus Valo | 2020-09-05 | 2 | -0/+173 |
| | | |||||
| * | Indent code block in documentation | Matus Valo | 2020-08-28 | 1 | -2/+2 |
| | | |||||
| * | Bump version: 5.0.0 → 5.0.1v5.0.1 | Omer Katz | 2020-08-23 | 1 | -1/+1 |
| | | |||||
| * | Fix documentation issues. | Omer Katz | 2020-08-23 | 2 | -13/+2 |
| | | |||||
| * | Bump version: 4.6.11 → 5.0.0v5.0.0 | Omer Katz | 2020-08-05 | 1 | -1/+1 |
| | | |||||
| * | pyupgrade | Omer Katz | 2020-07-13 | 1 | -3/+0 |
| | | |||||
| * | v4.6.11v4.6.11 | Asif Saif Uddin (Auvi) | 2020-06-24 | 1 | -1/+1 |
| | | |||||
| * | Improve mention for MongoDB transport mention in docs | DefteZ | 2020-06-14 | 1 | -1/+2 |
| | | |||||
| * | v4.6.10v4.6.104.6.9 | Asif Saif Uddin (Auvi) | 2020-06-03 | 1 | -1/+1 |
| | | |||||
| * | Improved Consumer user guide | Matus Valo | 2020-06-01 | 1 | -13/+68 |
| | | |||||
| * | v 4.6.9 | Asif Saif Uddin (Auvi) | 2020-06-01 | 1 | -1/+1 |
| | | |||||
| * | updated version 4.6.84.6.8 | Asif Saif Uddin (Auvi) | 2020-03-02 | 1 | -1/+1 |
| | | |||||
| * | fix include file path | Asif Saif Uddin | 2019-12-17 | 1 | -1/+1 |
| | | |||||
| * | kombu 4.6.74.6.7 | Asif Saif Uddin (Auvi) | 2019-12-07 | 1 | -1/+1 |
| | | |||||
| * | kombu 4.6.64.6.6 | Asif Saif Uddin (Auvi) | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | bump version to 4.6.54.6.5 | Asif Saif Uddin (Auvi) | 2019-09-30 | 1 | -1/+1 |
| | | |||||
| * | Bump version: 4.4.0 → 4.5.0v4.5.0 | Omer Katz | 2019-03-31 | 1 | -1/+1 |
| | | |||||
| * | Update stable version in docs configuration. | Omer Katz | 2019-03-31 | 1 | -2/+2 |
| | | |||||
| * | Bump version: 4.3.0 → 4.4.0v4.4.0 | Omer Katz | 2019-03-03 | 1 | -1/+1 |
| | | |||||
| * | Control pattern matching (#997) | Jason Held | 2019-02-27 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | * Added pattern/matcher to Mailbox * pattern/match for kombu 4 * Ensure kombu.matcher is covered by our documentation. * Adds test_matcher & pidbox unit tests. * Added tests to ensure exception is raised when matcher is not registered. * Adds to test for destination passed in to process. | ||||
| * | Bump version: 4.2.2 → 4.3.0v4.3.0 | Omer Katz | 2019-02-06 | 1 | -1/+1 |
| | | |||||
| * | Update version and copyright year. | Omer Katz | 2019-02-06 | 1 | -3/+3 |
| | | |||||
| * | Fixed kombu.me links (#988) | BR | 2019-01-13 | 2 | -3/+3 |
| | | |||||
