Brad Rydzewski
e8b7406720
Merge pull request #1588 from bradrydzewski/master
...
docker pull authentication using secrets
2016-04-21 01:44:11 -07:00
Brad Rydzewski
8684210241
docker pull authentication using secrets
2016-04-21 01:36:11 -07:00
Brad Rydzewski
cb82581fa6
Merge pull request #1587 from bradrydzewski/master
...
enables cloning private repos in 0.5
2016-04-21 01:26:38 -07:00
Brad Rydzewski
6529e095a8
enables cloning private repos
2016-04-21 01:18:20 -07:00
Brad Rydzewski
a0f8457e87
Merge pull request #1586 from bradrydzewski/master
...
fully functioning builds using 0.5 agents, secrets and yaml (behind feature flag)
2016-04-21 00:30:41 -07:00
Brad Rydzewski
bcc768b157
fully functioning build using 0.5 agents
2016-04-21 00:25:30 -07:00
Brad Rydzewski
460b72e3ef
Merge pull request #1581 from josmo/bitbucketserver
...
Stash/Bitbucket Server initial support
2016-04-20 13:55:13 -07:00
Joachim Hill-Grannec
11b5d89afe
Merge branch 'master' into bitbucketserver
2016-04-20 13:23:36 -07:00
Joachim Hill-Grannec
06003bfc87
using fmt.Sprintf for string interpolation.
2016-04-20 13:14:48 -07:00
Joachim Hill-Grannec
95b1f347ba
Running gofmt on remote for bitbucket server
2016-04-20 11:59:47 -07:00
Brad Rydzewski
fd80216b74
improve branch filter logic for non-push hooks
...
this change alters the branch filter logic to not execute for tags or deployment hooks, which may contain the ref in the branch field and would otherwise be likely to fail the check.
2016-04-20 08:31:47 -07:00
Brad Rydzewski
c613571bd6
Merge pull request #1582 from bradrydzewski/master
...
enable server and agent
2016-04-19 19:05:10 -07:00
Brad Rydzewski
302fb986b8
updated vendored deps
2016-04-19 18:47:58 -07:00
Brad Rydzewski
2daebbe215
sign new yaml
2016-04-19 18:39:56 -07:00
Brad Rydzewski
b5823d20ff
chunk the yaml into sections
2016-04-19 18:37:53 -07:00
Joachim Hill-Grannec
262f505779
Moving the NewClient to load instead of on every call
2016-04-19 16:26:23 -07:00
Joachim Hill-Grannec
ef4d41c710
Using vendor for the oauth lib
2016-04-19 15:46:27 -07:00
Joachim Hill-Grannec
c250926460
Typo
2016-04-19 13:32:06 -07:00
Joachim Hill-Grannec
d982f73f8e
Must have a git username, password, consumer key, and consumer rsa
2016-04-19 13:29:52 -07:00
Joachim Hill-Grannec
0a20d9c1d2
Configurable consumer rsa file location
2016-04-19 13:26:52 -07:00
Brad Rydzewski
fd63d6e03d
refact yaml operations to yaml package
2016-04-19 13:02:28 -07:00
Joachim Hill-Grannec
16ddb75d08
moving the private key out of root and into a more sensical location till it's configurable
2016-04-19 10:44:19 -07:00
Joachim Hill-Grannec
b89b7cff5b
Removing no longer needed import
2016-04-19 09:49:22 -07:00
Joachim Hill-Grannec
02c87d02f5
Merge branch 'master' into bitbucketserver
...
Moving git username and password to the url
Removing un-needed setting of Allows
Moving log.Fatal to log.Error
Removing panics
Moving to https for gravatar
# Conflicts:
# remote/remote.go
2016-04-19 09:47:02 -07:00
Joachim Hill-Grannec
df45c84763
added a few comments
2016-04-19 01:32:40 -04:00
Joachim Hill-Grannec
4b31babb98
fixing to use the commit hash instead of the refID
2016-04-19 01:14:55 -04:00
Joachim Hill-Grannec
4f9f5673aa
Fixing the url to gravatar to have hex encoding
2016-04-19 01:07:03 -04:00
Joachim Hill-Grannec
59edcd3389
Initial take at the bitbucket server remote additions.
2016-04-19 00:40:49 -04:00
Brad Rydzewski
b354b93658
Merge pull request #1578 from Jyrno42/handle_bitbucket_mercurial
...
Handle Bitbucket mercurial hooks
2016-04-18 20:10:58 -07:00
Brad Rydzewski
62ccf1bd60
added 0.5 yaml and runtime support through feature flag
2016-04-18 12:07:01 -07:00
Brad Rydzewski
f169d08a1f
Update version.go
2016-04-17 11:14:27 -07:00
Jyrno Ader
127f239493
Handle Bitbucket mercurial hooks correctly
2016-04-17 08:16:40 +03:00
Brad Rydzewski
078597261f
Merge pull request #1576 from bradrydzewski/master
...
0.5 yaml parser and runner. [ci skip] to avoid new image
2016-04-16 13:02:30 -07:00
Brad Rydzewski
09aa0eff91
new yaml parser, runner
2016-04-16 00:51:05 -07:00
Brad Rydzewski
d99cc29dc5
Merge remote-tracking branch 'upstream/master'
2016-04-16 00:11:07 -07:00
Brad Rydzewski
73d6af2f7d
added shasum
2016-04-16 00:10:23 -07:00
Brad Rydzewski
8cbce5f82b
Merge pull request #1574 from hrobertson/master
...
Use latest samalba/dockerclient to provide compatibility with Docker 1.9.1
2016-04-15 10:58:49 -07:00
Hamish Robertson
309ab31f99
Update to latest samalba/dockerclient to provide compatibility with Docker 1.9.1
2016-04-15 10:14:28 +00:00
Brad Rydzewski
473d189156
Merge pull request #1571 from bradrydzewski/master
...
backport 0.5 queue packages [CI SKIP]
2016-04-12 17:48:00 -07:00
Brad Rydzewski
ebfea36f21
fix compile error after dep upgrade
2016-04-12 17:43:38 -07:00
Brad Rydzewski
9b93e6bae7
backport 0.5 queue packages
2016-04-12 17:27:24 -07:00
Brad Rydzewski
7129cbf184
Merge pull request #1570 from bradrydzewski/master
...
stub handler for slash commands
2016-04-12 16:06:22 -07:00
Brad Rydzewski
857062d895
fixed failing gitlab test
2016-04-12 13:22:23 -07:00
Brad Rydzewski
84db808eca
fixed unit test reference deleted pkg
2016-04-12 13:15:03 -07:00
Brad Rydzewski
9b306a1bc8
load all things via middleware
2016-04-12 13:08:17 -07:00
Brad Rydzewski
42d6d8d3b2
fix normalize routes
2016-04-12 10:14:10 -07:00
Brad Rydzewski
d635097105
fixed router path
2016-04-12 10:13:26 -07:00
Brad Rydzewski
df7068ef32
stub for slash commands
2016-04-12 10:12:14 -07:00
Brad Rydzewski
89f4f500f3
Merge pull request #1569 from bradrydzewski/master
...
backport ginrus logging and godotenv from 0.5
2016-04-11 16:12:36 -07:00
Brad Rydzewski
3235990584
improve gin logging
2016-04-11 16:03:54 -07:00