1. 30 Mar, 2022 1 commit
  2. 26 Mar, 2022 1 commit
  3. 12 Mar, 2022 4 commits
    • Thomas Goirand's avatar
      Clean $(CURDIR)/debian/tmp/usr/etc · dce75e30
      Thomas Goirand authored
      dce75e30
    • Thomas Goirand's avatar
      Add autopkgtest. · d9c0f677
      Thomas Goirand authored
      d9c0f677
    • Thomas Goirand's avatar
      Now packaging 12.0.0_rc1 · ac784c59
      Thomas Goirand authored
      ac784c59
    • Thomas Goirand's avatar
      Merge tag '12.0.0_rc1' into debian/yoga · 24c1bcbc
      Thomas Goirand authored
      freezer-api 12.0.0.0rc1 release candidate
      
      meta:version: 12.0.0.0rc1
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release candidate
      meta:pypi: no
      meta:first: no
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: I3619f79fecca92aa580e0631e3c284c537354b3b
      meta:release:Code-Review+1: gecong <ge.cong@zte.com.cn>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      24c1bcbc
  4. 30 Dec, 2021 1 commit
  5. 06 Dec, 2021 1 commit
  6. 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
  7. 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
  8. 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
  9. 06 Oct, 2021 1 commit
  10. 29 Sep, 2021 3 commits
  11. 20 Sep, 2021 3 commits
  12. 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
  13. 16 Aug, 2021 1 commit
  14. 16 Jun, 2021 1 commit
  15. 11 Jun, 2021 1 commit
  16. 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
  17. 31 May, 2021 1 commit
  18. 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
  19. 15 Apr, 2021 1 commit
  20. 23 Mar, 2021 6 commits
  21. 09 Mar, 2021 1 commit
  22. 03 Feb, 2021 1 commit
  23. 28 Jan, 2021 1 commit
  24. 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
  25. 07 Jan, 2021 1 commit
  26. 07 Dec, 2020 1 commit
  27. 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