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

CORS Config API #460

Merged
merged 11 commits into from
Jun 13, 2018
Merged

CORS Config API #460

merged 11 commits into from
Jun 13, 2018

Conversation

mthenw
Copy link
Contributor

@mthenw mthenw commented Jun 12, 2018

What did you implement:

Closes #449

Todos:

  • Write tests
  • Write documentation
  • Fix linting errors
  • Make sure code coverage hasn't dropped
  • Provide verification commands / resources
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: NO
Is it a breaking change?: NO

@codecov
Copy link

codecov bot commented Jun 12, 2018

Codecov Report

Merging #460 into master will increase coverage by 2.05%.
The diff coverage is 84.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #460      +/-   ##
==========================================
+ Coverage   66.17%   68.22%   +2.05%     
==========================================
  Files          32       34       +2     
  Lines        1883     2112     +229     
==========================================
+ Hits         1246     1441     +195     
- Misses        585      611      +26     
- Partials       52       60       +8
Impacted Files Coverage Δ
httpapi/config.go 0% <0%> (ø) ⬆️
internal/cache/target.go 0% <0%> (ø) ⬆️
internal/cache/subscription_cache.go 86.76% <100%> (ø) ⬆️
router/router.go 64.89% <100%> (+1.61%) ⬆️
httpapi/httpapi.go 79.14% <100%> (+6%) ⬆️
httpapi/metrics.go 100% <100%> (ø) ⬆️
libkv/subscription.go 88.6% <100%> (ø) ⬆️
internal/cache/cors_cache.go 75% <75%> (ø)
libkv/cors.go 89.61% <89.61%> (ø)
internal/pathtree/tree.go 97.08% <93.33%> (-0.14%) ⬇️
... and 2 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 173ccbd...d66820b. Read the comment docs.

@mthenw mthenw merged commit 8fe31bb into master Jun 13, 2018
@mthenw mthenw deleted the cors-config branch June 13, 2018 08:27
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.

1 participant