summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Svn.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed some places where plugin loading should fail silentlyChris St. Pierre2014-11-101-6/+12
|
* Merge branch 'maint'Chris St. Pierre2014-04-251-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: misc/bcfg2.spec src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Tools/APK.py src/lib/Bcfg2/Client/Tools/MacPorts.py src/lib/Bcfg2/Client/Tools/Pacman.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Server/Admin/Minestruct.py src/lib/Bcfg2/Server/Admin/Pull.py src/lib/Bcfg2/Server/Admin/Viz.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestCfg/TestCfgEncryptedGenerator.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
* | Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
| |
* | Pylint/PEP8 fixesSol Jerome2013-09-061-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Options: migrated plugins to new options parserChris St. Pierre2013-06-271-63/+44
| |
* | Merge branch 'maint'Chris St. Pierre2013-06-271-0/+39
|\| | | | | | | | | | | | | | | | | Conflicts: doc/server/plugins/generators/cfg.txt doc/server/plugins/generators/tcheetah.txt src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py
| * Svn: Fixing pep8 checkJason Kincl2013-06-171-0/+1
| |
| * Svn: Fixing pep8 and pylint checksJason Kincl2013-06-171-10/+13
| |
| * Svn: Tidying up code and logging of subversion trust and user/pass optionsJason Kincl2013-06-171-8/+15
| |
| * Svn: Adding config options for specifying a user and password for subversion ↵Jason Kincl2013-06-171-0/+28
| | | | | | | | and to trust server SSL certificates
* | use Executor class for better subprocess calling on serverChris St. Pierre2013-03-141-12/+14
|/
* Svn: fixed conflict resolution callback, log levelChris St. Pierre2012-12-051-3/+3
|
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-041-30/+39
|
* Future-proofed conflict option selectionJason Kincl2012-12-031-13/+9
| | | | * moved from a map table to a getattr() lookup
* fixing logic so try..except works correctly, bugsJason Kincl2012-11-281-7/+4
|
* adding doc, changing variable namesJason Kincl2012-11-271-3/+3
|
* fixing syntaxJason Kincl2012-11-271-1/+1
|
* log actions betterJason Kincl2012-11-271-0/+3
|
* fixing line lengthsJason Kincl2012-11-271-1/+2
|
* fixing bugsJason Kincl2012-11-271-5/+6
|
* adding svn_resolution to global namespaceJason Kincl2012-11-271-2/+2
|
* adding svn merge resolution mapJason Kincl2012-11-271-3/+27
|
* Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-11-271-2/+1
|\
| * fixed vcs_root/vcs_path for Version plugins, esp. SvnChris St. Pierre2012-11-191-2/+1
| |
* | minor typo and function documentationJason Kincl2012-11-191-2/+3
| |
* | Adding a default conflict resolver of theirs-full to Svn PluginJason Kincl2012-11-071-0/+4
|/
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-301-21/+112
| | | | directory than the repo root
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-25/+13
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+46
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>