An error occurred fetching the project authors.
  1. 24 Oct, 2024 1 commit
  2. 13 Sep, 2023 1 commit
  3. 24 Aug, 2023 1 commit
  4. 24 Jul, 2023 1 commit
  5. 06 Feb, 2023 1 commit
  6. 06 Jun, 2022 1 commit
  7. 29 Apr, 2022 1 commit
  8. 27 Apr, 2022 1 commit
  9. 19 Jan, 2021 1 commit
  10. 07 Dec, 2020 1 commit
    • Fabian Beitler's avatar
      Add check if BrowseName already exists in ParentNode (#306) · 6a913f89
      Fabian Beitler authored
      * Add check if BrowseName already exists in ParentNode
      
      * Replace try-except blocks
      Log error in check_method, not everywhere else
      
      * Remove checks, because they are not cought if UaClient sends addNode request
      
      * Add test to try identifing if BrowseName of new Node is child of ParentNode. If yes, raise error.If Node is root, ignore test.
      
      * Fix tests, because multiple identical BrowseNames with the same parent Node is not allowed.
      
      * Remove exception and ignore root Node directly
      
      * Fix test by change Browsename
      
      * Tidy up codeformat
      
      * Try to get all sorts of NodeId child classes
      Delete root Node parent check
      
      * Remove empty aspace arg
      Check if Reference is a HasChild Reference or a subtype of it
      
      * Change pytest fixtures to function to not interfere with other tests
      Add check if Nodes are in the same Namespace as well
      Add duplicated browsename test
      
      * Seperate between root Node or others
      As well pushing test again...
      
      * Add more Meta information about Node positions
      
      * Add more Meta information about Nodes which seems to fail
      
      * Change Browsename since both Nodes contain the same Browsename
      
      * Replace dirty print with log
      
      * Register Namespace and import Nodes, because Tests have been interfered eachother
      
      * Try if test interferes with others
      
      * Add check to catch faulty preperation
      
      * Revert "Try if test interferes with others"
      
      This reverts commit b0ac20dc2e898a70a7dedb433da9b88dfb2dc3fd.
      Revert "Add check to catch faulty preperation"
      
      This reverts commit c0e5ff6c628076b99d972778fef2dd33132a29a2.
      
      * Change parallel jobs to stages, to reduce the load from Travis
      
      * Check if just this test causes problems
      
      * Fix typo in decorator of pytest
      
      * Change object name
      Delete some nodes after test, to be reusable in other
      Undo scope back to module
      
      * Add more Node cleanups
      
      * Add cleanup if xml was imported
      
      * Add more Node cleanups to avoid duplicated browsenames while import xml in tests
      
      * Fix list issue in test
      
      * Add even more necessary node cleanups
      
      * Add more Node cleanups
      
      * Remove faulty await
      
      * Add Node cleanup for imported xml Nodes
      
      * Try to get rid of imported nodes from xml
      
      * Getting rid of imported nodes from xml
      
      * Revert Travis
      Some PEP8 cleanups
      
      * Fix some changes back to master branch state
      
      * Revert pytest changes
      
      * Avoid multiple Nodes with same Browsename in test server
      
      * Add some more Node cleanups
      
      * Revert wrong changes
      
      * Switch try/except with if ... not/else statement
      
      * Remove empty parent check
      Replace explicit in _nodes[] check with a general in _aspace[] check
      6a913f89
  11. 09 May, 2020 2 commits
  12. 22 Dec, 2019 1 commit
  13. 29 Aug, 2019 1 commit
  14. 02 Aug, 2019 1 commit
  15. 23 Feb, 2019 1 commit
  16. 02 Aug, 2018 1 commit
  17. 01 Aug, 2018 2 commits
  18. 31 Jul, 2018 1 commit
  19. 30 Jul, 2018 9 commits
  20. 03 Feb, 2018 1 commit
  21. 31 Jan, 2018 1 commit
  22. 30 Jan, 2018 2 commits