Skip to content

Use fetch with caching to download swagger definition#2298

Merged
dgolovin merged 1 commit intoredhat-developer:masterfrom
dgolovin:i2297-fetch-cache-for-swagger-definition
Nov 24, 2021
Merged

Use fetch with caching to download swagger definition#2298
dgolovin merged 1 commit intoredhat-developer:masterfrom
dgolovin:i2297-fetch-cache-for-swagger-definition

Conversation

@dgolovin
Copy link
Copy Markdown
Collaborator

This PR fixes #2297.

Signed-off-by: Denis Golovin [email protected]

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 20, 2021

Codecov Report

Merging #2298 (cc87209) into master (30453ed) will increase coverage by 0.12%.
The diff coverage is 36.36%.

❗ Current head cc87209 differs from pull request most recent head c281051. Consider uploading reports for the commit c281051 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2298      +/-   ##
==========================================
+ Coverage   70.30%   70.42%   +0.12%     
==========================================
  Files          52       52              
  Lines        3421     3419       -2     
  Branches      630      629       -1     
==========================================
+ Hits         2405     2408       +3     
+ Misses       1016     1011       -5     
Impacted Files Coverage Δ
src/k8s/csv.ts 14.43% <ø> (ø)
src/util/swagger.ts 41.17% <36.36%> (+20.12%) ⬆️

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 30453ed...c281051. Read the comment docs.

@mohitsuman mohitsuman changed the title Use fetch with caching to download swagger dfinition Use fetch with caching to download swagger definition Nov 21, 2021
@dgolovin dgolovin merged commit 2b37d7f into redhat-developer:master Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide cache for https requests of swagger definition

1 participant