Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix XML comments in opcreds cluster #7598

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

tcarmelveilleux
Copy link
Contributor

Problem

Comments in OpCreds cluster XML use C++ style rather than XML style

Change overview

  • Fix comments to use XML comments
  • Remove a TODO that is fixed.
  • Add TODO about CSR format

Testing

  • XML syntax verified using XML plugin in IDE

@todo
Copy link

todo bot commented Jun 14, 2021

Once FabricIndex is implemented, have RemoveFabric take an index instead of vid+fabricId+nopeId -->

<!-- TODO: Once FabricIndex is implemented, have RemoveFabric take an index instead of vid+fabricId+nopeId -->
<command source="client" code="0x0a" name="RemoveFabric" optional="false">
<description>This command is used by Administrative Nodes to remove a given Fabric and delete all associated
fabric-scoped data.</description>


This comment was generated by todo based on a TODO comment in 082c37a in #7598. cc @tcarmelveilleux.

@boring-cyborg boring-cyborg bot added the app label Jun 14, 2021
@todo
Copy link

todo bot commented Jun 14, 2021

Remove SetFabric + SetFabricResponse once AddOpCert command is implemented -->

<!-- TODO: Remove SetFabric + SetFabricResponse once AddOpCert command is implemented -->
<command source="client" code="0x00" name="SetFabric" optional="false">
<description>Sets the vendorID of the fabric and returns the fabricId of newly created fabric.</description>
<arg name="VendorId" type="INT16U"/>


This comment was generated by todo based on a TODO comment in 082c37a in #7598. cc @tcarmelveilleux.

@todo
Copy link

todo bot commented Jun 14, 2021

Fix to match chip-spec:#3346 -->

<!-- TODO: Fix to match chip-spec:#3346 -->
<command source="server" code="0x05" name="OpCSRResponse" optional="false">
<description>A certificate signing request (CSR) from the server.</description>
<arg name="CSR" type="OCTET_STRING"/>


This comment was generated by todo based on a TODO comment in 082c37a in #7598. cc @tcarmelveilleux.

@CLAassistant
Copy link

CLAassistant commented Jun 14, 2021

CLA assistant check
All committers have signed the CLA.

@woody-apple
Copy link
Contributor

/rebase

- Also remove a TODO that is fixed.
- Add TODO about CSR format
@todo
Copy link

todo bot commented Jun 15, 2021

Once FabricIndex is implemented, have RemoveFabric take an index instead of vid+fabricId+nopeId -->

<!-- TODO: Once FabricIndex is implemented, have RemoveFabric take an index instead of vid+fabricId+nopeId -->
<command source="client" code="0x0a" name="RemoveFabric" optional="false">
<description>This command is used by Administrative Nodes to remove a given Fabric and delete all associated
fabric-scoped data.</description>


This comment was generated by todo based on a TODO comment in d9a8bac in #7598. cc @tcarmelveilleux.

@todo
Copy link

todo bot commented Jun 15, 2021

Remove SetFabric + SetFabricResponse once AddOpCert command is implemented -->

<!-- TODO: Remove SetFabric + SetFabricResponse once AddOpCert command is implemented -->
<command source="client" code="0x00" name="SetFabric" optional="false">
<description>Sets the vendorID of the fabric and returns the fabricId of newly created fabric.</description>
<arg name="VendorId" type="INT16U"/>


This comment was generated by todo based on a TODO comment in d9a8bac in #7598. cc @tcarmelveilleux.

@todo
Copy link

todo bot commented Jun 15, 2021

Fix to match chip-spec:#3346 -->

<!-- TODO: Fix to match chip-spec:#3346 -->
<command source="server" code="0x05" name="OpCSRResponse" optional="false">
<description>A certificate signing request (CSR) from the server.</description>
<arg name="CSR" type="OCTET_STRING"/>


This comment was generated by todo based on a TODO comment in d9a8bac in #7598. cc @tcarmelveilleux.

erjiaqing added a commit to erjiaqing/connectedhomeip that referenced this pull request Jun 16, 2021
mspang added a commit that referenced this pull request Jun 16, 2021
woody-apple pushed a commit that referenced this pull request Jun 16, 2021
Per @yunhanw-google this appears to fix the build, force merging in.
nikita-s-wrk pushed a commit to nikita-s-wrk/connectedhomeip that referenced this pull request Sep 23, 2021
- Also remove a TODO that is fixed.
- Add TODO about CSR format
nikita-s-wrk pushed a commit to nikita-s-wrk/connectedhomeip that referenced this pull request Sep 23, 2021
Per @yunhanw-google this appears to fix the build, force merging in.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants