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

fix path #914

Merged
merged 23 commits into from
Dec 13, 2020
Merged

fix path #914

merged 23 commits into from
Dec 13, 2020

Conversation

fangyincheng
Copy link
Contributor

No description provided.

dependabot bot and others added 20 commits November 9, 2020 07:51
Bumps [go.uber.org/atomic](https://github.com/uber-go/atomic) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/uber-go/atomic/releases)
- [Changelog](https://github.com/uber-go/atomic/blob/master/CHANGELOG.md)
- [Commits](uber-go/atomic@v1.6.0...v1.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.1 to 1.8.4.
- [Release notes](https://github.com/magiconair/properties/releases)
- [Changelog](https://github.com/magiconair/properties/blob/master/CHANGELOG.md)
- [Commits](magiconair/properties@v1.8.1...v1.8.4)

Signed-off-by: dependabot[bot] <support@github.com>
…b.com/magiconair/properties-1.8.4

Bump github.com/magiconair/properties from 1.8.1 to 1.8.4
…b.com/prometheus/client_golang-1.8.0

Bump github.com/prometheus/client_golang from 1.1.0 to 1.8.0
…er.org/atomic-1.7.0

Bump go.uber.org/atomic from 1.6.0 to 1.7.0
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.4.7 to 1.4.9.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.4.7...v1.4.9)

Signed-off-by: dependabot[bot] <support@github.com>
…b.com/fsnotify/fsnotify-1.4.9

Bump github.com/fsnotify/fsnotify from 1.4.7 to 1.4.9
Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.0.0 to 3.4.0.
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3.4.0/CHANGES.md)
- [Commits](emicklei/go-restful@v3.0.0...v3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
…b.com/emicklei/go-restful/v3-3.4.0

Bump github.com/emicklei/go-restful/v3 from 3.0.0 to 3.4.0
Bumps [github.com/dubbogo/gost](https://github.com/dubbogo/gost) from 1.9.2 to 1.9.5.
- [Release notes](https://github.com/dubbogo/gost/releases)
- [Commits](dubbogo/gost@v1.9.2...v1.9.5)

Signed-off-by: dependabot[bot] <support@github.com>
…b.com/dubbogo/gost-1.9.5

Bump github.com/dubbogo/gost from 1.9.2 to 1.9.5
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](go-yaml/yaml@v2.3.0...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
….in/yaml.v2-2.4.0

build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0
…b.com/mitchellh/mapstructure-1.4.0

build(deps): bump github.com/mitchellh/mapstructure from 1.3.3 to 1.4.0
@codecov-io
Copy link

codecov-io commented Dec 8, 2020

Codecov Report

Merging #914 (f7995eb) into develop (4ea5d0a) will increase coverage by 0.01%.
The diff coverage is 86.20%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #914      +/-   ##
===========================================
+ Coverage    59.83%   59.84%   +0.01%     
===========================================
  Files          260      260              
  Lines        12854    12855       +1     
===========================================
+ Hits          7691     7693       +2     
+ Misses        4202     4198       -4     
- Partials       961      964       +3     
Impacted Files Coverage Δ
cluster/router/healthcheck/default_health_check.go 94.11% <ø> (ø)
common/proxy/proxy_factory/default.go 13.55% <0.00%> (ø)
common/url.go 58.52% <ø> (+1.92%) ⬆️
metadata/service/remote/service.go 39.72% <0.00%> (ø)
filter/filter_impl/access_log_filter.go 61.90% <60.00%> (+1.12%) ⬆️
common/rpc_service.go 88.11% <100.00%> (+0.16%) ⬆️
config/reference_config.go 80.00% <100.00%> (ø)
config/service_config.go 62.67% <100.00%> (ø)
filter/filter_impl/generic_service_filter.go 67.30% <100.00%> (ø)
metadata/service/inmemory/service.go 85.22% <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 4ea5d0a...f7995eb. Read the comment docs.

@fangyincheng fangyincheng changed the title WIP: fix path fix path Dec 12, 2020
@fangyincheng fangyincheng changed the base branch from master to develop December 12, 2020 14:59
@zouyx zouyx added the bug Something isn't working label Dec 12, 2020
@zouyx zouyx added this to the v1.5.5 milestone Dec 12, 2020
@zouyx zouyx merged commit ab774b5 into apache:develop Dec 13, 2020
@zouyx zouyx mentioned this pull request Dec 15, 2020
@fangyincheng fangyincheng deleted the fix-path branch December 20, 2020 10:37
zouyx added a commit that referenced this pull request Dec 20, 2020
AlexStocks added a commit that referenced this pull request Jan 5, 2021
[Ftr]:Ready for release 1.5.5 but exclude #914
AlexStocks pushed a commit that referenced this pull request Apr 14, 2021
AlexStocks pushed a commit that referenced this pull request Apr 14, 2021
AlexStocks added a commit that referenced this pull request Apr 14, 2021
[Ftr]:Ready for release 1.5.5 but exclude #914
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants