Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

fix: add query support for token (self-hosted) #453

Merged
merged 2 commits into from
Jul 15, 2021

Conversation

drazisil-codecov
Copy link
Contributor

@drazisil-codecov drazisil-codecov commented Jul 15, 2021

Purpose

Changing the upload token to only pass via header (#439) broke support for self-hosted customers. This fix adds it back, while retaining the header method as well.

Notable Changes

This adds, so it should not break anything currently working.

Tests and Risks?

Yes

Update the SHA hash files

Done

@codecov
Copy link

codecov bot commented Jul 15, 2021

Codecov Report

Merging #453 (9bc19f1) into master (ced837c) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #453      +/-   ##
==========================================
+ Coverage   45.71%   45.77%   +0.05%     
==========================================
  Files          20       20              
  Lines        2859     2864       +5     
==========================================
+ Hits         1307     1311       +4     
- Misses       1552     1553       +1     
Flag Coverage Δ
test 39.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
codecov 67.53% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ced837c...9bc19f1. Read the comment docs.

@drazisil-codecov drazisil-codecov merged commit efedb65 into master Jul 15, 2021
@drazisil-codecov drazisil-codecov deleted the fix-token-self-hosted branch July 15, 2021 01:59
drazisil-codecov added a commit that referenced this pull request Jul 15, 2021
* fix: Prevent deploys if tag is not unique (#452)

* docs: Add deprecation warning (#451)

* fix: add query support for token (self-hosted) (#453)

* fix: add query support for token (self-hosted)

* fix: mask the token in output

Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>
thomasrockhu added a commit that referenced this pull request Jul 20, 2021
* fix: Prevent deploys if tag is not unique (#452)

* docs: Add deprecation warning (#451)

* fix: add query support for token (self-hosted) (#453)

* fix: add query support for token (self-hosted)

* fix: mask the token in output

Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>
thomasrockhu added a commit that referenced this pull request Jul 21, 2021
* Pull in `1.0.4` into `master` (#448)

* Releasing new version of the uploader (#445)

* Fix go regex (#436)

* Send Upload Token via Header (#439)

* Send token via HTTP header vs. URL param

* Revert testing change

* Update script to use token in header

* update SHASUM

* maybe fix tests?

* Undo accidental deletion

* More test fixes

* fix build

Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>
Co-authored-by: Andrew Jaeger <mrjaeger00@gmail.com>

* Update to 1.0.4

Co-authored-by: Subhi Beidas <subhibeidas@gmail.com>
Co-authored-by: Andrew Jaeger <mrjaeger00@gmail.com>

* 1.0.5 - Fix token uploads for self-hosted (#454)

* fix: Prevent deploys if tag is not unique (#452)

* docs: Add deprecation warning (#451)

* fix: add query support for token (self-hosted) (#453)

* fix: add query support for token (self-hosted)

* fix: mask the token in output

Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>

* chore: bump version

* chore: trigger new deploy with tag 1.0.5

* fail if release fails (#447)

* fix: Do not set PR on closed GitHub PRs (#456)

* fix: Update GitHub Actions server URL (#457)

* fix: Update GitHub Actions server URL

* fix: Update tests

* patch: bump to 1.0.6 (#458)

Co-authored-by: Subhi Beidas <subhibeidas@gmail.com>
Co-authored-by: Andrew Jaeger <mrjaeger00@gmail.com>
Co-authored-by: Joe Becher <71270647+drazisil-codecov@users.noreply.github.com>
Co-authored-by: Joe Becher <joe@codecov.io>
Co-authored-by: Matthew Berryman <matthew@acrossthecloud.net>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants