Changes to UpdateTaskExecutionStatus

POST /gitpod.v1.EnvironmentAutomationService/UpdateTaskExecutionStatus

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 18 revisions of this API.227

  1. ca9a49ac7fbb1
  2. 3655d5ad0ac3216
  3. cd6a05ae99d21

What changed

    • added the new optional request property steps/items/output

      new-optional-request-property

    This revision also has 43 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 3655d5ad0ac3216See the full diff
    • request property steps/items/phase was restricted to a list of enum values

      request-property-became-enum

    • the steps/items/phase request property type/format changed from / to string/

      request-property-type-changed

    • removed gitpod.v1.TaskExecutionPhase from the steps/items/phase request property allOf list

      request-property-all-of-removed

    • added the new TASK_EXECUTION_PHASE_FAILED enum value to the request property steps/items/phase

      request-property-enum-value-added

    • added the new TASK_EXECUTION_PHASE_PENDING enum value to the request property steps/items/phase

      request-property-enum-value-added

    • added the new TASK_EXECUTION_PHASE_RUNNING enum value to the request property steps/items/phase

      request-property-enum-value-added

    • added the new TASK_EXECUTION_PHASE_STOPPED enum value to the request property steps/items/phase

      request-property-enum-value-added

    • added the new TASK_EXECUTION_PHASE_SUCCEEDED enum value to the request property steps/items/phase

      request-property-enum-value-added

    • added the new TASK_EXECUTION_PHASE_UNSPECIFIED enum value to the request property steps/items/phase

      request-property-enum-value-added

    • removed the optional property detail from the response with the default status

      response-optional-property-removed