Gowrav Shekar
Gowrav Shekar
@dos65, Thank you for the explanation. Really appreciate your time and consideration. Package class works. The artifact wasn't refreshed when I added package to class. On restarting `mist-master` it worked....
After upgrading, `mist-cli apply -f conf/correlation-matrix.conf --validate true -u ''` - Works. `mist-cli apply -f conf --validate true -u ''` - Getting same error message. `Artifact key xxx.jar has to...
@blvp, Is there a way to use an environmental variable or config to use in `data.file-path` in `artifact.conf`? Some thing similar as below: data.file-path = "./path/to/artifact_${ARTIFACT_VERSION}.jar"
Instead of forcing the end user for extension; How about appending the extension based on the mime-type of the artifact when the extension is missing. - `application/java-archive` for `jar`. -...
It appears that your webpack config, as a global loaders defined for *.js files. Using global settings(*.js) to apply loaders will affect bootstrap-webpack. To overcome this, you can use the...
I haven't used on windows. You are welcome to make a pull request, if there are any issues present.
Use custom configuration. https://github.com/gowravshekar/bootstrap-webpack#custom-configuration
Really appreciate the hardwork you have put in to get us this wonderful extension. I'm looking to add this plugin to my website which has https. Have done modifications in...
Thank you for the quick reply. Yes, I have changed the file /protected/extensions/yii-node-socket/lib/js/client/client.template.js ``` javascript // Replace http with https // socket = io.connect('http://:/client'); socket = io.connect('https://:/client'); ``` Still, I...
Really appreciate your support and hints to get this extension up and running in https connection. To summarize, these are the changes i have done to get it work. /protected/extensions/yii-node-socket/lib/js/server/server.js...