summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Erlang/OTP 19.3 compatibilityMichael Klishin2018-05-301-1/+1
* Merge pull request #1611 from rabbitmq/rabbitmq-cli-235Michael Klishin2018-05-302-3/+68
|\
| * An integration test for rabbit_nodes:await_running_count/2Michael Klishin2018-05-301-2/+44
| * rabbit_nodes:await_running_count_with_retries/2: correct type spec and base c...Michael Klishin2018-05-291-3/+3
| * Introduce rabbit_nodes:await_running_count/2Michael Klishin2018-05-281-1/+24
* | Merge pull request #1601 from rabbitmq/rabbitmq-server-1596-connection-name-t...Michael Klishin2018-05-281-12/+55
|\ \ | |/ |/|
| * Add connection name to connection created/closed events if necessaryArnaud Cogoluègnes2018-05-281-21/+32
| * Add connection_user_provided_name to connection created/closed eventsArnaud Cogoluègnes2018-05-211-8/+30
| * Add client properties to connection.closed eventsArnaud Cogoluègnes2018-05-181-2/+12
* | Restore Erlang/OTP 19.3 compatibilityMichael Klishin2018-05-261-1/+1
* | Merge pull request #1608 from rabbitmq/rabbitmq-management-575Michael Klishin2018-05-251-15/+42
|\ \
| * | Introduce rabbit_vhost:await_running_on_all_nodes/2Michael Klishin2018-05-241-15/+42
* | | Clarify what MPL version is used, references #1609Michael Klishin2018-05-252-4/+4
|/ /
* | Merge pull request #1600 from rabbitmq/syslogMichael Klishin2018-05-225-22/+252
|\ \
| * | Syslog formatter is different from e.g. the file one now, update the testsMichael Klishin2018-05-221-1/+4
| * | Make syslog a proper dependency of rabbit application, just like lager.Daniil Fedotov2018-05-211-2/+2
| * | Remove date and time from lager formatter when logging to syslog.Daniil Fedotov2018-05-211-1/+6
| * | Pin syslog library version to 3.4.2Daniil Fedotov2018-05-211-1/+1
| * | Fix syslog config translation tests.Daniil Fedotov2018-05-181-10/+7
| * | Do not parse syslog IP in schema transformer. String IPs are supported anyway.Daniil Fedotov2018-05-172-8/+1
| * | Cuttlefish schema to configure syslog application.Daniil Fedotov2018-05-173-14/+215
| * | Integrate syslog library into rabbitmq loggingDaniil Fedotov2018-05-162-8/+39
* | | Bring back transactional match_object for bindings cleanup.Daniil Fedotov2018-05-181-10/+10
| |/ |/|
* | Typo/weird wordingMichael Klishin2018-05-161-1/+1
* | Remove two files that were not meant to be committed in ee9a02429Michael Klishin2018-05-162-149/+0
|/
* Merge pull request #1589 from rabbitmq/exclusive-queues-cleanup-optimisationMichael Klishin2018-05-153-41/+45
|\
| * Ignore lock kind argument when dirty-deleting a routeDaniil Fedotov2018-05-151-1/+1
| * Do dirty deletes when cleaning up bindings.Daniil Fedotov2018-05-141-5/+5
| * Do not lock entire routing table when cleaning up bindings.Daniil Fedotov2018-05-143-36/+40
* | Merge pull request #1597 from rabbitmq/rabbitmq-server-1590Arnaud Cogoluègnes2018-05-156-9/+192
|\ \
| * | Use MAX_SUPPORTED_PRIORITY constant for argument validationArnaud Cogoluègnes2018-05-153-3/+152
| * | Follow-up to 08168de6b0c3c4d7f6429f2c3d098e5080ff7b1aMichael Klishin2018-05-141-7/+0
| * | Revert "Take policy-configured max-priority into account"Michael Klishin2018-05-142-20/+2
| * | Use the constant across the boardMichael Klishin2018-05-141-2/+2
| * | Take policy-configured max-priority into accountMichael Klishin2018-05-132-2/+20
| * | Reject max-priority arguments >= 256Michael Klishin2018-05-113-8/+43
| * | Make policy validation aware of the max-priority argumentMichael Klishin2018-05-101-1/+7
|/ /
* | Merge pull request #1594 from rabbitmq/rabbitmq-server-1593Michael Klishin2018-05-091-2/+3
|\ \ | |/ |/|
| * Use 2047Michael Klishin2018-05-091-1/+1
| * Change channel_max default to 2048Michael Klishin2018-05-091-2/+3
|/
* Unused variable.Daniil Fedotov2018-04-271-1/+1
* Do not try to stop all slaves from slave process. Stop it and let another be ...Daniil Fedotov2018-04-271-3/+0
* Merge pull request #1586 from rabbitmq/rabbitmq-management-565Arnaud Cogoluègnes2018-04-251-2/+6
|\
| * One more place where a map definition must be converted to proplist before va...Michael Klishin2018-04-241-2/+6
* | Merge pull request #1578 from rabbitmq/queue-not-promote-on-crashMichael Klishin2018-04-255-76/+160
|\ \ | |/ |/|
| * Do not mention gm_deaths in error message.Daniil Fedotov2018-04-191-1/+1
| * Test that ha-promote-on-failure takes precedence over ha-promote-on-shutdownDaniil Fedotov2018-04-181-2/+16
| * Test for ha-promote-on-failure policy keyDaniil Fedotov2018-04-181-0/+35
| * Introduce a new policy: ha-promote-on-failure (always by default)Daniil Fedotov2018-04-184-75/+110
* | Merge pull request #1583 from rabbitmq/rabbitmq-server-1582Michael Klishin2018-04-241-1/+3
|\ \