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
/
Options
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bcfg2/Options/Parser: fix --version option, add test
Alexander Sulfrian
2014-11-25
1
-2
/
+9
*
Merge pull request #233 from AlexanderS/fix-list-options
Chris St. Pierre
2014-11-11
1
-0
/
+4
|
\
|
*
Options/Types: add abbility to set empty lists
Alexander Sulfrian
2014-10-31
1
-0
/
+4
*
|
Options: Fixed non-path database name parsing
Chris St. Pierre
2014-11-10
1
-22
/
+41
*
|
Options: gather as much data from config file first
Chris St. Pierre
2014-11-10
1
-2
/
+10
*
|
Options: fix path canonicalization and file-like objects
Chris St. Pierre
2014-11-10
1
-8
/
+3
*
|
Options: ensure <repository> macros are always fixed up
Chris St. Pierre
2014-11-10
2
-40
/
+96
*
|
testsuite: better debug capturing for options tests
Chris St. Pierre
2014-11-10
1
-2
/
+6
*
|
fixed some places where plugin loading should fail silently
Chris St. Pierre
2014-11-10
1
-2
/
+6
*
|
testsuite: skip nested exclusive option group test on py2.6
Chris St. Pierre
2014-11-10
1
-2
/
+2
*
|
testsuite: Added unit tests for new option parsing
Chris St. Pierre
2014-11-10
6
-167
/
+291
|
/
*
Options: change default communication protocol to xmlrpc/tlsv1
Alexander Sulfrian
2014-10-15
1
-1
/
+1
*
Options: add missing communication:protocol options
Alexander Sulfrian
2014-10-15
1
-0
/
+6
*
Options/Common: remove defaults for ssl-key/ssl-cert on the Client
Alexander Sulfrian
2014-10-14
1
-10
/
+0
*
Options: Fix default "Log to syslog" value
Sol Jerome
2014-07-31
1
-1
/
+1
*
Use setdefault instead of a conditional
Michael Fenn
2014-07-15
1
-3
/
+1
*
Correctly handle config-file-only BooleanOptions which default to True
Michael Fenn
2014-07-14
1
-4
/
+25
*
Merge branch 'master-test-fixes' of https://github.com/fennm/bcfg2
Sol Jerome
2014-04-14
1
-1
/
+0
|
\
|
*
pep8 fixes
Michael Fenn
2014-04-09
1
-1
/
+0
*
|
don't trigger full reparse on adding config file
Michael Fenn
2014-04-14
1
-1
/
+1
*
|
Add BCFG2_CONFIG_FILE environment variable (regression from 1.3)
Michael Fenn
2014-04-07
1
-0
/
+2
|
/
*
Options: call _set_defaults_from_config before _parse_config_options
Michael Fenn
2014-03-19
1
-0
/
+18
*
Options: rename _set_defaults to _set_defaults_from_config
Michael Fenn
2014-03-19
1
-3
/
+3
*
Options: set config file options only for the running parser
Chris St. Pierre
2014-03-14
1
-5
/
+4
*
Options: finalize ConfigFileActions
Chris St. Pierre
2014-03-05
1
-15
/
+27
*
Options: Finalize actual value, not default value
Chris St. Pierre
2014-03-05
3
-17
/
+21
*
Options: set options debugging with environment variable
Chris St. Pierre
2014-03-05
2
-4
/
+48
*
Options: fail_silently really fails silently when loading components
Chris St. Pierre
2014-03-05
1
-1
/
+1
*
Merge branch 'maint'
Chris St. Pierre
2013-12-09
1
-0
/
+9
*
Options: Finalize once
Michael Fenn
2013-12-07
1
-1
/
+1
*
Options: parse config options before setting defaults
Chris St. Pierre
2013-11-12
1
-0
/
+1
*
Options: made unit test flag public
Chris St. Pierre
2013-11-12
1
-3
/
+3
*
Options: added workaround for unit tests that use the parser
Chris St. Pierre
2013-11-12
1
-13
/
+12
*
Options: Don't reparse initial config file
Chris St. Pierre
2013-10-31
1
-3
/
+5
*
DB: fixed how Django settings are loaded
Chris St. Pierre
2013-10-30
1
-8
/
+33
*
Options: parse arg list passed in, not sys.argv
Chris St. Pierre
2013-09-03
1
-1
/
+1
*
Options: fixed error message when bcfg2.conf is not readable
Chris St. Pierre
2013-08-16
1
-2
/
+1
*
testsuite: exempt wildcard imports in Bcfg2.Options from pylint
Chris St. Pierre
2013-08-12
1
-1
/
+1
*
Options: Replace relative imports with absolute
Chris St. Pierre
2013-08-12
7
-23
/
+19
*
testsuite: fixed more unit tests
Chris St. Pierre
2013-08-12
1
-1
/
+3
*
testsuite: fixed unit tests
Chris St. Pierre
2013-08-12
1
-3
/
+3
*
testsuite: fixed more unit tests
Chris St. Pierre
2013-08-12
3
-19
/
+18
*
testsuite: fixed most pylint complaints
Chris St. Pierre
2013-08-09
6
-17
/
+30
*
Options: reparse all arguments on each pass
Chris St. Pierre
2013-08-09
1
-7
/
+3
*
Options: Fixed prefix in WildcardSectionGroups
Chris St. Pierre
2013-08-09
1
-1
/
+1
*
Options: fix parsing of ComponentActions and other finalizable actions
Chris St. Pierre
2013-08-09
3
-9
/
+8
*
Merge branch 'options-rewrite'
Chris St. Pierre
2013-08-08
2
-1
/
+23
*
Options: wrote completely new option parser
Chris St. Pierre
2013-06-27
8
-0
/
+1429