summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* flakesv3.0.17Ask Solem2014-06-0210-37/+35
|
* Stable CI should not install requirements/dev.txtAsk Solem2014-06-021-6/+0
|
* Tests passingAsk Solem2014-06-021-0/+3
|
* Fixes typo in reference indexAsk Solem2014-06-021-1/+1
|
* beanstalk can now be imported without beanstalkc dependencyAsk Solem2014-06-021-4/+17
|
* couchdb can now be imported without couchdb dependencyAsk Solem2014-06-021-9/+20
|
* Redis: raise proper error if redis library missingAsk Solem2014-06-021-0/+2
|
* amqplib can now be imported without amqplib dependency. Closes #316Ask Solem2014-06-021-5/+23
|
* Bumps version to 3.0.17 and updates ChangelogAsk Solem2014-06-023-7/+11
|
* Adds Felix Schwarz to AUTHORSAsk Solem2014-06-021-0/+1
|
* SQLAlchemy Transport treats OperationalError as connection error (e.g. MySQL ↵Felix Schwarz2014-06-021-0/+1
| | | | connection drops due to inactivity or a MySQL server restart)
* Updates ChangelogAsk Solem2014-06-021-0/+24
|
* Adds Latitia M. Haskins to AUTHORSAsk Solem2014-05-301-0/+1
|
* Issue #355: Check if the userid is populated for couchdb credentialsLatitia M. Haskins2014-05-301-1/+3
|
* kombu[librabbitmq] now depends on librabbitmq 1.5.2Ask Solem2014-05-301-1/+1
|
* Fixes typo in commentAsk Solem2014-05-301-1/+1
|
* sanitize_url now works if host is NoneAsk Solem2014-05-301-1/+1
|
* Tests passingAsk Solem2014-05-301-1/+1
|
* Adds maybe_sanitize_url to kombu.utils.urlAsk Solem2014-05-301-0/+7
| | | | | Conflicts: kombu/utils/url.py
* Adds sanitize_url and as_url to kombu.utils.urlAsk Solem2014-05-302-31/+40
| | | | | Conflicts: kombu/utils/url.py
* parse_url function should not know about mongodb, and the transport already ↵Ask Solem2014-05-302-13/+1
| | | | sets can_parse_url
* Adds CI for Py3.4Ask Solem2014-05-301-0/+1
|
* Redis: Use super._restore when ack_emulation disabled. Closes ↵Ask Solem2014-05-301-0/+2
| | | | celery/celery#1776
* eventloop() should not swallow socket.errorsAsk Solem2014-05-231-2/+0
|
* Copyright 2014Ask Solem2014-05-222-2/+2
|
* Adds Roger Hu to AUTHORSAsk Solem2014-05-191-0/+1
|
* Be selective about how file descriptors are removed since they may be reused ↵Roger Hu2014-05-191-12/+18
| | | | | | for a different purpose. Kombu was removing them after they were being reused by another worker process.
* Bumps version to 3.0.16 and updates Changelogv3.0.16Ask Solem2014-05-063-2/+22
|
* kombu[librabbitmq] now depends on librabbitmq 1.5.1Ask Solem2014-05-061-1/+1
|
* Extra check for #342Ask Solem2014-05-061-4/+3
|
* Adds Tobias Schottdorf to AUTHORSAsk Solem2014-05-061-0/+1
|
* epoll unregister catches fileno TypeErrorTobias Schottdorf2014-05-061-1/+1
|
* Adds Randy Barlow to AUTHORSAsk Solem2014-05-061-0/+1
|
* 344 - added the skip decorator to three tests.Randy Barlow2014-05-061-0/+3
| | | | | | Three tests were missing the @skip_if_not_module('redis') decorator. https://github.com/celery/kombu/issues/344
* Fix reversed method referencesKlumhru2014-05-011-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() :)
* Fixes librabbitmq version warning. Closes celery/celery##1995Ask Solem2014-04-181-1/+1
|
* Merge branch 'master' into 3.0v3.0.15Ask Solem2014-04-1523-25/+231
|\
| * Bumps version to 3.0.15Ask Solem2014-04-153-3/+3
| |
| * Now depends on amqp 1.4.5Ask Solem2014-04-153-3/+5
| |
| * More version parser fixes. Closes #340Ask Solem2014-04-152-6/+38
| |
| * Merge branch 'master' of github.com:celery/kombuAsk Solem2014-04-151-1/+1
| |\
| | * Merge pull request #340 from EricWorkman/masterAsk Solem Hoel2014-04-151-1/+1
| | |\ | | | | | | | | Convert major and minor versions to integers for version matching
| | | * Convert major and minor versions to integers for version matchingericworkman2014-04-151-1/+1
| | | |
| * | | Updates ChangelogAsk Solem2014-04-151-0/+49
| |/ /
| * | Adds Connection.qos_semantics_matches_specAsk Solem2014-04-151-0/+4
| | |
| * | flakesAsk Solem2014-04-151-1/+1
| | |
| * | Adds Adam Gaca to AUTHORSAsk Solem2014-04-151-0/+1
| | |
| * | don't convert decompressed data into utf-8 stringAdam Gaca2014-04-152-3/+3
| | |
| * | Account for transport_options in eqhash(conn), also optimize ↵Ask Solem2014-04-153-4/+20
| |/ | | | | | | Connection.__eqhash__. Closes #333
| * kombu[librabbitmq] now requires librabbitmq 1.5.0Ask Solem2014-04-141-1/+1
| |