summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply memory limit on returnsDiana Corbacho2019-04-042-34/+87
* Merge remote-tracking branch 'origin/master' into in-memory-limitsDiana Corbacho2019-04-0418-244/+850
|\
| * Retry Mnesia tables wait in the `quorum_queue` feature flag migrationJean-Sébastien Pédron2019-04-032-3/+3
| * Merge pull request #1967 from rabbitmq/mk-idempotent-quorum-queue-add-memberMichael Klishin2019-04-022-17/+28
| |\
| | * Quorum queue; make membership changes [more] idempotentMichael Klishin2019-04-012-17/+28
| |/
| * Merge pull request #1961 from rabbitmq/rabbitmq-auth-backend-cache-20D Corbacho2019-03-314-16/+23
| |\
| | * Add commentsLuke Bakken2019-03-252-1/+5
| | * Keep IP address in tuple formatLuke Bakken2019-03-221-7/+2
| | * Finish converting check_vhost_access/3 to new APILuke Bakken2019-03-224-8/+21
| | * Modify check_vhost_access/3 to use map of dataLuke Bakken2019-03-222-13/+8
| * | Merge pull request #1963 from rabbitmq/rabbitmq-server-1962Michael Klishin2019-03-292-0/+20
| |\ \
| | * | Rename function to convert forward slashes, use it in another placeLuke Bakken2019-03-252-6/+17
| | * | Merge remote-tracking branch 'gh-1962/master' into rabbitmq-server-1962Luke Bakken2019-03-251-0/+9
| | |\ \
| | | * | Fix issues with forward slashesClaas Diederichs2019-03-231-0/+9
| * | | | Merge pull request #1960 from rabbitmq/mnesia_use_ram_schema_on_consistency_c...Michael Klishin2019-03-292-1/+41
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into mnesia_use_ram_schema_on_consistency_checkMichael Klishin2019-03-264-165/+546
| | |\ \ \ \
| | * | | | | Test successfull clustering if there is a garbage schema in the work dirDaniil Fedotov2019-03-221-1/+38
| | * | | | | Use ram schema_location for mnesia consistency checks.Daniil Fedotov2019-03-221-0/+3
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1965 from rabbitmq/quorum-queue-node-removal-cleanupD Corbacho2019-03-284-33/+158
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Purge stale node state from quorum queueskjnilsson2019-03-274-33/+158
| |/ / / /
| * | | | Merge pull request #1964 from rabbitmq/fix-no-return-functionMichael Klishin2019-03-261-0/+1
| |\ \ \ \
| | * | | | Add a no_return() type spec to silence a Dialyzer warningLoïc Hoguin2019-03-261-0/+1
| |/ / / /
| * | | | Merge pull request #1950 from rabbitmq/rabbit-fifo-bugfixesKarl Nilsson2019-03-263-165/+545
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Disable test that cannot currently passkjnilsson2019-03-212-29/+25
| | * | | rabbit_fifo: propery tests for single active consumerkjnilsson2019-03-202-26/+324
| | * | | rabbit_fifo: Ensure checkout is performedkjnilsson2019-03-182-29/+42
| | * | | rabbit_fifo bugfixeskjnilsson2019-03-183-112/+185
| * | | | Merge branch 'masaki-furuta-toggle_disk_monitor'Michael Klishin2019-03-221-1/+14
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Pattern match in function headsMichael Klishin2019-03-221-8/+8
| | * | | Merge branch 'toggle_disk_monitor' of https://github.com/masaki-furuta/rabbit...Michael Klishin2019-03-221-1/+14
| | |\ \ \ | |/ / / /
| | * | | Update rabbit_disk_monitor.erlMasaki Furuta2019-03-221-1/+0
| | * | | Debug: Applying patch to disable disk_monitor on the fly by rabbitctl eval.Masaki Furuta2019-03-221-1/+15
| | | |/ | | |/|
* | | | Fix in-memory countersDiana Corbacho2019-04-033-63/+198
* | | | Publish in memory statsDiana Corbacho2019-03-281-1/+13
* | | | Batch log effectDiana Corbacho2019-03-281-16/+30
* | | | Use in memory limit for quorum queue testsDiana Corbacho2019-03-271-1/+25
* | | | Return msg in basic.get when in-memory limit is reachedDiana Corbacho2019-03-271-14/+25
* | | | Quorum queue in memory message limitsDiana Corbacho2019-03-276-19/+321
|/ / /
* | | Merge pull request #1953 from spring-operator/polish-urls-apache-license-masterMichael Klishin2019-03-222-2/+2
|\ \ \
| * | | URL CleanupSpring Operator2019-03-212-2/+2
| |/ /
* | | Merge pull request #1917 from rabbitmq/rabbitmq-server-1906Arnaud Cogoluègnes2019-03-221-7/+8
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into rabbitmq-server-1906Michael Klishin2019-03-159-50/+108
| |\ \
| * | | Explain why last_applied is initialised to -1Diana Corbacho2019-03-151-0/+3
| * | | Resend messages if first messages are lostDiana Corbacho2019-03-151-7/+5
* | | | Quorum queue: make leader repair more defensivekjnilsson2019-03-201-4/+5
* | | | Merge pull request #1949 from spring-operator/polish-urls-remaining-masterMichael Klishin2019-03-20239-370/+370
|\ \ \ \
| * | | | URL CleanupSpring Operator2019-03-20239-370/+370
|/ / / /
* | | | Travis: use Erlang 21.3Michael Klishin2019-03-201-1/+1
* | | | rabbit_lager: Multiply high watermark on startup as wellJean-Sébastien Pédron2019-03-181-1/+26
| |_|/ |/| |
* | | Merge pull request #1918 from rabbitmq/list-queue-typeMichael Klishin2019-03-183-0/+3
|\ \ \ | |_|/ |/| |