Skip to content

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.

haarg added 5 commits October 22, 2024 12:03
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.

3 participants