fabric-operations-console GitHub
PR #216 | add option to create system channel-less orderers |
Signed-off-by: David Huffman <dshuffma@us.ibm.com> #### Type of change - New feature #### Description - Added ability to create orderers w/o a system channel. it is selectable via a checkbox. requires deployer to be present and the feature flag `osnadmin_feats_enabled` to be true. - note if this is selected channel participation APIs must be used to create application channels |
Created At 2022-05-20 20:37:22 +0000 UTC
PR #215 | allow edit-settings api to use default password |
Signed-off-by: David Huffman <dshuffma@us.ibm.com> #### Type of change - Improvement (improvement to code, performance, etc) #### Description For automation purposes it would be nice if the console settings can be edited using the default password. This PR does that. |
Created At 2022-05-20 18:31:49 +0000 UTC
PR #214 | add support for stitch to decode utf8 characters - input |
Signed-off-by: David Huffman <dshuffma@us.ibm.com> #### Type of change - Improvement #### Description Add support for decoding utf8 characters in fabric transaction * inputs *. Similar to https://github.com/hyperledger-labs/fabric-operations-console/pull/210 fixes https://github.com/hyperledger-labs/fabric-operations-console/issues/198 |
Created At 2022-05-20 13:15:23 +0000 UTC
PR #213 | Removed extra logging added |
Signed-off-by: Ketul Shah <shah.ketul@ibm.com> #### Type of change - Test update #### Description Removed extra logging added |
Created At 2022-05-20 07:37:38 +0000 UTC
PR #212 | always get all msps on channel details page |
Signed-off-by: David Huffman <dshuffma@us.ibm.com> #### Type of change - Bug fix - cannot remove consenter from channel details page, msp drop down is empty. #### Description - from the channel details page the MSP data was only being retrieved if `isTLSCertMismatchFound` was true. This PR removes that condition and will always populate the MSP data. This data is required for the removed-consenter flow. - also fixes the description text on the remove-consenter flow |
Created At 2022-05-19 17:32:36 +0000 UTC
PR #211 | Added logging for login failures in pipeline execution |
Signed-off-by: Ketul Shah <shah.ketul@ibm.com> #### Type of change - Test update #### Description Added logging for login failures in pipeline execution |
Created At 2022-05-19 11:28:18 +0000 UTC
PR #210 | add support for stitch to decode utf8 characters - outputs |
Signed-off-by: David Huffman <dshuffma@us.ibm.com> #### Type of change - Improvement #### Description Add support for decoding utf8 characters in fabric transaction outputs. Specifically the read/write set from a transaction will now display correctly * **if** * utf8 characters were used. fixes https://github.com/hyperledger-labs/fabric-operations-console/issues/198 |
Created At 2022-05-17 17:51:12 +0000 UTC
PR #209 | Added more logging around login for Saas and Software scenarios |
Signed-off-by: Ketul Shah <shah.ketul@ibm.com> #### Type of change - Test update #### Description Added more logging around login for Saas and Software scenarios for pipeline troubleshooting |
Created At 2022-05-17 15:03:57 +0000 UTC
PR #208 | Update safelist comp update |
#### Type of change - Bug fix #### Description Same fix as https://github.com/hyperledger-labs/fabric-operations-console/pull/205 but this PR fixes the update component api. |
Created At 2022-05-17 14:47:49 +0000 UTC