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

Add dataset_types to package info #511

Closed
wants to merge 4 commits into from

Commits on Jun 22, 2020

  1. Add /types API endpoint

    The type API endpoint exposes the number of packages with a dataset of a certain type exists. Today this is what is exposed by the category endpoint but this will be repurposed. The value of the type is based on the dataset.type field, indirectly the type definition inside the dataset manifest.
    
    It is expected that Kibana switches over to using this endpoint and then the category endpoint can be refactored. What is currently exposed under category is not really categories.
    ruflin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    6aec1c5 View commit details
    Browse the repository at this point in the history
  2. remove types endpoint

    ruflin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    74ffc0f View commit details
    Browse the repository at this point in the history
  3. adjust to dataset_types

    ruflin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    bb6374a View commit details
    Browse the repository at this point in the history
  4. fix tests

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