summaryrefslogtreecommitdiff
path: root/src/rabbit_plugins_main.erl
Commit message (Expand)AuthorAgeFilesLines
* fewer gratuitous line breaksSimon MacMullen2014-09-171-1/+1
* Always warn if there are enabled-but-missing plugins.Simon MacMullen2014-09-171-0/+5
* Reinstate exported action/6, rabbit_test_util uses it!Simon MacMullen2014-09-171-10/+13
* Extract more commonality.Simon MacMullen2014-09-161-70/+66
* Extract commonality between rabbit_control_main and rabbit_plugins_main.Simon MacMullen2014-09-161-89/+12
* Hopefully clearer.Simon MacMullen2014-06-181-5/+5
* rabbitmq-plugins set.Simon MacMullen2014-06-181-0/+22
* Give sensible error messages when plugins are missing.bug26251Simon MacMullen2014-06-181-25/+19
* Show a warning if list fails to contact a node.Simon MacMullen2014-06-111-6/+7
* Report errors from the server (such as mismatched plugin files) correctly.Simon MacMullen2014-06-111-1/+1
* Add online flag. Get the running broker to read its own plugins file rather t...Simon MacMullen2014-06-101-19/+35
* Tweak text one more time.Simon MacMullen2014-06-101-2/+2
* Add (deliberately) undocumented feature to just trigger the sync without upda...Simon MacMullen2014-06-091-2/+9
* Tweak text a bit more.Simon MacMullen2014-06-091-4/+11
* Rewrite the changes to rabbit_plugins_main/enable,disable. Now we just change...Simon MacMullen2014-06-051-91/+57
* Better RPC diagnostics when the node is downTim Watson2014-04-161-3/+5
* Calculate the enabled set properly and tweak the UITim Watson2014-03-281-5/+3
* Keep online and offline plugin changes separate in plugins_mainTim Watson2014-03-281-34/+40
* Oops - set up options/commands properlyTim Watson2014-03-261-4/+3
* Crash when node is down and --offline is not givenTim Watson2014-03-261-5/+18
* Tidy up the progress output slightly.Simon MacMullen2014-03-191-4/+4
* UI tweak: look more like the output of dpkg, with two separate characters to ...Simon MacMullen2014-03-191-22/+30
* Remove -A and -I options, they are a bit too minority-interest.Simon MacMullen2014-03-191-23/+4
* Merge default into bug24926Tim Watson2014-03-181-39/+132
|\
| * EnglishTim Watson2014-03-171-1/+1
| * A slightly nicer (more explanatory) UI for rabbitmq-pluginsTim Watson2014-03-171-7/+30
| * Calculate enabled vs. active correctly for 'list' operationsTim Watson2014-03-171-6/+6
| * Improve synchronisation between plugins file and running brokerTim Watson2014-03-141-22/+64
| * Refactor - remove unused functions/comments/todosTim Watson2014-01-121-4/+0
| * Remove lots of io:format debugging and tidy up rpc error messagesTim Watson2013-11-261-3/+11
| * Allow offline plugin re-configurationTim Watson2013-11-051-1/+4
| * Allow for runtime disabling of pluginsTim Watson2013-11-051-16/+37
* | Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|/
* Merged stable into defaultEmile Joubert2013-07-311-2/+2
|\
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* | Remove mochiweb warning.Simon MacMullen2013-05-301-20/+0
|/
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Formattingbug24719Simon MacMullen2012-10-291-3/+3
* Shorter.Simon MacMullen2012-10-291-19/+10
* remove cruft from display of missing pluginsMatthias Radestock2012-10-261-5/+16
* we can have both missing plugins and missing dependenciesMatthias Radestock2012-10-261-7/+9
* Eric's patchesMatthias Radestock2012-08-071-15/+25
* cosmeticTim Watson2012-05-281-6/+10
* rename rabbit_plugins API calls to be less verboseTim Watson2012-05-281-12/+12
* Fix dialyzer warnings.Simon MacMullen2012-05-231-0/+1
* Merge in defaultSimon MacMullen2012-05-231-10/+20
* rebase with masterTim Watson2012-05-211-9/+5
* remove message about re-installing windows service after plugin changesTim Watson2012-05-161-10/+1
* split rabbit_plugins into client and server side modulesTim Watson2012-05-161-0/+271