motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.79k stars 317 forks source link

Removing upstream url #302

Closed italolelis closed 6 years ago

italolelis commented 6 years ago

What does this PR do?

Removes all dependencies on the UpstreamURL that was deprecated on 3.5.0

codecov[bot] commented 6 years ago

Codecov Report

Merging #302 into master will increase coverage by 0.35%. The diff coverage is 25.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #302      +/-   ##
==========================================
+ Coverage   45.23%   45.58%   +0.35%     
==========================================
  Files          69       69              
  Lines        2549     2538      -11     
==========================================
+ Hits         1153     1157       +4     
+ Misses       1336     1321      -15     
  Partials       60       60
Impacted Files Coverage Δ
pkg/plugin/oauth2/in_memory_repository.go 81.08% <ø> (-3.01%) :arrow_down:
pkg/proxy/definition.go 64.7% <ø> (ø) :arrow_up:
pkg/plugin/oauth2/handlers.go 0% <0%> (ø) :arrow_up:
pkg/plugin/oauth2/oauth_introspection.go 0% <0%> (ø) :arrow_up:
pkg/plugin/oauth2/manager_factory.go 0% <0%> (ø) :arrow_up:
pkg/plugin/oauth2/mongodb_repository.go 0% <0%> (ø) :arrow_up:
pkg/proxy/register.go 0% <0%> (ø) :arrow_up:
pkg/plugin/oauth2/oauth.go 83.33% <100%> (+3.84%) :arrow_up:
pkg/plugin/oauth2/file_repository.go 54.54% <100%> (ø) :arrow_up:
pkg/middleware/logger.go 75.67% <0%> (+1.38%) :arrow_up:

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 1102f87...3883f5f. Read the comment docs.