Easton Crupper
Easton Crupper
Closes https://github.com/go-vela/community/issues/539 Now that we store the `webhook_id` in the hooks table, we're able to edit the webhook whenever a user updates their repo settings. With this functionality, we will...
Getting build by ID will be very helpful in a number of ways, but the reason at the top of mind is using this endpoint to retrieve a build that...
This is very much a draft but I was hoping it could provide some more detail on how the ACP idea might work server-side. For example purposes, I made the...
This is very much a draft but I was hoping it could provide some more detail on how the pipeline signing might work server-side. For example purposes, I made `Trusted`...
When working with templates that are found in the same repo as the Vela file, any live edits to the templates requires the users to reference their specific branch in...
Closes https://github.com/go-vela/community/issues/325 Closes https://github.com/go-vela/community/issues/659 Building off the work done in https://github.com/go-vela/server/pull/556, using repository events can help maintain parity between GitHub repos and their Vela equivalent.
Part of the effort for https://github.com/go-vela/community/issues/613. It would be helpful to not have to make two calls to the database during our webhook process. This can be remedied by returning...
Closes https://github.com/go-vela/community/issues/547 A couple things to note about this PR: 1) It does not account for runtime rules, such as `continue` and `status`. The reason being: templates are compiled and...
Requires https://github.com/go-vela/types/pull/271 and https://github.com/go-vela/server/pull/727 Adding UI capabilities for differentiating PRs from contributors and PRs from forks. See types PR for more details. Also updated `elm-exploration/test` version as it was giving...
## Description If a user is working in the CLI and their token expires, the error message is not very helpful: ```sh panic: runtime error: invalid memory address or nil...