1
Fork 0
Commit Graph

7470 Commits

Author SHA1 Message Date
Dustin J. Mitchell bf5c148e7b Indicate that we don't use GitHub issues 2013-12-08 15:10:30 -05:00
Pierre Tardy 48c9dcb6ea Merge pull request #996 from DamnWidget/#2605
[Fixes] For ticket #2605
2013-12-08 09:16:05 -08:00
@damnwidget 35d07cd307 using basestring as object to check for isinstance call on baseweb change_hook_auth 2013-12-08 16:26:22 +00:00
Pierre Tardy 3b528a2be5 Merge pull request #992 from shoelzer/master
Add build steps for VC12, VS2013, and MsBuild12
2013-12-08 07:55:13 -08:00
Pierre Tardy b0a91ba7d3 Merge pull request #997 from delanne/status_push_dont_unsubscribe
Fix: unsubscribe StatusPush
2013-12-08 07:43:58 -08:00
Pierre Tardy 7b23dff6d2 Merge pull request #994 from kohtala/master
Document poller hook POST request
2013-12-08 07:35:22 -08:00
delanne 3804cdf0b5 Fix: unsubscribe StatusPush 2013-12-06 14:58:05 +01:00
@damnwidget 1836bbd4cc when unicode strings are passed as change_hook_auth parameters for WebStatus hooks (when using JSON files as configuration for example), the __init__ method fails, just fix that 2013-12-05 21:43:41 +00:00
Marko Kohtala e6a9d413b6 Document poller hook POST request
The WebStatus Poller hook documentation did not mention POST requests.
POST allows use of cleaner curl -F option for poller parameter.
2013-12-05 14:37:03 +02:00
Steve Hoelzer 83470888b9 Add build steps for VC12, VS2013, and MsBuild12 2013-12-03 14:20:35 -06:00
Dustin J. Mitchell 70f2e06e6c Merge branch 'multiple-file-upload' of git://github.com/jpommerening/buildbot
+autopep8
2013-11-30 18:33:01 -05:00
Jonas Pommerening 2a7026e735 Added doc, example for uploadDone hooks 2013-11-30 18:38:20 +01:00
Jonas Pommerening 1844d495cb Cleanup 2013-11-30 13:01:57 +01:00
Jonas Pommerening d7315892cc Added test cases for upload errors 2013-11-29 16:45:59 +01:00
Jonas Pommerening a5a65e829d Pulled runTransferCommand up to _TransferBuildStep
Formerly runUploadCommand of MultipleFileUpload.
The runTransferCommand function adds a callback to extract the result
from the command instance and (optionally) ann error callback to
cancel the command's writer.
2013-11-29 12:37:15 +01:00
Jonas Pommerening d8b8277a76 Added subclassing test 2013-11-29 12:18:52 +01:00
Jonas Pommerening 17655c274b Added failure test cases 2013-11-29 11:25:57 +01:00
Jonas Pommerening bdc11a6df6 uploadDone and allUploadsDone may return deferreds 2013-11-29 10:27:30 +01:00
Jonas Pommerening 4158928bad Added methods uploadDone and allUploadsDone 2013-11-29 10:13:21 +01:00
Dustin J. Mitchell 1bda7907db refactor buildstep.py into smaller bits (backport from nine) 2013-11-28 18:50:03 -05:00
Dustin J. Mitchell ff35289761 only check files that still exist 2013-11-28 13:48:57 -05:00
Dustin J. Mitchell 520606580c Merge branch 'hgbuildbot-to-contrib' of git://github.com/djmitche/buildbot 2013-11-28 13:48:01 -05:00
Dustin J. Mitchell a60dbb89df Correct bug in example code
Fixes #2598.
2013-11-28 12:28:52 -05:00
Dustin J. Mitchell 8f1e7184b3 Merge branch 'waterfall-pagebuilt' of git://github.com/djmitche/buildbot 2013-11-28 12:23:38 -05:00
Dustin J. Mitchell 50c900d2b0 escape author names in feeds
Fixes #2596
2013-11-28 11:19:30 -05:00
Dustin J. Mitchell a82c1adc08 don't override `time` Jinja2 parameter 2013-11-26 18:18:23 -05:00
Dustin J. Mitchell 561e143103 Merge branch 'multiple-projects' of https://github.com/jollyroger/buildbot
+autopep8
2013-11-26 11:09:31 -05:00
Andriy Senkovych af34e40592 Do not merge branches with different codebase/project 2013-11-26 17:59:13 +02:00
Dustin J. Mitchell 12e8bbbcff gitpoller test strings should be unicode 2013-11-26 09:02:08 -05:00
Dustin J. Mitchell f0d1161c2a Merge branch 'git_empty_message' of git://github.com/Ratio2/buildbot 2013-11-26 08:47:27 -05:00
Dustin J. Mitchell 2af643b95a Merge branch 'use-logobserver-2' of git://github.com/djmitche/buildbot 2013-11-26 08:30:53 -05:00
Dustin J. Mitchell a2bfdda8f3 rewrite some steps to not use removed IStatusLog methods
This is in preparation for getText, readlines, etc. to be removed in
nine.  There are lots more steps to rewrite -- this is just a start.
2013-11-26 08:29:23 -05:00
Aleksey Vasenev 1a79272116 Fix parse Git change with empty message
This is possible when commit with --allow-empty-message switch
2013-11-26 09:41:26 +04:00
Dustin J. Mitchell eeb29b1e58 Merge branch 'drop-old-imports' of git://github.com/elmirjagudin/buildbot
+autopep8
2013-11-25 19:04:17 -05:00
Dustin J. Mitchell 756b8fe49b Merge branch 'ticket-1861' of git://github.com/DamnWidget/buildbot 2013-11-25 18:28:42 -05:00
Alistair Strachan 12665ccc23 Render manifestBranch in the Repo step
This fixes #2593.
2013-11-25 18:24:41 -05:00
Dustin J. Mitchell 776f60dc68 Merge pull request #978 from jpommerening/drop-python2.5-travis-env
Remove Python 2.5 from .travis.yml
2013-11-25 06:12:55 -08:00
Jonas 489056c55e Leave a hint about python 2.5 support.
Just to be clear: As of now, buildbot still supports 2.5; it's just that we can't test that version with Travis CI anymore.
2013-11-25 10:07:22 +01:00
Jonas 04630066e8 Remove Python 2.5 from .travis.yml
Looks like Travis CI dropped Python 2.5 support recently. The supported versions can found here:
http://about.travis-ci.org/docs/user/ci-environment/#Python-VM-images
2013-11-25 09:56:07 +01:00
Elmir Jagudin 05021471af drop monkey patch for old migrate bug
The versions of sqlalchemy-migrate that we support, does not
have this bug. No need for monkey patching.

