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

Feature/vendoring #8

Merged
merged 7 commits into from
Mar 21, 2017
Merged

Feature/vendoring #8

merged 7 commits into from
Mar 21, 2017

Conversation

kghatton
Copy link
Contributor

No description provided.

Keith Hatton added 3 commits March 14, 2017 14:58
- Ignore all files in /vendor other than vendor.json
- Back off elasticsearch client to match the version in
concept-search-api
- Add govendor to circle.yml
"ignore": "test",
"package": [
{
"checksumSHA1": "4gy/7n/lgtdi5efuHXwFcIe1ZI8=",
Copy link
Contributor

@izzyblues izzyblues Mar 15, 2017

Choose a reason for hiding this comment

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

Few libraries that you use are versioned. (I created a version for most FT libraries)
I think it is more clear to point to a specific version tag rather than latest commit in the master branch.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 38.642% when pulling 54e8573 on feature/vendoring into 3e1493e on master.

@codecov-io
Copy link

codecov-io commented Mar 15, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@3e1493e). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master       #8   +/-   ##
=========================================
  Coverage          ?   35.98%           
=========================================
  Files             ?        8           
  Lines             ?      339           
  Branches          ?        0           
=========================================
  Hits              ?      122           
  Misses            ?      212           
  Partials          ?        5

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 3e1493e...50e1d54. Read the comment docs.

},
{
"checksumSHA1": "ziYrpyU5zo1q9+n1kaXqkR3kP2s=",
"path": "github.com/stretchr/testify/assert",
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like that latest version for github.com/stretchr/testify/assert is 1.1.4, but if you are using some features that are implemented only in the master branch, it looks good to me.

Tests still pass with this version, so we aren't relying on any later
features. I had to match the nested vendoring revision manually, and
govendor doesn't use the "version" property for those resources.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 38.642% when pulling bc33106 on feature/vendoring into 3e1493e on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 38.642% when pulling c957018 on feature/vendoring into 3e1493e on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 38.642% when pulling 50e1d54 on feature/vendoring into 3e1493e on master.

@galiri galiri merged commit 50e1d54 into master Mar 21, 2017
@kghatton kghatton deleted the feature/vendoring branch March 21, 2017 13:54
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.

None yet

7 participants