Commit graph

69 commits

Author SHA1 Message Date
Joachim Hill-Grannec
be1b75fd45 Fix defer location and err check 2016-06-12 22:18:31 -07:00
Joachim Hill-Grannec
6f4c4a37dc Remove log and fix typo 2016-06-11 18:53:41 -07:00
Joachim Hill-Grannec
2ce566483b Handling some of the error in bitbucksetserver
Fixed returning the http(s) version of the clone link which had the username in it however should not to work with netrc
Quick typo fix
2016-06-11 18:42:55 -07:00
Brad Rydzewski
ebd547deac refactoring remotes to remove deprecated variables, adding tests 2016-05-01 16:30:00 -07:00
Brad Rydzewski
082570fb5b refactoring input and configuration 2016-04-29 12:39:56 -07:00
Martijn
3998b3171a Correct repos API url 2016-04-21 14:53:41 +02: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
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
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
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