server
/
bcfg2
1.1.0-stable
debian
main
maint
maint-1.2
master
packages-dummy
py3-server
py3k
spline
spline-bookworm
spline-old
upstream/master
yum-helper-bug
Custom fork of bcfg2 (configuration management)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
Server
/
Plugins
/
Metadata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Metadata: fix lxml api use to work with older versions
Narayan Desai
2009-11-05
1
-3
/
+7
*
Metadata: force pretty-printing of clients file (Resolves Ticket #644)
Narayan Desai
2009-10-24
1
-1
/
+5
*
Metadata: refuse to add dynamic group membership in explicitly private groups...
Narayan Desai
2009-10-24
1
-1
/
+8
*
Pylint/PEP 8 Code cleanups
Sol Jerome
2009-10-07
1
-10
/
+10
*
Metadata: fix query.all_groups to catch implicit groups in groups.xml
Narayan Desai
2009-07-14
1
-1
/
+3
*
bcfg2-admin init: fix traceback (reported by somekool on irc)
Narayan Desai
2009-07-13
1
-2
/
+3
*
Rework SSHbase alias/address support
Narayan Desai
2009-07-11
1
-22
/
+23
*
Made fixes to Metadata, Client, and Init, and added methods for bcfg2-admin g...
James Yang
2009-07-07
1
-22
/
+124
*
Changed how bcfg2-admin init handles plugins and added update_client to metad...
James Yang
2009-06-30
1
-0
/
+30
*
Metadata - Fix method reference
Narayan Desai
2009-06-30
1
-1
/
+1
*
Metadata: implement get_clients/get_groups interface
Narayan Desai
2009-06-29
1
-3
/
+8
*
SSHBase: Make SSHBase aware of aliases
Sol Jerome
2009-06-23
1
-3
/
+18
*
Metadata: Fix traceback from imd updates
Sol Jerome
2009-06-20
1
-2
/
+2
*
bcfg2-admin: Migrate query to new Metadata query interface
Sol Jerome
2009-06-20
1
-10
/
+0
*
Metadata: improve resolution performance
Narayan Desai
2009-06-19
1
-2
/
+0
*
Metadata: Implement query interface
Narayan Desai
2009-06-19
1
-37
/
+38
*
Implement zultron's inter-client metadata stuff
Narayan Desai
2009-06-18
1
-3
/
+7
*
Log auth changes for bootstrap mode
Narayan Desai
2009-05-20
1
-0
/
+1
*
Implement cert bootstrap mode for SSL auth
Narayan Desai
2009-05-20
1
-2
/
+13
*
SSL: Implement certificate verification
Narayan Desai
2009-05-06
1
-2
/
+30
*
Get basic auth working again with new ssl framework
Narayan Desai
2009-05-06
1
-2
/
+5
*
Remove unused imports for pylint
Sol Jerome
2009-04-17
1
-1
/
+5
*
Metadata: fix default group assertion
Narayan Desai
2009-04-06
1
-0
/
+1
*
revert last patch
Narayan Desai
2009-02-02
1
-4
/
+2
*
Add client aliases to metadata instances
Narayan Desai
2009-02-02
1
-2
/
+4
*
Split out connector interface to allow for additional data generation based o...
Narayan Desai
2009-02-02
1
-2
/
+4
*
Finish up Connector API (connector data is now available from metadata.Probes...
Narayan Desai
2009-01-10
1
-2
/
+4
*
Rework bcfg2-info/showclient to use new metadata interface
Narayan Desai
2009-01-10
1
-4
/
+7
*
This patch is stage 1 of the plugin capabilities rework
Narayan Desai
2009-01-05
1
-4
/
+4
*
Implement metadata connector functionality
Narayan Desai
2008-12-24
1
-138
/
+22
*
Update dictionary accesses to work with Python 3.0
Sol Jerome
2008-12-22
1
-17
/
+17
*
Fix search_client for bcfg2-admin client mode
Sol Jerome
2008-10-10
1
-4
/
+4
*
bcfg -> bcfg2
Sol Jerome
2008-09-26
1
-6
/
+6
*
ClientMetadata add accessor methods for overall metadata (will make life easi...
Narayan Desai
2008-09-21
1
-0
/
+20
*
Add proper overall metadata information
Narayan Desai
2008-09-19
1
-2
/
+2
*
Log category-based group membership suppression (Resolves Ticket #595)
Narayan Desai
2008-08-27
1
-3
/
+10
*
Fix traceback in get_probes (Resolves Ticket #597)
Narayan Desai
2008-08-27
1
-1
/
+1
*
Switch probes to use plugin name for result routing (Resolves Ticket #594)
Narayan Desai
2008-08-15
1
-3
/
+4
*
support for alternate metadata plugins in viz admin mode
Andrew Brestick
2008-08-01
1
-0
/
+64
*
added support for alternate metadata plugins in bcfg2-admin
Andrew Brestick
2008-07-31
1
-1
/
+64
*
add pretty printing to new metadata entries
Narayan Desai
2008-07-28
1
-2
/
+4
*
Fix clients when secure='false' (Resolves Ticket #580)
Narayan Desai
2008-07-26
1
-1
/
+1
*
loosen up Probe name regex (allow for numbers in probe name)
Sol Jerome
2008-07-25
1
-1
/
+1
*
various fixes to bb plugin
Andrew Brestick
2008-07-16
1
-6
/
+8
*
added support for alternate metadata plugin (BB plugin)
Andrew Brestick
2008-07-15
1
-3
/
+4
*
Fix set_profile after xinclude fix (Fixes issue reported by SolJ)
Narayan Desai
2008-07-08
1
-3
/
+5
*
Fix encoding use for ProbeSet
Narayan Desai
2008-07-02
1
-3
/
+4
*
Unicode support (from stousignant) (Resolves Ticket #549)
Narayan Desai
2008-06-30
1
-1
/
+1
*
Fixup combination of XINclude and Alias fixes
Narayan Desai
2008-06-27
1
-7
/
+5
*
fix alias issues in metadata plugin and in bcfg2-admin client mode
Andrew Brestick
2008-06-26
1
-1
/
+6
[next]