1. 16 Aug, 2021 1 commit
  2. 15 Apr, 2021 1 commit
  3. 23 Mar, 2021 8 commits
  4. 17 Mar, 2021 1 commit
  5. 12 Feb, 2021 2 commits
    • Ghanshyam Mann's avatar
      [goal] Deprecate the JSON formatted policy file · 86381515
      Ghanshyam Mann authored
      As per the community goal of migrating the policy file
      the format from JSON to YAML[1], we need to do two things:
      
      1. Change the default value of '[oslo_policy] policy_file''
      config option from 'policy.json' to 'policy.yaml' with
      upgrade checks.
      
      2. Deprecate the JSON formatted policy file on the project side
      via warning in doc and releasenotes.
      
      Also replace policy.json to policy.yaml ref from doc and tests.
      
      [1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html
      
      Change-Id: I207c02ba71fe60635fd3406c9c9364c11f259bae
      86381515
    • Ghanshyam Mann's avatar
      Fix gate requirement checks job · 76270c83
      Ghanshyam Mann authored
      Current requirements-check job is failing with
      below error:
      
      ERROR: Requirement for package PrettyTable excludes a version not excluded in the global list.
        Local settings : {'<0.8'}
        Global settings: set()
        Unexpected     : set()
      Validating test-requirements.txt
      
      Keeping PrettyTable same as what we have in openstack/requirements repo
      
      Change-Id: I63633d2932757ca23bcea69fd655a2499a5b6d31
      76270c83
  6. 03 Feb, 2021 2 commits
  7. 26 Jan, 2021 1 commit
    • sue's avatar
      incorrect name in unit test · ec218989
      sue authored
      Incorrect name would mislead new developer.
      
      Change-Id: I6ea228035df4437162b6c559ebb7bfb16853c520
      ec218989
  8. 25 Jan, 2021 2 commits
  9. 21 Jan, 2021 1 commit
  10. 04 Jan, 2021 1 commit
    • suzhengwei's avatar
      remove bandit B322 check · 262edc8c
      suzhengwei authored
      The check for this call to input() has been removed.
      The input method in Python 2 will read from standard input, evaluate and
      run the resulting string as python source code. This is similar, though
      in many ways worse, than using eval. On Python 2, use raw_input instead,
      input is safe in Python 3.
      
      Change-Id: I8654f0c197bfe88796b56e9d85f563cdded6e8a8
      262edc8c
  11. 27 Nov, 2020 1 commit
  12. 10 Nov, 2020 1 commit
  13. 02 Nov, 2020 1 commit
  14. 29 Oct, 2020 1 commit
  15. 21 Oct, 2020 1 commit
    • wu.chunyang's avatar
      Remove the unused coding style modules · 5097665b
      wu.chunyang authored
      Python modules related to coding style checks (listed in blacklist.txt in
      openstack/requirements repo) are dropped from lower-constraints.txt
      they are not needed during installation.
      
      Change-Id: Iadf4581646131f87803c2cebbc66bd55fdb56685
      5097665b
  16. 17 Oct, 2020 3 commits
  17. 12 Oct, 2020 2 commits
  18. 10 Oct, 2020 1 commit
  19. 01 Oct, 2020 4 commits
    • Thomas Goirand's avatar
      Fixed diff with upstream tag. · d62c4895
      Thomas Goirand authored
      d62c4895
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 66129ea2
      Thomas Goirand authored
      66129ea2
    • Thomas Goirand's avatar
      Now packaging 5.0.0_rc1 · 4e97e23d
      Thomas Goirand authored
      4e97e23d
    • Thomas Goirand's avatar
      Merge tag '5.0.0_rc1' into debian/victoria · 4452cbf4
      Thomas Goirand authored
      watcher 5.0.0.0rc1 release candidate
      
      meta:version: 5.0.0.0rc1
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release candidate
      meta:pypi: no
      meta:first: no
      meta:release:Author: Thierry Carrez <thierry@openstack.org>
      meta:release:Commit: Thierry Carrez <thierry@openstack.org>
      meta:release:Change-Id: I2c11f61842bc6e56f6d79bc368e9fa56ad020480
      meta:release:Code-Review+1: licanwei <li.canwei2@zte.com.cn>
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+1: Boyron Sébastien <sboyron@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      4452cbf4
  20. 30 Sep, 2020 2 commits
    • xuanyandong's avatar
      Remove six · 16a04866
      xuanyandong authored
      Replace the following items with Python 3 style code.
      
      - six.string_types
      - six.integer_types
      - six.moves
      - six.PY2
      
      Implements: blueprint six-removal
      
      Change-Id: I2a0624bd4b455c7e5a0617f1253efa05485dc673
      16a04866
    • Zuul's avatar
      Merge "Add Python3 wallaby unit tests" · 2454d4d1
      Zuul authored
      2454d4d1
  21. 27 Sep, 2020 1 commit
  22. 25 Sep, 2020 1 commit
  23. 22 Sep, 2020 1 commit