1. 19 Apr, 2019 1 commit
  2. 18 Oct, 2018 1 commit
  3. 20 Aug, 2018 1 commit
    • Nguyen Hai's avatar
      import zuul job settings from project-config · 34f91e6b
      Nguyen Hai 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: I4e27df37b22c9676ec0ed06f40c7b48c3d41c09e
      Story: #2002586
      Task: #24292
      34f91e6b
  4. 25 Jul, 2018 1 commit
  5. 11 Aug, 2017 1 commit
  6. 28 Jul, 2017 2 commits
  7. 15 Jul, 2017 1 commit
  8. 13 Jul, 2017 1 commit
  9. 10 Jul, 2017 5 commits
  10. 27 Jun, 2017 1 commit
  11. 02 Jun, 2017 1 commit
  12. 17 May, 2017 1 commit
  13. 04 May, 2017 1 commit
  14. 03 May, 2017 1 commit
  15. 20 Apr, 2017 3 commits
  16. 19 Apr, 2017 1 commit
    • Stephen Finucane's avatar
      Explicitly set 'builders' option · eaa5db38
      Stephen Finucane authored
      An upcoming release of pbr will require explicitly stating which
      builders are requested, rather than defaulting to html and man. Head off
      any potential impact this may cause by explicitly setting this
      configuration now.
      
      Change-Id: Ia04058232a839c4eaf2c85849e8b71879ae414e7
      eaa5db38
  17. 08 Mar, 2017 1 commit
  18. 02 Mar, 2017 1 commit
    • ricolin's avatar
      [Fix gate]Update test requirement · cebe77fd
      ricolin authored
      Since pbr already landed and the old version of hacking seems not
      work very well with pbr>=2, we should update it to match global
      requirement.
      Partial-Bug: #1668848
      
      Change-Id: I11191b14edd3870b5a4443a2ef9b219cb46ddb36
      cebe77fd
  19. 01 Mar, 2017 1 commit
  20. 23 Feb, 2017 1 commit
    • Tim Simmons's avatar
      Simplify OSC doc structure · 8d806158
      Tim Simmons authored
      This page should be linked from the main docs as a place to see the
      various commands that are possible. This moves the more verbose
      examples to one place and delete the other page. There was also some
      grammar that bugged me so I changed it
      
      Change-Id: I8bc23e493794a43d7f6eb4d5bd5dce965c8ff11d
      8d806158
  21. 13 Feb, 2017 1 commit
  22. 11 Feb, 2017 1 commit
  23. 06 Feb, 2017 1 commit
    • Rui Chen's avatar
      Set client module __version__ · d4cf5d3d
      Rui Chen authored
      According to PEP 396, the version of client library
      should be set in xxxclient.__version__, that help
      python-openstackclient command "module list" to get
      the right plugin module versions.
      
      Change-Id: I932287726c5b0a8638c6ad72171e98181867d88f
      Partial-Bug: #1662058
      d4cf5d3d
  24. 02 Feb, 2017 1 commit
  25. 01 Feb, 2017 3 commits
  26. 31 Jan, 2017 2 commits
  27. 30 Jan, 2017 1 commit
  28. 27 Jan, 2017 1 commit
    • sonu.kumar's avatar
      Fix broken link for modindex · 5f23b4bd
      sonu.kumar authored
      The documentation build does not generate any module index,
      therefore modified setup.cfg to create module index.
      
      Change-Id: I6140896d5779e8360c866267601713bbf572fee4
      5f23b4bd
  29. 21 Jan, 2017 1 commit
  30. 20 Jan, 2017 1 commit
    • Cao Xuan Hoang's avatar
      Add Python 3.5 classifier and venv · 0803befc
      Cao Xuan Hoang authored
      Now that there is a passing gate job, we can claim
      support for Python 3.5 in the classifier.
      This patch also adds the convenience py35 venv
      
      Change-Id: I8950bf3a7fe6c97bf973658e409e39953470f40d
      0803befc