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

Implements the nodes/full_types endpoint for the FastAPI #73

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2024

  1. Add nodes/full_types endpoint to REST API

    The logic is mainly copied from aiida-core with slight adaptations to
    resolve type checker errors.
    agoscinski committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    514b3b5 View commit details
    Browse the repository at this point in the history
  2. Renintroduce pull_request in GitHub workflow with if case

    The disadvantage of removing the `pull_request` as trigger event for an
    GitHub workflow is that it does not trigger for pushes from a foreign
    repo. To run the workflow also in this case without running the workflow
    twice for PRs based on the original repo we introduce an if case that
    runs the `pull_request` event only when it from a foreign repo.
    agoscinski committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e6e300e View commit details
    Browse the repository at this point in the history