Commit graph

2175 commits

Author SHA1 Message Date
alex
5ca67d304c Do not ignore refs/heads/gh-pages 2015-12-18 10:57:38 +00:00
Brad Rydzewski
e70c11f06a Merge remote-tracking branch 'upstream/master' 2015-12-15 23:20:20 -08:00
Brad Rydzewski
48fdb29efd deprecate internal docs in favor of drone/docs and deprecate deb 2015-12-15 23:19:26 -08:00
Kirilll Zaycev
b5e50ff766 Gitlab commit statuses 2015-12-13 13:50:37 +03:00
Kirilll Zaycev
044e2ea07a Added hook parser and opaque in request 2015-12-13 13:50:37 +03:00
Kirilll Zaycev
d9f9d6f762 Move gitlab client inside drone 2015-12-13 13:50:37 +03:00
Brad Rydzewski
4c1e5b7130 Merge pull request #1375 from bradrydzewski/master
minor database enhancements
2015-12-13 01:07:40 -08:00
Brad Rydzewski
43894050b5 cleanup the database on restart to remove stuck jobs 2015-12-13 01:00:03 -08:00
Brad Rydzewski
45d28b7bc1 max 255 varchar for mysql unique indexes 2015-12-13 00:56:35 -08:00
Brad Rydzewski
7072c547be Merge pull request #1370 from glaszig/skip-ci-variants
skip build with any combination of "skip" and "ci"
2015-12-12 20:56:06 -08:00
glaszig
08fc17986a amending docs with build skipping tags 2015-12-13 02:42:21 +01:00
glaszig
cb01394977 simplified regexp matching of skip ci instruction in commit message 2015-12-11 02:12:27 +01:00
glaszig
845d437256 move build skipping regular expression variable into global scope 2015-12-11 02:06:56 +01:00
glaszig
77b5c6246d skip build with any combination of "skip" and "ci"
a commit message containing any case-insensitive variant
of the above two words wrapped in square brackets will skip the build.

examples: [ci skip], [skip CI]

