Karl Stoney
Karl Stoney
Hey, I'm trying to upgrade to v3.0.0 but there seems to be a change in filter, which I don't know how to work around. When i say filter, I mean...
[ 'LON:VM', 'LON:BARC', 'LON:IDONTEXIST' ] Unhandled rejection StatusCodeError: 400 - "Error 400 (Not Found)!!1_{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px;}_ > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}pre{white-space:pre-wrap;}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png)...
Says it all really... this repo was largely a proof of concept.
At the moment the kubernetes folder contains `preprod` and `prod`, really; we could be much smarter and have something like `docker-compose --rm ciinabox deploy environment --name=preprod` and subsequently use a...
It would be nice to have a bunch of premade modules that you can deploy to a target environment. This would set up all the networking/terraform aspects and also deploy...
It would be nice to have a default go-config.xml which has an example pipeline of build, test, deploy (preprod, prod) of https://github.com/Stono/simple-node-app, so that people can see the web sequence...
If using kubernetes Deployments for ages, when scaled/deleted and a new agent comes back up with a different host name, the old agents go into `lost contact` and are never...
A big list of `enforce_arg` calls is not easy to manage. We should just use `.env.default` as a list of mandatory keys, some with values, which `.env` overwrittes if present....
As the agents actually build images on the underlying GKE host; and there is an image for each GO_PIPELINE_COUNTER, those images build up over time and don't get cleared. [Image...
The script generates /etc/go-users which is used for htpasswd auth; however there is currently a manual step which requires you to go into the new go server, go into admin...