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
/
Cfg.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a number of features to SSHbase:
Chris St. Pierre
2011-10-27
1
-8
/
+1
*
Cfg: Add support for .cheetah files
Joe Digilio
2011-10-12
1
-1
/
+30
*
Cfg: Use two-digit group priorities
Sol Jerome
2011-10-11
1
-1
/
+1
*
Cfg : doesn't add a LineFeed after patching of files
Kioob
2011-09-02
1
-3
/
+1
*
Cfg : do not strip() end of lines before applying .diff files
Kioob
2011-09-01
1
-2
/
+1
*
Cfg: Fix traceback in bcfg2-admin pull
Sol Jerome
2011-08-27
1
-3
/
+3
*
Cfg: Fix traceback caused by previous commit
Sol Jerome
2011-08-22
1
-1
/
+1
*
Cfg: Log error when base file missing (reported by Ana Guerrero)
Sol Jerome
2011-08-21
1
-5
/
+8
*
fixed more unescaped shell commands
Chris St. Pierre
2011-08-05
1
-8
/
+8
*
Cfg: Add support for perms='inherit' (Ticket #642)
Sol Jerome
2011-06-20
1
-0
/
+7
*
PY3K: Add compatibility comments
Sol Jerome
2011-06-15
1
-0
/
+1
*
PY3K: Finish server-side code fixes
Sol Jerome
2011-06-14
1
-2
/
+3
*
Accept non-ASCII diffs
Holger Weiß
2011-06-14
1
-1
/
+6
*
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
*
Cfg: Fix the output encoding of Genshi templates
Holger Weiß
2011-06-14
1
-2
/
+3
*
Plugins: Add full PY3K compatibility
Sol Jerome
2011-04-26
1
-3
/
+13
*
Plugins: PY3K + PEP8 fixes
Sol Jerome
2011-04-06
1
-5
/
+3
*
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
*
Cfg: Create info.xml files by default with bcfg2-admin pull
Sol Jerome
2011-02-21
1
-17
/
+9
*
Cfg: Handle empty genshi templates (Ticket #948)
Tim Laszlo
2011-01-23
1
-0
/
+2
*
Cfg: Add support for .genshi files
Tim Laszlo
2011-01-22
1
-7
/
+48
*
Cfg: Allow pull operations to update info.xml files
Tim Laszlo
2010-07-30
1
-9
/
+18
*
Updated files to match PEP 257
Fabian Affolter
2010-06-09
1
-2
/
+2
*
Cfg: Fix diff deltas (Patch from Thomas Schoenl)
Narayan Desai
2009-10-29
1
-1
/
+1
*
Fix incorrect mappings and change configfile type to file
Sol Jerome
2009-10-16
1
-1
/
+1
*
Pylint/PEP 8 Code cleanups
Sol Jerome
2009-10-07
1
-2
/
+7
*
Cfg: Set type to 'configfile' for Path entries
Sol Jerome
2009-10-06
1
-2
/
+4
*
Cfg: delta file regex bugfix
Narayan Desai
2009-03-16
1
-1
/
+1
*
Fix newlinks at the end of .cat files
Narayan Desai
2009-03-02
1
-0
/
+2
*
Use safer alternatives to mktemp (Patch from adeason)
Sol Jerome
2009-01-29
1
-2
/
+6
*
Remove old properties implementation and hardwiring
Narayan Desai
2009-01-21
1
-3
/
+3
*
Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbas...
Narayan Desai
2009-01-11
1
-1
/
+1
*
Finish up PullSource plugin work
Narayan Desai
2009-01-10
1
-1
/
+2
*
This patch is stage 1 of the plugin capabilities rework
Narayan Desai
2009-01-05
1
-1
/
+1
*
check if content updates are needed
Narayan Desai
2008-10-31
1
-4
/
+5
*
Fix file name generation in Cfg support for bcfg-admin pull
Narayan Desai
2008-10-31
1
-1
/
+1
*
Fix interspersed newlines in deltas with .cat files
Narayan Desai
2008-10-30
1
-0
/
+1
*
Fix bcfg2-admin for new host-specific entries
Narayan Desai
2008-10-28
1
-4
/
+7
*
Get rid of errant newlines (Resolves #599 for real this time)
Narayan Desai
2008-09-29
1
-1
/
+1
*
Fix deltas (Resolves Ticket #599)
Narayan Desai
2008-09-26
1
-1
/
+1
*
Fix :info file creation in bcfg2-admin pull
Narayan Desai
2008-08-07
1
-1
/
+1
*
Unicode support (from stousignant) (Resolves Ticket #549)
Narayan Desai
2008-06-30
1
-3
/
+3
*
Fix error message in non-matching case
Narayan Desai
2008-06-09
1
-2
/
+4
*
Move base data caching es class to Plugin.py
Narayan Desai
2008-04-08
1
-14
/
+1
*
Fix 0-length file handling
Narayan Desai
2008-03-24
1
-9
/
+2
*
Rework bcfg2-admin pull
Narayan Desai
2008-03-24
1
-76
/
+68
[next]