Jordan Brockopp
Jordan Brockopp
Based off of https://github.com/go-vela/server/pull/574 and https://github.com/go-vela/server/pull/663 This change continues the refactor efforts initially introduced in the above PRs. This adds a new `repo` package to the `github.com/go-vela/server/database` package. This contains...
Based off of https://github.com/go-vela/server/pull/574, https://github.com/go-vela/server/pull/663 and https://github.com/go-vela/server/pull/687 This change continues the refactor efforts initially introduced in the above PRs. This adds a new `worker` package to the `github.com/go-vela/server/database` package. This...
Based off of https://github.com/go-vela/server/pull/574, https://github.com/go-vela/server/pull/663, https://github.com/go-vela/server/pull/687, https://github.com/go-vela/server/pull/692 and https://github.com/go-vela/server/pull/721 This change continues the refactor efforts initially introduced in the above PRs.
Based off of https://github.com/go-vela/server/pull/574, https://github.com/go-vela/server/pull/663, https://github.com/go-vela/server/pull/687 and https://github.com/go-vela/server/pull/692 This change continues the refactor efforts initially introduced in the above PRs.
Co-authored-by: @ecrupper Please vote for which option you prefer the most: * [Option 1](https://github.com/go-vela/community/blob/feature/proposal/nested_api_objects/proposals/2022/07-01_nested_api_objects.md#option-1) * [Option 2](https://github.com/go-vela/community/blob/feature/proposal/nested_api_objects/proposals/2022/07-01_nested_api_objects.md#option-2)
## Description A bug was discovered when attempting to list `shared` secrets using the `vault` engine. At this time, we're unsure if the issue is isolated to `shared` secrets when...
## Description Original stories: * https://github.com/go-vela/compiler/issues/44 * https://github.com/go-vela/types/issues/42 Update our [gopkg.in/yaml](https://github.com/go-yaml/yaml) library to the v3 functionality. https://github.com/go-yaml/yaml/tree/v3 ## Value * Reduce technical debt * Improve performance ## Definition of Done...
xref: https://github.com/go-vela/community/issues/568 Based off of https://github.com/go-vela/server/pull/665 This adds some details regarding deployment parameters in templates.