| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | don't forget to install the rabbitmq-plugin script | Alexandru Scvortov | 2011-09-19 | 2 | -1/+2 |
| | | |||||
| * | rename provided_plugins to plugins-dist | Alexandru Scvortov | 2011-09-19 | 4 | -9/+8 |
| | | |||||
| * | also clean plugin sources | Alexandru Scvortov | 2011-09-19 | 1 | -2/+2 |
| | | |||||
| * | symlink to an absolute path | Alexandru Scvortov | 2011-09-19 | 1 | -1/+2 |
| | | |||||
| * | fix a recursive compilation issue | Alexandru Scvortov | 2011-09-16 | 2 | -3/+2 |
| | | |||||
| * | be smart about when building plugins | Alexandru Scvortov | 2011-09-16 | 3 | -7/+12 |
| | | |||||
| * | implicitly disable enabled plugins | Alexandru Scvortov | 2011-09-14 | 1 | -1/+1 |
| | | | | | | So, if you enable federation, and then disable amqp_client, federation is also marked as not-enabled. | ||||
| * | add rabbitmq-plugin manpage | Alexandru Scvortov | 2011-09-14 | 3 | -3/+159 |
| | | |||||
| * | implement "rabbitmq-plugin disable ..." | Alexandru Scvortov | 2011-09-14 | 1 | -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 plugin | Alexandru Scvortov | 2011-09-14 | 1 | -9/+12 |
| | | | | | Effectively, ignore all previous versions of a plugin. | ||||
| * | prune after enabling | Alexandru Scvortov | 2011-09-14 | 1 | -1/+2 |
| | | |||||
| * | refactor | Alexandru Scvortov | 2011-09-14 | 1 | -12/+20 |
| | | |||||
| * | "rabbitmq-plugin prune" removes unnecessary plugins from plugins/ | Alexandru Scvortov | 2011-09-14 | 1 | -11/+40 |
| | | |||||
| * | support regexp filtering when listing plugins | Alexandru Scvortov | 2011-09-14 | 1 | -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 option | Alexandru Scvortov | 2011-09-14 | 1 | -15/+23 |
| | | |||||
| * | more verbose listing | Alexandru Scvortov | 2011-09-14 | 1 | -5/+13 |
| | | |||||
| * | enabled plugins are recorded in plugins/enabled_plugins | Alexandru Scvortov | 2011-09-14 | 1 | -21/+38 |
| | | |||||
| * | refactor | Alexandru Scvortov | 2011-09-14 | 1 | -14/+17 |
| | | |||||
| * | don't look for plugins in the plugins/ directory | Alexandru Scvortov | 2011-09-14 | 1 | -4/+24 |
| | | |||||
| * | favour plugins in the distribution dir, not in the plugin dir | Alexandru Scvortov | 2011-09-09 | 1 | -2/+2 |
| | | |||||
| * | actually enable plugins | Alexandru Scvortov | 2011-09-09 | 1 | -3/+11 |
| | | |||||
| * | stubs for plugin enabling | Alexandru Scvortov | 2011-09-09 | 1 | -5/+14 |
| | | |||||
| * | find plugin dependencies | Alexandru Scvortov | 2011-09-09 | 1 | -3/+10 |
| | | |||||
| * | filter available applications from the dependency list | Alexandru Scvortov | 2011-09-09 | 1 | -1/+12 |
| | | | | | I.e. remove kernel, stdlib and the like. | ||||
| * | partial plugin enabling | Alexandru Scvortov | 2011-09-09 | 1 | -4/+24 |
| | | |||||
| * | list packages showing which are enabled and which are available | Alexandru Scvortov | 2011-09-09 | 1 | -3/+24 |
| | | |||||
| * | handle invalid plugins | Alexandru Scvortov | 2011-09-09 | 1 | -3/+15 |
| | | |||||
| * | read and parse app files from ezs | Alexandru Scvortov | 2011-09-09 | 1 | -1/+52 |
| | | |||||
| * | pass PLUGINS_DIR and PLUGINS_DIST_DIR to rabbitmq-plugin | Alexandru Scvortov | 2011-09-09 | 3 | -5/+21 |
| | | |||||
| * | comand line parsting for rabbitmq-plugin | Alexandru Scvortov | 2011-09-09 | 1 | -2/+33 |
| | | |||||
| * | refactor | Alexandru Scvortov | 2011-09-09 | 4 | -21/+17 |
| | | | | | | Move quit/0 into rabbit_misc and remove ezs from provided_plugins/ during clean. | ||||
| * | add plugins to debs and rpms | Alexandru Scvortov | 2011-09-08 | 4 | -3/+6 |
| | | |||||
| * | add rabbitmq-plugin stub | Alexandru Scvortov | 2011-09-08 | 3 | -0/+115 |
| | | |||||
| * | make plugins easier to dist when developing | Alexandru Scvortov | 2011-09-08 | 1 | -2/+2 |
| | | |||||
| * | add the plugins to the windows package | Alexandru Scvortov | 2011-09-08 | 1 | -0/+3 |
| | | |||||
| * | add plugins to generic unix archive | Alexandru Scvortov | 2011-09-08 | 5 | -2/+8 |
| | | | | | | | | | | Since we don't want to build the entire public-umbrella several times when building the broker artifacts (once for each of generic-unix, windows, deb and rpm), we make the location of the built plugins configurable in the broker's Makefile. I.e. the broker will normally install the plugins from provided_plugins/ (build by make plugin), but, if PLUGIN_DIST_DIR is set, it will install the plugins from there. This applies only to the install target. | ||||
| * | fix the plugins srcdist before attempting to build the plugins | Alexandru Scvortov | 2011-09-08 | 1 | -0/+1 |
| | | | | | | We don't include the broker in the srcdist, so we link it in before attempting the build. | ||||
| * | add target to build plugins and put the .ezs in provided_plugins/ | Alexandru Scvortov | 2011-09-08 | 1 | -1/+6 |
| | | |||||
| * | include the plugins' sources in the broker bundles | Alexandru Scvortov | 2011-09-08 | 1 | -1/+4 |
| | | |||||
| * | Merge bug24399 into default | David Wragg | 2011-09-06 | 6 | -12/+35 |
| |\ | | | | | | | init script assumes the existence of /var/run/rabbitmq | ||||
| | * | Be consistent about attempting to remove the directory whenever we can; ↵ | Matthew Sackman | 2011-09-06 | 3 | -7/+14 |
| | | | | | | | | | remove purge deletion of var/run which has existed since root of hg repo. | ||||
| | * | When we stop, wipe out the directory rather than just the pid file. This ↵ | Matthew Sackman | 2011-09-06 | 2 | -2/+2 |
| | | | | | | | | | avoids having to worry about how to remove the directory on package uninstall and also has the advantage of helping non-rabbit-packaged distributions | ||||
| | * | The custom seems to be to ensure the directory is created on startup. | Matthew Sackman | 2011-09-05 | 5 | -5/+21 |
| | | | |||||
| * | | Merged bug24385 into default | Emile Joubert | 2011-09-06 | 1 | -38/+36 |
| |\ \ | |||||
| | * | | tweak 'publish' funs to make their relationship more obvious | Matthias Radestock | 2011-09-06 | 1 | -38/+36 |
| | |/ | | | | | | | plus some cosmetic renaming for consistency | ||||
| * | | update comment | Alexandru Scvortov | 2011-09-06 | 1 | -2/+4 |
| | | | |||||
| * | | improve coverage of rabbit_control | Alexandru Scvortov | 2011-09-05 | 1 | -0/+9 |
| |/ | |||||
| * | Merging heads | Matthew Sackman | 2011-09-05 | 0 | -0/+0 |
| |\ | |||||
| | * | Added tag 6547461e6c2e, rabbitmq_v2_6_0 for changeset 61cd06576025 | Matthew Sackman | 2011-09-01 | 0 | -0/+0 |
| | | | |||||
| * | | Just like the init script, the ocf script should put the pid file in ↵ | Matthew Sackman | 2011-09-05 | 1 | -1/+1 |
| | | | | | | | | | /var/run, not /var/lib | ||||
