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

various cleanups #1292

Merged
merged 5 commits into from
Oct 22, 2024
Merged

various cleanups #1292

merged 5 commits into from
Oct 22, 2024

Conversation

haarg
Copy link
Member

@haarg haarg commented Oct 21, 2024

Remove some unused prereqs.

Simplify the /v1/ URL handling in dev mode by using a mount, rather than a rewrite.

Move the search module to a query module, since it essentially matches the pattern of those modules.

Calculate the root directory based on the files, not based on git.

@haarg haarg force-pushed the haarg/cleanup branch 2 times, most recently from 8723246 to e67bc74 Compare October 21, 2024 14:29
@oalders
Copy link
Member

oalders commented Oct 21, 2024

Is this ready for review?

@haarg
Copy link
Member Author

haarg commented Oct 21, 2024

Yes.

When searching for the root of the code, we don't actually want the
checkout root. In Docker, there won't actually be a checkout. Instead,
we just want the root directory. This can be calculated based on the
config module's path.
The module more resembles a query module.
Copy link
Member

@oalders oalders left a comment

Choose a reason for hiding this comment

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

@haarg haarg merged commit 07643e3 into master Oct 22, 2024
1 check passed
@haarg haarg deleted the haarg/cleanup branch October 22, 2024 16:17
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.

2 participants