summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Git.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-16/+11
| | | | | | | | | | This removes most blanket except: clauses from all plugins, including the base plugin libraries, and bcfg2-lint. The few that remain should all be necessary. Most of the changes were quite minor, but this did require some restructuring of the CfgPrivateKeyCreator; as a result, the tests for that module were rewritten.
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
|
* testsuite: fixed more unit testsChris St. Pierre2013-08-121-0/+1
|
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-6/+8
|
* Merge branch 'maint'Chris St. Pierre2013-04-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Perf.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Admin/__init__.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Fam.py src/lib/Bcfg2/Server/Lint/RequiredAttrs.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Base.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py src/lib/Bcfg2/Server/Plugins/Cvs.py src/lib/Bcfg2/Server/Plugins/Darcs.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Fossil.py src/lib/Bcfg2/Server/Plugins/Git.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Plugins/__init__.py src/lib/Bcfg2/Server/__init__.py src/sbin/bcfg2-build-reports src/sbin/bcfg2-crypt testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestMetadata.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
| * Git: fix command debug log without GitPython installedChris St. Pierre2013-04-161-1/+1
| |
* | use Executor class for better subprocess calling on serverChris St. Pierre2013-03-141-6/+7
|/
* Git: fixed overly verbose error reportingChris St. Pierre2013-01-241-18/+12
|
* Git: fetch refs before checking out a ref on Git.UpdateChris St. Pierre2013-01-241-0/+7
|
* Git: log output of GitPython commandsChris St. Pierre2013-01-241-3/+8
|
* Git: Added ability to update to a specific tree-ishChris St. Pierre2012-11-161-10/+41
|
* Git: only support GitPython; only support Git.Update with GitPythonChris St. Pierre2012-11-161-113/+26
| | | | | dulwich is terrible. impressively so. git pull has a bug that prevents it from honoring --work-tree in many, many versions
* fixed git plugin interface to git commandsChris St. Pierre2012-11-021-2/+4
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-301-14/+129
| | | | directory than the repo root
* Git.py - fallback to native git when dulwich not installedJake Davis2012-10-211-1/+11
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* various pylint fixesChris St. Pierre2012-09-251-1/+1
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-29/+13
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+44
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>