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

Extend entrypoint parameter #77

Merged
merged 11 commits into from
Jan 2, 2024
Merged

Extend entrypoint parameter #77

merged 11 commits into from
Jan 2, 2024

Commits on Jan 2, 2024

  1. Add Entrypoint class and update CodeContent model to reference Entryp…

    …oint.
    
    Allows distinction between different types of plain code executions and more freedom in defining how it should be run.
    MHHukiewitz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d798a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    421a674 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62e2e4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    874c3c6 View commit details
    Browse the repository at this point in the history
  5. Extend parsing of ProgramMessage to account for default values

    Default values in `ProgramContent` could make `item_content` verification fail, as they get added upon parsing. Creating `item_content` now triggers a parsing of `ProgramContent` and dumps its resulting struct.
    MHHukiewitz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    29d2925 View commit details
    Browse the repository at this point in the history
  6. Fix formatting

    MHHukiewitz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    49d2d05 View commit details
    Browse the repository at this point in the history
  7. Fix typing

    MHHukiewitz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8cfdc70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24742a5 View commit details
    Browse the repository at this point in the history
  9. Fix rebase

    MHHukiewitz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    74bbe85 View commit details
    Browse the repository at this point in the history
  10. Fix typing for mypy

    MHHukiewitz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    457fa23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46f3038 View commit details
    Browse the repository at this point in the history