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

Use BasePackage for search output data #529

Merged
merged 3 commits into from
Jun 23, 2020

Commits on Jun 22, 2020

  1. Use BasePackage for search output data

    So far the `/search` output was manually built. This had the risk that the format of the package output and search output diverge but they should not. To prevent this, a BasePackage is introduced. The package is composed out of this BasePackage with additional fields.
    
    This change does not affect the output, only the order of the output.
    ruflin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    ca9e042 View commit details
    Browse the repository at this point in the history
  2. add changelog

    ruflin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    f3d4151 View commit details
    Browse the repository at this point in the history
  3. update tests accordingly

    ruflin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    eea4189 View commit details
    Browse the repository at this point in the history