server icon indicating copy to clipboard operation
server copied to clipboard

Server/API for Vela (Target's official Pipeline Automation Framework)

Results 67 server issues
Sort by recently updated
recently updated
newest added

dependent on https://github.com/go-vela/server/pull/772 additional tests and swagger info to come

This is one in a series of PRs that enables Vela users to define pipeline steps for GitHub release events. This feature was originally requested in [#518](https://github.com/go-vela/community/issues/518) in the community...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) | `v1.54.6`...

dependencies

during webhook processing some of the helper function can set a status response for the client while the callee is also doing so. this can cause a warning that the...

see "Changes to the language" for [Go 1.21 release notes](https://go.dev/doc/go1.21) or the [spec](https://go.dev/ref/spec#Min_and_max)

Continuing efforts from: https://github.com/go-vela/server/pull/1111 `Hook.Repo` and `Hook.Build.Repo` are duplicative, so I pruned `Hook.Build.Repo` to only include `Hook.Build.Repo.ID`.

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch...

dependencies

Ref: https://github.com/go-vela/community/issues/910 Example pipeline: ```yaml version: "1" stages: failing: steps: - name: fail image: alpine:latest commands: - exit 1 - name: run on failure image: alpine ruleset: status: failure commands:...