Skip to content

Conversation

@markg85
Copy link
Contributor

@markg85 markg85 commented Jul 31, 2022

The file contains the gateway your node is hosting in the http://: format.
Structurally it works exactly the same as the API file.

IPIP: ipfs/specs#280

The file contains the gateway your node is hosting in the http://<host>:<port> format.
Structurally it works exactly the same as the API file.
@markg85
Copy link
Contributor Author

markg85 commented Jul 31, 2022

cc @lidel, @Stebalien, @SgtPooki, @aschmahmann and @TheDiscordian
Just all those that were involved in one way or another with #8847

Note that @lidel offered to review this meaning it's just a "fyi" for the others.

I'd like to get this in the next kubo (0.15.0) as ffmpeg already relies on this and curl is probably soon going to follow suit.

@Jorropo
Copy link
Contributor

Jorropo commented Jul 31, 2022

I'd like to get this in the next kubo (0.15.0) as ffmpeg already relies on this and curl is probably soon going to follow suit.

Our new release policy is a linux like one, where whatever is ready (merged into master and not absolutely crashing everything) is released, anything else is just bumped down.

We do that every 5 weeks (including a week of freeze / RC). The freeze start is 2022-08-18.

@markg85
Copy link
Contributor Author

markg85 commented Jul 31, 2022

Guess we have 2 1/2 week to get it "mergeable" then @Jorropo ;)

I have no clue why some tests fail btw.. Any hint there?

@Jorropo
Copy link
Contributor

Jorropo commented Jul 31, 2022

I've restarted the tests because the errors was weird, I do think it's related to your PR, we don't have THAT many flaky tests.

@Jorropo
Copy link
Contributor

Jorropo commented Jul 31, 2022

@markg85 the linter is complaining, please run go fmt ./...

Copy link
Contributor

@Jorropo Jorropo left a comment

Choose a reason for hiding this comment

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

You need defers because if your program return early (the Errorf or Close fail) you never run your cleanup code.
defers also run if the goroutine panic.

Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
markg85 and others added 2 commits August 1, 2022 13:23
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
lidel
lidel previously requested changes Aug 2, 2022
Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

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

Needs green CI and a sharness test that confirms the file is created and includes URL matching the value in Addresses.Gateway.

@markg85
Copy link
Contributor Author

markg85 commented Aug 2, 2022

Green, yay :)
Don't accept yet though, I need to add a testcase for this.

@lidel lidel changed the title feat: add gateway file feat: add $IPFS_PATH/gateway file Aug 5, 2022
@markg85 markg85 requested review from Jorropo and lidel August 7, 2022 22:26
@markg85
Copy link
Contributor Author

markg85 commented Aug 7, 2022

Hi all,

I added a testcase in the file that already has a slew of gateway tests in there. Seemed like the logical place (either that or the daemon test file).

Is there anything else I need to do for this patch?

Copy link
Contributor

@Jorropo Jorropo left a comment

Choose a reason for hiding this comment

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

LGTM, thx for your patch 🎉

}

if len(listeners) > 0 {
if err := node.Repo.SetGatewayAddr(listeners[0].Addr()); err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems quite arbitrary to pick the index 0, I would maybe add a filter to pick localhost if possible but I don't think it's worth fixing.

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