server
/
bcfg2
1.1.0-stable
debian
main
maint
maint-1.2
master
packages-dummy
py3-server
py3k
spline
spline-bookworm
spline-old
upstream/master
yum-helper-bug
Custom fork of bcfg2 (configuration management)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Version plugin type
Sol Jerome
2009-01-26
8
-52
/
+108
*
Simplify service configuration; make all services use common restart framework
Narayan Desai
2009-01-23
7
-75
/
+68
*
Add Pull Source support to Minestruct (with aggregation of all extra entries)
Sol Jerome
2009-01-22
1
-1
/
+6
*
Create cachedir if it doesn't exist
Sol Jerome
2009-01-22
1
-0
/
+4
*
Fix tb when initializing the Decisions plugin
Sol Jerome
2009-01-21
1
-1
/
+1
*
Remove old properties implementation and hardwiring
Narayan Desai
2009-01-21
6
-57
/
+14
*
Packages: only kick in on package entries
Narayan Desai
2009-01-21
1
-1
/
+2
*
Move properties to the connector interface
Narayan Desai
2009-01-21
2
-3
/
+33
*
Remove plugin initialization debug code
Narayan Desai
2009-01-21
1
-1
/
+1
*
Add support for out of tree plugins
Narayan Desai
2009-01-21
1
-2
/
+5
*
more error handling for Packages
Narayan Desai
2009-01-21
1
-1
/
+5
*
Infrastructure and initial implementation of the Packages plugin
Narayan Desai
2009-01-21
5
-4
/
+163
*
Revert accidental svn keyword changes and add minor pylint fixes
Sol Jerome
2009-01-15
4
-7
/
+8
*
Uniqify probe returns so that a client only gets the most specific version, a...
Narayan Desai
2009-01-15
1
-16
/
+13
*
add GBundler plugin (like SGenshi, but works like Bundler)
Narayan Desai
2009-01-15
5
-9
/
+52
*
Add support for alternate VCS backends
Sol Jerome
2009-01-13
10
-31
/
+60
*
Revert dict accesses in APT tool
Sol Jerome
2009-01-13
1
-1
/
+1
*
Add more verbose apt cache mismatch errors
Narayan Desai
2009-01-13
1
-2
/
+7
*
Update bcfg2-admin query to use new Core interface
Sol Jerome
2009-01-13
2
-3
/
+3
*
SYSV support for version=any (patch from adeason) (Resolves Ticket #632)
Narayan Desai
2009-01-13
1
-2
/
+7
*
Fall back to auto behavior for APT version=any installation (Resolves Ticket ...
Narayan Desai
2009-01-13
1
-3
/
+1
*
Improve error message for APT.py when version=any (Resolves Ticket #631)
Narayan Desai
2009-01-13
1
-0
/
+2
*
Alphabetize clients list in reports so that it looks more sane
Sol Jerome
2009-01-12
1
-1
/
+1
*
Fix tb in bcfg2-admin modes
Narayan Desai
2009-01-12
1
-2
/
+0
*
Plugin configuration change: all plugins now need to be specified in the plug...
Narayan Desai
2009-01-12
4
-74
/
+32
*
Fix baseclass order
Narayan Desai
2009-01-12
1
-3
/
+3
*
Finish up Pull Source and multi-Statistics code
Narayan Desai
2009-01-12
6
-47
/
+37
*
Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbas...
Narayan Desai
2009-01-11
4
-11
/
+12
*
Finish up PullSource plugin work
Narayan Desai
2009-01-10
3
-4
/
+9
*
Finish up Connector API (connector data is now available from metadata.Probes...
Narayan Desai
2009-01-10
1
-2
/
+4
*
Ignore probed.xml files in the Probes directory
Narayan Desai
2009-01-10
1
-0
/
+1
*
More Plugin rework (Structure Validator implementation complete)
Narayan Desai
2009-01-10
1
-18
/
+34
*
Rework bcfg2-info/showclient to use new metadata interface
Narayan Desai
2009-01-10
2
-15
/
+17
*
Implement generic structure validators and reimplement Deps as one
Narayan Desai
2009-01-06
3
-7
/
+28
*
This patch is stage 1 of the plugin capabilities rework
Narayan Desai
2009-01-05
25
-156
/
+172
*
Fix Bcfg2.Options import for admin modes
Narayan Desai
2008-12-30
1
-1
/
+3
*
Implement metadata connector functionality
Narayan Desai
2008-12-24
9
-168
/
+224
*
Update dictionary accesses to work with Python 3.0
Sol Jerome
2008-12-22
25
-219
/
+219
*
Add option to view stale hosts in bcfg2-reports
Sol Jerome
2008-12-21
1
-6
/
+15
*
Warn on missing bundles when using -b (Resolves Ticket #615) [bugfix]
Sol Jerome
2008-12-21
1
-4
/
+15
*
Properly handle info.xml validation (Resolves Ticket #620) [bugfix]
Sol Jerome
2008-12-13
1
-1
/
+3
*
Do not stop services in build mode (Partially resolves Ticket #624)
Sol Jerome
2008-12-11
1
-4
/
+9
*
Merge branch 'tools'
Narayan Desai
2008-12-10
1
-0
/
+8
*
pylint fixes for client code
Narayan Desai
2008-12-08
20
-47
/
+47
*
Fix TLS error path (Reported by kisielk) (Resolves Ticket #621) [bugfix]
Narayan Desai
2008-12-03
1
-2
/
+1
*
Fix TCheetah properties (resolves Ticket #613) (confirmed by Gordon Messmer)
Narayan Desai
2008-12-01
1
-1
/
+1
*
Add bcfg2-admin option information to help message (reported by Gabe Turner) ...
Sol Jerome
2008-11-26
1
-3
/
+7
*
Spelling fixes
Sol Jerome
2008-11-26
1
-3
/
+2
*
Implement version=any for Apt driver
Narayan Desai
2008-11-25
1
-0
/
+2
*
Fix false verification failure
Narayan Desai
2008-11-25
1
-0
/
+1
[next]