1. 25 Dec, 2021 2 commits
  2. 21 Dec, 2021 3 commits
  3. 20 Dec, 2021 3 commits
  4. 14 Dec, 2021 1 commit
  5. 01 Dec, 2021 1 commit
    • ericxiett's avatar
      Get device profile by name in cyborgclient · e1cf238c
      ericxiett authored
      This patch adds the support that getting the device profile by its
      name.
      
      Implements: blueprint show-device-profile-with-name
      Change-Id: I3587dce1555bf7a337661e2662165c171ddea57a
      e1cf238c
  6. 03 Nov, 2021 1 commit
  7. 15 Sep, 2021 1 commit
  8. 13 Sep, 2021 2 commits
  9. 02 Sep, 2021 1 commit
  10. 27 Aug, 2021 1 commit
  11. 26 Aug, 2021 2 commits
  12. 24 Aug, 2021 1 commit
  13. 23 Aug, 2021 1 commit
  14. 20 Aug, 2021 1 commit
  15. 13 Aug, 2021 1 commit
  16. 26 Jul, 2021 2 commits
    • ericxiett's avatar
      Hide the traceback when deleting a non-existent ARQ · 9d5bdc5f
      ericxiett authored
      This patch catches the 'ResourceNotFound' exception and adds
       some unittests.
      
      Closes-Bug: #1937251
      Change-Id: I1e07528e9b551ff192ee707d1988a8c07bf349a0
      9d5bdc5f
    • ericxiett's avatar
      Add checks for showing dp with name · 83c099d0
      ericxiett authored
      This patch adds checking input arg. If not uuid, raise CommandError with
       output like 'Only UUID of device_profile allowed'.
      
      Closes-Bug: #1936877
      Change-Id: I24999d0f39cbd027ef5c797ed2e9bf0bbfe8a793
      83c099d0
  17. 08 Jul, 2021 1 commit
  18. 31 May, 2021 1 commit
  19. 28 Apr, 2021 1 commit
    • XinxinShen's avatar
      setup.cfg: Replace dashes with underscores · b5f94869
      XinxinShen authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I83d80999568b7236044ac257b19c984fd5e788bb
      b5f94869
  20. 16 Apr, 2021 1 commit
  21. 29 Mar, 2021 1 commit
  22. 24 Mar, 2021 1 commit
  23. 22 Mar, 2021 2 commits
  24. 19 Mar, 2021 3 commits
  25. 17 Mar, 2021 1 commit
  26. 12 Mar, 2021 1 commit
  27. 15 Jan, 2021 1 commit
    • wu.shiming's avatar
      Revert "remove py37" · 18610cea
      wu.shiming authored
      Reason for revert: Python 3.7 *is* supported because it falls
      in the range of supported Python versions (3.6-3.8).
      
      Change-Id: I7365634864f09eb04a68d901ca4ca962fa4d7bb2
      18610cea
  28. 03 Jan, 2021 2 commits