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 · 4aaea5a4
      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: Ibe1ec2fe17e55a102a7d194be2e0e5274a6401e8
      Story: #2002586
      Task: #24292
      4aaea5a4
  4. 25 Jul, 2018 1 commit
  5. 15 May, 2017 1 commit
  6. 09 Mar, 2017 1 commit
  7. 02 Feb, 2017 2 commits
  8. 01 Feb, 2017 3 commits
  9. 31 Jan, 2017 2 commits
  10. 30 Jan, 2017 1 commit
  11. 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
  12. 21 Jan, 2017 1 commit
  13. 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
  14. 19 Jan, 2017 3 commits
  15. 16 Jan, 2017 1 commit
  16. 13 Jan, 2017 1 commit
  17. 22 Dec, 2016 1 commit
    • Cao Xuan Hoang's avatar
      Removes unnecessary utf-8 encoding · 22dbb563
      Cao Xuan Hoang authored
      The following files added utf-8 encoding but never used. So we can
      remove them at all.
      
      designateclient/tests/base.py
      designateclient/tests/test_designateclient.py
      
      Change-Id: Id11c8241544ef076c95986bb645cdc6cce652a1c
      22dbb563
  18. 21 Dec, 2016 1 commit
    • Tony Breeds's avatar
      Add Constraints support · 08c5a645
      Tony Breeds authored
      Adding constraints support to libraries is slightly more complex than
      services as the libraries themselves are listed in upper-constraints.txt
      which leads to errors that you can't install a specific version and a
      constrained version.
      
      This change adds constraints support by also adding a helper script to
      edit the constraints to remove python-designateclient.
      
      Change-Id: I2976e5615bd46449690072b09aeaad59c1674d44
      08c5a645
  19. 15 Dec, 2016 1 commit
  20. 11 Dec, 2016 1 commit
  21. 09 Dec, 2016 1 commit
  22. 07 Dec, 2016 2 commits
  23. 25 Nov, 2016 1 commit
  24. 22 Nov, 2016 1 commit
    • ghanshyam's avatar
      Use tempest instead of Tempest-lib · e995bfd5
      ghanshyam authored
      tempest-lib has been deprecated since a year. All
      the interfaces available in tempest-lib are now available
      in tempest/lib.
      
      This patch make use of tempest/lib instead of tempest-lib.
      Also add tempest in test-requirements.txt
      
      Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
      e995bfd5
  25. 18 Nov, 2016 1 commit
  26. 09 Nov, 2016 1 commit
  27. 04 Nov, 2016 1 commit
  28. 02 Nov, 2016 1 commit
  29. 01 Nov, 2016 1 commit
  30. 28 Oct, 2016 1 commit
    • Cedric Brandily's avatar
      Ensure X-Auth-All-Projects header value is a string · 850bee7d
      Cedric Brandily authored
      Header values are strings so we should provide a string as
      X-Auth-All-Projects header value instead of a boolean (which is
      transformed into: "<type 'bool'>" by python-requests)
      
      Change-Id: Id4172f424565da5afb1f310195a0b7ba37674064
      850bee7d
  31. 27 Oct, 2016 1 commit
  32. 18 Oct, 2016 2 commits