server
server copied to clipboard
Server/API for Vela (Target's official Pipeline Automation Framework)
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...
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) |  |  | ### GitHub Vulnerability...
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` |  |  | --- ### Release...
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...
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...
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.