Skip to content
Snippets Groups Projects
  1. Aug 03, 2018
  2. Apr 26, 2018
    • eeldill's avatar
      Fix sphinx-docs job for stable branch · a297dee7
      eeldill authored
      build-openstack-sphinx-docs jobs fail on stable branches due to the new
      pip version 10 introduces some previously Warning as Error: in case of
      calling "pip install" without any package name, the command fails.
      tox_install.sh is called during docs job without any package passed to pip.
      
      Change-Id: I2ceaaeed803df847d6d12722fd32b8f42eaa7545
      a297dee7
  3. Aug 11, 2017
  4. Jul 28, 2017
  5. Jul 12, 2017
  6. Jul 06, 2017
  7. Jun 27, 2017
  8. May 17, 2017
  9. Apr 24, 2017
    • kavithahr's avatar
      Python 3.5 is added · 4eb804f2
      kavithahr authored
      Python 3.5 was missing so i have added.
      
      Change-Id: Ica89b115929cd72b27ba33f1d5bd7e1fe5eeddec
      4eb804f2
  10. Apr 12, 2017
  11. Mar 02, 2017
  12. Feb 17, 2017
  13. Feb 10, 2017
  14. Feb 07, 2017
  15. Jan 19, 2017
  16. Jan 16, 2017
  17. Jan 06, 2017
  18. Jan 05, 2017
  19. Jan 04, 2017
    • Tony Breeds's avatar
      Add Constraints support · 05b2c645
      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 mox3.
      
      Change-Id: I45b01a7cfca742233ac1f63a17d72cd96a6830ba
      05b2c645
    • Victor Stinner's avatar
      Use inspect.signature() if available · 4a85ff0e
      Victor Stinner authored
      inspect.signature() was added to Python 3.3. inspect.getargspec() is
      deprecated since Python 3.0 and doesn't support keyword-only
      parameters.
      
      Change-Id: I09dd8a38cc3166bc55917bc0813185457b43a971
      4a85ff0e
    • OpenStack Proposal Bot's avatar
      Updated from global requirements · a8afb043
      OpenStack Proposal Bot authored
      Change-Id: I933d1756215c81d7858625dda32929c02b8ce459
      a8afb043
    • Tony Xu's avatar
      Remove vim header from source files · 229ea6b0
      Tony Xu authored
      Change-Id: I67a1ee4e894841bee620b1012257ad72f5e31765
      229ea6b0
    • Victor Stinner's avatar
      setup.cfg: configure doc build · 8adafee3
      Victor Stinner authored
      Add [build_sphinx] and [upload_sphinx] sections to build the
      documentation in doc/build/ instead of build/doc/. It should fix the
      Jenkins docs job which is currently broken.
      
      Change-Id: I2d0ed916ae1132bf47584313a7f2c93f94a97b86
      8adafee3
  20. Nov 28, 2016
  21. Nov 25, 2016
  22. Jul 21, 2016
  23. Jun 21, 2016
  24. May 30, 2016
  25. May 18, 2016
  26. Apr 08, 2016
Loading