cli/pkg/cmd
Mislav Marohnić 33fd6b1149 Change API authentication to allow asset downloads
We install an HTTP middleware that adds the "Authorization" header on
every HTTP request. However, our asset download process might redirect
to a 3rd-party host (Amazon S3) and we want to allow those requests but
not require that they are authenticated.

Furthermore, we need the ability to specify the `Accept` request header
without it being overwritten by middleware, so now middleware only adds
headers that are not present in a request.
2020-08-21 18:00:52 +02:00
..
alias Extract alias expansion into a separate package 2020-08-11 15:18:48 +02:00
api Merge pull request #1517 from cli/select-host 2020-08-14 19:08:13 +02:00
auth rebase strife 2020-08-12 12:07:36 -05:00
config Merge branch 'pr-commands-isolate-3' into issue-commands-isolate 2020-08-11 15:40:05 +02:00
factory Change API authentication to allow asset downloads 2020-08-21 18:00:52 +02:00
gist Merge pull request #1517 from cli/select-host 2020-08-14 19:08:13 +02:00
issue Fix GH_REPO override 2020-08-07 14:47:58 +02:00
pr Fix GH_REPO override 2020-08-07 14:47:58 +02:00
release Add release download, upload files on create, upload retrying 2020-08-21 18:00:52 +02:00
repo Enable repo create for GHE 2020-08-14 19:02:17 +02:00
root Preliminary gh release commands 2020-08-19 18:25:02 +02:00