Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add http client component #1098

Merged
merged 15 commits into from
Jul 31, 2021
Merged

feat: add http client component #1098

merged 15 commits into from
Jul 31, 2021

Conversation

czy88840616
Copy link
Member

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@gitpod-io
Copy link

gitpod-io bot commented Jun 17, 2021

@czy88840616 czy88840616 force-pushed the add_httpservice branch 2 times, most recently from 39003ea to 34f6fe4 Compare July 24, 2021 15:26
@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2021

Codecov Report

Merging #1098 (8f19121) into 2.x (00ca5e8) will decrease coverage by 0.09%.
The diff coverage is 63.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##              2.x    #1098      +/-   ##
==========================================
- Coverage   85.30%   85.21%   -0.10%     
==========================================
  Files         227      232       +5     
  Lines        8964     9024      +60     
  Branches     1708     1710       +2     
==========================================
+ Hits         7647     7690      +43     
- Misses       1253     1267      +14     
- Partials       64       67       +3     
Impacted Files Coverage Δ
packages/bootstrap/src/bootstrap.ts 69.23% <ø> (ø)
packages/web-express/src/framework.ts 70.17% <0.00%> (-1.26%) ⬇️
packages/web-koa/src/framework.ts 72.58% <0.00%> (-1.19%) ⬇️
packages/web/src/framework/singleProcess.ts 65.33% <0.00%> (-1.79%) ⬇️
packages/core/src/util/index.ts 83.63% <14.28%> (-10.12%) ⬇️
packages/axios/src/servicManager.ts 85.71% <85.71%> (ø)
packages/axios/src/config.default.ts 100.00% <100.00%> (ø)
packages/axios/src/configuration.ts 100.00% <100.00%> (ø)
packages/axios/src/index.ts 100.00% <100.00%> (ø)
packages/axios/src/interface.ts 100.00% <100.00%> (ø)
... and 9 more

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 b9d73f0...8f19121. Read the comment docs.

@czy88840616 czy88840616 changed the title feat: add default http client feat: add http client component Jul 26, 2021
@czy88840616 czy88840616 merged commit 4e2f90a into 2.x Jul 31, 2021
@czy88840616 czy88840616 deleted the add_httpservice branch July 31, 2021 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants