summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Update dictionary accesses to work with Python 3.0Sol Jerome2008-12-221-17/+17
* Fix search_client for bcfg2-admin client modeSol Jerome2008-10-101-4/+4
* bcfg -> bcfg2Sol Jerome2008-09-261-6/+6
* ClientMetadata add accessor methods for overall metadata (will make life easi...Narayan Desai2008-09-211-0/+20
* Add proper overall metadata informationNarayan Desai2008-09-191-2/+2
* Log category-based group membership suppression (Resolves Ticket #595)Narayan Desai2008-08-271-3/+10
* Fix traceback in get_probes (Resolves Ticket #597)Narayan Desai2008-08-271-1/+1
* Switch probes to use plugin name for result routing (Resolves Ticket #594)Narayan Desai2008-08-151-3/+4
* support for alternate metadata plugins in viz admin modeAndrew Brestick2008-08-011-0/+64
* added support for alternate metadata plugins in bcfg2-adminAndrew Brestick2008-07-311-1/+64
* add pretty printing to new metadata entriesNarayan Desai2008-07-281-2/+4
* Fix clients when secure='false' (Resolves Ticket #580)Narayan Desai2008-07-261-1/+1
* loosen up Probe name regex (allow for numbers in probe name)Sol Jerome2008-07-251-1/+1
* various fixes to bb pluginAndrew Brestick2008-07-161-6/+8
* added support for alternate metadata plugin (BB plugin)Andrew Brestick2008-07-151-3/+4
* Fix set_profile after xinclude fix (Fixes issue reported by SolJ)Narayan Desai2008-07-081-3/+5
* Fix encoding use for ProbeSetNarayan Desai2008-07-021-3/+4
* Unicode support (from stousignant) (Resolves Ticket #549)Narayan Desai2008-06-301-1/+1
* Fixup combination of XINclude and Alias fixesNarayan Desai2008-06-271-7/+5
* fix alias issues in metadata plugin and in bcfg2-admin client modeAndrew Brestick2008-06-261-1/+6
* Fix client assertion with XIncludes are in use (Resolves Ticket #568)Narayan Desai2008-06-241-1/+1
* Resolves clients.xml overwrite issue in #567, fixes configuration issues with...Andrew Brestick2008-06-231-1/+4
* Probe data loaded whenever Metadata plugin is usedAndrew Brestick2008-06-201-1/+2
* Resolves ticket #541 and fixes client adding/deletingAndrew Brestick2008-06-191-3/+16
* Change to typed plugin systemNarayan Desai2008-06-091-1/+2
* Reflect null probe responses in client metadataNarayan Desai2008-06-031-0/+4
* fix typos, #560Robert Gogolok2008-05-231-1/+1
* Fix specific probe handling. Now clients only get one (most-specific) instanc...Narayan Desai2008-05-221-2/+19
* Fix bcfg2-info failure if no repo has been created (Resolves Ticket #556)Narayan Desai2008-05-221-2/+5
* Save dynamic group data (for use in bcfg2-info) (Patch from zultron)Narayan Desai2008-04-251-1/+8
* auto-reformat server fingerprint if needed (Resolves Ticket #546)Narayan Desai2008-04-251-2/+2
* Fix probe sourceNarayan Desai2008-04-091-1/+1
* Implement probe-handling using EntrySet code (makes client- and group-specifi...Narayan Desai2008-04-081-22/+32
* Clean up stable probe data and dynamic groups properly (Reported by SolJ)Narayan Desai2008-03-221-7/+13
* bcfg2-query patch from SolJNarayan Desai2008-02-191-0/+5
* Pull internal option parsing out of CoreNarayan Desai2008-01-081-1/+1
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-311-3/+1
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-301-2/+4
* Remove all vestiges of server-side toolset, it hasn't been used since 0.8.5 (...Narayan Desai2007-12-281-31/+4
* Add Metadata.GetClientByGroup that returns a list of clients by group membershipNarayan Desai2007-12-281-1/+6
* Add overall view of metadata to ClientMetadata instancesNarayan Desai2007-12-281-3/+4
* Fix default profile group useNarayan Desai2007-11-121-1/+1
* Implement persistent probe data (so that templates can be debugged in bcfg2-i...Narayan Desai2007-08-261-0/+33
* Implement part 1 of (optional) probe result cachingNarayan Desai2007-07-311-4/+9
* Fix required uuid error messageNarayan Desai2007-07-161-1/+2
* Add server-side debug logging of client probe resultsDaniel Joseph Barnhart Clark2007-07-011-0/+2
* use xpath instead of lxml api (should relax the 1.2 requirement to 1.1)Narayan Desai2007-06-291-3/+2
* Fix explicit-interpreter probesNarayan Desai2007-06-271-1/+1
* Better canonicalization fixNarayan Desai2007-06-141-1/+2
* canonicalize mixed case client names upon lookup as wellNarayan Desai2007-06-141-1/+1