Viacheslav Shvets

Results 10 comments of Viacheslav Shvets

Thanks, but the error still appears. The log files look better, except one place: ``` worker_1 | INFO [main] (ConnectionHandler.java:240) - Creating connection cxn-1 to [rabbitmq:5672] dispatcher_1 | INFO [main]...

Sure: ``` [2016-12-28 06:23:05] request.INFO: Matched route "build_create". {"route":"build_create","route_parameters":{"_controller":"controller.build:createAction","id":"1","_route":"build_create"},"request_uri":"http://***/project/1/build/create","method":"GET"} [] [2016-12-28 06:23:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main"} [] [2016-12-28 06:23:05] security.DEBUG: User was reloaded from a...

GitLab 7.1.1 facfec4 Could it be more descriptive message then "500 Error"? Or, at least, add requirement for minimal version of gitlab to the documentation?

`http://localhost:8888/web-test.json` works, but it exposes only `web-test.yml` properties, they are not extended from `web.yml` and `application.yml`. It would be handy to get config with property inheritance.

@spencergibb At first, your answer discouraged me, because I tested it and it didn't work, but your example works. After a brief searches I've realized that this is because of...

We use the following workaround (set $VERSION and $APP_VERSION variable before you run helmfile): ```yaml {{ $prefix := now | unixEpoch }} hooks: - events: ['prepare'] command: "helm" args: ["fetch",...

@sergiomacedo Per release. I've updated the answer. Removed unneeded variables.

1. Как насчет обернуть асинхронку в синхронные `asyncio.get_event_loop().run_until_complete()` ? И что не так с метадатой?

The following workaroud works for me. After each execution I add: ```rm -rf /kaniko/0``` For example: ```shell execute() { /kaniko/executor --context . --build-arg=MYARG=1$ --cleanup --destination myregistry.com/repo:tag-$1 rm -rf /kaniko/0 }...

Any update? Looks like people wish it :)