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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Metadata: fixed setting default group when appropriate
Chris St. Pierre
2013-03-26
1
-32
/
+36
*
Metadata: apply default group consistently on first and subsequent client runs
Chris St. Pierre
2013-03-26
1
-0
/
+5
*
bcfg2-lint: only check clients.xml things if clients.xml is in use
Chris St. Pierre
2013-03-26
1
-0
/
+9
*
bcfg2-lint: added check to ensure that default group is a profile group
Chris St. Pierre
2013-03-26
1
-1
/
+13
*
Metadata: better stringification of ClientMetadata objects for debugging
Chris St. Pierre
2013-03-26
1
-0
/
+5
*
Handle FAM monitor failures more gracefully:
Chris St. Pierre
2013-03-25
13
-101
/
+91
*
Packages: add and expose get_config() function to get configs for other hosts
Chris St. Pierre
2013-03-25
2
-2
/
+11
*
Revert "Packages: expose full source list via Connector interface"
Chris St. Pierre
2013-03-25
1
-3
/
+1
*
Revert "Packages: properly implemented deepcopy() for PackagesSources objects"
Chris St. Pierre
2013-03-25
4
-59
/
+4
*
Packages: properly implemented deepcopy() for PackagesSources objects
Chris St. Pierre
2013-03-25
4
-4
/
+59
*
Packages: expose full source list via Connector interface
Chris St. Pierre
2013-03-25
1
-1
/
+3
*
XMLFileBacked: fixed XInclude
Chris St. Pierre
2013-03-22
1
-0
/
+1
*
doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classes
Chris St. Pierre
2013-03-22
1
-11
/
+104
*
Logger: set log handler names in a py <2.6 compatible way
Chris St. Pierre
2013-03-22
1
-3
/
+2
*
more debugging fixes
Chris St. Pierre
2013-03-21
1
-1
/
+1
*
fixed various debugging bits
Chris St. Pierre
2013-03-21
1
-1
/
+1
*
fixed unit tests
Chris St. Pierre
2013-03-21
2
-5
/
+3
*
Merge branch '1.3.2' into maint
Chris St. Pierre
2013-03-21
10
-98
/
+141
|
\
|
*
Debug improvements:
Chris St. Pierre
2013-03-19
3
-10
/
+70
|
*
Core: added more debug logging for core methods
Chris St. Pierre
2013-03-19
3
-1
/
+24
|
*
added PEP-8 style checks to test suite
Chris St. Pierre
2013-03-11
3
-4
/
+4
|
*
Metadata: fixed typo
Chris St. Pierre
2013-03-08
1
-1
/
+1
|
*
extended usage of Executor class, added client-side timeout options
Chris St. Pierre
2013-02-14
1
-12
/
+1
|
*
Metadata: process default client bootstrap mode properly
Chris St. Pierre
2013-02-14
1
-8
/
+7
|
*
Metadata: allowed setting global default authentication type
Chris St. Pierre
2013-02-14
1
-20
/
+12
|
*
moved common file locking code into Bcfg2.Utils
Chris St. Pierre
2013-02-14
1
-10
/
+2
|
*
abstracted similar digit range classes in POSIXUsers/GroupPatterns into Bcfg2...
Chris St. Pierre
2013-02-14
1
-22
/
+1
|
*
added support for wildcard XInclude in XMLFileBacked
Chris St. Pierre
2013-02-14
1
-11
/
+20
*
|
expose Inotify debugging via XML-RPC
Chris St. Pierre
2013-03-21
1
-0
/
+19
*
|
more consistent XML-RPC debug calls for FAM
Chris St. Pierre
2013-03-21
1
-4
/
+10
*
|
added XML-RPC RMI capabilities to FileMonitor objects
Chris St. Pierre
2013-03-21
2
-4
/
+18
*
|
Inotify: produce better error when watching non-existent directory or file in...
Chris St. Pierre
2013-03-20
1
-0
/
+4
*
|
fixed some pylint errors
Chris St. Pierre
2013-03-19
1
-1
/
+1
*
|
Admin/Init: Fix traceback due to missing import
Sol Jerome
2013-03-19
1
-0
/
+1
*
|
init: fixed creation of repo directory for real this time
Chris St. Pierre
2013-03-15
1
-11
/
+10
*
|
init: fixed creation of repo directory
Chris St. Pierre
2013-03-15
1
-2
/
+2
*
|
models: copy SERVER_PLUGINS option to avoid changing the real default, just t...
Chris St. Pierre
2013-03-15
1
-1
/
+2
*
|
bcfg2-admin init: create specification directory if it doesn't exist
Chris St. Pierre
2013-03-15
1
-0
/
+1
*
|
Add Yum groups to the Packages internal dependency resolver.
Sol Jerome
2013-03-15
2
-13
/
+80
|
\
\
|
*
|
YUM: Fixing long lines
Jason Kincl
2013-02-24
1
-2
/
+5
|
*
|
Packages: Adding Yum groups to Bcfg2's internal dependency resolver
Jason Kincl
2013-02-22
1
-13
/
+72
|
*
|
YUM: Adding functionality to YUM client tool to resolve YUM groups when serve...
Jason Kincl
2013-02-22
1
-0
/
+5
*
|
|
Admin: Fix __call__ method in bcfg2-admin init
Sol Jerome
2013-03-15
1
-3
/
+1
*
|
|
bcfg2-lint: allow uppercase in usernames
Chris St. Pierre
2013-03-08
1
-1
/
+1
*
|
|
POSIXCompat: only translate to old-style entries for older clients
Chris St. Pierre
2013-03-04
1
-0
/
+5
*
|
|
Core: properly handle Ctrl-C
Chris St. Pierre
2013-02-25
1
-4
/
+13
|
/
/
*
|
order in regex character classes matters
Chris St. Pierre
2013-02-22
1
-1
/
+1
*
|
bcfg2-lint: fixed username regex
Chris St. Pierre
2013-02-22
1
-1
/
+1
*
|
Packages: fixed overzealous deduplication of packages that removed essential ...
Chris St. Pierre
2013-02-22
1
-6
/
+8
*
|
Metadata: prevent overwriting of clients.xml with xinclude
Chris St. Pierre
2013-02-21
1
-1
/
+1
[next]