summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-2752-52/+55
|
* POSIX: fixed setting handled entriesChris St. Pierre2012-08-271-2/+7
|
* SSLCA: removed redundant verify_certs optionChris St. Pierre2012-08-271-1/+2
|
* SSLCA: added root_ca option to verify certs against either intermediate or ↵Chris St. Pierre2012-08-271-5/+13
| | | | root CA
* fixed import/usage of MetadataConsistencyErrorChris St. Pierre2012-08-273-6/+5
|
* Packages: added support for generating Apt sources.listChris St. Pierre2012-08-271-0/+15
|
* Packages: made url_map consistent across all source typesChris St. Pierre2012-08-275-77/+64
|
* fixed handling of SEModules with multiple specific modulesChris St. Pierre2012-08-241-2/+2
|
* TemplateHelper: removed support for host- and group-specific helpersChris St. Pierre2012-08-241-48/+31
| | | | | | | | | | Supporting these was basically impossible due to the way Python handles bytecode compilation. For instance, 'foo.py.G10_bar' would be compiled to foo.py.G10_barc, which is then indistinguishable from a helper for the group "barc" (or, rather, a _broken_ helper for that group, since a bytecode-compiled module cannot be imported successfully). There's no performance gain from specific helpers anyway -- they all get imported -- so I removed this functionality.
* DirectoryBacked: add class attribute to ignore certain patternsChris St. Pierre2012-08-241-0/+5
|
* DirectoryBacked/XMLDirectoryBacked: honor "patterns" class attributeChris St. Pierre2012-08-241-2/+5
|
* fix duplicate repo name infinite loopChris St. Pierre2012-08-231-1/+1
|
* bcfg2-info: fixed Collection.sourcelist arch filterChris St. Pierre2012-08-231-0/+2
|
* bcfg2-info: packagessources/packageresolve fail gracefully if Packages ↵Chris St. Pierre2012-08-231-0/+6
| | | | plugin not enabled
* SchemaUpdater: fix sorting of updatersTim Laszlo2012-08-231-1/+2
| | | | | The updaters were not getting sorted when a new database was created this caused the wronger version to be set on a new database
* Init: comment out database setting by defaultTim Laszlo2012-08-231-6/+6
|
* Templatehelper: fixed inclusion of group- and host-specific helpersChris St. Pierre2012-08-231-1/+1
|
* finally a relative import fix that works on py2.4 thru 3.2Chris St. Pierre2012-08-238-8/+40
|
* removed relative imports from POSIX toolsChris St. Pierre2012-08-238-8/+8
|
* removed or fixed functools importsChris St. Pierre2012-08-234-16/+5
|
* SchemaUpdater: _walk_packages incorrectly used __path__Tim Laszlo2012-08-221-2/+2
|
* Metadata: provide all() for py2.4 compatChris St. Pierre2012-08-221-0/+13
|
* fixed handling of regex filename patterns in GroupSpool/EntrySetChris St. Pierre2012-08-226-9/+17
|
* do not require a priority attribute on InfoXML files at allChris St. Pierre2012-08-223-7/+7
|
* fixed determination of repo name from source component nameChris St. Pierre2012-08-221-3/+2
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-2213-25/+29
|
* fixed encoding of Cfg files with unicode contentsChris St. Pierre2012-08-222-3/+3
|
* merged cheetah encoding fixes from maintChris St. Pierre2012-08-222-3/+5
|
* Cfg: Fix traceback for unicode templatesSol Jerome2012-08-221-0/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed xml stringification in core, bcfg2Chris St. Pierre2012-08-212-4/+6
|
* removed context managers from unit testsChris St. Pierre2012-08-211-1/+1
|
* lots of various py3k fixesChris St. Pierre2012-08-2129-113/+104
|
* div tag ended in the wrong blockTim Laszlo2012-08-211-1/+1
|
* fixed broken XML-RPC retries, made delay configurableChris St. Pierre2012-08-203-37/+56
|
* Proxy: made SSLHTTPConnection object py3k-compatibleChris St. Pierre2012-08-201-13/+17
|
* Metadata: reduced verbosity of category suppressionChris St. Pierre2012-08-201-1/+8
|
* py3k unicode fixesChris St. Pierre2012-08-202-4/+6
|
* py3k xml fixesChris St. Pierre2012-08-203-8/+7
|
* added CmpMixin to provide __cmp__ functionality to py3kChris St. Pierre2012-08-203-3/+29
|
* fixed Bcfg2.settings if django not availableChris St. Pierre2012-08-201-1/+1
|
* fixed syntax errorChris St. Pierre2012-08-201-1/+1
|
* do not prompt to install entries that are not handled by any tool (#1051)Chris St. Pierre2012-08-201-36/+39
|
* removed debugging junkChris St. Pierre2012-08-201-3/+0
|
* ensure that ACL entries can be parsed without error even without pylibaclChris St. Pierre2012-08-201-1/+1
|
* removed excess newlines from interactive prompt diffsChris St. Pierre2012-08-201-1/+1
|
* removing Cfg-specific behavior from EntrySetChris St. Pierre2012-08-201-1/+1
|
* fixed diffs of unicode filesChris St. Pierre2012-08-201-3/+3
|
* fixed EntrySet.best_matching()Chris St. Pierre2012-08-202-15/+15
|
* added --version argument to everything that uses Bcfg2.Options (#1044)Chris St. Pierre2012-08-201-1/+23
|
* Bundler: Add logger for BundleTemplateFileSol Jerome2012-08-181-5/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>