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

Decouple storage dependencies and bump Go to 1.13.x #1886

Merged
merged 5 commits into from
Oct 29, 2019

Conversation

yurishkuro
Copy link
Member

@yurishkuro yurishkuro commented Oct 29, 2019

this little dependency pulls all storage implementations into custom builds, not worth it.

The Go bump is needed as staticcheck is failing on 1.12

Copy link

@andreynkravtsov andreynkravtsov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Yuri Shkuro added 2 commits October 29, 2019 11:20
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
@yurishkuro yurishkuro changed the title Decouple storage dependencies Decouple storage dependencies and bump Go to 1.13.x Oct 29, 2019
Yuri Shkuro added 3 commits October 29, 2019 11:29
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
@codecov
Copy link

codecov bot commented Oct 29, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1886   +/-   ##
=======================================
  Coverage   98.44%   98.44%           
=======================================
  Files         197      197           
  Lines        9645     9645           
=======================================
  Hits         9495     9495           
  Misses        114      114           
  Partials       36       36

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 6887ae4...b41ae02. Read the comment docs.

@yurishkuro
Copy link
Member Author

Data race in in-memory storage uncovered, fixing it a well.

@yurishkuro yurishkuro merged commit 1dd338d into jaegertracing:master Oct 29, 2019
@yurishkuro yurishkuro deleted the decouple-storage-deps branch October 29, 2019 17:04
@yurishkuro yurishkuro added this to the Release 1.15 milestone Nov 7, 2019
backjo pushed a commit to backjo/jaeger that referenced this pull request Dec 19, 2019
* Decouple storage dependencies

Signed-off-by: Yuri Shkuro <ys@uber.com>

* Bump Go version to 1.13.x

Signed-off-by: Yuri Shkuro <ys@uber.com>

* Fix quotes

Signed-off-by: Yuri Shkuro <ys@uber.com>

* Force go modules off

Signed-off-by: Yuri Shkuro <ys@uber.com>

* Fix data race

Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Jonah Back <jonah@jonahback.com>
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.

3 participants