Skip to content

feat(api): mark deployments succeeded #14

Description

@ctxswitch

Parent

Related to #1

What to build

Implement the success action for started Deployment Requests so the API can record completed successful deployments.

Acceptance criteria

  • POST /deployments/{id}/succeed transitions started requests to succeeded.
  • Succeed accepts an optional note.
  • Succeeding before start returns a conflict error.
  • succeeded is terminal.
  • Tests cover successful success marking, invalid success transitions, and terminal success behavior.

Blocked by

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions