summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* :s/PLUGINS_DIST_DIR/PLUGINS_DIRAlexandru Scvortov2011-09-296-18/+18
| | | | | Only in rabbitmq-server, because that variable in rabbitmq-public-umbrella has a different use.
* thread static configuration through functionsAlexandru Scvortov2011-09-291-36/+28
| | | | I miss mtl :(
* don't bother with versions and sort plugins before listingAlexandru Scvortov2011-09-291-22/+5
|
* refactorAlexandru Scvortov2011-09-291-7/+12
|
* warn when enabled plugins can't be activated because they're missingAlexandru Scvortov2011-09-272-3/+11
|
* re-instante the README and remove rabbit_commonAlexandru Scvortov2011-09-271-0/+2
|
* copy instead of symlinkAlexandru Scvortov2011-09-261-1/+2
|
* update -> write and cosmeticAlexandru Scvortov2011-09-261-20/+27
|
* remove redundant operationsAlexandru Scvortov2011-09-261-4/+2
|
* refactorAlexandru Scvortov2011-09-261-16/+12
|
* add specsAlexandru Scvortov2011-09-261-0/+4
|
* make enable/disable with no arguments an errorAlexandru Scvortov2011-09-261-0/+8
|
* actually do the backoutAlexandru Scvortov2011-09-264-28/+4
|
* make rabbitmq-plugins more socialAlexandru Scvortov2011-09-263-16/+16
|
* make both batch files use the same enabled_plugins fileAlexandru Scvortov2011-09-261-0/+4
|
* use a specialized wrapper for rabbitmq-pluginsAlexandru Scvortov2011-09-268-10/+42
| | | | | | | | | All the scripts assume that they are run as ${RABBITMQ_HOME}/bin/script_name and use this to extract RABBITMQ_HOME, so we do need a minimal wrapper for rabbitmq-plugins. I don't know if the 'cd /var/lib/rabbitmq' is necessary; it probably isn't for rabbitmq-plugins, but might as well leave it in.
* rabbitmq-plugins must be run as rootAlexandru Scvortov2011-09-231-3/+3
|
* make invisible lines more visibleAlexandru Scvortov2011-09-231-3/+3
|
* oopsAlexandru Scvortov2011-09-231-1/+2
|
* plugins-dist -> pluginsAlexandru Scvortov2011-09-239-15/+8
|
* warn when a RabbitMQ restart is necessaryAlexandru Scvortov2011-09-221-4/+17
|
* -e and -E filter by enabled statusAlexandru Scvortov2011-09-222-5/+35
|
* compact -> verboseAlexandru Scvortov2011-09-222-20/+19
|
* Simon's readability patchAlexandru Scvortov2011-09-221-6/+11
|
* fix packaging bitsAlexandru Scvortov2011-09-227-27/+6
|
* merge default into bug21319Alexandru Scvortov2011-09-2219-36/+660
|\
| * the plugins distributions may be either ezs or directoriesAlexandru Scvortov2011-09-224-24/+39
| | | | | | | | Turns out the token parser was broken: it didn't work with nested tuples.
| * don't use the plugins directoryAlexandru Scvortov2011-09-228-133/+98
| |
| * rename rabbitmq-plugin to rabbitmq-pluginsAlexandru Scvortov2011-09-225-19/+19
| |
| * improve manpage textAlexandru Scvortov2011-09-221-8/+7
| |
| * re-indent manpageAlexandru Scvortov2011-09-221-87/+87
| |
| * hide the prune command from usersAlexandru Scvortov2011-09-222-23/+19
| |
| * merge default into bug21319Alexandru Scvortov2011-09-2253-628/+1004
| |\
| * | rpm permission tweakAlexandru Scvortov2011-09-201-0/+2
| | |
| * | permission tweaksAlexandru Scvortov2011-09-202-3/+3
| | |
| * | typoAlexandru Scvortov2011-09-201-1/+1
| | |
| * | slightly more informative errorsAlexandru Scvortov2011-09-201-1/+2
| | |
| * | the READMEs should be .txt on WindowsAlexandru Scvortov2011-09-201-1/+2
| | |
| * | make the windows zip bundle look more like the generic unix oneAlexandru Scvortov2011-09-201-1/+5
| | | | | | | | | | | | | | | Remove the build directories not present in the generic unix bundle. We were already removing the Makefile and codegen, so it was unbuildable anyway.
| * | refactorAlexandru Scvortov2011-09-201-4/+4
| | |
| * | ensure the plugins dir exists before trying to copy files to itAlexandru Scvortov2011-09-201-1/+3
| | |
| * | remove leftoverAlexandru Scvortov2011-09-192-2/+1
| | |
| * | running "rabbitmq-plugin enable" will fix missing dependencies as well as ↵Alexandru Scvortov2011-09-191-10/+14
| | | | | | | | | | | | remove unnecessary plugins
| * | re-enable plugins on deb upgradeAlexandru Scvortov2011-09-191-0/+7
| | |
| * | re-enable plugins on RPM upgradeAlexandru Scvortov2011-09-191-0/+10
| | |
| * | don't forget to install the rabbitmq-plugin scriptAlexandru Scvortov2011-09-192-1/+2
| | |
| * | rename provided_plugins to plugins-distAlexandru Scvortov2011-09-194-9/+8
| | |
| * | also clean plugin sourcesAlexandru Scvortov2011-09-191-2/+2
| | |
| * | symlink to an absolute pathAlexandru Scvortov2011-09-191-1/+2
| | |
| * | fix a recursive compilation issueAlexandru Scvortov2011-09-162-3/+2
| | |