summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Moves Erlang and OTP functions from rabbit_mnesiaAyanda Dube2015-12-222-23/+33
| | | | | | to rabbit_version. References #485
* Commit Debian and RPM release notesrabbitmq_v3_5_7Michael Klishin2015-12-152-0/+9
|
* Backport #496 to 3.5.xMichael Klishin2015-12-151-1/+3
|
* Merge pull request #495 from rabbitmq/rabbitmq-server-494Michael Klishin2015-12-143-2/+2
|\ | | | | Install set_rabbitmq_policy.sh as an example script
| * Install set_rabbitmq_policy.sh as an example scriptJean-Sébastien Pédron2015-12-143-2/+2
|/ | | | | | Otherwise, it will overwrite any local modifications. Fixes #494.
* Merge pull request #482 from bogdando/related_PR480Michael Klishin2015-12-104-2/+7
|\ | | | | Fix the set_rabbitmq_policy.sh usage
| * Fix the set_rabbitmq_policy.sh usageBogdan Dobrelya2015-12-104-2/+7
|/ | | | | | | | | | | | * Call it only if exists * Address packaging: - for stable branch, use packaging/common/ to contain the set_rabbitmq_policy.sh and include it to the debian rules and rpm spec NOTE: for master branch landing please update as appropriate, as it should be using ./scripts source! Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
* Merge pull request #480 from dmitrymex/stableMichael Klishin2015-12-092-5/+19
|\ | | | | Allow users to define poliies and parameters in OCF script for HA
| * Allow users to define poliies and parameters in OCF script for HADmitry Mescheryakov2015-12-092-5/+19
|/ | | | | | | | | | | By mistake OpenStack policies were copied into the initial version of the script. The policies are removed by this change. Instead users are provided with ability to set their own policies in a new set_rabbitmq_policy.sh file. Also now users can extend parameters list with their own ones. For now extended parameters can be used only in the policy file, but later new places to hook into could appear.
* Back port https://github.com/rabbitmq/rabbitmq-common/pull/34rabbitmq_v3_5_7_rc2Michael Klishin2015-12-071-1/+1
|
* Merge pull request #476 from rabbitmq/rabbitmq-server-470Michael Klishin2015-12-071-2/+2
|\ | | | | Makes 'CTL forget_cluster_node' execute net_adm:ping/1 whilst in distributed mode
| * Makes net_adm:ping/1 be executed whilst in distributed mode,Ayanda Dube2015-12-051-2/+2
|/ | | | | | | before net_kernel:stop/1. Otherwise it would always fail to ping the node. References #470
* drop the quotesMichael Klishin2015-12-041-1/+1
|
* copyMichael Klishin2015-12-041-1/+1
|
* Re-indent with EmacsMichael Klishin2015-12-041-1/+1
|
* copywritingMichael Klishin2015-12-041-1/+1
|
* Don't log anything for non-virgin nodesMichael Klishin2015-12-041-2/+0
|
* Log on startup if starting virgin node, or existing databaseDaniil Fedotov2015-12-041-4/+10
|
* Merge pull request #466 from rabbitmq/rabbitmq-server-465Michael Klishin2015-12-041-3/+14
|\ | | | | rabbit_mirror_queue_coordinator: Ensure GM exited before terminating
| * rabbit_mirror_queue_coordinator: Ensure GM exited before terminatingJean-Sébastien Pédron2015-12-031-3/+14
| | | | | | | | | | | | | | | | | | If the coordinator exits before the GM informed all other GMs (and therefore all slaves) about the termination of the queue, another slave could be promoted as a master in between. This causes the old master's GM to wait forever than other GMs exit. Fixes #465.
* | Merge pull request #468 from rabbitmq/rabbitmq-server-464Jean-Sébastien Pédron2015-12-031-1/+2
|\ \ | |/ |/| Make wait command wait for start_rabbitmq_server command
| * Make wait command wait for start_rabbitmq_server commandDaniil Fedotov2015-12-031-1/+2
|/
* Merge pull request #452 from gigablah/rabbitmq-server-451Alvaro Videla2015-11-261-1/+1
|\ | | | | Fix RABBITMQ_CTL_ERL_ARGS variable in rabbitmq-plugins
| * Fix RABBITMQ_CTL_ERL_ARGS variable in rabbitmq-pluginsChris Heng2015-11-261-1/+1
|/
* Merge pull request #450 from rabbitmq/rabbitmq-server-447rabbitmq_v3_5_7_rc1Michael Klishin2015-11-245-10/+9
|\ | | | | Switch absolute memory watermark values to be in bytes
| * Switch absolute memory watermark values to be in bytesMichael Klishin2015-11-245-10/+9
|/ | | | Fixes #407, references #207, #378, #448.
* Merge pull request #444 from rabbitmq/rabbitmq-server-433Michael Klishin2015-11-231-1/+1
|\ | | | | Fix issue 433
| * fix issue 433Gabriele Santomaggio2015-11-231-1/+1
|/
* Merge pull request #442 from rabbitmq/rabbitmq-server-441Michael Klishin2015-11-2310-59/+59
|\ | | | | fixes various dialyzer warnings
| * fixes various dialyzer warningsAlvaro Videla2015-11-2010-59/+59
| |
* | Merge pull request #440 from rabbitmq/rabbitmq-server-438Michael Klishin2015-11-221-7/+7
|\ \ | |/ |/| addresses dialyzer warnings
| * addresses dialyzer warningsAlvaro Videla2015-11-201-7/+7
|/
* Merge pull request #437 from rabbitmq/rabbitmq-server-436Michael Klishin2015-11-201-3/+5
|\ | | | | fixes clear_read_cache get_env handling
| * fixes clear_read_cache get_env handlingAlvaro Videla2015-11-201-3/+5
|/
* Use erlang:min/2, not min/2 which is not available in Erlang R13B03Jean-Sébastien Pédron2015-11-201-1/+1
|
* Merge pull request #431 from binarin/rabbitmq-common-pmon-contract-breachMichael Klishin2015-11-191-1/+1
|\ | | | | Make pmon:demonitor/2 respect its contract
| * Make pmon:demonitor/2 respect its contractAlexey Lebedeff2015-11-191-1/+1
|/ | | | | | | Spec states that demonitor/2 should always return #state{}, but it wasn't the case when pid wasn't found in #state.dict. This made API unsafe to use, as it could lead to some other process storing incorrect data as a pmon state.
* Merge pull request #424 from mattymo/host_ip_paramMichael Klishin2015-11-161-1/+10
|\ | | | | Add host_ip field
| * Add host_ip fieldMatthew Mosesohn2015-11-161-1/+10
|/ | | | | | | | Working with RMQ definitions via management plugin requires knowing the IP address where it listens. host_ip parameter will default to 127.0.0.1, but is configurable.
* Merge pull request #405 from rabbitmq/rabbitmq-server-119Michael Klishin2015-11-065-0/+77
|\ | | | | Adds authentication command to rabbitmqctl.
| * TypoMichael Klishin2015-11-061-1/+1
| |
| * auth_user => authenticate_userMichael Klishin2015-11-064-9/+13
| | | | | | | | | | | | | | | | "auth" is an overloaded term that some use to say "authentication" and some to say "authorization". We distinguish between authn and authz in RabbitMQ for that reason. So lets be more specific in user-facing bits.
| * Introduce 'rabbitmqctl auth_user' to authenticate user.Ayanda Dube2015-11-051-0/+23
| | | | | | | | References #119
| * Initial commit.Ayanda Dube2015-11-051-0/+31
| | | | | | | | References #119
| * Adds tests for 'auth_user' control command.Ayanda Dube2015-11-051-0/+8
| | | | | | | | | | | | Adds handling of results of {ok, Result} format. References #119
| * Adds 'auth_user' control command.Ayanda Dube2015-11-051-0/+5
| | | | | | | | References #119
| * Adds handling of 'auth_user' control command results.Ayanda Dube2015-11-051-0/+6
|/ | | | References #119
* Ignore erlang.mk artifacts (when switching from master)Michael Klishin2015-10-311-0/+3
|
* Merge pull request #397 from rabbitmq/rabbitmq-server-91Michael Klishin2015-10-312-3/+34
|\ | | | | Disable disk monitor in unsupported platforms
| * Test failure to start disk monitor in unsupported platformsDiana Corbacho2015-10-301-0/+24
| |