Kristian Van Der Vliet

Results 25 issues of Kristian Van Der Vliet

## Versions: * mgmt version (eg: `mgmt --version`): `mgmt version 0.0.17-36-gb449be8` * operating system/distribution (eg: `uname -a`): `Linux ubuntu-bionic 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64...

I'd like to use go-erd at work to generate ERD's from source, and already have a patch that supports recursing into sub-directories and generating a single DOT file. However without...

The following changes make it easier to wrap the wordpress cookbook and control its behaviour: 1. `node.set_unless` doesn't do what you might think it does (http://tickets.opscode.com/browse/CHEF-2945), and setting normal attributes...

Is a known Github issue with OAuth scope granularity: https://github.com/dear-github/dear-github/issues/113 Might be worth adding the boilerplate provided by @mezis to the Github plugin page, to help explain why the scope...

Build logs from Docker build hosts may contain the output `stdin: not a tty` This is related to a known bug in Docker: https://github.com/docker/docker/issues/8755

bug

Right now adding or modifying users only requires WRITE permissions on the org. but logically that should be an ADMIN permission. This applies to both PUT /:organization and PUT /:organization/:username

It may be useful to be able to store certain secret data "Organization wide", rather than per. job. For example, a heavy Chef user may want to use Test Kitchen...

enhancement

If a job fails in a strange way (E.g. the build host goes away while the job is still running) then the job may be left in a "stuck" state,...

enhancement

It might be useful to have a "File" action plugin that can touch/create files on the build host with a given content. This could be useful for adding E.g. development...

enhancement

Jobs can contain secrets, which are decrypted and injected into the job context. It may also be useful to allow jobs to define non-encrypted data as variables which are also...

enhancement