summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix inadvertent match of Args. That's what you get for only running the test ↵bug25572Simon MacMullen2013-08-131-2/+3
| | | | suite.
* Man page updatesSimon MacMullen2013-08-091-2/+8
|
* So it turns out that the policy tests fail, since we now depend on ↵Simon MacMullen2013-08-092-24/+72
| | | | rabbit_misc:parse_arguments() to fill in defaults for us. But that's not at all unreasonable I think, and in fact rabbit_tests:control_action() does some rather odd things around options. Rather than rewrite everything, just introduce a new variant that is rather closer to what rabbitmqctl actually does, and use that for policy tests. Oh, and add some more tests, that's always good.
* Add support for setting apply-to via rabbitmqctl. Switch to using option for ↵Simon MacMullen2013-08-082-22/+20
| | | | priority rather than optional positional argument, with two options now that approach was starting to look confusing.
* Gross stupidity.Simon MacMullen2013-08-021-1/+1
|
* Show apply-to in rabbitmqctl list_policies.Simon MacMullen2013-08-021-1/+1
|
* "all" is clearer than "both".Simon MacMullen2013-08-022-7/+7
|
* Reevaluate reified policies on upgrade.Simon MacMullen2013-08-013-3/+47
|
* Merge defaultSimon MacMullen2013-07-302-5/+50
|\
| * Pick an apply-to value heuristically.Simon MacMullen2013-07-301-1/+11
| |
| * Most of policy apply-to.Simon MacMullen2013-06-242-5/+40
| |
* | Merge bug25617Simon MacMullen2013-07-301-18/+42
|\ \
| * | Re-orderEmile Joubert2013-07-251-14/+14
| | |
| * | Avoid use of 'file' module in rabbit_fileEmile Joubert2013-07-241-23/+28
| | |
| * | Write file using renameEmile Joubert2013-07-241-17/+36
| | |
* | | Merge heads of defaultSimon MacMullen2013-07-290-0/+0
|\ \ \
| * \ \ stable to defaultSimon MacMullen2013-07-2923-556/+846
| |\ \ \
| | * \ \ stable to defaultSimon MacMullen2013-07-2923-556/+846
| | |\ \ \
* | | \ \ \ stable to defaultSimon MacMullen2013-07-2923-556/+846
|\ \ \ \ \ \
| * \ \ \ \ \ merge stable into defaultMatthias Radestock2013-07-2923-556/+846
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | merge stable into defaultMatthias Radestock2013-07-271-0/+3
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merged stable into defaultEmile Joubert2013-07-2424-557/+847
| | |\ \ \ \ \
| | | * \ \ \ \ stable to defaultSimon MacMullen2013-07-2224-557/+847
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merged stable into defaultEmile Joubert2013-07-172-1/+5
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merged stable into defaultEmile Joubert2013-07-052-25/+34
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merged stable into defaultEmile Joubert2013-07-041-22/+20
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ merge stable into defaultMatthias Radestock2013-07-033-12/+60
| | | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ stable to defaultSimon MacMullen2013-07-023-35/+19
| | | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ stable to defaultSimon MacMullen2013-07-0124-557/+847
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ Merged bug25597 into defaultEmile Joubert2013-06-282-13/+5
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | Oops, I forgot that going back to vm_memory_monitor:get_memory_limit() means ↵bug25597Simon MacMullen2013-06-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we can now have a limit of 0.0.
| | | | | | * | | | | | | | | | Matthias convinced me to go with ratio-of-a-ratio.Simon MacMullen2013-06-182-3/+3
| | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | Eliminate ?MEMORY_LIMIT_SCALING and make the ratio at which we page ↵Simon MacMullen2013-06-182-17/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configurable. Note that I have changed the representation from a ratio-of-a-ratio to just a plain ratio (i.e. propertion of total memory, not proportion of the high watermark). I believe this will be easier to understand. Hence also the name vm_memory_paging_watermark, chosen by analogy with vm_memory_high_watermark.
| | | | | * | | | | | | | | | | Merged stable into defaultEmile Joubert2013-06-283-2/+3
| | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ stable to defaultSimon MacMullen2013-06-273-1/+19
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | | | | |
| | | | | * | | | | | | | | | | | stable to defaultSimon MacMullen2013-06-241-1/+3
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ stable to defaultSimon MacMullen2013-06-211-1/+1
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merged stable into defaultEmile Joubert2013-06-212-1/+6
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged stable into defaultEmile Joubert2013-06-211-1/+3
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge stable into defaultTim Watson2013-06-2022-544/+842
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ stable to defaultSimon MacMullen2013-06-181-1/+1
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|_|_|_|_|_|/ / / / / / / / / | | | | | | |/| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | merge stable into defaultMatthias Radestock2013-06-171-1/+8
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ stable to defaultSimon MacMullen2013-06-171-2/+6
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge stable into defaultTim Watson2013-06-141-1/+7
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ stable to defaultSimon MacMullen2013-06-1322-544/+842
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | | | | | | | "This can be removed after 3.1.0 is released." -- well, let's do that then.Simon MacMullen2013-06-121-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | | | Merged bug25581Emile Joubert2013-06-1216-42/+91
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge bug25604 into defaultTim Watson2013-06-112-7/+1
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | | | | | | | | | | | Remove some vestigial events.bug25604Simon MacMullen2013-06-112-7/+1
| | | | | | | | |/ / / / / / / / / / / / / / / / / / /
| | | | | | | | * | | | | | | | | | | | | | | | | | | stable to defaultSimon MacMullen2013-06-101-5/+19
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \