summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wipDaniil Fedotov2016-10-201-4/+40
|
* Work in progress: Migration to vhost based message storeDaniil Fedotov2016-10-201-8/+51
|
* Migration algorithmDaniil Fedotov2016-10-201-0/+39
|
* Starting and restarting appDaniil Fedotov2016-10-202-8/+25
|
* message store supervisorDaniil Fedotov2016-10-202-11/+69
|
* Do not fail on {cluster_nodes, [node()]} configDaniil Fedotov2016-10-201-3/+3
|
* Merge branch 'stable'Arnaud Cogoluègnes2016-10-172-0/+94
|\
| * Merge pull request #999 from rabbitmq/rabbitmq-website-282Karl Nilsson2016-10-172-0/+94
| |\ | | | | | | Document configuration encryption
| | * Change formatting for rabbitmqctl helpArnaud Cogoluègnes2016-10-171-12/+2
| | |
| | * Document configuration encryptionArnaud Cogoluègnes2016-10-172-0/+104
| |/ | | | | | | | | References #979 Fixes https://github.com/rabbitmq/rabbitmq-website/issues/282
* | Merge branch 'stable'Arnaud Cogoluègnes2016-10-141-1/+0
|\ \ | |/
| * Remove version_equivalance entry from test groupArnaud Cogoluègnes2016-10-141-1/+0
| |
* | Merge branch 'stable'Arnaud Cogoluègnes2016-10-143-13/+13
|\ \ | |/ | | | | | | Conflicts: src/rabbit.app.src
| * Use config_entry_decoder key for config encryptionArnaud Cogoluègnes2016-10-143-13/+13
| | | | | | | | Fixes #979
* | Merge pull request #989 from rabbitmq/rabbitmq-server-486Arnaud Cogoluègnes2016-10-144-8/+124
|\ \ | | | | | | Switch config-driven autoclustering to rabbit_peer_discovery_backend
| * | Be more defensive and accept 'disk'Michael Klishin2016-10-141-1/+1
| | |
| * | Merge branch 'master' into rabbitmq-server-486Michael Klishin2016-10-1429-2020/+910
| |\ \ | | | | | | | | | | | | | | | | Conflicts: src/rabbit.app.src
| * | | 2016, evenMichael Klishin2016-10-141-1/+1
| | | |
| * | | Merge branch 'master' into rabbitmq-server-486Michael Klishin2016-10-046-431/+87
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/rabbit.app.src
| * | | | Switch config-driven automatic clustering to the new behaviourMichael Klishin2016-10-044-8/+122
| | | | |
| * | | | Drive-by change: reduce log noiseMichael Klishin2016-10-041-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Don't log connection tracking table creation failures where the error is "the table already exists".
* | | | | Support x.y in plugin versioningDaniil Fedotov2016-10-141-1/+1
| | | | |
* | | | | Merge branch 'stable'Daniil Fedotov2016-10-141-11/+0
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Merge pull request #997 from rabbitmq/broaden-version-format-supportDaniil Fedotov2016-10-141-10/+0
| |\ \ \ | | | | | | | | | | Move version equivalence tests to common
| | * | | unit_SUITE: move version equivalence tests to commonJean-Sébastien Pédron2016-10-121-10/+0
| |/ / / | | | | | | | | | | | | [#131650399]
* | | | Merge branch 'stable'Arnaud Cogoluègnes2016-10-1211-22/+810
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: include/rabbit_cli.hrl src/rabbit.erl
| * | | Merge pull request #994 from rabbitmq/rabbitmq-server-979Karl Nilsson2016-10-129-4/+736
| |\ \ \ | | | | | | | | | | Add optional password based encryption of configuration values
| | * | | Add better message when decryption fails in configArnaud Cogoluègnes2016-10-124-14/+50
| | | | |
| | * | | Merge branch 'stable' into rabbitmq-server-979Arnaud Cogoluègnes2016-10-116-440/+138
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | Conflicts: src/rabbit.app.src
| * | | | Merge branch 'rabbitmq-server-990' into stablerabbitmq_v3_6_6_milestone5Andrew Bruce2016-10-052-18/+73
| |\ \ \ \
| | * | | | Choose master from intersection of sync slaves and policy nodesAndrew Bruce2016-10-052-18/+73
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, when applying an HA policy with the 'nodes' type, if the current master was not part of the new policy, then the first synchronised slave was chosen as the new master. This would happen even if the node was not part of the new policy. For example, if we began with: Master A Slaves [B, C] Then requested a new policy of just [C], we'd end up with: Master B Slaves [C] Instead, choose the master from the intersection of (nodes in the policy) and (synchronised slaves). Issue #990 [#126767013]
| | * | | Create tests for rabbitmqctl encodeArnaud Cogoluègnes2016-10-115-61/+173
| | | | |
| | * | | Use terms in rabbitmqctl encodeArnaud Cogoluègnes2016-10-111-9/+21
| | | | |
| | * | | Add encode command to rabbitmqctlArnaud Cogoluègnes2016-10-104-14/+87
| | | | |
| | * | | Remove a pointless commentLoïc Hoguin2016-10-061-3/+1
| | | | |
| | * | | Add a test for decrypt at start without passphraseLoïc Hoguin2016-10-062-5/+29
| | | | |
| | * | | Add tests for decrypting at application startLoïc Hoguin2016-10-063-1/+92
| | | | |
| | * | | Add a test to decrypt environment valuesLoïc Hoguin2016-10-062-2/+66
| | | | |
| | * | | Add configuration for decrypting hidden configuration valuesLoïc Hoguin2016-10-062-8/+99
| | | | |
| | * | | Add commentsLoïc Hoguin2016-09-291-0/+8
| | | | |
| | * | | Add rabbit_pbe:encrypt_term and decrypt_termLoïc Hoguin2016-09-292-0/+38
| | | | |
| | * | | Add rabbit_pbe module for password based encryptionLoïc Hoguin2016-09-292-0/+185
| | | | |
* | | | | Merge pull request #996 from rabbitmq/rabbitmq-server-987Daniil Fedotov2016-10-1217-1996/+64
|\ \ \ \ \ | | | | | | | | | | | | Change config schema for the classic autoclustering backend
| * | | | | Support `disk` node type. Test ignore of node_type if there is no nodesDaniil Fedotov2016-10-123-7/+3
| | | | | |
| * | | | | Ignore *.schema files in test dir. Copy them on setupDaniil Fedotov2016-10-1214-1983/+15
| | | | | |
| * | | | | More tests for cluster configDaniil Fedotov2016-10-122-2/+25
| | | | | |
| * | | | | Change config schema for the classic autoclustering backendMichael Klishin2016-10-124-26/+43
|/ / / / / | | | | | | | | | | | | | | | Fixes #987, references #486, #487.
* | | | | Merge pull request #985 from rabbitmq/rabbitmq-management-289Michael Klishin2016-10-061-2/+35
|\ \ \ \ \ | | | | | | | | | | | | Vhost limit API functions to set/list/clear specific limits
| * | | | | Vhost limit API functions to set/list/clear specific limitsDaniil Fedotov2016-10-031-2/+35
| | |_|_|/ | |/| | |
* | | | | Drive-by change: reduce log noiseMichael Klishin2016-10-041-5/+8
|/ / / / | | | | | | | | | | | | | | | | Don't log connection tracking table creation failures where the error is "the table already exists".