summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Metadata.py
Commit message (Collapse)AuthorAgeFilesLines
* Metadata: fixed long lineChris St. Pierre2013-07-091-2/+2
|
* Core: Gracefully handle failure to add client without default groupChris St. Pierre2013-07-091-5/+4
|
* Metadata: fixed docstring typoChris St. Pierre2013-07-031-1/+1
|
* Metadata: Make pylint happySol Jerome2013-06-271-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Plugins/Metadata: fix resolution for ipv4-in-ipv6 addresses like ↵Alexander Sulfrian2013-06-271-1/+1
| | | | ::ffff:127.0.0.1
* do not create data directories for plugins that don't need themChris St. Pierre2013-06-131-0/+2
|
* added multiprocessing server coreChris St. Pierre2013-05-201-0/+6
|
* doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-31/+45
|
* fixed pylint testChris St. Pierre2013-05-011-1/+2
|
* Metadata: don't require all profile groups to be public when using metadata dbChris St. Pierre2013-05-011-3/+4
|
* Metadata: create clients when version is declared (if necessary)Chris St. Pierre2013-03-271-20/+14
|
* testsuite: more text fixesChris St. Pierre2013-03-261-0/+1
|
* testsuite: fixed more unit test stuffChris St. Pierre2013-03-261-1/+1
|
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-0/+1
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-6/+6
|
* 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-251-1/+3
| | | | | | | | | * 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.
* doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classesChris St. Pierre2013-03-221-11/+104
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-38/+21
|\ | | | | | | | | | | | | | | | | 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
| * 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
| |
* | Metadata: prevent overwriting of clients.xml with xincludeChris St. Pierre2013-02-211-1/+1
|/
* bcfg2-lint: Fixed erroneous detection of multiple default groups (#1142)Chris St. Pierre2013-02-141-1/+1
|
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-101-7/+5
|
* Metadata: improved error message from address resolution failure during ↵Chris St. Pierre2012-11-081-3/+4
| | | | client authn
* Fixed inversion of category-group pairs from Connector plugins inChris St. Pierre2012-11-011-2/+2
| | | | ClientMetadata.categories
* added database locking to MetadataChris St. Pierre2012-10-291-5/+11
|
* Metadata: only write to the database when a change occursTim Laszlo2012-10-261-5/+9
|
* fixed Metadata unit testsChris St. Pierre2012-10-261-2/+5
|
* set profile group from Connector groups if not set initially; set from ↵Chris St. Pierre2012-10-261-0/+11
| | | | default group if not set by Connectors
* better error handling when adding a clientChris St. Pierre2012-10-261-4/+13
|
* only permit one thread to write to clients.xml (or clients.xml.new) at a timeChris St. Pierre2012-10-261-8/+27
|
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-171-2/+6
|
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-151-1/+1
|
* bcfg2-lint: rolled Duplicates plugin into MetadataLintChris St. Pierre2012-10-151-12/+44
|
* bcfg2-lint: check for duplicate groups defined in MetadataChris St. Pierre2012-10-091-1/+22
|
* Metadata: added warnings about bogus profile groupsChris St. Pierre2012-10-041-5/+34
|
* expanded pylint coverageChris St. Pierre2012-09-251-119/+201
|
* fixed tests for pylint changesChris St. Pierre2012-09-251-13/+13
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-39/+47
|
* added server-side client metadata object cachingChris St. Pierre2012-09-051-4/+13
|
* Metadata: fixed category suppression, warnings about category suppressionChris St. Pierre2012-09-041-23/+25
|
* Metadata: only write client version to clients.xml/database if it has changedChris St. Pierre2012-08-301-6/+6
|
* Metadata: Fix byte string comparison in py3kSol Jerome2012-08-301-0/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>