Andre Marcelo-Tanner

Results 9 issues of Andre Marcelo-Tanner

Converted most of the `cake` tasks into Gulp tasks To test run: - `npm install --dev` - `npm run build` or `gulp` and you can build/run server as `npm start`...

Currently cant use Helm 3.0.0-alpha.2 with `helm secrets install` I get this error ```sh $ helm secrets install RELEASE-NAME CHART -f ./values.yaml Error: unknown flag: --client helm install: invalid option...

check if env is given first before doing config_section test

Added `mkconfig` command. ``` deploy mkconfig stage \ --user visionmedia \ --host server-ip-address.com \ --repo [email protected]/visionmedia/deploy.git \ --path /home/deploy \ --ref origin/master \ --post-deploy ./bin/post-deploy [stage] user=visionmedia host=server-ip-address.com [email protected]/visionmedia/deploy.git path=/home/deploy...

An alternative to #32 , this is a separate script which runs deploy on multiple environments in your configuration Runs `deploy` on multiple configurations which are grouped by a cluster...

Runs `deploy` on multiple configurations which are grouped by a group name like `[Group1:AppA]` and `[Group1:AppB]` Running `deploy Group1:*` will run `deploy` on both `[Group1:AppA]` and `[Group1:AppB]`

I was able to get AspectMock to instrument my own classes in my directory but I can not get it to work on classes in the composer `/vendor` directory.... Is...

the constructor examples overwrites initial state by default so what if your initial state comes from outside? how do you insert that after the `CONSTRUCTOR` or do we make the...

invalid

Adding support for the Datadog Events API https://docs.datadoghq.com/api/latest/events/?code-lang=curl