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

Commits on Oct 22, 2024

  1. use code root, not checkout root

    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.
    haarg committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2231b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dcf4f6 View commit details
    Browse the repository at this point in the history
  3. simplify /v1/ dev rewrite

    haarg committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a3c681a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccf93ba View commit details
    Browse the repository at this point in the history
  5. move MetaCPAN::Model::Search to MetaCPAN::Query::Search

    The module more resembles a query module.
    haarg committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7c9d5c7 View commit details
    Browse the repository at this point in the history