- 12 Oct, 2016 1 commit
-
- 02 Oct, 2016 2 commits
- 30 Sep, 2016 1 commit
-
-
secustor authored
-
- 26 Sep, 2016 1 commit
-
-
James Lopez authored
Fixes issue with rails reserved keyword type exporting/importing services. Also fixed CustomIssueTrackerService title setter and added relevant specs.
-
- 14 Sep, 2016 2 commits
-
- 13 Sep, 2016 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 31 Aug, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 26 Aug, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 15 Aug, 2016 1 commit
-
-
Egor Lynko authored
-
- 12 Aug, 2016 1 commit
-
- 11 Aug, 2016 1 commit
-
-
Thomas Balthazar authored
-
- 04 Aug, 2016 1 commit
-
- 01 Aug, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 29 Jul, 2016 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
Also add Service#event_names so that we don't have to hard code all event names in ServiceParams. Note that I don't know why we want to call plural on issue_event and merge_request_event so that we still need to hard code them for issues_event and merge_requests_event. See app/helpers/services_helper.rb for those special rules.
-
Lin Jen-Shin authored
-
- 27 Jul, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 26 Jul, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
David Eisner authored
-
- 20 Jul, 2016 1 commit
-
-
Felipe Artur authored
-
- 19 Jul, 2016 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
- 15 Jul, 2016 1 commit
-
-
Felipe Artur authored
-
- 08 Jul, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 06 Jul, 2016 1 commit
-
-
Douwe Maan authored
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 29 Jun, 2016 4 commits
-
-
Grzegorz Bizon authored
-
Tim authored
-
Tim authored
Rebased to resolve merge conflicts
-
Tim authored
Requested in #14669 Added note to changelog
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 14 Jun, 2016 4 commits
-
-
Rémy Coutable authored
If one had configured a `teamcity_url` like http://foo.bar/teamcity in the previous implementation the plugin directed it's request i.e. to http://foo.bar/httpAuth/... instead of http://foo.bar/teamcity/httpAuth/... `URI.join` only works correctly, if the prefix URL has - at least one or more trailing '/' - the appended parts are _not_ prefixed with '/' The current implementation should work with all sorts of TeamCity base URLs. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Benjamin Schmid authored
If one had configured a `bamboo_url` like http://foo.bar/bamboo in the previous implementation the plugin directed it's request i.e. to http://foo.bar/rest/... instead of http://foo.bar/bamboo/rest/... `URI.join` only works correctly, if the prefix URL has - at least one or more trailing '/' - the appended parts are _not_ prefixed with '/' The current implementation should work with all sorts of Bamboo base URLs. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Benjamin Schmid authored
This improves the Bamboo Service and provides a fix for situations, where the build trigger won't work, because Bamboo is requiring authentication also for the trigger GET. The change now does provide additional HTTP Basic Auth parameters if user credentials were provided and appends an request parameter indicating the HTTP Basic Authentication should be used. This aligns interaction with Bamboo with the other calls this service executes. Signed-off-by: Rémy Coutable <remy@rymai.me>
-