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
/
Bcfg2
/
Server
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrote SSLCA as Cfg handler.
Chris St. Pierre
2013-08-13
7
-496
/
+431
*
testsuite: fixed unit tests
Chris St. Pierre
2013-08-12
1
-1
/
+1
*
Merge branch 'maint'
Chris St. Pierre
2013-08-12
2
-9
/
+14
|
\
|
*
Viz: include clients that should be included, not vice-versa
Chris St. Pierre
2013-08-09
1
-1
/
+1
|
*
Viz: exclude duplicate bundles for a given host
Chris St. Pierre
2013-08-09
1
-3
/
+4
|
*
Viz: distinguish categories from hosts
Chris St. Pierre
2013-08-09
1
-1
/
+1
|
*
Packages: always add collections to group/package cache
Chris St. Pierre
2013-08-09
1
-4
/
+8
|
*
Metadata: Fix bundle visualization
Sol Jerome
2013-08-09
1
-1
/
+1
|
*
Metadata: catch dns lookup errors better
Chris St. Pierre
2013-08-08
1
-1
/
+1
*
|
testsuite: fixed more unit tests
Chris St. Pierre
2013-08-12
6
-54
/
+23
*
|
testsuite: fixed most pylint complaints
Chris St. Pierre
2013-08-09
9
-11
/
+43
*
|
Plugins: Fixed/made consistent Django model load
Chris St. Pierre
2013-08-09
2
-5
/
+2
*
|
testsuite: fixed unit tests for server plugins
Chris St. Pierre
2013-08-09
2
-8
/
+9
*
|
Merge branch 'options-rewrite'
Chris St. Pierre
2013-08-08
36
-857
/
+796
|
\
\
|
*
|
Options: migrated bcfg2-yum-helper
Chris St. Pierre
2013-06-27
1
-0
/
+294
|
*
|
Options: migrated plugins to new options parser
Chris St. Pierre
2013-06-27
35
-836
/
+416
*
|
|
Merge branch 'maint'
Chris St. Pierre
2013-08-08
8
-42
/
+123
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
MultiprocessingCore: added a way to dispatch RMI calls to child processes
Chris St. Pierre
2013-08-07
2
-0
/
+4
|
*
|
Plugin: added new Caching interface
Chris St. Pierre
2013-08-07
5
-5
/
+26
|
*
|
Packages: cache group and package selections
Chris St. Pierre
2013-08-07
1
-5
/
+32
|
*
|
Merge pull request #130 from fennm/metadata-dont-update-xml-on-gratuitous-pro...
Chris St. Pierre
2013-08-07
1
-12
/
+16
|
|
\
\
|
|
*
|
Get profile by building metadata instead of guessing
Michael Fenn
2013-08-06
1
-6
/
+9
|
|
*
|
Make updating the structures conditional on profile changing
Michael Fenn
2013-08-05
1
-6
/
+6
|
|
*
|
Found a stray write that should be part of the new client case
Michael Fenn
2013-08-05
1
-2
/
+2
|
|
*
|
Make pylint happy
Michael Fenn
2013-08-05
1
-1
/
+1
|
|
*
|
Metadata: Don't update XML on gratuitous profile update
Michael Fenn
2013-08-05
1
-2
/
+3
|
*
|
|
Probes: properly clear cache
Chris St. Pierre
2013-08-06
1
-2
/
+4
|
*
|
|
Probes: expire metadata cache after loading data
Chris St. Pierre
2013-08-06
1
-0
/
+6
|
|
/
/
|
*
|
Probes: fixed unit test
Chris St. Pierre
2013-08-05
1
-1
/
+1
|
*
|
Multiprocessing: proxy RecvProbeData calls
Chris St. Pierre
2013-08-05
1
-5
/
+14
|
*
|
Yum: better errors when yum helper output isn't valid JSON
Chris St. Pierre
2013-08-05
1
-3
/
+8
|
*
|
Yum: suppress warning about class variable assignment
Chris St. Pierre
2013-08-01
1
-0
/
+2
|
*
|
Yum: Fixed class-scope variable assignments
Chris St. Pierre
2013-08-01
1
-4
/
+6
|
*
|
Packages: reduce source_from_xml() calls on startup
Chris St. Pierre
2013-07-31
1
-6
/
+6
|
*
|
Yum: record helper location in class variable so it's only detected once
Chris St. Pierre
2013-07-31
1
-1
/
+2
*
|
|
Yum: Add back disableMetaData method
Sol Jerome
2013-07-27
1
-0
/
+20
*
|
|
Merge branch 'maint'
Sol Jerome
2013-07-27
2
-16
/
+51
|
\
|
|
|
*
|
Cfg: added missing docstring
Chris St. Pierre
2013-07-23
1
-0
/
+4
|
*
|
Cfg: unknown-cfg-files lint check honors FAM ignore list
Chris St. Pierre
2013-07-23
1
-6
/
+22
|
*
|
Packages: instantiate Executor before determining path to helper
Chris St. Pierre
2013-07-22
1
-5
/
+4
|
*
|
Packages: Added timeout to bcfg2-yum-helper calls
Chris St. Pierre
2013-07-22
1
-34
/
+20
|
*
|
Packages: added lock to yum cache update
Chris St. Pierre
2013-07-18
1
-0
/
+13
*
|
|
Yum: Add back self.cmd
Sol Jerome
2013-07-18
1
-0
/
+1
*
|
|
Merge branch 'maint'
Sol Jerome
2013-07-18
4
-28
/
+100
|
\
|
|
|
*
|
Packages: make opportunistic yum cache creation respect metadata=disabled
Chris St. Pierre
2013-07-18
1
-1
/
+22
|
*
|
Yum: Removed unused import
Chris St. Pierre
2013-07-18
1
-2
/
+1
|
*
|
Packages: fixed read-only yum cache
Chris St. Pierre
2013-07-18
1
-29
/
+4
|
*
|
Packages: better stringification/representation of OnDemandDict
Chris St. Pierre
2013-07-18
1
-1
/
+1
|
*
|
Packages: use a separate yum persistdir per cache
Chris St. Pierre
2013-07-18
1
-0
/
+1
|
*
|
Packages: added missing docstring
Chris St. Pierre
2013-07-15
1
-0
/
+3
[next]