Neal

Results 13 comments of Neal

I was originally thinking _generic_ for the package name but we actually already use the _native_ nomenclature in a few package interfaces. The thought was _native_ might sync up with...

Was this validated to still be an issue after the work done in #1618?

I think I like keeping the controls on the admin side. I do think it could expand into maybe some new routing keys in the `worker:` block but I'm not...

> Instead of relying on an ever-increasing list of env vars It's probably worth noting that one of the reasons we use urfave/cli so heavily for injecting config is setting...

We might need to add a new flag for a single entrypoint but you can do a single file. Here's the CLI one: https://github.com/go-vela/cli/blob/master/cmd/vela-cli/main.go#L72-L80 All of the ENV configs in...

Yeah, that would be a big thing because the hyphen or underscore will keep the key on the same level as the YAML file. The dot syntax turns that section...

Today we use: [buildkite/yaml](github.com/buildkite/yaml) (last commit Oct 16th, 2018) Above is a fork of: [go-yaml/yaml](github.com/go-yaml/yaml) (last commit Jun 2nd, 2020) The option we are thinking about moving toward: [goccy/yaml](github.com/goccy/yaml) (last...

Initial PR testing out the [goccy/go-yaml](https://github.com/goccy/go-yaml) library https://github.com/go-vela/types/pull/118 Types ad-hoc tests looked good but the real testing will need to happen once this change is pulled into the compiler.

I lean towards option 3 as well. As far as order of operations, are you thinking it does the checksum against the raw pipeline in the repo vs to once...

@GregoryDosh I kinda like the idea but I'm a little concerned that's not quite as applicable in this case. I do like the idea of more advanced security policies for...