Commit graph

1047 commits

Author SHA1 Message Date
Brad Rydzewski
cbd5ef2874 altered mysql code to use mediumblob instead of blob to avoid 64k limit 2014-10-26 10:17:17 -07:00
Brad Rydzewski
8d493b393c Merge pull request #628 from greenify/patch-1
recognize gitlab repos
2014-10-25 16:52:33 -07:00
Seb
98229b25a0 support for gitlab
fix for #627
2014-10-26 01:45:52 +02:00
Brad Rydzewski
12c3f4437f Merge pull request #626 from daMupfel/quickfix_rebuild_page_reload
quick fix for reloading page if succesfully started a rebuild of a commit
2014-10-25 16:40:08 -07:00
Eichin David
961c53f6cf hide rebuild button if in Started or Pending state 2014-10-26 01:33:54 +02:00
Eichin David
2d74e4ed04 quick fix for reloading page if succesfully started a rebuild of a commit 2014-10-26 01:33:46 +02:00
Brad Rydzewski
c364b9c13f Merge pull request #623 from daMupfel/master
Fixes #448 missing live console output bug on rebuild
2014-10-25 11:40:22 -07:00
Nils Werner
3fa78ac088 Fix failing unittest 2014-10-25 15:04:22 +02:00
Eichin David
6359da3296 fixed missing live console output bug on rebuild 2014-10-24 23:25:56 +02:00
Brad Rydzewski
39a9b2f316 Merge pull request #622 from bradrydzewski/master
fixes #620
2014-10-24 09:11:43 -07:00
Brad Rydzewski
1fd1c5e292 fixe #620 2014-10-24 08:52:42 -07:00
Nils Werner
7d9e74e950 Wrap ssh cmd in quotes to prevent execution of &&-chained commands on local machine 2014-10-24 16:19:13 +02:00
Brad Rydzewski
38fd589083 Merge pull request #617 from floatdrop/docker-section-in-yaml
Add docker section in .drone.yml with net option
2014-10-23 21:05:19 -07:00
Vsevolod Strukchinsky
54a6e56611 Add docker section in .drone.yml with net option 2014-10-24 00:01:44 +06:00
Brad Rydzewski
cb7cf41f11 Merge pull request #608 from shopa/fix-wrong-drone-branch
Fix incorrect drone branch for pull requests
2014-10-23 03:04:32 -07:00
Brad Rydzewski
1cb74a90e3 Merge pull request #599 from bradrydzewski/remote-workers
Updated Docker Client to accept TLS
2014-10-22 23:50:43 -07:00
Brad Rydzewski
3cd1631c05 updated README 2014-10-22 23:23:05 -07:00
Ciaran Downey
0a0151fa5e Adjust Slack message format to match HipChat's
Also add some tests for formatting. See #586.
2014-10-22 22:26:14 -07:00
Andrew Vos
286d5fe94c Fix incorrect drone branch for pull requests
Fixes #607
2014-10-22 11:56:06 +01:00
Brad Rydzewski
063f1f4830 Merge pull request #606 from bradrydzewski/master
only generate repo token or key if not exists
2014-10-22 01:22:57 -07:00
Brad Rydzewski
4f30e1388c only generate repo token or key if not exists 2014-10-22 01:02:14 -07:00
Brad Rydzewski
273755d2a0 Merge pull request #603 from gregory90/fix-commit-author-bitbucket
Fix commit author email for bitbucket
2014-10-22 00:56:00 -07:00
Brad Rydzewski
19384c5e3e Merge pull request #605 from bradrydzewski/master
slightly altered the URL token format
2014-10-22 00:45:38 -07:00
Brad Rydzewski
601e3e6d48 slightly altered the URL token format 2014-10-22 00:41:25 -07:00
Grzegorz Graczyk
79e0c7a84f move regexp to package level variable, add check for email array 2014-10-22 09:37:04 +02:00
Brad Rydzewski
5fe126ec83 Merge pull request #604 from bradrydzewski/master
added token to post-commit hooks
2014-10-22 00:31:03 -07:00
Brad Rydzewski
f6cbb7244b forgot to remove setup.go file in migration package 2014-10-22 00:26:52 -07:00
Brad Rydzewski
7009778176 added token to post-commit hooks 2014-10-22 00:13:47 -07:00
Grzegorz Graczyk
25b887c059 get commit author email address from raw_author instead of author field for bitbucket 2014-10-22 08:52:45 +02:00
Brad Rydzewski
6f41224062 Merge pull request #593 from epipho/custom-tags
Allow docker publish to add multiple tags
2014-10-21 21:44:36 -07:00
epipho
2bc2d45612 Docker publish: added tags field to allow for a single build to be tagged with multiple
tags. Only push tags that are applied to the repo. Change custom_tag to just tag.
2014-10-21 23:55:33 -04:00
Brad Rydzewski
2c4e992f1f drone client accepts docker host, cert and key 2014-10-21 01:17:33 -07:00
Brad Rydzewski
8c51215e55 pass docker cert and key as byte arrays or file paths 2014-10-21 01:17:12 -07:00
Brad Rydzewski
8436bd0270 minor docker client refactoring 2014-10-21 00:52:35 -07:00
Brad Rydzewski
7dfc67113d cleanup docker.New to overload, so to speak 2014-10-21 00:38:19 -07:00
Brad Rydzewski
505ebe7024 removed hard-coded http in Docker client 2014-10-20 22:52:34 -07:00
Brad Rydzewski
45f7dfff30 Merge pull request #591 from scrapinghub/docker-host
Use well known DOCKER_HOST syntax for Docker publish
2014-10-20 19:27:22 -07:00
Anthony Verez
b444748b6c Fixes #584 2014-10-20 21:26:43 +02:00
Brad Rydzewski
f4aa84a057 updated Docker Client to accept TLS 2014-10-20 02:29:59 -07:00
Brad Rydzewski
dfb0210cf5 Merge pull request #598 from bradrydzewski/master
minor session refactoring in prep for upcoming changes discussed in #590
2014-10-20 00:07:29 -07:00
Brad Rydzewski
07e0b7d2b1 minor session refactoring in prep for upcoming changes discussed in #590 2014-10-19 22:45:32 -07:00
Brad Rydzewski
72e8f80f5e Merge pull request #596 from epipho/config-error
Exit app if config cannot be read correctly
2014-10-19 20:53:07 -07:00
Brad Rydzewski
31bbc6b3e2 Merge pull request #595 from epipho/session-duration
Fixing session section of readme
2014-10-19 20:51:20 -07:00
epipho
521cf4e8c9 Exit app if config cannot be read correctly 2014-10-18 22:26:29 -04:00
epipho
a7aab6bff6 Fixing session section of readme 2014-10-18 22:13:44 -04:00
Daniel Graña
92b52402b9 Simplify docker publish plugin 2014-10-17 17:38:35 -02:00
Brad Rydzewski
dafbd12056 Merge pull request #589 from scrapinghub/docker-binary
Quicker and less verbose docker installation for publish step
2014-10-17 12:35:26 -07:00
Daniel Graña
2f586f0acb quicker and less verbose docker installation for publish step 2014-10-17 16:55:39 -02:00
Brad Rydzewski
5574f07749 Merge pull request #590 from scrapinghub/bugfix-accesstoken
access_token query param is in JWT format
2014-10-17 10:33:06 -07:00
Daniel Graña
9422077626 access_token query param is in JWT format 2014-10-17 12:16:01 -02:00