1. 26 Aug, 2021 1 commit
  2. 09 Aug, 2021 2 commits
  3. 06 Aug, 2021 2 commits
  4. 05 Aug, 2021 1 commit
  5. 29 Jul, 2021 1 commit
  6. 07 Jul, 2021 2 commits
  7. 01 Jun, 2021 1 commit
  8. 17 May, 2021 1 commit
  9. 13 May, 2021 1 commit
  10. 12 May, 2021 1 commit
  11. 29 Apr, 2021 1 commit
    • YuehuiLei's avatar
      setup.cfg: Replace dashes with underscores · 35769893
      YuehuiLei 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: I7727b19a1804188ce3e6957c2402a3009cd5eedc
      35769893
  12. 05 Apr, 2021 1 commit
  13. 24 Mar, 2021 2 commits
  14. 08 Mar, 2021 1 commit
    • wangzihao's avatar
      Use TOX_CONSTRAINTS_FILE · a7e99a62
      wangzihao authored
      UPPER_CONSTRAINTS_FILE is old name and deprecated
      This allows to use upper-constraints file as more
      readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
      
      Change-Id: I0c8c2c4a783c4f0ac9f7530d4d18937ce5b17c61
      a7e99a62
  15. 24 Feb, 2021 1 commit
  16. 09 Feb, 2021 1 commit
  17. 16 Nov, 2020 1 commit
  18. 05 Nov, 2020 3 commits
  19. 22 Oct, 2020 1 commit
    • Slawek Kaplonski's avatar
      Rename jobs from the experimental queue · af40bc68
      Slawek Kaplonski authored
      Jobs "networking-bgpvpn-bagpipe-dsvm-install" and
      "networking-bgpvpn-dsvm-install" was renamed recently as part of zuulv3
      migration to networking-bgpvpn-bagpipe-install and to
      networking-bgpvpn-install
      
      Change-Id: If9b5ce8522acf298c037b14fa11dc5b97f8c8bef
      af40bc68
  20. 14 Oct, 2020 2 commits
  21. 23 Sep, 2020 2 commits
  22. 13 Sep, 2020 1 commit
  23. 11 Sep, 2020 2 commits
  24. 07 Sep, 2020 1 commit
  25. 20 Aug, 2020 1 commit
  26. 29 Jul, 2020 1 commit
    • elajkat's avatar
      finish the zuulv3 migration of some bgpvpn jobs · 05831cfe
      elajkat authored
      networking-bgpvpn-bagpipe-dsvm-install and
      networking-bgpvpn-dsvm-install jobs are still legacy jobs, this patch
      aims to move them to zuulv3 syntax. The new job names are:
      networking-bgpvpn-bagpipe-install and networking-bgpvpn-install
      
      Change-Id: I75e66d864f175fef19b0f20155dec60725496034
      05831cfe
  27. 28 Jul, 2020 2 commits
    • elajkat's avatar
      Switch to hacking 3.0.1 · 96c266c9
      elajkat authored
      Make the code compatible with hacking rules:
      * import order problems
      * line break before/after binary operator (for this added ignore for
      W504, line break after binary operator
      * indentation problems
      
      I removed the rule N530 (Direct neutron imports not allowed), as that is
      a longer story.
      As a side-effect use newer pylint version, and fix the problems reported
      
      Change-Id: I701c89ecc890a1d866815b5401cd4c022c51c9c4
      Depends-On: https://review.opendev.org/#/c/708965/
      96c266c9
    • elajkat's avatar
      Fix pep8 job · 8c6564ff
      elajkat authored
      New versions of isort broke pylint. This patch fixes it at 4.3.21.
      Make sure that siblings are installed for functional tests.
      
      Change-Id: Id04da60731543d970de6a1a88da5a32435be1aae
      8c6564ff
  28. 02 Jun, 2020 1 commit
  29. 27 May, 2020 1 commit
    • zhanghao's avatar
      Remove _MovedItems in pylintrc · f99c46b0
      zhanghao authored
      _MovedItems is defined in six, six has been removed,
      so it can also be removed.
      
      Change-Id: I837db304696c1eb9d3580a64290e6148247aa0bd
      f99c46b0
  30. 26 May, 2020 1 commit
    • zhanghao's avatar
      Remove usage of six · 06d0e0e9
      zhanghao authored
      With python3.x, classes can use 'metaclass=' instead of
      'six.add_metaclass'.
      
      Change-Id: I69814806752e7dab67f643c424e75462fbc6a033
      06d0e0e9