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 references endpoint #78

Merged
merged 12 commits into from
Nov 21, 2019
Merged

Add references endpoint #78

merged 12 commits into from
Nov 21, 2019

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    f5632db View commit details
    Browse the repository at this point in the history
  2. Start adding references endpoint

    Also update provider information in meta to align with providers.json on
    Materials-Consortia/OPTiMaDe on github.com
    CasperWA committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    0412e18 View commit details
    Browse the repository at this point in the history
  3. Update server with references and clean up code

    Moved all utility functions used by the server in main.py into utils.py.
    
    Abstracted some things away to utility functions and BaseClassres, in
    order to easier create new entry endpoints.
    
    Added /references, /references/{entry_id}, and /info/references to the
    validator.
    CasperWA committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    21528ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ac75e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    afa62a3 View commit details
    Browse the repository at this point in the history
  2. Reintroduce Structure- and ReferenceResponse*

    In order for openapi.json to include the StructureResource and
    ReferenceResource, the specific resource response models are needed.
    CasperWA committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9fe01e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    d8b1356 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    68f83af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d543de View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    0c71bd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1edbf2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fef46b View commit details
    Browse the repository at this point in the history