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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | major | `v5.5.0` -> `v6.1.0` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [golang.org/x/crypto](https://pkg.go.dev/golang.org/x/crypto) | [`v0.41.0` -> `v0.45.0`](https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.41.0...refs/tags/v0.45.0) | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.45.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.41.0/v0.45.0?slim=true) | ### GitHub Vulnerability...

dependencies

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/google/go-github/v74](https://redirect.github.com/google/go-github) | `v74.0.0` -> `v80.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv74/v80.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv74/v74.0.0/v80.0.0?slim=true) | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v7.0.1` -> `v8.0.0` | --- ### Release...

dependencies

low hanging fruit to reduce build artifact size. adds `-tags nomsgpack` which was added in the gin framework many years ago (https://github.com/gin-gonic/gin/pull/2703/changes) to exclude msgpack functionality and its dependencies. we...

github.com/aws/aws-sdk-go was archived in July 2025 and we're getting dinged on it on some scorecards. here's the migration guide to v2: https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/migrate-gosdk.html. second part was adding context to funcs (as...

I hesitate to say "fixes" for https://github.com/go-vela/community/issues/997 and https://github.com/go-vela/community/issues/213 because at very very high concurrency (300 simultaneous webhooks for one repo), it's still possible to see this issue I noticed....

## Description This PR is the implementation of transforming the `User.Favorites` slice to a relational table that maps user_ids to repo_ids with positioning. This will allow for the UI to...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...

dependencies
go

Moving this skip check down will relay skipped message to the users in the audit tab rather than burying it in the webhook API responses.