summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-2610-46/+22
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-2618-69/+62
|
* Metadata: fixed setting default group when appropriateChris St. Pierre2013-03-261-32/+36
|
* Metadata: apply default group consistently on first and subsequent client runsChris St. Pierre2013-03-261-0/+5
|
* bcfg2-lint: only check clients.xml things if clients.xml is in useChris St. Pierre2013-03-261-0/+9
|
* bcfg2-lint: added check to ensure that default group is a profile groupChris St. Pierre2013-03-261-1/+13
|
* Metadata: better stringification of ClientMetadata objects for debuggingChris St. Pierre2013-03-261-0/+5
|
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-2510-90/+35
| | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages.
* Packages: add and expose get_config() function to get configs for other hostsChris St. Pierre2013-03-252-2/+11
|
* Revert "Packages: expose full source list via Connector interface"Chris St. Pierre2013-03-251-3/+1
| | | | This reverts commit fe7a3e9c7a7d66cccbd825465cefcf88165a0c3a.
* Revert "Packages: properly implemented deepcopy() for PackagesSources objects"Chris St. Pierre2013-03-253-26/+4
| | | | This reverts commit 432f448983ff27452d82d62314d91c942f31bce5.
* Packages: properly implemented deepcopy() for PackagesSources objectsChris St. Pierre2013-03-253-4/+26
|
* Packages: expose full source list via Connector interfaceChris St. Pierre2013-03-251-1/+3
|
* doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classesChris St. Pierre2013-03-221-11/+104
|
* fixed unit testsChris St. Pierre2013-03-211-4/+3
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-215-65/+29
|\ | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py
| * Debug improvements:Chris St. Pierre2013-03-191-1/+4
| | | | | | | | | | | | * Added (set|toggle)_core_debug RMI methods to set debugging in the core * Enable plugin debugging when run with -d * Allow enabling debugging on Reporting plugin before threads have started
| * added PEP-8 style checks to test suiteChris St. Pierre2013-03-112-4/+3
| |
| * Metadata: fixed typoChris St. Pierre2013-03-081-1/+1
| |
| * Metadata: process default client bootstrap mode properlyChris St. Pierre2013-02-141-8/+7
| |
| * Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-141-20/+12
| |
| * moved common file locking code into Bcfg2.UtilsChris St. Pierre2013-02-141-10/+2
| |
| * abstracted similar digit range classes in POSIXUsers/GroupPatterns into ↵Chris St. Pierre2013-02-141-22/+1
| | | | | | | | Bcfg2.Utils
* | Add Yum groups to the Packages internal dependency resolver.Sol Jerome2013-03-152-13/+80
|\ \
| * | YUM: Fixing long linesJason Kincl2013-02-241-2/+5
| | |
| * | Packages: Adding Yum groups to Bcfg2's internal dependency resolverJason Kincl2013-02-221-13/+72
| | |
| * | YUM: Adding functionality to YUM client tool to resolve YUM groups when ↵Jason Kincl2013-02-221-0/+5
| | | | | | | | | | | | server-side resolver is off
* | | POSIXCompat: only translate to old-style entries for older clientsChris St. Pierre2013-03-041-0/+5
|/ /
* | Packages: fixed overzealous deduplication of packages that removed essential ↵Chris St. Pierre2013-02-221-6/+8
| | | | | | | | and group packages
* | Metadata: prevent overwriting of clients.xml with xincludeChris St. Pierre2013-02-211-1/+1
| |
* | better error message when rendering a template that failed to parseChris St. Pierre2013-02-211-0/+4
|/
* bcfg2-lint: Fixed erroneous detection of multiple default groups (#1142)Chris St. Pierre2013-02-141-1/+1
|
* better Genshi syntax lint checkerChris St. Pierre2013-02-141-2/+1
|
* fixed checking Genshi templates for comments (#1141)Chris St. Pierre2013-02-141-0/+1
|
* fixed unit testsChris St. Pierre2013-02-131-7/+4
|
* Defaults: change to GoalValidator to apply defaults after structures are ↵Chris St. Pierre2013-02-131-19/+10
| | | | bound (#1136)
* Cfg: better error handling from verifiers, :testChris St. Pierre2013-02-082-7/+14
|
* Packages: fixed several bugs that could cause duplicate Package entriesChris St. Pierre2013-02-062-14/+18
|
* SSLCA: fixed appending chain certsChris St. Pierre2013-01-291-1/+1
|
* TemplateHelper: import helper modules with munged names to avoid collisionsChris St. Pierre2013-01-291-2/+16
|
* Decisions: fix thinkoChris St. Pierre2013-01-251-1/+1
|
* Git: fixed overly verbose error reportingChris St. Pierre2013-01-241-18/+12
|
* Git: fetch refs before checking out a ref on Git.UpdateChris St. Pierre2013-01-241-0/+7
|
* Git: log output of GitPython commandsChris St. Pierre2013-01-241-3/+8
|
* Packages: removed unnecessary nested functionsChris St. Pierre2013-01-231-42/+41
|
* Packages: only convert package entry to tuple if yum libraries are usedChris St. Pierre2013-01-231-0/+6
|
* Packages: fixed bug with display of package entries that have been converted ↵Chris St. Pierre2013-01-231-3/+3
| | | | to tuples
* fixed syntax errors for py < 2.5Chris St. Pierre2013-01-181-1/+2
|
* Properties: fixed lax/strict decryption setting with no crypto libs installedChris St. Pierre2013-01-181-21/+19
|
* GroupPatterns: improved PackedDigitRange and testsChris St. Pierre2013-01-181-4/+3
|