84 | | * Paranoid mode: Add new options to bcfg2.conf man page |
85 | | * APT: add backwards compatibility for python-apt 0.6 |
86 | | * sync from bb |
87 | | * YUMng: fix removal traceback for gpg-pubkey packages (Resolves Ticket #693) |
88 | | * Statistics: fix destructive use of statistics data |
89 | | * working version of the updated Solaris packaging files. |
90 | | * Merged bcfg2-admin init fixes in from my branch. |
91 | | * bcfg2-info: implement more showclient command that displays connector data |
92 | | * Ohai: Implement Ohai plugin |
93 | | * Paranoid mode: Make paranoid mode more versatile/configurable |
94 | | * Fix FileBacked class to catch created files again |
95 | | * bcfg2-info: change profiling options to be more useful |
96 | | * Bundler-genshi: import genshi for error path |
97 | | * TCheetah: handle imports in a way that pylint likes |
98 | | * Packages: pylint fixes |
99 | | * GroupPatterns: short-circuit range matching |
100 | | * GroupPatterns: support activation of multiple groups from a single pattern |
101 | | * FileCaching: only process file updates on exists and changed events (should cut down on unneeded and expensive startup ops) |
102 | | * bcfg2-info: reduce size of startup event window |
103 | | * Fix initial event quiescing |
104 | | * SSHbase: fix skn caching (Fixes startup behavior (-40s on my repo)) |
105 | | * POSIX.py: Fix false error in InstallSymLink |
106 | | * GroupPatterns: implement NodeRange (node[[001-096,099]]) support |
107 | | * Packages: Reverse sorting order for sources, allowing sources to work similarly to apt-get config. (Resolves Ticket #691) |
108 | | * rpm/deb packaging: Remove remaining Cheetah dependencies |
109 | | * GroupPatterns plugin: initial implementation |
110 | | * SSHbase: add an error message for non-resolving clients |
111 | | * Metadata: fix query.all_groups to catch implicit groups in groups.xml |
112 | | * TCheetah: Remove RPM python-cheetah requirement |
113 | | * bcfg2-admin: Fix typo |
114 | | * bcfg2-admin init: fix traceback (reported by somekool on irc) |
115 | | * Improve error handling when key improperly specified on server (Reported by nicely) |
116 | | * redhat/bcfg2.spec.in: Add unpackaged files to redhat spec file (Reported by somekool) |
117 | | * Rework SSHbase alias/address support |
118 | | * Deps: fix tb due to change in metadata.groups type (Reported by teknix) |
119 | | * bcfg2-info: fix showclient traceback (Reported by teknix on irc) |
120 | | * Trigger: Add Trigger plugin |
121 | | * Packages: Smarten up Yum dep resolver |
122 | | * Init.py: Fix typo in intializeRepo |
123 | | * Added Bundle and Group for bcfg2-admin. |
124 | | * Made fixes to Metadata, Client, and Init, and added methods for bcfg2-admin group and bundle.x |
125 | | * bcfg2-admin viz: Implement support for arbitrary output types |
126 | | * Packages: Fix YumSource file map pruning |
127 | | * Plugin.py: Add configurable metadata settings to bcfg2.conf (ticket #680) |
128 | | * Options.py: Remove unused variable |
129 | | * Changed how bcfg2-admin init handles plugins and added update_client to metadata for changes in 5305 |
130 | | * Added additional list and update options to bcfg2-admin client |
131 | | * Metadata - Fix method reference |
132 | | * Packages: Fix file architecture tagging for YumSources (patch from slack) |
133 | | * Metadata: implement get_clients/get_groups interface |
134 | | * APT/Client: Suppress known warnings |
135 | | * update to new Connector API |
| 84 | |
| 85 | * bcfg2 admin |
| 86 | * Merged bcfg2-admin init fixes in from my branch. |
| 87 | * bcfg2-admin viz: Implement support for arbitrary output types |
| 88 | * Made fixes to Metadata, Client, and Init, and added methods for bcfg2-admin group and bundle.x |
| 89 | * Added Bundle and Group for bcfg2-admin. |
| 90 | * Changed how bcfg2-admin init handles plugins and added update_client to metadata for changes in [5305] |
| 91 | * Added additional list and update options to bcfg2-admin client |
| 92 | * Packages |
| 93 | * Packages: pylint fixes |
| 94 | * Packages: Smarten up Yum dep resolver |
| 95 | * Metadata |
| 96 | * Metadata: implement get_clients/get_groups interface |
| 97 | * Client |
| 98 | * APT: add backwards compatibility for python-apt 0.6 |
| 99 | * YUMng: fix removal traceback for gpg-pubkey packages (Resolves Ticket #693) |
| 100 | * APT/Client: Suppress known warnings |
| 101 | * SSHbase |
| 102 | * SSHbase: add an error message for non-resolving clients |
| 103 | * Rework SSHbase alias/address support |
| 104 | * Packaging |
| 105 | * rpm/deb packaging: Remove remaining Cheetah dependencies |
| 106 | * TCheetah: Remove RPM python-cheetah requirement |
| 107 | * redhat/bcfg2.spec.in: Add unpackaged files to redhat spec file (Reported by somekool) |
| 108 | * working version of the updated Solaris packaging files. |
| 109 | * New Plugins |
| 110 | * [wiki:Plugins/GroupPatterns GroupPatterns] |
| 111 | * [wiki:Plugins/GroupPatterns GroupPatterns]: short-circuit range matching |
| 112 | * [wiki:Plugins/GroupPatterns GroupPatterns]: support activation of multiple groups from a single pattern |
| 113 | * [wiki:Plugins/GroupPatterns GroupPatterns]: implement !NodeRange (node[[001-096,099]]) support |
| 114 | * [wiki:Plugins/GroupPatterns GroupPatterns]: initial implementation |
| 115 | * Ohai: Implement [wiki:Plugins/Ohai Ohai] plugin |
| 116 | * Trigger: Add [wiki:Plugins/Trigger Trigger] plugin |
| 117 | * bcfg2-info |
| 118 | * bcfg2-info: implement more showclient command that displays connector data |
| 119 | * bcfg2-info: change profiling options to be more useful |
| 120 | * bcfg2-info: reduce size of startup event window |
| 121 | * Paranoid Mode |
| 122 | * Paranoid mode: Add new options to bcfg2.conf man page |
| 123 | * Paranoid mode: Make paranoid mode more versatile/configurable |
| 124 | * Bugfixes |
| 125 | * Statistics: fix destructive use of statistics data |
| 126 | * bcfg2-info: fix showclient traceback (Reported by teknix on irc) |
| 127 | * SSHbase: fix skn caching (Fixes startup behavior (-40s on my repo)) |
| 128 | * Metadata: fix query.all_groups to catch implicit groups in groups.xml |
| 129 | * Metadata - Fix method reference |
| 130 | * Packages: Fix !YumSource file map pruning |
| 131 | * Packages: Fix file architecture tagging for !YumSources (patch from slack) |
| 132 | * bcfg2-admin: Fix typo |
| 133 | * bcfg2-admin init: fix traceback (reported by somekool on irc) |
| 134 | * Init.py: Fix typo in intializeRepo |
| 135 | * Fix !FileBacked class to catch created files again |
| 136 | * Fix initial event quiescing |
| 137 | * POSIX.py: Fix false error in !InstallSymLink |
| 138 | * Deps: fix tb due to change in metadata.groups type (Reported by teknix) |
| 139 | * Misc |
| 140 | * Options.py: Remove unused variable |
| 141 | * TCheetah: handle imports in a way that pylint likes |
| 142 | * sync from bb |
| 143 | * update to new Connector API |
| 144 | * Plugin.py: Add configurable metadata settings to bcfg2.conf (ticket #680) |
| 145 | * Bundler-genshi: import genshi for error path |
| 146 | * !FileCaching: only process file updates on exists and changed events (should cut down on unneeded and expensive startup ops) |
| 147 | * Packages: Reverse sorting order for sources, allowing sources to work similarly to apt-get config. (Resolves Ticket #691) |
| 148 | * Improve error handling when key improperly specified on server (Reported by nicely) |