1. 05 Mar, 2020 1 commit
  2. 28 Jan, 2020 2 commits
  3. 04 Jul, 2019 1 commit
  4. 19 Apr, 2019 1 commit
  5. 24 Mar, 2019 1 commit
  6. 15 Mar, 2019 1 commit
  7. 14 Mar, 2019 3 commits
  8. 28 Jan, 2019 4 commits
  9. 20 Dec, 2018 1 commit
  10. 17 Dec, 2018 2 commits
  11. 04 Dec, 2018 1 commit
  12. 07 Nov, 2018 2 commits
    • Nguyen Hai Truong's avatar
      Update document building tox target · 28be18bd
      Nguyen Hai Truong authored
      This patch set updates the tox targets for doc and reno building so it is
      in line with other OpenStack projects' structure.
      
      Change-Id: I70366984cdc49983504c6084e36339bb4f80ac01
      28be18bd
    • Cai Hui's avatar
      Use freezerclient.client to support v1 or v2 · 6763ff9a
      Cai Hui authored
      The python-freezerclient 2.0.0 is released now. We can directly use
      freezerclinent.client to support api v1 or v2.
      
      Change-Id: I30ad8694d137e0fab081b0f8ded842caa723c86f
      6763ff9a
  13. 06 Nov, 2018 1 commit
  14. 03 Nov, 2018 1 commit
    • Nguyen Hai Truong's avatar
      Don't quote {posargs} in tox.ini · 4e0a794a
      Nguyen Hai Truong authored
      Quotes around {posargs} cause the entire string to be combined into one
      arg that gets passed to stestr. This prevents passing multiple args
      (e.g. '--concurrency=16 some-regex')
      
      Change-Id: I92f08bc4cd2273738002999165498dac548cb421
      4e0a794a
  15. 02 Nov, 2018 1 commit
    • Nguyen Hai Truong's avatar
      Update min tox version to 2.0 · 76bd7e27
      Nguyen Hai Truong authored
      The commands used by constraints need at least tox 2.0.
      Update to reflect reality, which should help with local running of
      constraints targets.
      
      Change-Id: I2927d99acb744ce2ef9ab71940950ec954476a64
      76bd7e27
  16. 01 Nov, 2018 1 commit
  17. 31 Oct, 2018 1 commit
    • Cai Hui's avatar
      Fix README.rst error · 2a53faaa
      Cai Hui authored
      Fix README.rst error.
      
      Change-Id: I4633771b3417139915a9da39944aeac34f1f728b
      2a53faaa
  18. 30 Oct, 2018 1 commit
  19. 29 Oct, 2018 1 commit
    • Cai Hui's avatar
      Support freezer API v2 · 6b2b3957
      Cai Hui authored
      The web-ui support API v2.
      
      Change-Id: I2a27d092bb38c3ebff1e89b333e017cc12e67624
      Story: 2003973
      Task: 26915
      6b2b3957
  20. 24 Oct, 2018 1 commit
  21. 12 Sep, 2018 2 commits
    • qingszhao's avatar
      add python 3.6 unit test job · f1effba0
      qingszhao authored
      This is a mechanically generated patch to add a unit test job running
      under Python 3.6 as part of the python3-first goal.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: I2f0f5a2c581a31117d88c5fea30b53dc329a5c62
      Story: #2002586
      Task: #24296
      f1effba0
    • qingszhao's avatar
      import zuul job settings from project-config · 7be38ca7
      qingszhao authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: Ifeaf89f0f7314d442112452ed1649a3694901271
      Story: #2002586
      Task: #24296
      7be38ca7
  22. 06 Sep, 2018 1 commit
  23. 30 Aug, 2018 2 commits
    • huang.zhiping's avatar
      fix tox python3 overrides · d5b58994
      huang.zhiping authored
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: Ieab35197d7ba098080dd9388fcf1e7165ae8b359
      d5b58994
    • Zuul's avatar
      Merge "Add test 'node_modules' in '.gitignore'" · efcdaea9
      Zuul authored
      efcdaea9
  24. 16 Aug, 2018 1 commit
    • Akihiro Motoki's avatar
      Drop nose dependencies · 2c76fee6
      Akihiro Motoki authored
      Horizon test setting no longer depends on nose and related stuffs.
      This commit cleans up nose related dependencies.
      
      The change was made in horizon Rocky-3,
      so horizon 14.0.0.0b3 is required at least.
      
      Also drops unnecessary Django dependencies. There is no need to
      install Django explicitly as it is a horizon dependency.
      
      The lower bound of oslo.log is added to pass requirements-check job.
      The new lower bound is picked up from lower-constraints.txt.
      
      Change-Id: I32978c11b54ba22a64109cfee1167f473d353373
      2c76fee6
  25. 19 Jul, 2018 2 commits
  26. 02 Jul, 2018 1 commit
  27. 19 Jun, 2018 1 commit
    • Kent Wu's avatar
      Avoid using deprecated opt in Web-UI · 40a07a0e
      Kent Wu authored
      Use new opt instead of deprecated opt to avoid KeyError.
      
      Change-Id: I9bff33eac9c756afb571f81824a8a3242477f321
      Closes-Bug: #1777705
      40a07a0e
  28. 16 Jun, 2018 1 commit
  29. 22 May, 2018 1 commit
    • Jakub Jursa's avatar
      Added engine_name parameter to action creation. · 357117be
      Jakub Jursa authored
      With implementation of new engines (nova, rsync, ...) a regression was
      introduced - user is no longer able to create working action for nova instance
      backup because config generated by freezer-scheduler passed to freezer-agent
      doesn't contain 'engine_name' thus falling back to default value 'tar'
      even when 'mode' is set to 'nova'. This patch adds possibility to specify
      'engine_name' in web UI which is then passed to freezer-scheduler job cfg.
      
      Change-Id: Ifc4ed728db369da54fecef3c2ecf4dfcbfe4fefb
      357117be