1. 16 Jun, 2021 1 commit
  2. 11 Jun, 2021 1 commit
  3. 10 Jun, 2021 1 commit
    • caihui's avatar
      Fix the error for the module of falcon · 22d20337
      caihui authored
          File "/home/zuul/src/opendev.org/openstack/freezer-api/freezer_api/common/exceptions.py", line 73, in handle
          status=falcon.status.HTTP_404,
      
          AttributeError: module 'falcon' has no attribute 'status'
      
      Change-Id: I3b77a5a3799f066ef189862e75de24b4c25c0569
      22d20337
  4. 31 May, 2021 1 commit
  5. 13 May, 2021 1 commit
    • yangyawei's avatar
      setup.cfg: Replace dashes with underscores · e2c13507
      yangyawei 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: I684486e308850c3cefef64314bea01f813d196f6
      e2c13507
  6. 09 Mar, 2021 1 commit
  7. 03 Feb, 2021 1 commit
  8. 28 Jan, 2021 1 commit
  9. 25 Jan, 2021 1 commit
    • caihui's avatar
      Fix pylint error · 34641efc
      caihui authored
      Use pylint = 2.6.0 , fix some errors.
      
      Change-Id: I1fdb40c7a8ac986332e10b642ab86799fc5ff78d
      34641efc
  10. 07 Jan, 2021 1 commit
  11. 27 Nov, 2020 1 commit
    • caihui's avatar
      Fix devstack install error · c87d9cb2
      caihui authored
      With the removal of screen support,tail_log is deprecated and removed after Queens.
      
      Change-Id: Ia0dadd6cb403e98c988c99935d32804df9b7ed59
      c87d9cb2
  12. 10 Nov, 2020 2 commits
  13. 07 Oct, 2020 1 commit
  14. 30 Sep, 2020 2 commits
  15. 29 Sep, 2020 2 commits
  16. 28 Sep, 2020 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/victoria · 6d66cefb
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/victoria.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/victoria.
      
      Change-Id: I8d4159761acd6468bb5b8c57c6e84497f115c9a4
      Sem-Ver: feature
      6d66cefb
  17. 22 Sep, 2020 1 commit
  18. 11 Aug, 2020 2 commits
  19. 21 Jul, 2020 1 commit
  20. 08 Jul, 2020 2 commits
  21. 06 Jul, 2020 2 commits
    • caihui's avatar
      Overriding configured project name (freezer-api) · b66bfa03
      caihui authored
      [openstackdocstheme] overriding configured project name (freezer-api) with
      name extracted from the package (freezer-api); you can disable this
      behavior with the 'openstackdocs_auto_name' option
      
      Change-Id: Icbe9ceff6ad25dc353a3c574f32b26bc007c7294
      b66bfa03
    • caihui's avatar
      Fix docs output error · b744d68b
      caihui authored
      writing output... [ 33%] cli/freezer-manager-status
      [openstackdocstheme] the 'repository_name' config option has been deprecated
       and replaced by the 'openstackdocs_repo_name' option; support for the former
       will be dropped in a future release
      [openstackdocstheme] the 'bug_project' config option has been deprecated and
      replaced by the 'openstackdocs_bug_project' option; support for the former
       will be dropped in a future release
      [openstackdocstheme] the 'bug_tag' config option has been deprecated and
      replaced by the 'openstackdocs_bug_tag' option; support for the former will
      be dropped in a future release
      writing output... [ 66%] cli/index
      writing output... [100%] index
      
      Change-Id: I55903e4f914673aba5ac986b845c2a6504830c19
      b744d68b
  22. 02 Jul, 2020 2 commits
    • caihui's avatar
      Add py38 in tox. · 11223563
      caihui authored
      In new release, the project  is used  python38 to replace python37,
      so drop py37,add py38 in tox.
      
      Change-Id: Ie08f9bbb98cd21ebace4cc32c6090f2aa249738d
      11223563
    • caihui's avatar
      Use setstr to execute unittest test · 11dfa6a0
      caihui authored
      The stestr[1] is parallel Python test runner designed to execute unittest test suites using multiple processes.
      Test cases can be executed faster.
      
      [1]https://github.com/mtreinish/stestr
      
      Change-Id: Ic0b210685535f94a70a175385afdd9f399f4d690
      11dfa6a0
  23. 24 Jun, 2020 2 commits
  24. 09 Jun, 2020 1 commit
  25. 02 Jun, 2020 1 commit
  26. 26 May, 2020 1 commit
  27. 21 May, 2020 1 commit
  28. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · fde440d1
      Ghanshyam Mann authored
      flake8 new release 3.8.0 added new checks and gate pep8
      job start failing. hacking 3.0.1 fix the pinning of flake8 to
      avoid bringing in a new version with new checks.
      
      Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
      flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
      break the pep8 job if new check are added.
      
      To avoid similar gate break in future, we need to bump the hacking min
      version.
      
      - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
      
      Change-Id: Id3437e183fd4065d900f1b667a6599d5c2d9b987
      fde440d1
  29. 09 May, 2020 2 commits
  30. 29 Apr, 2020 1 commit
    • jacky06's avatar
      tox: Keeping going with docs · 746c97b8
      jacky06 authored
      Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
      suggests, keeps the build running when it encounters non-fatal errors.
      This is exceptionally useful in avoiding a continuous edit-build loop
      when undertaking large doc reworks where multiple errors may be
      introduced.
      
      [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
      
      Change-Id: I582af8ad8f9a6b05f5a245a155b87be6e2d63874
      746c97b8
  31. 22 Apr, 2020 1 commit