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

feat: Add exit code as output variable #2111

Merged
merged 13 commits into from
Apr 14, 2020

Commits on Feb 1, 2020

  1. add exit code as output variable to any script / container template

    - update OpenAPI spec, Go Outputs model and TS Outputs model
    - add an "exit-code-output-variable" example
    - implement "GetExitCode(containerID string) (int32, error)" for all executors
    rdigiorgio committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    b74ccf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e5215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4711ef7 View commit details
    Browse the repository at this point in the history
  4. execute "make codegen"

    rdigiorgio committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    b970891 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba150c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. fix compilation error

    rdigiorgio committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    065c684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e567e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

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

Commits on Apr 12, 2020

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

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    392aea7 View commit details
    Browse the repository at this point in the history
  2. Revert example change

    simster7 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    078feee View commit details
    Browse the repository at this point in the history
  3. Codegen

    simster7 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    8ce922e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

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