summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-1039-10009/+3558
|
* StructFile: get text from matching elements in XMLMatchChris St. Pierre2012-12-101-0/+5
|
* Fixing Ohai documentation URL.s19n2012-12-101-2/+2
|
* doc: Add version notes for new featuresSol Jerome2012-12-052-0/+26
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: fixed typos in Svn docsChris St. Pierre2012-12-051-4/+3
|
* doc: Fix typoSol Jerome2012-12-051-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Svn: fixed conflict resolution callback, log levelChris St. Pierre2012-12-051-3/+3
|
* fixed line length in Cfg docsChris St. Pierre2012-12-041-21/+19
|
* schemas: fixed overzealous removal of CertTypeChris St. Pierre2012-12-041-0/+14
|
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-0415-197/+442
|
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-042-51/+55
|
* Merge pull request #54 from kincl/jasons-hackingChris St. Pierre2012-12-042-2/+62
|\ | | | | Adding a default conflict resolver of theirs-full to Svn Plugin
| * Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-12-0435-504/+1647
| |\ | |/ |/|
* | fixed conversion to octal in py3kChris St. Pierre2012-12-045-10/+34
| |
* | doc: Fix indentation errorsSol Jerome2012-12-031-5/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix broken linkSol Jerome2012-12-031-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | fixed SELinux tool/plugin testsChris St. Pierre2012-12-032-17/+16
| |
* | fixed test that was "broken" when assertXMLEqual was fixedChris St. Pierre2012-12-031-4/+4
| |
* | SSLCA improvements:Chris St. Pierre2012-12-034-263/+319
| | | | | | | | | | | | Added support for Group/Client tags in cert.xml/key.xml Added support for explicit subjectAltNames in cert.xml Reorganized code to make generally more like other GroupSpool plugins
* | Merge branch 'master' of github.com:Bcfg2/bcfg2Tim Laszlo2012-12-0320-195/+1216
|\ \
| * | testsuite: fixed assertXMLEqual comparison of XML attribute valuesChris St. Pierre2012-12-032-6/+7
| | |
| * | added builtin support for creating users and groupsChris St. Pierre2012-12-0313-47/+1099
| | |
| * | doc: fixed in-depth genshi debugging instructionsChris St. Pierre2012-12-031-15/+15
| | |
| * | POSIX: Fixed handling of empty files that don't exist on client in ↵Chris St. Pierre2012-12-031-0/+4
| | | | | | | | | | | | interactive mode
| * | SELinux: Split up selinux entriesSol Jerome2012-12-034-127/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit splits up the all-in-one SELinux tag into various entries (formerly done using a type attribute). This helps prevent ambiguation when entries of different SELinux types have the same name. Note that there is still some ambiguation for File Context entries since there can be duplicates involved. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: Fix broken target nameSol Jerome2012-11-291-2/+2
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Reporting: fix missing clients in grid viewTim Laszlo2012-12-031-1/+1
|/ /
* | Move group filter for detailed list. fixes css sizingTim Laszlo2012-11-291-1/+1
| |
* | Cfg: Fixed bugs in Genshi error handling:Chris St. Pierre2012-11-291-11/+54
| | | | | | | | | | * Find the correct frame of the stack trace if the exception is raised by something outside the template * Determine if the version of Genshi in use strips all blank lines or not to correctly locate the line of the error
* | prettier stringification for Bcfg2VersionInfo objectsChris St. Pierre2012-11-291-2/+2
| |
| * Added documentationJason Kincl2012-12-031-1/+9
| | | | | | | | * added doc link for where information about svn resolution actions can be found
| * Future-proofed conflict option selectionJason Kincl2012-12-031-13/+9
| | | | | | | | * moved from a map table to a getattr() lookup
| * fixing logic so try..except works correctly, bugsJason Kincl2012-11-282-9/+4
| |
| * adding doc, changing variable namesJason Kincl2012-11-272-3/+30
| |
| * fixing syntaxJason Kincl2012-11-271-1/+1
| |
| * log actions betterJason Kincl2012-11-271-0/+3
| |
| * fixing line lengthsJason Kincl2012-11-271-1/+2
| |
| * fixing bugsJason Kincl2012-11-271-5/+6
| |
| * adding svn_resolution to global namespaceJason Kincl2012-11-271-2/+2
| |
| * adding svn merge resolution mapJason Kincl2012-11-271-3/+27
| |
| * Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-11-2731-257/+480
| |\ | |/ |/|
* | catch pulp errors when creating/binding consumersChris St. Pierre2012-11-271-10/+25
| |
* | made Reporting plugin and transports debuggable, respond to ↵Chris St. Pierre2012-11-274-24/+46
| | | | | | | | set_debug/toggle_debug RMI
* | Threaded plugin fixes:Chris St. Pierre2012-11-275-11/+55
| | | | | | | | | | | | | | * Added "Threaded" plugin interface for any plugin that uses threads * Start plugin threads after daemonization * Update existing plugins that use threads (Reporting, Snapshots, ThreadedStatistics interface) * Update unit tests
* | gave ProbeSet a pretty stringification for debug outputChris St. Pierre2012-11-271-0/+3
| |
* | produce debug logs about how logging is configuredChris St. Pierre2012-11-271-4/+9
| |
* | fixed bcfg2-info buildbundle to use code from Bundler pluginChris St. Pierre2012-11-271-27/+17
| |
* | disambiguate yum transaction errorsChris St. Pierre2012-11-271-4/+4
| |
* | doc: Add links to source codeSol Jerome2012-11-271-0/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | fixed core syncdb in non-daemon contexts (e.g., bcfg2-info)Chris St. Pierre2012-11-261-6/+7
| |