Ian Boden
Ian Boden
wiotp no longer supports quickstart so had to remove all code specific to it and remove or edit any tests reliant upon it. changed the dsc tests to be skipped...
Changes required to support version 2.0.0 of paho.mqtt.python without breaking support for 1.x Version 2.0.0 introduces a new callback version, to allow for backwards compatability we need to initialize the...
MustableSequence in collections was deprecated in Python 3.3 and has been removed in 3.10 so will need to update: https://github.com/ibm-watson-iot/iot-python/blob/1bda780f6b1e74db2e11ad02225fc51e06d2a42e/src/wiotp/sdk/api/registry/diag.py#L13 The suggested soltuion is to import it from collections.abc instead
# Prerequisites *Note: You may remove this section prior to submitting your report.* A small team of volunteers monitors issues. Please help us to help you by making it simple...
There is something wrong in the jenkins job which means that builds that fail (ie the build step in the job fails) do not necessarily cause the job to fail....
Having an option to deploy the WebUI as part of the operator would be really useful for getting people using Amlen. There are several parts to this: - [ ]...
This only really matters when the node is starting up during creation where HA is disabled.
move LDAP password into a secret and turn off ldap port and only allow ldaps config file assumes the password so will also need to get that from a secret
When a cluster has been provisioned in fyre we want to use the relevant proxy address for artifactory rather than using the public one. This requires adding the proxy addresses...