Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed return values from no-op methods in bcfg2_local.py | Chris St. Pierre | 2012-12-20 | 1 | -2/+2 |
| | |||||
* | added builtin support for creating users and groups | Chris St. Pierre | 2012-12-03 | 2 | -0/+77 |
| | |||||
* | added generate-manpages.bash to tools README | Chris St. Pierre | 2012-11-08 | 1 | -0/+3 |
| | |||||
* | man: Migrate generate-manpages.bash to sphinx | Sol Jerome | 2012-11-07 | 12 | -1609/+11 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export.py: Add bcfg2-selinux spec file for changelog | Sol Jerome | 2012-10-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export.py: Fix BuildRoot for prereleases | Sol Jerome | 2012-10-30 | 1 | -0/+10 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export.py: Add bcfg2-selinux spec file updates | Sol Jerome | 2012-10-30 | 1 | -6/+33 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed names of bcfg2-lint comment types | Chris St. Pierre | 2012-10-30 | 1 | -5/+5 |
| | |||||
* | added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵ | Chris St. Pierre | 2012-10-30 | 1 | -0/+6 |
| | | | | directory than the repo root | ||||
* | Reporting: Allow interactions without a profile | Tim Laszlo | 2012-10-29 | 1 | -6/+0 |
| | |||||
* | tools: Add migrate_perms_to_mode tool | Sol Jerome | 2012-10-26 | 2 | -0/+72 |
| | | | | | | | Helps users to migrate their repositories from the perms attribute to mode. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | migrate_info: Remove trailing whitespace | Sol Jerome | 2012-10-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Default to a url friendly group name | Tim Laszlo | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | add a higher timeout for caching certain objects | Tim Laszlo | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Revert "migrate_db: skip db lookup since all should be known" | Tim Laszlo | 2012-10-17 | 1 | -5/+5 |
| | | | | | | | | | This caused data duplication on migration. This reverts commit 9707ee8e4c495133f329000d3e5b89d8b84e5998. Conflicts: src/lib/Bcfg2/Reporting/models.py | ||||
* | added bcfg2_local.py, a tool to run bcfg2 against a local specification | Chris St. Pierre | 2012-10-17 | 2 | -0/+81 |
| | |||||
* | Remove perms use in migrate_dbstats.py | Tim Laszlo | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Options: Update mdata option to use 'mode' | Sol Jerome | 2012-10-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Lint: Migrate Lint to 'mode' attribute | Sol Jerome | 2012-10-15 | 2 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | migrate_db: skip db lookup since all should be known | Tim Laszlo | 2012-10-15 | 1 | -5/+5 |
| | |||||
* | migrate_db: add timing for imports | Tim Laszlo | 2012-10-15 | 1 | -1/+8 |
| | |||||
* | migrate_db: set the current interaction after import | Tim Laszlo | 2012-10-15 | 1 | -0/+8 |
| | |||||
* | migrate: create FilePerms objects early | Tim Laszlo | 2012-10-12 | 1 | -17/+38 |
| | |||||
* | Remove unnecessary transaction.commit_manually | Tim Laszlo | 2012-10-12 | 1 | -1/+0 |
| | |||||
* | migration: fetch metadata in the main query | Tim Laszlo | 2012-10-12 | 1 | -3/+3 |
| | |||||
* | migrate: switch to BatchFetch and bypass save() override | Tim Laszlo | 2012-10-11 | 1 | -2/+4 |
| | |||||
* | added migrate_dbstats.py to 1.3 upgrade tools README | Chris St. Pierre | 2012-10-09 | 1 | -0/+3 |
| | |||||
* | made migrate_dbstats.py executable | Chris St. Pierre | 2012-10-09 | 1 | -0/+2 |
| | |||||
* | add unknown group to groups | Tim Laszlo | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Reporting: Add a migration script for DBStats data | Tim Laszlo | 2012-10-08 | 1 | -7/+29 |
| | |||||
* | Admin.Reports: stop calling __call__ in parent class | Tim Laszlo | 2012-10-08 | 1 | -0/+230 |
| | |||||
* | Reporting: Merge new reporting data | Tim Laszlo | 2012-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move reporting data to a new schema Use south for django migrations Add bcfg2-report-collector daemon Conflicts: doc/development/index.txt doc/server/plugins/connectors/properties.txt doc/server/plugins/generators/packages.txt setup.py src/lib/Bcfg2/Client/Tools/SELinux.py src/lib/Bcfg2/Compat.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Reports.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Inotify.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/interfaces.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Ohai.py src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Reports/backends.py src/lib/Bcfg2/Server/Reports/manage.py src/lib/Bcfg2/Server/Reports/nisauth.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py | ||||
* | drop privs options added, works in CherryPy | Chris St. Pierre | 2012-10-04 | 1 | -0/+6 |
| | |||||
* | updated bcfg2.conf man page | Chris St. Pierre | 2012-09-25 | 1 | -12/+54 |
| | |||||
* | man: Add new client option from 6fe2b9dd | Sol Jerome | 2012-09-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-crypt: added -I option, made --stdout better, updated man page | Chris St. Pierre | 2012-09-13 | 1 | -1/+9 |
| | |||||
* | tools: added script to generate ctags/etags indexes | Chris St. Pierre | 2012-09-11 | 2 | -0/+51 |
| | |||||
* | updated various scripts/components to reflect updated Core invocation for ↵ | Chris St. Pierre | 2012-09-05 | 1 | -4/+1 |
| | | | | thread-safety | ||||
* | removed bcfg2-export-config, which relied on an older Core object ↵ | Chris St. Pierre | 2012-09-05 | 2 | -159/+0 |
| | | | | instantiation and could not trivially be ported to 1.3 | ||||
* | fixed up tools documentation, added tests for tools doco | Chris St. Pierre | 2012-09-04 | 5 | -133/+46 |
| | |||||
* | export.py: handle RPM changelogs, new Bcfg2/version.py; fixed some paths | Chris St. Pierre | 2012-08-31 | 1 | -2/+46 |
| | |||||
* | renamed Bcfg2Py3k to Compat | Chris St. Pierre | 2012-08-27 | 6 | -10/+10 |
| | |||||
* | Merge https://github.com/dikim33/bcfg2 | Sol Jerome | 2012-08-26 | 1 | -1/+8 |
|\ | |||||
| * | Remove the primary group from the list of extra_groups | DongInn Kim | 2012-08-26 | 1 | -1/+8 |
| | | |||||
* | | added tool to convert from :info/info to info.xml | Chris St. Pierre | 2012-08-15 | 1 | -0/+45 |
| | | |||||
* | | removed print statements | Chris St. Pierre | 2012-08-15 | 6 | -21/+20 |
| | | |||||
* | | Removed deprecated plugins BB, Svcmgr, SGenshi | Chris St. Pierre | 2012-08-15 | 1 | -6/+0 |
| | | |||||
* | | man: Add -B and -Z options from 01d68bf | Sol Jerome | 2012-08-13 | 1 | -3/+9 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Remove bcfg2-ping-sweep | Sol Jerome | 2012-08-13 | 1 | -16/+0 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | bcfg2-admin: Add options from 75c6e2a to man page | Sol Jerome | 2012-08-12 | 1 | -8/+45 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |