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

URL Cleanup #144

Merged

Conversation

spring-operator
Copy link
Contributor

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

Fixed URLs

Fixed Success

These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

Ignored

These URLs were intentionally ignored.

@codecov-io
Copy link

Codecov Report

Merging #144 into master will increase coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #144      +/-   ##
============================================
+ Coverage     75.83%   75.97%   +0.14%     
  Complexity      327      327              
============================================
  Files            40       40              
  Lines          1378     1378              
  Branches        201      201              
============================================
+ Hits           1045     1047       +2     
+ Misses          246      244       -2     
  Partials         87       87
Impacted Files Coverage Δ Complexity Δ
...bbon/HttpClientFeignLoadBalancedConfiguration.java 97.05% <0%> (+5.88%) 2% <0%> (ø) ⬇️

1 similar comment
@codecov-io
Copy link

codecov-io commented Mar 11, 2019

Codecov Report

Merging #144 into master will increase coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #144      +/-   ##
============================================
+ Coverage     75.83%   75.97%   +0.14%     
  Complexity      327      327              
============================================
  Files            40       40              
  Lines          1378     1378              
  Branches        201      201              
============================================
+ Hits           1045     1047       +2     
+ Misses          246      244       -2     
  Partials         87       87
Impacted Files Coverage Δ Complexity Δ
...bbon/HttpClientFeignLoadBalancedConfiguration.java 97.05% <0%> (+5.88%) 2% <0%> (ø) ⬇️

@spencergibb spencergibb merged commit 115e87b into spring-cloud:master Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants