-
Notifications
You must be signed in to change notification settings - Fork 21
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 everything #7
Conversation
Travis fails because it's not pinned on the 0.3 network probably and the resolves are too slow due to that |
|
||
```bash | ||
$ node geoip-gen.js path/GeoLite-Blocks.csv path/GeoLite-Location.csv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shall we add this script as a bin script to be installed and accessible globally? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's available as npm run generate
as documented which I think is enough, but I'm okay adding it the bin scripts
Codewise LGTM :) great work @dignifiedquire !! Finally we have geoip working with proper tests and more docs :) 💃 |
One request, if all that travis needs is to have the dataset pinned on 0.3, can we do that to see if it goes green? It will be also useful for anyone else that might want to contribute as well. |
I don't know, I'd rather have it checked in than go search for it again in the future tbh |
I want to make it green, but pinbot keeps dying when trying to pin it :( |
Let's put it into IPFS and pin.
|
Yes, put it into IPFS, not this repo. We should pin it. (We should look into making a pinbot that works with github repos.) |
Great 👍 could you squash the commits so that we don't bloat the repo size unneccessarily? |
@lgierth will do. any updates on pinning location data on 0.3? pinbot always dies |
@@ -1,260 +0,0 @@ | |||
name,alpha2,countryCallingCodes,alpha3,ioc,currencies,languages,ccTLD,status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where did this file go? is it not needed anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbenet onto ipfs
@dignifiedquire would be nice to make CI pass the tests, that way merging changes is way easier / safer. fine to be a new issue + separate PR. |
@jbenet they will pass when 0.3 has the geo data |
Merging this for now, tests will work as soon as the 0.3 issues are resolved. But I need a new release for use in ipfs/webui. |
What is blocking us from pinning it on 0.3? Is there an issue in infrastructure to track that progress that can be linked from here? |
nothing -- I'm on it |
data
)QmRn43NNNBEibc6m7zVNcS6UusB1u3qTTfyoLmkugbeeGJ
)Fixes #6