1. 06 Dec, 2021 1 commit
  2. 06 Nov, 2021 2 commits
    • Cai Hui's avatar
      Delete the func of build_app_v0() · 29dd109c
      Cai Hui authored
      The func of def build_app_v0 is not used any more.
      Delete it.
      
      Change-Id: I1d26cfc2f398cbf219adf59e2582096cb0600e73
      29dd109c
    • Cai Hui's avatar
      Add python3.9 CI · 92844f55
      Cai Hui authored
      Add python3.9 CI in tox.ini.
      
      Change-Id: Ida07a13f5dcc152817bf2dd9353ad40f3dc61cbf
      92844f55
  3. 03 Nov, 2021 1 commit
    • Carl caihui's avatar
      Update gate CI · aa80bb77
      Carl caihui authored
      Add openstack-python3-yoga-jobs in .zuul.yaml
      
      Change-Id: I814ce6b77d357574b86cceebd04978ccbe1f0cd1
      aa80bb77
  4. 02 Nov, 2021 1 commit
    • Cai Hui's avatar
      Remove unuseful func · 8e672881
      Cai Hui authored
      Remove unuseful func and fix unit test error.
      
      Change-Id: Ibf2a60ac110a95e4cccdc73d9edb7522d6c7b43b
      8e672881
  5. 24 Aug, 2021 1 commit
    • Dmitriy Rabotyagov's avatar
      Install paste file with PIP package · 4918534f
      Dmitriy Rabotyagov authored
      For people using freezer it might be useful to retrieve api-paste
      file with package rather then looking for it in the repo.
      
      Change-Id: Ib18f00cd9c6aee4ab49f55a1f48f2388574b8fa4
      4918534f
  6. 16 Jun, 2021 1 commit
  7. 11 Jun, 2021 1 commit
  8. 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
  9. 31 May, 2021 1 commit
  10. 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
  11. 09 Mar, 2021 1 commit
  12. 03 Feb, 2021 1 commit
  13. 28 Jan, 2021 1 commit
  14. 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
  15. 07 Jan, 2021 1 commit
  16. 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
  17. 10 Nov, 2020 2 commits
  18. 07 Oct, 2020 1 commit
  19. 30 Sep, 2020 2 commits
  20. 29 Sep, 2020 2 commits
  21. 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
  22. 22 Sep, 2020 1 commit
  23. 11 Aug, 2020 2 commits
  24. 21 Jul, 2020 1 commit
  25. 08 Jul, 2020 2 commits
  26. 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
  27. 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
  28. 24 Jun, 2020 2 commits
  29. 09 Jun, 2020 1 commit
  30. 02 Jun, 2020 1 commit
  31. 26 May, 2020 1 commit