Preston McGowan
Preston McGowan
I didn't know that you could chain deployment tasks. I was thinking of just ./ml local deploy modules --clean
Secondary thought, might warrant another "issue". What about a command to effectively "ls" the modules database and say what is missing or not in the filesystem codebase? This would let...
If you and I are both working on an application but our services are in different code bases, when you deploy your code it would hopefully not remove mine. That...
The actual permission name being set on a role was changed, as noted in the original issue. I have only had ML Eng change this name the one time. I...
WIll this break my "workaround" where I cannot install Ruby and have to use jRuby instead?
Here are the list of values that need to be set. I grabbed this list from cp-ansible/roles/confluent.variables/defaults/main.yml: control_center_keystore_keypass: control_center_keystore_storepass: control_center_truststore_storepass: kafka_broker_keystore_keypass: kafka_broker_keystore_storepass: kafka_broker_truststore_storepass: kafka_connect_keystore_keypass: kafka_connect_keystore_storepass: kafka_connect_replicator_consumer_keystore_keypass: kafka_connect_replicator_consumer_keystore_storepass: kafka_connect_replicator_consumer_truststore_storepass: kafka_connect_replicator_keystore_keypass: kafka_connect_replicator_keystore_storepass:...
I reviewed and updated some of the linting. Where the lint rules really messed up the intention of the comment or notes in the file, I disabled yamlint and enabled...
+1, especially for the known RegExp issue
A few more... ``` [14:00:46] Starting 'marklogic-node:npmInstall'... npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN deprecated [email protected]: gulp-util is deprecated -...