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
/
lib
/
Server
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
make Bcfg2 automatically handle JSON, XML, and YAML output from probes
Chris St. Pierre
2011-06-15
1
-4
/
+89
|
|
/
|
*
PY3K: Finish server-side code fixes
Sol Jerome
2011-06-14
4
-13
/
+20
|
*
Accept non-ASCII diffs
Holger Weiß
2011-06-14
2
-1
/
+7
|
*
Base: Deprecate Base in favor of Bundler
Sol Jerome
2011-06-14
1
-0
/
+1
|
*
Cfg: Fix traceback for non-ascii files
Sol Jerome
2011-06-14
1
-0
/
+7
|
*
Cfg: Fix bcfg2-admin pull behavior for genshi templates (#1010)
Sol Jerome
2011-06-14
1
-1
/
+2
|
*
Cfg: Fix PluginExecutionError
Tim Laszlo
2011-06-14
1
-1
/
+1
|
*
Added FileProbes plugin.
Chris St. Pierre
2011-06-14
1
-0
/
+177
|
*
Improved Svn2 error handling -- ClientError may not have a message attribute.
Chris St. Pierre
2011-06-14
1
-4
/
+4
|
*
add yet another missing sys import
Torsten Rehn
2011-06-14
1
-0
/
+1
|
*
add another missing sys import
Torsten Rehn
2011-06-14
1
-0
/
+1
|
*
log more useful error message if python-ldap is not installed
Torsten Rehn
2011-06-14
1
-1
/
+9
|
*
add missing sys import
Torsten Rehn
2011-06-14
1
-0
/
+1
|
*
Add missing import sys.
Raul Cuza
2011-06-14
1
-0
/
+1
|
*
TCheetah: Fix local variable bug reported by trehn on IRC
Sol Jerome
2011-06-14
1
-3
/
+3
|
*
Cfg: Fix the output encoding of Genshi templates
Holger Weiß
2011-06-14
1
-2
/
+3
|
*
TGenshi: Fix local variable bug reported by trehn on IRC
Sol Jerome
2011-05-06
1
-3
/
+4
|
*
SSHbase: PY3K string join method fix
Sol Jerome
2011-05-06
1
-1
/
+1
*
|
Merge branch 'master' of git.mcs.anl.gov:bcfg2
Narayan Desai
2011-05-11
3
-5
/
+182
|
\
\
|
*
|
Cfg: Fix PluginExecutionError
Tim Laszlo
2011-05-11
1
-1
/
+1
|
*
|
Added FileProbes plugin.
Chris St. Pierre
2011-05-11
1
-0
/
+177
|
*
|
Improved Svn2 error handling -- ClientError may not have a message attribute.
Chris St. Pierre
2011-05-11
1
-4
/
+4
*
|
|
Merge branch 'master' of git.mcs.anl.gov:bcfg2
Narayan Desai
2011-05-10
26
-381
/
+634
|
\
|
|
|
*
|
SSHbase: Fix PY3K tracebacks for known_hosts file
Sol Jerome
2011-05-10
1
-1
/
+1
|
*
|
Merge pull request #30 from trehn/master
Sol Jerome
2011-05-09
2
-0
/
+2
|
|
\
\
|
|
*
|
add yet another missing sys import
Torsten Rehn
2011-05-09
1
-0
/
+1
|
|
*
|
add another missing sys import
Torsten Rehn
2011-05-09
1
-0
/
+1
|
*
|
|
log more useful error message if python-ldap is not installed
Torsten Rehn
2011-05-09
1
-1
/
+9
|
*
|
|
add missing sys import
Torsten Rehn
2011-05-09
1
-0
/
+1
|
|
/
/
|
*
|
Add missing import sys.
Raul Cuza
2011-05-06
1
-0
/
+1
|
*
|
TCheetah: Fix local variable bug reported by trehn on IRC
Sol Jerome
2011-05-06
1
-3
/
+3
|
*
|
TGenshi: Fix local variable bug reported by trehn on IRC
Sol Jerome
2011-05-06
1
-3
/
+4
|
|
/
|
*
Fixed several bugs with last commit. Sorry, I'm a doofus.
Chris St. Pierre
2011-05-06
1
-11
/
+10
|
*
Rewrote NagiosGen config to use NagiosGen/config.xml, which
Chris St. Pierre
2011-05-06
1
-88
/
+89
|
*
Packages: Solve byte string incompatibility in a different way
Sol Jerome
2011-05-03
1
-1
/
+1
|
*
Plugins: Handle builtin file type for PY3K
Sol Jerome
2011-05-03
1
-8
/
+14
|
*
Fix some syntax issues
Sol Jerome
2011-04-27
1
-1
/
+1
|
*
Plugins: Fix import and indent errors
Sol Jerome
2011-04-26
1
-1
/
+1
|
*
Plugins: Add full PY3K compatibility
Sol Jerome
2011-04-26
18
-63
/
+125
|
*
Better error messages when Svn2 fails for predictable reasons
Chris St. Pierre
2011-04-26
1
-10
/
+34
|
*
fixed duplicate group detection in Metadata
Chris St. Pierre
2011-04-20
1
-2
/
+1
|
*
fixed PropertyFile.Index() to populate .data as a side effect
Chris St. Pierre
2011-04-14
1
-1
/
+37
|
*
added Client tag to StructFile; made PropertyFile inherit from StructFile
Chris St. Pierre
2011-04-14
1
-8
/
+2
|
*
Editor: Add missing comma (Reported by emias)
Sol Jerome
2011-04-12
1
-1
/
+1
|
*
PY3K + PEP8 fixes for remaining files
Sol Jerome
2011-04-07
1
-1
/
+1
|
*
Hostbase: PY3K + PEP8 fixes
Sol Jerome
2011-04-06
1
-35
/
+44
|
*
Plugins: PY3K + PEP8 fixes
Sol Jerome
2011-04-06
16
-168
/
+259
|
*
In TGenshi templates, the "name" variable is set to the destination path of t...
Chris St. Pierre
2011-03-16
1
-4
/
+5
|
*
Cfg: Fix unicode traceback (Resolves #993)
Sol Jerome
2011-03-07
1
-7
/
+25
|
*
fixed handling of group- and host-specific .genshi templates in Cfg (non-gree...
Chris St. Pierre
2011-03-04
1
-1
/
+1
[prev]
[next]