Results 14 issues of Negash

close #64 Work with simple call ```bash > eval "return redis.call('set','foo','bar')" 0 OK > GET foo "bar" > eval "return redis.call('GET','foo')" 0 bar > eval "return 10" 0 (integer) 10...

Can we do support the EVAL command? https://redis.io/commands/eval

wip

It close https://github.com/joyieldInc/predixy/issues/52 Add more custome commands (like https://github.com/joyieldInc/predixy/pull/20) to CustomCommand in .conf Tested on gitlab

Label In off chart is not updated after create app: {{ template "stolon.name" . }} https://github.com/helm/charts/blob/4527ebe8a36180ddd16973acddf476abe7264cfe/stable/stolon/templates/proxy-service.yaml#L6 In iwolf upgrade always if new version is deploy https://github.com/lwolf/stolon-chart/blob/42e44c4241c29b06f70fafd034d1909498b0c559/stolon/templates/proxy-service.yaml#L7 app label change with...

close https://github.com/lwolf/stolon-chart/issues/35

I run selenium hub with firefox and proxy browsermob by [`bwowk/browsermob-proxy`](https://hub.docker.com/r/bwowk/browsermob-proxy/) 1) all in `docker-compose.yml` file ```yml hub: image: selenium/hub ports: - 4444:4444 firefox: image: selenium/node-firefox links: - hub -...

Hello, how i can make routes like ```python app.router.add_route('/{route_1}/*',dynamic) ``` to make queries: /my_rote/test /my_rote/test/test /my_rote/test/test/test.....

Please create gh-pages with chart release

## Description VApp and node names are the same in vcloud-csi-configmap ``` vcloud-csi-config.yaml: |+ vcd: host: VCD_HOST org: ORG vdc: OVDC vAppName: NODE_PER_VAPP clusterid: CLUSTER_ID ``` ## Checklist - [x]...

cla-rejected