fix extra blank lines in rc script |
|
More...
|
over 15 years ago
|
add a wrapper to load classes |
|
More...
|
over 15 years ago
|
Fix typo identified in Issue 7. |
|
More...
|
almost 16 years ago
|
missing file for activemq srpm |
|
More...
|
almost 16 years ago
|
Fix for Issue #2. |
|
More...
|
almost 16 years ago
|
Fix for Issue #5. |
|
More...
|
almost 16 years ago
|
Make MCollective::Util into a module and add a directory under plugins where plugin writers can put utility classes that they need to help them build agents |
|
More...
|
almost 16 years ago
|
add activemq spec file |
|
More...
|
almost 16 years ago
|
Update issue 4 Prepare Rakefile for 0.2.0 |
|
More...
|
almost 16 years ago
|
Update issue 3 - Add regex support for fact values - Improve comments |
|
More...
|
almost 16 years ago
|
Update issue 3 Added regex support to identity filters: |
|
More...
|
almost 16 years ago
|
Update issue 3 Add regex support for agent list |
|
More...
|
almost 16 years ago
|
Update issue 3 Add regex support for classes |
|
More...
|
almost 16 years ago
|
code style improvements |
|
More...
|
almost 16 years ago
|
catch failures to create instances of plugins and raise an exception |
|
More...
|
almost 16 years ago
|
- Use the PluginManager for agents - Lots of general code style improvements - Add more comments about the use of some of the base classes and inheritance for plugins |
|
More...
|
almost 16 years ago
|
give the pluginmanager the ability store an actual class too |
|
More...
|
almost 16 years ago
|
Create a new MCollective::PluginManager that will load, store, manage etc all our plugins. Currently it does connectors, security, registration etc but no agents. Agents are special and so the MCollective::Agents is basically a pluginmanager for them, in future I'd like to merge these 2 into one |
|
More...
|
almost 16 years ago
|
make the seperator between components of the middleware target configurable |
|
More...
|
almost 16 years ago
|
- Init script now works as is on CentOS 5.x and Ubuntu 9.x. - Make the dist config files match where the packages put things - Bump up the package release number as we now have a changed init script - Make the .deb install the stomp gem as a post-install step |
|
More...
|
almost 16 years ago
|
Get the config system to tell you where its looking if it can't find a file... |
|
More...
|
almost 16 years ago
|
Add initial bits for debian packages. Init script and ensuring stomp gem is present still outstanding |
|
More...
|
almost 16 years ago
|
Typo patch from Andrew Glen-Young, thanks! |
|
More...
|
almost 16 years ago
|
add some comments |
|
More...
|
almost 16 years ago
|
First stab at creating a system that will send registration messages regularly |
|
More...
|
almost 16 years ago
|
add list of agents to stats output |
|
More...
|
almost 16 years ago
|
Move the libexec stuff to common so that the client package can work without the server component |
|
More...
|
almost 16 years ago
|
Fix the requires so common also upgrades when client/server updates |
|
More...
|
almost 16 years ago
|
Re-enable the ability to read MCOLLECTIVE_PSK from the environemnt for the PSK that was lost during refactors |
|
More...
|
almost 16 years ago
|
Add an accessor on the client for options and make passing in options to discovery etc optional |
|
More...
|
almost 16 years ago
|