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

Fix broken doc link in quickwit-storage #3735

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

mgattozzi
Copy link
Contributor

Description

In #3709 there was a refactor that removed StorageConfig from the scope of the changed file in this commit. This was fine as the function register in StorageResolveBuilder did not need it anymore. However, the docs alluded to registering both a factory and a config. When running make build-docs for a different change I ran into this causing the command to fail. This change updates the docs so that they can build properly again.

How was this PR tested?

I ran make build-docs to make sure they built and checked the output.

In quickwit-oss#3709 there was a refactor that removed `StorageConfig` from the
scope of the changed file in this commit. This was fine as the function
`register` in StorageResolveBuilder did not need it anymore. However,
the docs alluded to registering both a factory and a config. When
running `make build-docs` for a different change I ran into this causing
the command to fail. This change updates the docs so that they can build
properly again.
@guilload
Copy link
Member

CI used to perform that check but no longer does because of recent refactor of the workflow. Can you fix that too?

@mgattozzi
Copy link
Contributor Author

@guilload do you mean this part right here?

Would this not always run now if the source changed?

@guilload
Copy link
Member

cargo doc runs each time the source is changed as expected, but the CI workflow and make build-docs commands differ.

@fulmicoton
Copy link
Contributor

Merging. I don't think @mgattozzi has the permissions to do that.

@fulmicoton fulmicoton merged commit fc10bca into quickwit-oss:main Aug 11, 2023
@mgattozzi mgattozzi deleted the mgattozzi/StorageConfig branch August 11, 2023 17:13
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