1. 16 Aug, 2016 3 commits
  2. 15 Aug, 2016 2 commits
    • georgschoelly's avatar
      f88dce0d
    • Andrew's avatar
      Implement XML exporter (#270) · 5ed66aca
      Andrew authored
      * Implement XML exporter
      
      * Add support for UAObject and references
      
      Exporter can now export regular objects. First attempt at exporting
      references added for review. Split some methods so building etree and
      dump/write are separate.
      
      * Add reference aliases, add export of object type
      
      * Added UA data type, variable type, namespace uris
      
      * Example for custom namespace uri
      5ed66aca
  3. 12 Aug, 2016 1 commit
  4. 11 Aug, 2016 1 commit
  5. 10 Aug, 2016 3 commits
  6. 09 Aug, 2016 2 commits
  7. 08 Aug, 2016 2 commits
    • Marcel's avatar
      support multiple depths of inheritance for instantiate (#271) · 9c60ba32
      Marcel authored
      * support multiple depths of inheritance for instantiate
      
      * move common methods to common/ua_utils.py
      
      * add method is_child_present to ua_utils.py
      
      * cleanup empty newlines
      
      * Improve implementation of is_child_present
      
      * [is_child_present] avoid break
      9c60ba32
    • Marcel's avatar
      Updated examples to reflect the proposed changes in the API (#243) · 9d00d60c
      Marcel authored
      * Updated examples to reflect the proposed changes in the API
      
      * pdated examples to reflect the proposed changes in the API, fix wrong method
      
      * Updated examples to lateste version of the API including the instantiate
      
      * revert renaming of server-custom-object.py
      9d00d60c
  8. 07 Aug, 2016 1 commit
  9. 06 Aug, 2016 1 commit
  10. 05 Aug, 2016 2 commits
  11. 03 Aug, 2016 1 commit
  12. 01 Aug, 2016 4 commits
  13. 31 Jul, 2016 7 commits
  14. 30 Jul, 2016 1 commit
  15. 29 Jul, 2016 1 commit
  16. 27 Jul, 2016 1 commit
    • maljac's avatar
      Use namespaces in XML import (#253) · b9b1be18
      maljac authored
      * Use server namespaces uri to identify namepsace index for node imports (2)
      
      * Fixes test failures / Add unittest
      
      * Add unittest (2)
      b9b1be18
  17. 26 Jul, 2016 1 commit
  18. 24 Jul, 2016 2 commits
  19. 21 Jul, 2016 4 commits