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
*
Implement EntrySet and basic testing for it (mainly from ritcey)
Narayan Desai
2008-03-21
1
-0
/
+137
*
Harden Viz mode against failures (Analogue to [4425])
Narayan Desai
2008-03-20
1
-8
/
+11
*
Remove deprecated PostInstall driver
Narayan Desai
2008-03-17
1
-21
/
+0
*
Remove validation states from Tool instances (in preparation for DecisionList...
Narayan Desai
2008-03-17
13
-64
/
+65
*
Move req.cleanup initialization earlier
Narayan Desai
2008-03-16
1
-1
/
+1
*
Fix help display for long options
Narayan Desai
2008-03-16
1
-2
/
+8
*
Improve scaling behavior for non-forked handlers. Basically,
Narayan Desai
2008-03-15
1
-0
/
+6
*
Harden daemonization against failures
Narayan Desai
2008-03-12
1
-4
/
+7
*
Improve importscript error message when bcfg2.conf is not readable (Resolves ...
Narayan Desai
2008-03-09
1
-7
/
+4
*
Add symlink information for interactive mode (Resolves Ticket #519) [bugfix]
Narayan Desai
2008-03-09
1
-0
/
+4
*
deprecate PostInstalls (in schemas and Core.py) -- Actions can be used instead
Narayan Desai
2008-03-09
1
-1
/
+1
*
Add psyco support to the server core (speeds up operations ~40% for simple te...
Narayan Desai
2008-03-09
1
-0
/
+6
*
tighten up ignore regex in Cfg
Narayan Desai
2008-03-09
1
-1
/
+1
*
remove debug message from bcfg2-info
Narayan Desai
2008-03-09
1
-1
/
+0
*
implement support for long options
Narayan Desai
2008-03-08
1
-4
/
+21
*
Fix xinetd service management with the chkconfig driver (Patch from Gordon Me...
Narayan Desai
2008-03-08
1
-2
/
+7
*
Allow for mixed case false for pkg_checks in RPMng/YUMng
Mike Brady
2008-03-04
1
-1
/
+1
*
Fix traceback in directory cleanup (patch from jstrunk) (Resolves Ticket #524...
Narayan Desai
2008-02-28
1
-0
/
+1
*
Fix viz mode
Narayan Desai
2008-02-19
1
-5
/
+4
*
bcfg2-query patch from SolJ
Narayan Desai
2008-02-19
2
-34
/
+47
*
revert mistaken bcfg2-server commit [bugfix]
Narayan Desai
2008-02-13
1
-28
/
+12
*
Fix tb in __important__ path (reported/patched by SolJ) [bugfix]
Narayan Desai
2008-02-13
2
-13
/
+29
*
Fix colon splitting for null cases (Reported by SolJ)
Narayan Desai
2008-02-09
1
-1
/
+4
*
Fix MineStruct (patch from Sol J)
Narayan Desai
2008-02-09
1
-1
/
+1
*
Fix traceback upon error message [bugfix]
Narayan Desai
2008-02-06
1
-1
/
+1
*
Implement sequence number support for services (Patch from DanP) (Resolves Ti...
Narayan Desai
2008-01-30
1
-3
/
+24
*
Fix bcfg2-admin pull for host-specific files when the current data is group-s...
Narayan Desai
2008-01-29
1
-3
/
+3
*
Handle infoxml failure cases (reported in irc) [bugfix]
Narayan Desai
2008-01-29
1
-0
/
+4
*
Clean out dispatch table whenever files change (Resolves Ticket #522) [bugfix]
Narayan Desai
2008-01-29
1
-0
/
+1
*
Handle group coloring more robustly (Fixes issue reported by Matt Baker on ir...
Narayan Desai
2008-01-28
1
-5
/
+6
*
Sync glob pattern with regex pattern (Resolves Ticket #520)
Narayan Desai
2008-01-27
1
-4
/
+10
*
Harden handling if __important__ entries (reported by SolJ) [bugfix]
Narayan Desai
2008-01-25
1
-4
/
+9
*
Remove old debug message
Narayan Desai
2008-01-24
1
-1
/
+0
*
Fix use of category names with hyphens (Resolves Ticket #518)
Narayan Desai
2008-01-24
1
-1
/
+1
*
Implement support for .static files of external public keys
Narayan Desai
2008-01-22
1
-1
/
+9
*
Implement xml schema checks for info.xml files (from Sol Jerome) (Resolves Ti...
Narayan Desai
2008-01-21
1
-11
/
+33
*
Remove client-side of (deprecated) toolset support
Narayan Desai
2008-01-19
1
-15
/
+2
*
Frame updates (and start of unit-testing)
Narayan Desai
2008-01-18
2
-17
/
+16
*
Finish fixing option parsing for bcfg2-repo-validate
Narayan Desai
2008-01-18
1
-5
/
+6
*
Fix option parsing for bcfg2-repo-validate
Narayan Desai
2008-01-18
1
-4
/
+4
*
Fix test in case of using fulldata uploads for bcfg2-admin pull [bugfix]
Narayan Desai
2008-01-18
1
-1
/
+1
*
Fix for Lance's hiccup [bugfix]
Narayan Desai
2008-01-18
1
-1
/
+1
*
Fix bundle mode
Narayan Desai
2008-01-17
1
-1
/
+1
*
Remove proxy use from Component
Narayan Desai
2008-01-16
1
-25
/
+2
*
Handle checksum problems properly
Narayan Desai
2008-01-16
1
-0
/
+3
*
Implement support for -b foo:bar:baz on the command line (Resolves Ticket #516)
Narayan Desai
2008-01-16
2
-2
/
+3
*
Check for null attributes
Narayan Desai
2008-01-16
1
-1
/
+1
*
Add time limit for difflib (which uses a potenially cubic algorithm) [bugfix]
Narayan Desai
2008-01-11
1
-17
/
+37
*
Fix the chkconfig issue for real this time (really resolve Ticket #513) [bugfix]
Narayan Desai
2008-01-11
1
-1
/
+1
*
Simplify proxy code. We don't need a multi-component infrastructure or local ...
Narayan Desai
2008-01-09
2
-129
/
+7
[next]