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

[next] Fix compressed error messages returned by AbstractRestClient #756

Merged
merged 10 commits into from
Mar 18, 2022

Conversation

t1m0thyj
Copy link
Member

@t1m0thyj t1m0thyj commented Mar 15, 2022

dependabot bot and others added 7 commits March 4, 2022 20:33
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/feross/simple-get/releases)
- [Commits](feross/simple-get@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: simple-get
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…3.1.1

Bump simple-get from 3.1.0 to 3.1.1
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Document strange behind the scenes behavior for secure protocol.
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #756 (bb3bf0b) into next (3d214a4) will increase coverage by 0.02%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             next     #756      +/-   ##
==========================================
+ Coverage   88.81%   88.83%   +0.02%     
==========================================
  Files         197      197              
  Lines       10210    10206       -4     
  Branches     1947     1944       -3     
==========================================
- Hits         9068     9067       -1     
+ Misses       1138     1135       -3     
  Partials        4        4              
Impacted Files Coverage Δ
packages/rest/src/session/AbstractSession.ts 96.84% <ø> (ø)
packages/rest/src/client/AbstractRestClient.ts 85.82% <85.71%> (+0.91%) ⬆️

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 e0b6146...bb3bf0b. Read the comment docs.

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@sonarcloud
Copy link

sonarcloud bot commented Mar 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

88.9% 88.9% Coverage
0.0% 0.0% Duplication

@t1m0thyj t1m0thyj merged commit ee8beed into next Mar 18, 2022
@t1m0thyj t1m0thyj deleted the next-fix-gzip-errors branch March 18, 2022 18:09
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.

@next returns zipped content in causeErrors, breaking and complicating error handling
4 participants