Skip to content

Tags: arwineap/pullrequest-resource

Tags

v18

Toggle v18's commit message
concourse pipeline

v17

Toggle v17's commit message
Merge pull request jtarchie#35 from jmcarp/conditional-deprecation

Skip deprecation warning when version set to every.

v16

Toggle v16's commit message
release notes v16

v15

Toggle v15's commit message
release notes for v15

v14

Toggle v14's commit message
release notes

v13

Toggle v13's commit message
update for v13 release

v12

Toggle v12's commit message
add CHANGELOG

v11

Toggle v11's commit message
Support no_proxy environment variable

octokit uses faraday for making http_request.
There is a long standing issue in faraday to add support for the no_proxy environment variable: lostisland/faraday#247
Unfortuantely it seems like this is going nowhere.
A workaround is suggested in this issue: berkshelf/berkshelf#1341

The httpclient (and excon) farady adapter picks up proxy settings from the environment automatically.

v10

Toggle v10's commit message
link directly to the PR on github

v9

Toggle v9's commit message
namespace contexts to concourse-ci

This ensures that custom contexts will not be rerun.