summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure the argument to md5 is a binary in this testMichael Klishin2016-09-011-1/+1
* Merge pull request #938 from rabbitmq/rabbitmq-server-930Michael Klishin2016-09-018-83/+528
|\
| * Document arguments supported by operator policiesMichael Klishin2016-09-011-0/+1
| * Extract policy tests into a separate suiteMichael Klishin2016-09-012-42/+157
| * Use a separate event key for operator policiesMichael Klishin2016-09-011-1/+1
| * Optimize a case clauseMichael Klishin2016-09-011-1/+1
| * Update operator policy commands in rabbitmqctl(1)Michael Klishin2016-09-011-3/+3
| * Merge branch 'master' into rabbitmq-server-930Michael Klishin2016-08-312-360/+37
| |\
| * | Added new registry class policy_merge_strategy to define policy values mergingDaniil Fedotov2016-08-313-10/+50
| * | Queue TTL operator policyDaniil Fedotov2016-08-312-0/+2
| * | Merge branch 'master' into rabbitmq-server-930Michael Klishin2016-08-3116-12/+1658
| |\ \
| * | | Usage for operator policy management commandsDaniil Fedotov2016-08-261-0/+24
| * | | Test policy and operator policy message ttlDaniil Fedotov2016-08-261-0/+42
| * | | Operator policy as a separate queue fieldDaniil Fedotov2016-08-255-92/+203
| * | | operator_policy runtime parameterDaniil Fedotov2016-08-241-0/+16
| * | | operator policiesDaniil Fedotov2016-08-242-44/+139
* | | | mergeKarl Nilsson2016-08-315-11/+117
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge pull request #934 from rabbitmq/rabbitmq-server-932rabbitmq_v3_7_0_milestone6rabbitmq_v3_6_6_milestone3Michael Klishin2016-08-315-11/+112
| |\ \ \
| | * \ \ Merge branch 'stable' into rabbitmq-server-932Michael Klishin2016-08-316-433/+285
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Pretend to build on rhel6 and rhel7 during package-rpmKarl Nilsson2016-08-243-4/+33
| | * | | Merge branch 'systemd-fedora-usage-and-tmpfiles' of git://github.com/harlowja...Ubuntu2016-08-234-9/+81
| | |\ \ \
| | | * | | Add rabbitmq-server fedora/rhel/centos systemd service integrationJoshua Harlow2016-08-114-9/+81
* | | | | | Merge branch 'stable'Michael Klishin2016-08-312-360/+37
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge pull request #941 from lemenkov/move_mochinum_to_rabbitmq_commonMichael Klishin2016-08-311-358/+0
| |\ \ \ \
| | * | | | Nobody is using mochinum in this repo. Move it to common.Peter Lemenkov2016-08-261-358/+0
| * | | | | Merge pull request #939 from binarin/rabbitmq-server-ocf-is-clustered-checkrabbitmq_v3_6_6_milestone2Michael Klishin2016-08-291-2/+37
| |\ \ \ \ \
| | * | | | | Allow node_health_check retries in OCF HA scriptAlexey Lebedeff2016-08-261-1/+1
| | * | | | | Perform partition checks from OCF HA scriptAlexey Lebedeff2016-08-261-1/+36
| |/ / / / /
* | | | | | Merge pull request #891 from rabbitmq/rabbitmq-server-500-squashedMichael Klishin2016-08-2615-11/+1658
|\ \ \ \ \ \
| * | | | | | per_vhost_connection_limit_SUITE: Add a test around cluster renameJean-Sébastien Pédron2016-08-262-15/+77
| * | | | | | Remove dead code left from a previous incarnation of the patchJean-Sébastien Pédron2016-08-263-40/+5
| * | | | | | cluster_rename_SUITE: Lower the testsuite timeoutJean-Sébastien Pédron2016-08-251-3/+9
| * | | | | | per_vhost_connection_limit_SUITE: Sleep 500ms after connection open/closeJean-Sébastien Pédron2016-08-251-176/+139
| * | | | | | rabbit_mnesia_rename: Backup local tables onlyJean-Sébastien Pédron2016-08-251-1/+7
| * | | | | | rabbit_mnesia:forget_cluster_node/2: Skip event if node if offlineJean-Sébastien Pédron2016-08-251-4/+11
| * | | | | | Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-244-73/+248
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-236-242/+203
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-1813-66/+342
| |\ \ \ \ \ \ \
| * | | | | | | | Squash warningsMichael Klishin2016-08-181-10/+10
| * | | | | | | | record_info/2 is appropriate hereMichael Klishin2016-08-181-1/+1
| * | | | | | | | Use lists:foldl/3 onlyMichael Klishin2016-08-181-11/+8
| * | | | | | | | Reformat with emacsMichael Klishin2016-08-181-100/+100
| * | | | | | | | Combine map/2 and foldl/3Michael Klishin2016-08-171-15/+10
| * | | | | | | | Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-146-6/+102
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Rename functionMichael Klishin2016-08-142-5/+5
| * | | | | | | | | Delete connection tracking tables for nodes removed from the clusterMichael Klishin2016-08-142-2/+36
| * | | | | | | | | Emit a node_deleted event when a node is removed from the clusterMichael Klishin2016-08-101-1/+3
| * | | | | | | | | We can use record_info/2 here; log errors in table creationMichael Klishin2016-08-101-7/+5
| * | | | | | | | | Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-101-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-102-0/+9
| |\ \ \ \ \ \ \ \ \ \