1. 17 Feb, 2023 1 commit
  2. 13 Feb, 2023 2 commits
    • bitkeeper's avatar
      [xmlexporter] fix extensionobjects typeid indentifier missing namespace... · 07e6df2f
      bitkeeper authored
      [xmlexporter] fix extensionobjects typeid indentifier missing namespace mapping to idx_in_exported_file
      
      Other nodeids namespace are corrected to ``dx_in_exported_file`, only  the extensionobject typeid identifier isn't. Resulting in bad export.
      
      Example:
      ```
      <uax:ListOfExtensionObject>
              <uax:ExtensionObject>
                <uax:TypeId>
                  <uax:Identifier>i=296</uax:Identifier>
                </uax:TypeId>
                <uax:Body>
                  <uax:Argument>
                    <uax:Name>MyFiled</uax:Name>
                    <uax:DataType>
                      <uax:Identifier>ns=3;i=3003</uax:Identifier>
                    </uax:DataType>
      ```
      In the case above `<uax:Identifier>ns=3;i=3003</uax:Identifier>` isn't corrected.
      This can be easly fixed in `XmlExporter._val_to_etree` by using the lookup table `self._addr_idx_to_xml_idx`.
      07e6df2f
    • Andreas Heine's avatar
      fix-register-server-sessionless (#1193) · 83d79f3e
      Andreas Heine authored
      * Update server.py
      
      * Update server.py
      
      * add: unregister
      
      * update: register procedure
      
      * update: uaprocessor
      
      * add: fixme
      
      * fix: test
      
      * fix: tests
      83d79f3e
  3. 06 Feb, 2023 2 commits
  4. 22 Jan, 2023 1 commit
  5. 20 Jan, 2023 3 commits
  6. 11 Jan, 2023 1 commit
  7. 01 Jan, 2023 2 commits
  8. 29 Dec, 2022 6 commits
  9. 09 Dec, 2022 1 commit
  10. 08 Dec, 2022 1 commit
  11. 25 Nov, 2022 1 commit
  12. 24 Nov, 2022 2 commits
  13. 20 Nov, 2022 2 commits
  14. 09 Nov, 2022 1 commit
  15. 08 Nov, 2022 3 commits
  16. 07 Nov, 2022 2 commits
  17. 03 Nov, 2022 2 commits
  18. 31 Oct, 2022 5 commits
  19. 28 Oct, 2022 2 commits