-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: update ipni components #36
Conversation
refactor utils out into reusable project internal package
78965ec
to
c2a982b
Compare
Adds integration tests for IPNI! Which is really exciting, it's been the piece I've felt most uncertain about and had the most breakage with. I can now exercise various scenarios and new features without too much fear of breakage. Along with integration tests I've added Depends on ipni/storetheindex#2242. |
internal/integration/ipni_test.go
Outdated
|
||
// install the indexer to announce to | ||
indexer := filepath.Join(tr.Dir, "storetheindex") | ||
tr.Run("go", "install", "github.com/ipni/storetheindex@e56485343dd8e235581191b4668b5bfc0cea0781") // TODO: use @latest when we have a release |
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.
TODO before merge
edb85d5
to
b26059d
Compare
b26059d
to
065a7fc
Compare
Added lassie to the flow so it's a proper e2e now
|
4bc8451
to
3eac6a9
Compare
6732fe8
to
0298b03
Compare
0298b03
to
14c76d3
Compare
No description provided.