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

Bump github.com/gorilla/mux from 1.7.4 to 1.8.0 in /receiver/signalfxreceiver #787

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2020

Bumps github.com/gorilla/mux from 1.7.4 to 1.8.0.

Release notes

Sourced from github.com/gorilla/mux's releases.

v1.8.0 ☀️

v1.8.0 addresses a minor regression with the variable extraction when using a wildcard host match. Specifying .Host(“foo.example.com:{port:.*}) will now correctly capture the port into mux.Vars.

CHANGELOG

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.4...v1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team August 24, 2020 07:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2020
@codecov
Copy link

codecov bot commented Aug 24, 2020

Codecov Report

Merging #787 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #787   +/-   ##
=======================================
  Coverage   87.84%   87.84%           
=======================================
  Files         221      221           
  Lines       12019    12019           
=======================================
  Hits        10558    10558           
  Misses       1106     1106           
  Partials      355      355           
Flag Coverage Δ
#integration 69.45% <ø> (ø)
#unit 87.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 e914dcf...ab5526d. Read the comment docs.

@bogdandrutu bogdandrutu merged commit 3f814a3 into master Aug 24, 2020
@bogdandrutu bogdandrutu deleted the dependabot/go_modules/receiver/signalfxreceiver/github.com/gorilla/mux-1.8.0 branch August 24, 2020 12:59
dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
* Handle correctly nil Resource[Spans|Metrics], InstrumentationLibrary[Spans|Metrics], Span|Metric, MetricDataPoints.
* Found a bug that the OTLP MetricDescriptor.Labels were ignored in Internal->OC
* Rename translator/internaldata/{oc_testdata.go => oc_testdata_test.go} to not count these lines in coverage.

Work left for slices:
* Tests and fixes for nil Events, Links, Buckets, ValueAtPercentile

Work left for maps:
* Define what should be the behavior if a nil entry in the "slice map representation".
* Add tests for these cases.
codeboten pushed a commit that referenced this pull request Nov 23, 2022
Co-authored-by: Leighton Chen <lechen@microsoft.com>
Co-authored-by: alrex <aboten@lightstep.com>
codeboten pushed a commit that referenced this pull request Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant