Commit graph

31 commits

Author SHA1 Message Date
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
0ff2f072b8 Update repo.go 2015-12-07 12:36:47 -08:00
Brad Rydzewski
b5d9b81e96 ability to replace the private key 2015-11-20 10:31:10 -08:00
Brad Rydzewski
0e5ee44700 ability to fork-exec and existing build 2015-11-05 18:45:13 -08:00
Brad Rydzewski
970cf0ecae adding some debugging code for #1280 2015-10-29 13:47:46 -07:00
Brad Rydzewski
377caf1b99 added an endpoint to fetch the last build for a given branch 2015-10-28 11:50:11 -07:00
Brad Rydzewski
d54480b121 show all repos until I have a better solution 2015-10-26 21:01:10 -07:00
Brad Rydzewski
d376730226 adding full support for Gogs including private repositories 2015-10-22 16:36:43 -07:00
Brad Rydzewski
2f071bb2cf re-enabled build feed 2015-10-21 16:39:43 -07:00
Brad Rydzewski
cfdfbcfd3b didn't realize gin supports net.Context. Change to support Context pattern! 2015-10-21 16:14:02 -07:00
Brad Rydzewski
0e3b11c44d code that verifies the Docker daemon connection before adding 2015-10-19 17:46:58 -07:00
Brad Rydzewski
fa8c657005 some initial work on #1234 2015-10-15 22:25:07 -07:00
Brad Rydzewski
f84c8bc411 working on the homage page 2015-10-15 15:40:27 -07:00
Brad Rydzewski
a7a1b1dfb7 cleaning up the middleware and adding caching with TTL 2015-10-13 02:08:08 -07:00
Brad Rydzewski
7be93921bd ability to get last build before N 2015-10-07 17:53:28 -07:00
Brad Rydzewski
7190facb41 updated to auto generate build documentation and embed in binary 2015-10-06 19:41:20 -07:00
Brad Rydzewski
aa8e0347d0 github author fallback for old GitHub enterprise 2015-10-06 18:31:01 -07:00
Brad Rydzewski
0ed2535b53 fixed logging error 2015-10-06 15:58:37 -07:00
Brad Rydzewski
0943117ad7 propogate HTTP_PROXY environment variables throuhgout build 2015-10-06 15:50:15 -07:00
Brad Rydzewski
ac6133c922 bitbucket code is mostly working 2015-10-04 18:34:06 -07:00
Brad Rydzewski
528fbb0f2c some finishing touches on the bitbucket implementation for 0.4 2015-10-04 17:40:27 -07:00
Brad Rydzewski
71a0879309 re-added the simple repo list to the home page 2015-10-02 16:47:54 -07:00
Brad Rydzewski
fc4b106949 added enqueued columns to build and job to track queue wait times 2015-10-01 14:35:25 -07:00
Brad Rydzewski
6bc28bd41c ability to cancel a single job (not entire build) 2015-10-01 12:05:23 -07:00
Brad Rydzewski
874924218f fixed panic that issues csrf token when user not authenticated 2015-09-30 18:42:32 -07:00
Brad Rydzewski
ad63fc7060 split settings to multiple handler funcs 2015-09-30 18:21:39 -07:00
Brad Rydzewski
9c4a9acb56 ability to add Docker CA, Cert, Key via the user interface 2015-09-30 14:55:15 -07:00
Brad Rydzewski
dfea14c7e5 updated vendor files and paths 2015-09-29 18:21:17 -07:00
Brad Rydzewski
155576fb03 moved to single binary project structure 2015-09-29 17:53:21 -07:00