-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(cmds): allow to set the configuration file path #8634
feat(cmds): allow to set the configuration file path #8634
Conversation
f64d1b0
to
0764066
Compare
@guseggert : can you do the final review/merge so we can close this out? |
go.mod
Outdated
// FIXME(BLOCKING): Update to release tag once https://github.com/ipfs/go-ipfs-config/pull/162 lands. | ||
github.com/ipfs/go-ipfs-config v0.19.1-0.20220221223623-ea7b3a0b7fba |
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.
update
return &FSRepo{path: expPath}, nil | ||
configFilePath, err := config.Filename(rpath, userConfigFilePath) | ||
if err != nil { | ||
// FIXME: Personalize this when the user config path is "". |
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.
Do we need to do this?
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.
Not blocking, just a normal FIXME, can remove if you want.
This comment was marked as resolved.
This comment was marked as resolved.
5fa000a
to
34356a1
Compare
Can you add a sharness test covering these new flags? |
@guseggert : it says you approved the changes but I see you've also requested a sharness test. To make it clear, do you want to adjust your review to "request changes"? |
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.
Can you add a sharness test covering these new flags?
34356a1
to
3f4c0df
Compare
Not sure what are the |
It's a known issue, we can ignore |
@schomatis : can you rebase please? That will fix CI and then we can merge. |
ec9bcec
to
9a8cb13
Compare
9a8cb13
to
e172ad2
Compare
First iteration, still incomplete. Review needed at this point to move forward.
Depends on ipfs/go-ipfs-config#162.
Closes #8067.