This fixes pylint 'no-name-in-module' error for the removed code.
2013-11-25 05:59:22 +01:00
Elmir Jagudin 98664cfc44 drop backward compatibilty import for migrate < 0.6.1
We don't suport sqlalchemy-migrate older then 0.6.1. All exceptions
where moved to migrate.exception in 0.6.1 release. So no need trying
to import exceptions by the old name.

This fixes pylint 'no-name-in-module' error for the removed code.
2013-11-25 05:59:22 +01:00
Elmir Jagudin ab33152a3e use new email module names
The name of submodules of email package have been changed, use
the new names when importing. For more info on name changes see:

http://docs.python.org/2/library/email.html#package-history

This fixes pylint 'no-name-in-module' error in the changed files.
2013-11-25 05:58:38 +01:00
Jonas Pommerening c683b207b5 added the "missing commit" to the rebased branch 2013-11-25 00:35:36 +01:00
Jonas Pommerening da06910c69 Manual, release notes for MultipleFileUpload 2013-11-25 00:12:29 +01:00
@damnwidget 637dd02909 if the distinct field is set as false in the github payload, the commit is ignored as it should be already been built 2013-11-24 21:05:40 +00:00
Dustin J. Mitchell 5144d2dece Merge branch 'buildstep-master' of git://github.com/djmitche/buildbot
Conflicts:
	master/buildbot/test/util/steps.py

+autopep8
2013-11-23 11:35:13 -05:00
Dustin J. Mitchell c6d64ca512 Merge branch 'build-master-attr' of git://github.com/djmitche/buildbot 2013-11-23 11:31:33 -05:00
Dustin J. Mitchell f14119da64 Merge branch 'enhancement_#2592' of git://github.com/dickymoe/buildbot 2013-11-23 10:10:24 -05:00
Vincentl 5417c76da5 Append mode to renderables list in VisualStudio step 2013-11-22 13:06:47 +01:00
Dustin J. Mitchell 118f679bd8 don't rely on os.getcwd to get master basedir when looking for templates
Fixes #2586.
2013-11-21 08:12:21 -05:00