Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isort. | Omer Katz | 2019-03-02 | 1 | -2/+2 |
| | |||||
* | Fix crash in basic_publish when broker does not support connection.blocked ↵ | Matus Valo | 2019-01-17 | 1 | -2/+3 |
| | | | | capability (#244) | ||||
* | basic_consume() should return consumer tag instead of tuple (#240) | Matus Valo | 2019-01-15 | 1 | -1/+5 |
| | |||||
* | queue, exchange and basic.get integration tests (#234) | Matus Valo | 2019-01-04 | 1 | -4/+7 |
| | | | | | | * Improve return values in doc strings * Added queue and exchange integration tests | ||||
* | Don't return method signature from AbstractChannel::wait() (#233) | Matus Valo | 2018-12-31 | 1 | -2/+2 |
| | | | | | | | | | | * Don't return method signature from AbstractChannel::wait() Commit f63f8fe9efbe3357741f32541ea2d7b063f7df09 added new parameter `method_sig` for wait() callback. This change breaks some parts of existing code. This commit handles this issue. * Fix basic_publish integration test | ||||
* | Don't revive channel when connection is closing (#220) | Matus Valo | 2018-12-30 | 1 | -4/+7 |
| | | | | | | | | | | | | * Don't revive channel when connection is closing * When connection is closing dont raise error when Channel.Close method is received * Added unitests * Fix flake8 * Fix typo | ||||
* | Fix basic_consume() with no consumer_tag provided (#221) | Matus Valo | 2018-11-26 | 1 | -5/+17 |
| | | | | | | | | | | | | | | | | * Use consumer tag sent by broker instead of using directly parameter value * Added more unittests of basic_consume() method * Make pep8 happy * Split integration tests to connection tests and channel tests * Added connection closed integration test * Added integration tests for basic_consume() * Fix typos | ||||
* | Drain events before publish data. (#214) | Matus Valo | 2018-11-07 | 1 | -0/+9 |
| | | | | | | | | | | | | | | * Drain events before publish data. Data are drained to checked if server sent connection blocked/unblocked notification. * s/assert_called_with/assert_called_once_with/ * Add unittest of connection blocked when broker does not support it * Improve naming of tests * Added unittest for publishing when connection is closed | ||||
* | Handle negative acknowledgments sent by RMQ (#208) | Matus Valo | 2018-10-19 | 1 | -2/+20 |
| | | | | | | | | | | | | | | | | | | * Handle negative acknowledgments sent by RMQ * Make flake8 happy * Update documentation * Fix redundant parameter in _on_basic_nack + added unittests * Increase coverage of unittests * Move MessageNacked to exceptions.py * Make flake8 happy * Make flake8 happy | ||||
* | isort. | Omer Katz | 2017-10-28 | 1 | -5/+3 |
| | |||||
* | Remove LGPL headers from source files as project has since changed to BSD (#163) | Adam Smith | 2017-08-24 | 1 | -14/+0 |
| | |||||
* | Use Logger.warning() as Logger.warn() is deprecated (#142) | Jon Dufresne | 2017-04-16 | 1 | -1/+1 |
| | | | | | | | Fixes deprecation warning during tests: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead https://docs.python.org/3/library/logging.html#logging.Logger.warning | ||||
* | Adds pydocstyle tox target | Ask Solem | 2016-10-11 | 1 | -77/+48 |
| | |||||
* | set literal | Ask Solem | 2016-06-15 | 1 | -2/+2 |
| | |||||
* | Fixes basic_publish after connection close | Ask Solem | 2016-05-11 | 1 | -1/+5 |
| | |||||
* | flakes | Ask Solem | 2016-04-08 | 1 | -1/+3 |
| | |||||
* | Removes outdated funtests directory | Ask Solem | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | acknowledgment (US) not acknowledgEment | Ask Solem | 2016-03-22 | 1 | -3/+3 |
| | |||||
* | Adds timeout argument to basic_publish | Ask Solem | 2016-03-02 | 1 | -5/+11 |
| | |||||
* | Now uses vine for promises | Ask Solem | 2016-03-02 | 1 | -1/+2 |
| | |||||
* | Adds extra check for celery/celery#2527 | Ask Solem | 2015-12-10 | 1 | -1/+6 |
| | |||||
* | Now reject+requeues messages for which there are no callbacks (Issue ↵ | Ask Solem | 2015-12-08 | 1 | -1/+10 |
| | | | | celery/celery#2564) | ||||
* | Unit tests for amqp, with 96% coverage so far | Ask Solem | 2015-12-07 | 1 | -6/+4 |
| | |||||
* | Fixes basic.get | Ask Solem | 2015-10-30 | 1 | -4/+10 |
| | |||||
* | Python 2.7ism | Ask Solem | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Single-item tuples now allowed without whitespace | Ask Solem | 2015-07-13 | 1 | -6/+6 |
| | |||||
* | Implements Connection.collect() to close connection/channels fast. | Ask Solem | 2014-10-24 | 1 | -2/+2 |
| | | | | Closes celery/celery#2312 | ||||
* | first argument to channel.close must be short. Closes #47 | Ask Solem | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Implements Connection.then and Channel.then | Ask Solem | 2014-06-05 | 1 | -1/+9 |
| | |||||
* | Connection handshake now callback based, and lots of cosmetics | Ask Solem | 2014-06-05 | 1 | -461/+87 |
| | |||||
* | Always use unpack_from (no string slices) and adds amqp.spec classes reference | Ask Solem | 2014-06-04 | 1 | -151/+106 |
| | |||||
* | Refactors AMQPReader | Ask Solem | 2014-06-04 | 1 | -69/+75 |
| | |||||
* | Refactoring AMQPWriter and _send_method | Ask Solem | 2014-06-04 | 1 | -279/+201 |
| | |||||
* | Fixes flakes after flake8 upgrade | Ask Solem | 2014-05-27 | 1 | -1/+0 |
| | |||||
* | Make sure exchange auto_delete deprecation warning is visible. Closes ↵ | Ask Solem | 2014-01-13 | 1 | -2/+10 |
| | | | | celery/kombu#296 | ||||
* | Message.channel must be channel object, not id. Closes #24 | Ask Solem | 2013-10-29 | 1 | -2/+7 |
| | |||||
* | Flakes | Ask Solem | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | Adds confirm_publish argument to Connection (always wait for publisher confirm) | Ask Solem | 2013-10-04 | 1 | -1/+16 |
| | | | | Closes #3 | ||||
* | queue_declare and basic_return now gives namedtuples | Ask Solem | 2013-09-22 | 1 | -12/+13 |
| | |||||
* | Merge branch '1.0' | Ask Solem | 2013-03-08 | 1 | -3/+5 |
|\ | | | | | | | | | | | | | | | Conflicts: Changelog README.rst amqp/__init__.py funtests/test_channel.py | ||||
| * | channel(id) should claim id from array of free ids | Ask Solem | 2013-03-08 | 1 | -1/+4 |
| | | |||||
| * | Fixes typo handlers -> events. Closes #9 | Ask Solem | 2013-03-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '1.0' | Ask Solem | 2013-02-12 | 1 | -10/+10 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Changelog README.rst amqp/__init__.py amqp/abstract_channel.py amqp/channel.py amqp/connection.py amqp/exceptions.py amqp/method_framing.py amqp/serialization.py amqp/transport.py docs/includes/intro.txt funtests/test_serialization.py | ||||
| * | flakes | Ask Solem | 2013-02-08 | 1 | -15/+14 |
| | | |||||
| * | Don't attempt to close channel if no connection. Fixes celery/celery#1095 | Ask Solem | 2012-11-29 | 1 | -1/+1 |
| | | |||||
| * | Ignore basic_cancel if channel closed. | Ask Solem | 2012-11-21 | 1 | -8/+9 |
| | | |||||
| * | Channel.events is now a dict of sets | Ask Solem | 2012-11-21 | 1 | -1/+1 |
| | | |||||
| * | Use array.array to keep track of unused channel ids | Ask Solem | 2012-11-12 | 1 | -3/+5 |
| | | |||||
* | | Fixes AttributeError in _send_method | Ask Solem | 2013-02-04 | 1 | -0/+2 |
| | | |||||
* | | Pep8ify + cosmetics | Ask Solem | 2013-01-17 | 1 | -17/+17 |
| | |