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

Update package output structure #514

Merged
merged 8 commits into from
Jun 29, 2020

Commits on Jun 29, 2020

  1. Update package output structure

    This change contains several changes to the output generated for the package API endpoint:
    
    * dataset.id is renamed to dataset.name
    * datasources is renamed to config_templates. Currently only in the output, packages can follow later.
    * config_templates (aka datasources) do not pregenerate the content anymore to simply config building in Kibana
    * template_content is removed
    
    Further change is done to use `Dataset(s)` instead of `DataSet(s)` in the code for consistency.
    ruflin committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5d31cf1 View commit details
    Browse the repository at this point in the history
  2. update package.json?

    ruflin committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    050aef3 View commit details
    Browse the repository at this point in the history
  3. reset id

    ruflin committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    18e0b15 View commit details
    Browse the repository at this point in the history
  4. rebase on master

    ruflin committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    4069606 View commit details
    Browse the repository at this point in the history
  5. delete leftover

    ruflin committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    d694208 View commit details
    Browse the repository at this point in the history
  6. remove duplicated internal

    ruflin committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    ef7ed71 View commit details
    Browse the repository at this point in the history
  7. one more update

    ruflin committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    97d02fc View commit details
    Browse the repository at this point in the history
  8. update generated files

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