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
*
Fix for Directory prune attribute.
Sol Jerome
2008-07-28
1
-8
/
+8
*
initial implementation of the Editor plugin.
James Yang
2008-07-28
1
-0
/
+64
*
Implement support for non-configuration plugins
Narayan Desai
2008-07-28
7
-20
/
+28
*
add pretty printing to new metadata entries
Narayan Desai
2008-07-28
1
-2
/
+4
*
Fix clients when secure='false' (Resolves Ticket #580)
Narayan Desai
2008-07-26
1
-1
/
+1
*
loosen up Probe name regex (allow for numbers in probe name)
Sol Jerome
2008-07-25
1
-1
/
+1
*
Add new DBstats plugin (direct to reports db)
Narayan Desai
2008-07-22
3
-3
/
+26
*
Get importscript properly function-ified
Narayan Desai
2008-07-22
1
-93
/
+87
*
Switch to new statistics plugin API
Narayan Desai
2008-07-22
1
-1
/
+1
*
move xml statistics over to new typed-plugin system (enables direct-to-django...
Narayan Desai
2008-07-22
3
-4
/
+31
*
lay groundwork for statistics plugins
Narayan Desai
2008-07-22
1
-0
/
+5
*
update dhcpd.conf handler in BB plugin
Andrew Brestick
2008-07-21
1
-19
/
+48
*
added a man page for bcfg2-reports
James Yang
2008-07-17
1
-8
/
+5
*
bb plugin will be off by default
Andrew Brestick
2008-07-16
1
-1
/
+1
*
various fixes to bb plugin
Andrew Brestick
2008-07-16
2
-30
/
+45
*
remove dead code
Narayan Desai
2008-07-16
1
-4
/
+0
*
code walkthrough results
Narayan Desai
2008-07-16
1
-14
/
+26
*
bad entry queries now display which bad entries are on each host
James Yang
2008-07-16
1
-6
/
+19
*
experimental breadboard plugin
Andrew Brestick
2008-07-15
1
-0
/
+170
*
added support for alternate metadata plugin (BB plugin)
Andrew Brestick
2008-07-15
3
-25
/
+34
*
bcfg2-reports now has the option to read bad entry queries from a file
James Yang
2008-07-15
1
-7
/
+21
*
forgot to remove Reports from __init__.py
James Yang
2008-07-14
1
-1
/
+1
*
removed the admin mode for now
James Yang
2008-07-14
1
-170
/
+0
*
Added -h to the standalone Reports script, bcfg-reports
James Yang
2008-07-14
1
-76
/
+125
*
bcfg2-info: add cfgdebug function
Narayan Desai
2008-07-14
1
-0
/
+22
*
added event debugging on load with -d option
Andrew Brestick
2008-07-14
1
-6
/
+13
*
Add default value for web_debug (Resolves Ticket #537)
Narayan Desai
2008-07-12
1
-1
/
+6
*
Add option and error handling
Narayan Desai
2008-07-12
1
-2
/
+7
*
Add report client script in a directly executable location (works around weir...
Narayan Desai
2008-07-12
1
-0
/
+158
*
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4776 ce84e21b-d406...
James Yang
2008-07-11
1
-2
/
+19
*
Through the Reports Admin mode, clients can now be expired and un-expired. Re...
James Yang
2008-07-11
1
-28
/
+122
*
Fix complete entry delete paths for Cfg/TCheetah/TGenshi (issue reported by S...
Narayan Desai
2008-07-11
1
-5
/
+8
*
Commit client locking patch (From stousignant) (Resolves Ticket #575)
Narayan Desai
2008-07-10
2
-0
/
+21
*
Fix tb in a couple of admin modes.
Sol Jerome
2008-07-09
3
-3
/
+6
*
Add new report command-line interface
James Yang
2008-07-08
2
-1
/
+53
*
Remove debug prints (Patch from jcollie) (Resolves Ticket #573)
Narayan Desai
2008-07-08
2
-2
/
+0
*
Fix set_profile after xinclude fix (Fixes issue reported by SolJ)
Narayan Desai
2008-07-08
1
-3
/
+5
*
Ignore ae editor temporary files
Narayan Desai
2008-07-04
1
-1
/
+1
*
Fix encoding use for ProbeSet
Narayan Desai
2008-07-02
1
-3
/
+4
*
Fix typo in SGenshi encoding patch
Narayan Desai
2008-07-02
1
-1
/
+1
*
Add encoding support for SGenshi (patch from solj) (Resolves Ticket #571)
Narayan Desai
2008-07-02
1
-4
/
+4
*
Remove dead code (reported by dchen) (Resolves Ticket #570)
Narayan Desai
2008-07-01
1
-1
/
+0
*
Unicode support (from stousignant) (Resolves Ticket #549)
Narayan Desai
2008-06-30
15
-33
/
+69
*
Fixup combination of XINclude and Alias fixes
Narayan Desai
2008-06-27
1
-7
/
+5
*
updated client admin mode and bcfg2-admin man pages with thenostradamus' patches
Andrew Brestick
2008-06-27
1
-1
/
+7
*
fix alias issues in metadata plugin and in bcfg2-admin client mode
Andrew Brestick
2008-06-26
2
-1
/
+9
*
Completed bcfg2-admin minestruct mode
Andrew Brestick
2008-06-26
1
-12
/
+60
*
added in correction for hyphens in mac addresses added through hostbase
Ken Raffenetti
2008-06-24
1
-6
/
+6
*
Make logging failures more verbose (and non-fatal)
Narayan Desai
2008-06-24
1
-0
/
+2
*
Fix client assertion with XIncludes are in use (Resolves Ticket #568)
Narayan Desai
2008-06-24
1
-1
/
+1
[next]