| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: Add notes for kombu.utils.json.register_type (#1660) | Serhii Tereshchenko | 2023-03-02 | 1 | -0/+17 |
| | | | | Refs #1590 | ||||
| * | Avoid losing type of UUID when serializing/deserializing (#1575) | Carlos Gottberg | 2022-07-17 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * Avoid losing type of UUID when serializing/deserializing Serializing UUIDs as strs and deserializing them as strs can lead to somewhat obscure bugs such as the one that led to the creation of this PR in django-cacheback https://github.com/codeinthehole/django-cacheback/pull/100 which some would call unexpected behaviour. After all, an UUID is altogether a different type from strs and if bytes got their own serializer/deserializer for UUID the same logic should apply. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update documentation for JSON serialization Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | json.py cleaning from outdated libs (#1533) | dobosevych | 2022-04-16 | 1 | -4/+3 |
| | | | | | | | | | | | | | * json.py cleaning from outdated libs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * 1. Removed cjson and simplejson from documentation, as those libraries aren't supported anymore 2. Removed _json_extra_kwargs from json.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Correct documentation stating kombu uses pickle protocol version 2 | Jonathan Lopez | 2022-04-06 | 1 | -1/+1 |
| | | |||||
| * | Some small updates (#1486) | Mads Jensen | 2022-01-30 | 1 | -1/+1 |
| | | | | | | * Some small updates * Update QpidException super-call to Python 3 syntax. | ||||
| * | Small fixes in documentation | Matus Valo | 2021-06-09 | 1 | -0/+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 | ||||
| * | 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. | ||||
| * | 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. | ||||
| * | Fixed examples in failover documentation | Matus Valo | 2020-09-24 | 1 | -4/+0 |
| | | |||||
| * | Added Failover userguide | Matus Valo | 2020-09-05 | 2 | -0/+173 |
| | | |||||
| * | Indent code block in documentation | Matus Valo | 2020-08-28 | 1 | -2/+2 |
| | | |||||
| * | Improved Consumer user guide | Matus Valo | 2020-06-01 | 1 | -13/+68 |
| | | |||||
| * | Corrected typo in exchange name. (#969) | vikvns | 2018-12-20 | 1 | -1/+1 |
| | | |||||
| * | Making the pyro transport available, fix it for recent Pyro4 versions, add ↵ | Irmen de Jong | 2018-11-25 | 1 | -0/+4 |
| | | | | | | | | | | broker daemon (#895) * Make the pyro transport available and fix it for recent Pyro4 version. Implemented the missing Pyro Kombu broker to actually be able to use the Pyro transport * code style | ||||
| * | Removed some unnecessary variable assignments and fix variable-typo in docs | Mads Jensen | 2017-09-22 | 1 | -1/+1 |
| | | |||||
| * | fixed import path to SimpleQueue and SimpleBuffer | Wojciech Matyśkiewicz | 2017-09-06 | 1 | -1/+1 |
| | | |||||
| * | Update links in documentation to either https or to new locations (#786) | Mads Jensen | 2017-08-20 | 1 | -1/+1 |
| | | |||||
| * | Update consumers.rst (#647) | Cemre Mengu | 2016-11-08 | 1 | -1/+1 |
| | | | | Added content type note for dummies like me | ||||
| * | Fill in missing documentation | Ask Solem | 2016-10-26 | 1 | -1/+101 |
| | | |||||
| * | Fix useless code-block (#620) | Rémy Léone | 2016-08-26 | 1 | -2/+0 |
| | | |||||
| * | One space after period for proportional fonts | Ask Solem | 2016-07-29 | 5 | -19/+19 |
| | | |||||
| * | Reorganizes kombu.utils.__init__ package | Ask Solem | 2016-07-16 | 1 | -1/+1 |
| | | |||||
| * | Removes another MongoDB reference | Ask Solem | 2016-06-28 | 1 | -2/+0 |
| | | |||||
| * | Removes Beanstalk transport for lack of resources to support it | Ask Solem | 2016-06-28 | 1 | -2/+0 |
| | | |||||
| * | Removes CouchDB transport for lack of resources to maintain it. | Ask Solem | 2016-06-28 | 1 | -2/+0 |
| | | |||||
| * | Removes Django ORM as a broker support | Ask Solem | 2016-06-27 | 1 | -2/+0 |
| | | |||||
| * | Removes SQLAlchemy as a broker support | Ask Solem | 2016-06-27 | 1 | -2/+0 |
| | | |||||
| * | an URL -> a URL | Ask Solem | 2016-05-12 | 1 | -1/+1 |
| | | |||||
| * | Use celery_sphinx to manage docs | Ask Solem | 2016-04-07 | 5 | -18/+50 |
| | | |||||
| * | flakes | Ask Solem | 2016-03-21 | 2 | -6/+6 |
| | | |||||
| * | Adds Queue.consumer_arguments for the ability to set Consumer Priority via ↵ | Ask Solem | 2016-03-10 | 1 | -0/+25 |
| | | | | | x-priority. Closes celery/celery#3098 | ||||
| * | Updates changelog | Ask Solem | 2015-11-06 | 1 | -0/+43 |
| | | |||||
| * | Merge branch 'master' of github.com:celery/kombu | Ask Solem | 2015-07-13 | 2 | -3/+3 |
| |\ | |||||
| | * | Merge pull request #492 from tbarbugli/patch-2 | Omer Katz | 2015-07-09 | 1 | -1/+1 |
| | |\ | | | | | | | fix reference to pools.Connections | ||||
| | | * | fix reference to pools.Connections | Tommaso Barbugli | 2015-07-01 | 1 | -1/+1 |
| | | | | |||||
| | * | | fix docs about content_type and serialization | Tommaso Barbugli | 2015-07-01 | 1 | -2/+2 |
| | |/ | | | | | if serializer is None and content_type is not specified, then serialization will happen (see messaging.Producer:_prepare) | ||||
| * | | Single item tuples no longer require whitespace | Ask Solem | 2015-07-13 | 2 | -2/+2 |
| |/ | |||||
| * | Serializer entrypoint arguments listed in the wrong order. Closes #473 | Ask Solem | 2015-06-12 | 1 | -2/+2 |
| | | |||||
| * | Doc example should use producer declare argument. Closes #423 | Ask Solem | 2014-11-03 | 1 | -7/+7 |
| | | |||||
| * | Merge branch 'master' into qpid-transport | Brian Bouterse | 2014-05-28 | 2 | -29/+36 |
| |\ | | | | | | | | | | | Conflicts: README.rst docs/userguide/connections.rst | ||||
| | * | Merge branch 'daevaorn/priority' | Ask Solem | 2014-05-20 | 1 | -23/+27 |
| | |\ | |||||
| | | * | Priority support for MongoDB transport. Transport table update. Priority | Alex Koshelev | 2014-05-08 | 1 | -23/+27 |
| | | | | | | | | | | | | | conversion unification. | ||||
| | * | | master now depends on Python 2.7 | Ask Solem | 2014-05-19 | 1 | -4/+7 |
| | | | | |||||
| * | | | Merge branch 'master' into qpid-transport | Brian Bouterse | 2014-05-07 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Fix reversed method references | Klumhru | 2014-05-01 | 1 | -1/+1 |
| | |/ | | | | | According to docs on kombu.serialization.register the params order is (name, encoder, decoder, content_type, content_encoding). This caused us a bit of grief as I was too lazy to read the actual docs on register() :) | ||||
| * | | Added qpid to README and userguide. | Brian Bouterse | 2014-03-17 | 1 | -4/+12 |
| |/ | |||||
| * | Improve example in consumer user guide. Closes #298 | Ask Solem | 2014-01-13 | 1 | -3/+2 |
| | | |||||
