summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | be smart about when building pluginsAlexandru Scvortov2011-09-163-7/+12
| | |
| * | implicitly disable enabled pluginsAlexandru Scvortov2011-09-141-1/+1
| | | | | | | | | | | | | | | So, if you enable federation, and then disable amqp_client, federation is also marked as not-enabled.
| * | add rabbitmq-plugin manpageAlexandru Scvortov2011-09-143-3/+159
| | |
| * | implement "rabbitmq-plugin disable ..."Alexandru Scvortov2011-09-141-3/+36
| | | | | | | | | | | | | | | "rabbitmq-plugin disable rabbitmq_management_agent" will disable rabbitmq_management_agent and all plugins that depend on it.
| * | handle multiple versions of the same pluginAlexandru Scvortov2011-09-141-9/+12
| | | | | | | | | | | | Effectively, ignore all previous versions of a plugin.
| * | prune after enablingAlexandru Scvortov2011-09-141-1/+2
| | |
| * | refactorAlexandru Scvortov2011-09-141-12/+20
| | |
| * | "rabbitmq-plugin prune" removes unnecessary plugins from plugins/Alexandru Scvortov2011-09-141-11/+40
| | |
| * | support regexp filtering when listing pluginsAlexandru Scvortov2011-09-141-4/+9
| | | | | | | | | | | | | | | So, "rabbitmq-plugin list" shows all the plugins and "rabbitmq-plugin list web" shows all the plugins with "web" in their name.
| * | add a compact plugin listing optionAlexandru Scvortov2011-09-141-15/+23
| | |
| * | more verbose listingAlexandru Scvortov2011-09-141-5/+13
| | |
| * | enabled plugins are recorded in plugins/enabled_pluginsAlexandru Scvortov2011-09-141-21/+38
| | |
| * | refactorAlexandru Scvortov2011-09-141-14/+17
| | |
| * | don't look for plugins in the plugins/ directoryAlexandru Scvortov2011-09-141-4/+24
| | |
| * | favour plugins in the distribution dir, not in the plugin dirAlexandru Scvortov2011-09-091-2/+2
| | |
| * | actually enable pluginsAlexandru Scvortov2011-09-091-3/+11
| | |
| * | stubs for plugin enablingAlexandru Scvortov2011-09-091-5/+14
| | |
| * | find plugin dependenciesAlexandru Scvortov2011-09-091-3/+10
| | |
| * | filter available applications from the dependency listAlexandru Scvortov2011-09-091-1/+12
| | | | | | | | | | | | I.e. remove kernel, stdlib and the like.
| * | partial plugin enablingAlexandru Scvortov2011-09-091-4/+24
| | |
| * | list packages showing which are enabled and which are availableAlexandru Scvortov2011-09-091-3/+24
| | |
| * | handle invalid pluginsAlexandru Scvortov2011-09-091-3/+15
| | |
| * | read and parse app files from ezsAlexandru Scvortov2011-09-091-1/+52
| | |
| * | pass PLUGINS_DIR and PLUGINS_DIST_DIR to rabbitmq-pluginAlexandru Scvortov2011-09-093-5/+21
| | |
| * | comand line parsting for rabbitmq-pluginAlexandru Scvortov2011-09-091-2/+33
| | |