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
*
Validate: Create and use new error type for missing schemas
Sol Jerome
2011-06-06
2
-2
/
+3
*
Validate: Unsuppress errors for invalid schema paths (#1007)
Sol Jerome
2011-06-05
1
-2
/
+8
*
Proxy: Catch traceback when name resolution fails (#1012)
Sol Jerome
2011-06-04
1
-1
/
+7
*
Document the "decision" option in bcfg2.conf(5)
Holger Weiß
2011-06-04
1
-2
/
+2
*
Base: Deprecate Base in favor of Bundler
Sol Jerome
2011-06-03
1
-0
/
+1
*
bcfg2-server: Add the ability to listen on specific interfaces (#1013)
Sol Jerome
2011-06-03
4
-12
/
+47
*
guarantee that timeout is a float
Chris St. Pierre
2011-06-01
1
-1
/
+1
*
added -t option to set client timeout
Chris St. Pierre
2011-06-01
4
-7
/
+15
*
Cfg: Fix traceback for non-ascii files
Sol Jerome
2011-05-31
1
-0
/
+7
*
POSIX: Clarify normalization error (Reported by Tim Goodaire)
Sol Jerome
2011-05-25
1
-2
/
+4
*
allow setting whitelist/blacklist mode in bcfg2.conf
Chris St. Pierre
2011-05-24
1
-0
/
+1
*
don't run lint server plugins if serverless plugins produced errors; avoids a...
Chris St. Pierre
2011-05-20
1
-2
/
+14
*
removed debugging output from Validate plugin
Chris St. Pierre
2011-05-20
1
-3
/
+0
*
Merge pull request #35 from weiss/fix-genshi-encoding
Sol Jerome
2011-05-20
1
-2
/
+3
|
\
|
*
Cfg: Fix the output encoding of Genshi templates
Holger Weiß
2011-04-13
1
-2
/
+3
*
|
APT: Add two filters for deprecated API accesses
Holger Weiß
2011-05-20
1
-0
/
+2
|
/
*
Revert "bcfg2: Write cached config using encoding from Options.py"
Holger Weiß
2011-05-19
1
-1
/
+1
*
bcfg2: Convert specification from Unicode to UTF-8
Holger Weiß
2011-05-11
1
-1
/
+1
*
fixed several major bugs in bcfg2-lint Validate plugin
Chris St. Pierre
2011-05-18
2
-8
/
+15
*
Merge branch 'master' of https://github.com/solj/bcfg2
Chris St. Pierre
2011-05-17
1
-1
/
+1
|
\
|
*
bcfg2-info: Fix traceback when no args specified
Sol Jerome
2011-05-17
1
-1
/
+1
*
|
added bcfg2-lint MergeFiles plugin to suggest config files and probes
Chris St. Pierre
2011-05-17
2
-10
/
+104
|
/
*
bcfg2-info help returns help without starting a server instance
Chris St. Pierre
2011-05-16
1
-1
/
+4
*
Cfg: Fix bcfg2-admin pull behavior for genshi templates (#1010)
Sol Jerome
2011-05-13
1
-1
/
+2
*
Merge pull request #31 from weiss/fix-typo
Sol Jerome
2011-05-13
1
-2
/
+2
|
\
|
*
Fix a typo in an SSL error message
Holger Weiß
2011-05-11
1
-2
/
+2
*
|
Fix bcfg2-reports --badentry and --extraentry
Holger Weiß
2011-05-01
1
-4
/
+4
|
/
*
Plugin: Fix nasty list comprehension bug
Sol Jerome
2011-05-11
1
-2
/
+2
*
Cfg: Fix PluginExecutionError
Tim Laszlo
2011-05-11
1
-1
/
+1
*
Added FileProbes plugin.
Chris St. Pierre
2011-05-11
2
-1
/
+180
*
Fixed error messages from info.xml bcfg2-lint check
Chris St. Pierre
2011-05-11
1
-5
/
+5
*
Improved Svn2 error handling -- ClientError may not have a message attribute.
Chris St. Pierre
2011-05-11
1
-4
/
+4
*
SSHbase: Fix PY3K tracebacks for known_hosts file
Sol Jerome
2011-05-10
1
-1
/
+1
*
Logger: Fix non-string logging
Sol Jerome
2011-05-10
1
-10
/
+13
*
Logger: Statement always was True in python 2
Sol Jerome
2011-05-09
1
-15
/
+10
*
Logger: Use bytes for PY3K
Sol Jerome
2011-05-09
1
-1
/
+3
*
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
*
|
Merge pull request #29 from trehn/plugin-ldap-dev-trehn
Sol Jerome
2011-05-09
1
-1
/
+10
|
\
\
|
*
|
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
*
|
|
Upstart: Fix typo reported by justintime on IRC
Sol Jerome
2011-05-09
1
-1
/
+1
|
|
/
|
/
|
*
|
DBStats: Stop duplicating data in reports_reason
Tim Laszlo
2011-05-09
1
-6
/
+3
|
/
*
Add missing import sys.
Raul Cuza
2011-05-06
1
-0
/
+1
*
Pass keypath to create_conf function.
Raul Cuza
2011-05-06
1
-2
/
+2
*
Add missing import.
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
[next]