Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed more bcfg2-lint plugins for Cfg modularization | Chris St. Pierre | 2012-05-09 | 3 | -20/+26 |
| | |||||
* | fixed bcfg2-lint Deltas plugin | Chris St. Pierre | 2012-05-09 | 3 | -9/+9 |
| | |||||
* | modularized Cfg | Chris St. Pierre | 2012-05-08 | 11 | -307/+566 |
| | |||||
* | Options: Change default paranoid setting to 'true' | Sol Jerome | 2012-05-07 | 1 | -1/+1 |
| | | | | | | | This makes setting up paranoid mode easier while silencing bcfg2-lint errors. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | reports: Fix bcfg2-admin reports init | Sol Jerome | 2012-05-06 | 1 | -1/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | reports: Remove indexes for nonexistent tables | Sol Jerome | 2012-05-06 | 1 | -3/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | reports: Add fine-grained filter for 'bad' clients | Sol Jerome | 2012-05-06 | 4 | -39/+74 |
| | | | | | | | | This filter introduces percentages which should help administrators to quickly visually see where they should focus their time. The worse the percentage of bad/total entries, the darker the color of the client. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | reports: More pylint/pep8 fixes | Sol Jerome | 2012-05-06 | 1 | -3/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | reports: Pylint fixes | Sol Jerome | 2012-05-06 | 1 | -69/+71 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | reports: Remove unused import | Sol Jerome | 2012-05-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | PY3K: Get server code working again | Sol Jerome | 2012-05-05 | 5 | -13/+24 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | merged maint to master | Chris St. Pierre | 2012-05-04 | 1 | -0/+1 |
|\ | |||||
| * | better support for re-reading packages.conf (and SimpleConfigs in general) | Chris St. Pierre | 2012-05-04 | 3 | -15/+32 |
| | | |||||
| * | fixed repo name generation | Chris St. Pierre | 2012-05-04 | 1 | -2/+3 |
| | | |||||
| * | 5ea25b9... improved some error messages; only setup pulp connection if there ↵ | Chris St. Pierre | 2012-05-04 | 1 | -19/+20 |
| | | | | | | | | are pulp sources listed | ||||
| * | improved error reporting in a few places | Chris St. Pierre | 2012-05-04 | 3 | -7/+7 |
| | | |||||
| * | better error reporting | Chris St. Pierre | 2012-05-04 | 2 | -27/+38 |
| | | |||||
| * | fixed total think-o in ProxyError | Chris St. Pierre | 2012-05-04 | 1 | -1/+1 |
| | | |||||
| * | better error message from bcfg2-info on no matching generator | Chris St. Pierre | 2012-05-04 | 1 | -1/+2 |
| | | |||||
| * | fixed confusing error message | Chris St. Pierre | 2012-05-04 | 1 | -2/+2 |
| | | |||||
| * | 9cd1a68... cleaner handling of line-wrapping in bcfg2-lint | Chris St. Pierre | 2012-05-04 | 1 | -9/+7 |
| | | |||||
| * | made Deltas and Genshi lint plugins respect command-line filelist | Chris St. Pierre | 2012-05-04 | 2 | -7/+8 |
| | | |||||
| * | make bcfg2-lint warn about .cat and .diff files | Chris St. Pierre | 2012-05-04 | 2 | -2/+25 |
| | | |||||
| * | merged 0106905... added ability to pass options to nose, ignore tests, test ↵ | Chris St. Pierre | 2012-05-04 | 2 | -29/+87 |
| | | | | | | | | specific clients to bcfg2-test | ||||
| * | fixed mode of bcfg2-test | Chris St. Pierre | 2012-05-04 | 1 | -0/+0 |
| | | |||||
| * | made bcfg2-info work with newer IPython | Chris St. Pierre | 2012-05-04 | 1 | -2/+7 |
| | | |||||
* | | add essentialpkgs to all Source objects | Chris St. Pierre | 2012-05-04 | 2 | -1/+1 |
| | | |||||
* | | better support for re-reading packages.conf (and SimpleConfigs in general) | Chris St. Pierre | 2012-05-04 | 3 | -15/+32 |
| | | |||||
* | | fixed repo name generation | Chris St. Pierre | 2012-05-04 | 1 | -2/+3 |
| | | |||||
* | | fixed buildall wildcard stuff | Chris St. Pierre | 2012-05-04 | 1 | -5/+7 |
| | | |||||
* | | improved some error messages; only setup pulp connection if there are pulp ↵ | Chris St. Pierre | 2012-05-04 | 1 | -18/+19 |
| | | | | | | | | sources listed | ||||
* | | fixed bcfg2-lint --show-errors | Chris St. Pierre | 2012-05-03 | 14 | -29/+35 |
| | | |||||
* | | fixed total think-o in ProxyError | Chris St. Pierre | 2012-05-02 | 1 | -1/+1 |
| | | |||||
* | | Bcfg2.Options.list_split only strips whitespace around commas (this allows, ↵ | Chris St. Pierre | 2012-05-01 | 1 | -2/+5 |
| | | | | | | | | e.g., ignoring entries in bcfg2-test that have spaces in the filename) | ||||
* | | made bcfg2-info buildall accept list of clients; added buildallfile command | Chris St. Pierre | 2012-05-01 | 1 | -26/+111 |
| | | |||||
* | | better error message from bcfg2-info on no matching generator | Chris St. Pierre | 2012-05-01 | 1 | -1/+2 |
| | | |||||
* | | Include arch as one of the possible choices when user begins | Calvin Cheng | 2012-04-30 | 1 | -1/+3 |
| | | |||||
* | | DBStats: Add unpruned entry reporting (#659) | Sol Jerome | 2012-04-27 | 7 | -11/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Path type='directory' entries previously had no 'reason' associated with their 'dirty' state. This change adds a database field for unpruned entries which are present in a pruned directory and displays that list in the web reporting interface. There is also a change made to the POSIX client tool which forces it to display the extra entry list when running in interactive mode without debugging enabled. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | fixed confusing error message | Chris St. Pierre | 2012-04-23 | 1 | -2/+2 |
| | | |||||
* | | cleaner handling of line-wrapping in bcfg2-lint | Chris St. Pierre | 2012-04-23 | 1 | -10/+7 |
| | | |||||
* | | changed the way bcfg2-lint errors are loaded to make it easier to write and ↵ | Chris St. Pierre | 2012-04-20 | 13 | -59/+77 |
| | | | | | | | | use custom plugins | ||||
* | | made Deltas and Genshi lint plugins respect command-line filelist | Chris St. Pierre | 2012-04-20 | 2 | -7/+8 |
| | | |||||
* | | added TemplateHelper plugin for bcfg2-lint | Chris St. Pierre | 2012-04-20 | 2 | -1/+62 |
| | | |||||
* | | make bcfg2-lint warn about .cat and .diff files | Chris St. Pierre | 2012-04-20 | 2 | -2/+25 |
| | | |||||
* | | Merge branch 'maint' | Sol Jerome | 2012-04-19 | 4 | -38/+67 |
|\| | | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | bcfg2-info: Fix packagesources command | Sol Jerome | 2012-04-19 | 2 | -16/+23 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | Fixed launchd to correctly parse label from plist, and added a warning when ↵ | Luke Cyca | 2012-04-16 | 1 | -3/+4 |
| | | | | | | | | it can't be parsed. | ||||
| * | MacPorts now respects version="any" and logs version mismatches like other ↵ | Luke Cyca | 2012-04-16 | 1 | -1/+8 |
| | | | | | | | | plugins. | ||||
| * | Fixed MacPorts pkgtool tuple and cleaned up logger output | Luke Cyca | 2012-04-13 | 1 | -2/+2 |
| | | |||||
| * | launchd: Remove popen2 calls | Sol Jerome | 2012-03-27 | 1 | -18/+32 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |