6
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Sep 07, 2024 — Sep 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix extra blank lines in rc script
ripienaar
as R.I.Pienaar
More... over 15 years ago
add a wrapper to load classes
ripienaar
as R.I.Pienaar
More... over 15 years ago
Fix typo identified in Issue 7. More... almost 16 years ago
missing file for activemq srpm
ripienaar
as R.I.Pienaar
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
ripienaar
as R.I.Pienaar
More... almost 16 years ago
add activemq spec file
ripienaar
as R.I.Pienaar
More... almost 16 years ago
Update issue 4 Prepare Rakefile for 0.2.0
ripienaar
as R.I.Pienaar
More... almost 16 years ago
Update issue 3 - Add regex support for fact values - Improve comments
ripienaar
as R.I.Pienaar
More... almost 16 years ago
Update issue 3 Added regex support to identity filters:
ripienaar
as R.I.Pienaar
More... almost 16 years ago
Update issue 3 Add regex support for agent list
ripienaar
as R.I.Pienaar
More... almost 16 years ago
Update issue 3 Add regex support for classes
ripienaar
as R.I.Pienaar
More... almost 16 years ago
code style improvements
ripienaar
as R.I.Pienaar
More... almost 16 years ago
catch failures to create instances of plugins and raise an exception
ripienaar
as R.I.Pienaar
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
ripienaar
as R.I.Pienaar
More... almost 16 years ago
give the pluginmanager the ability store an actual class too
ripienaar
as R.I.Pienaar
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
ripienaar
as R.I.Pienaar
More... almost 16 years ago
make the seperator between components of the middleware target configurable
ripienaar
as R.I.Pienaar
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!
ripienaar
as R.I.Pienaar
More... almost 16 years ago
add some comments
ripienaar
as R.I.Pienaar
More... almost 16 years ago
First stab at creating a system that will send registration messages regularly
ripienaar
as R.I.Pienaar
More... almost 16 years ago
add list of agents to stats output
ripienaar
as R.I.Pienaar
More... almost 16 years ago
Move the libexec stuff to common so that the client package can work without the server component
ripienaar
as R.I.Pienaar
More... almost 16 years ago
Fix the requires so common also upgrades when client/server updates
ripienaar
as R.I.Pienaar
More... almost 16 years ago
Re-enable the ability to read MCOLLECTIVE_PSK from the environemnt for the PSK that was lost during refactors
ripienaar
as R.I.Pienaar
More... almost 16 years ago
Add an accessor on the client for options and make passing in options to discovery etc optional
ripienaar
as R.I.Pienaar
More... almost 16 years ago