this reintroduces pr #1134 and additionally logs the matched
skip instruction.
2015-12-11 01:52:15 +01:00
Brad Rydzewski
d9296c0453 Update MAINTAINERS [CI SKIP] 2015-12-09 14:12:55 -08:00
Brad Rydzewski
4d0fbc9d81 Update MAINTAINERS [CI SKIP] 2015-12-09 14:12:32 -08:00
Brad Rydzewski
b6de1ebf8a Merge pull request #1363 from dolanor/rfc7239-middleware
RFC7239 in middleware
2015-12-09 08:37:57 -08:00
Brad Rydzewski
d5338148f2 update maintainers [CI SKIP] 2015-12-08 19:26:57 -08:00
Brad Rydzewski
0ff2f072b8 Update repo.go 2015-12-07 12:36:47 -08:00
Brad Rydzewski
b4becc4144 added MAINTAINERS file [CI SKIP] 2015-12-07 01:00:40 -08:00
Tanguy Herrmann
7ba1195edf Adds test for RFC7239 2015-12-04 23:33:08 +01:00
Tanguy Herrmann
4fde58d57e Adds RFC7239 checks to the new location middleware.
The RFC7239 is the standard way to define headers about reverse proxy
redirections. It replaces all the X-Forwarded-* previous way of defining them.
We let the previous implementations exist to avoid breaking existant installations.
2015-12-03 18:36:55 +01:00
Brad Rydzewski
69f5d90fd3 Merge pull request #1344 from gtaylor/sp-rempository
Minor spelling fix. [CI SKIP]
2015-11-28 01:44:24 -08:00
Brad Rydzewski
67ef9fbdc5 Merge pull request #1351 from gtaylor/bitbucket-lc-fix
Temporary bandaid to fix Bitbucket case sensitivity.
2015-11-28 01:44:05 -08:00
Greg Taylor
7365ae111e Temporary bandaid to fix Bitbucket case sensitivity. 2015-11-25 17:09:57 -08:00
Greg Taylor
ad682c9da8 Minor spelling fix. 2015-11-23 17:34:34 -08:00
Brad Rydzewski
0a266f42a9 Merge pull request #1341 from anibali/bitbucket_build_status
Add support for Bitbucket build status
2015-11-20 22:27:46 -08:00
Aiden Nibali
f4e6357e96 Add support for Bitbucket build status 2015-11-21 16:48:25 +11:00
Brad Rydzewski
241e84608f Merge pull request #1338 from bradrydzewski/master
ability to replace repository private key
2015-11-20 10:50:24 -08:00
Brad Rydzewski
7ada13c965 Merge remote-tracking branch 'upstream/master' 2015-11-20 10:31:33 -08:00
Brad Rydzewski
b5d9b81e96 ability to replace the private key 2015-11-20 10:31:10 -08:00
Brad Rydzewski
85f70e5da2 Merge pull request #1335 from gtaylor/gitignore-idea
gitgnore Jetbrains .idea dirs. [CI SKIP]
2015-11-20 00:52:16 -08:00
Greg Taylor
46a9f9b985 gitgnore Jetbrains .idea dirs. 2015-11-19 23:43:02 -08:00
Brad Rydzewski
4847e0971a Merge pull request #1333 from gtaylor/bitbucket_tag_hook
Adding Bitbucket tag push hook support.
2015-11-19 13:07:36 -08:00
Greg Taylor
d4fb58d2e6 Adding Bitbucket tag push hook support. 2015-11-19 12:38:20 -08:00
Brad Rydzewski
8c5354c948 Merge pull request #1331 from gtaylor/bb-spelling
Spelling nit in remote/bitbucket.go. [CI SKIP]
2015-11-18 18:34:22 -08:00
Greg Taylor
68a71b7baa Spelling nit in remote/bitbucket.go. 2015-11-18 14:29:50 -08:00
Brad Rydzewski
5294e277d1 Merge remote-tracking branch 'upstream/master' 2015-11-16 16:00:37 -08:00
Brad Rydzewski
c81e08d96d Merge pull request #1319 from sorenmat/patch-1
Updated the README.md [CI SKIP]
2015-11-13 13:02:21 -08:00
Søren Mathiasen
8122df5422 Updated the README.md
Links where switched around between libsqllist3 and sassc
2015-11-13 21:22:38 +01:00
Brad Rydzewski
5a94564e74 Merge pull request #1318 from x-cray/master
Add missing injected variables to doc [CI SKIP]
2015-11-12 08:23:46 -08:00
Denis Parchenko
41d02d70ea Add missing injected variables to doc 2015-11-12 18:11:19 +02:00
Brad Rydzewski
4fc65fb033 Merge remote-tracking branch 'upstream/master' 2015-11-11 17:08:05 -08:00
Brad Rydzewski
cb3f6ada63 updated cache to include directory name [CI SKIP] 2015-11-11 17:07:40 -08:00
Brad Rydzewski
5940050ccb add build number to docs [CI SKIP] 2015-11-11 16:25:32 -08:00
Brad Rydzewski
3a84a86dca Merge pull request #1316 from bradrydzewski/master
fix database unit tests in Makefile
2015-11-11 15:22:51 -08:00
Brad Rydzewski
84a0ef1f89 fixed placeholder issue in listof query 2015-11-11 15:09:12 -08:00
Brad Rydzewski
6b69913d82 fix database unit tests in Makefile 2015-11-11 14:52:29 -08:00
Brad Rydzewski
9b2a9e6124 Merge pull request #1314 from adamstep/fix_pr_author
Set Build Author from Github Pull Request User
2015-11-11 14:45:27 -08:00
Brad Rydzewski
be62e2ea73 Merge pull request #1315 from macb/sql/if_not_exists
sql: remove IF NOT EXISTS from mysql migrations
2015-11-11 14:40:07 -08:00