Skip to content
Snippets Groups Projects
  1. Sep 21, 2016
  2. Sep 16, 2016
  3. Sep 14, 2016
  4. Sep 09, 2016
  5. Sep 06, 2016
    • Christian Berendt's avatar
      Improve script to check used source versions · 4b69671a
      Christian Berendt authored
      * rename version_check.py to version-check.py
      * move requirement beautifulsoup4 from requirements to test-requirements
      * add new requirement PrettyTable to test-requirements
      * add debug logging messages (can be enabled with --debug parameter)
      * add support to load configured versions from a kolla-build.conf
        file (can be used with --config-file parameter)
      * use PrettyTable to print out a nice result table
      
      ---snip---
      +---------+-----------------+----------------+------------------...
      | Project | Current version | Latest version | Comparing changes...
      +---------+-----------------+----------------+------------------...
      | aodh    | 2.0.3           | 2.0.4          | https://github.co...
      | cinder  | 8.0.0           | 8.1.0          | https://github.co...
      | ironic  | 5.1.1           | 5.1.2          | https://github.co...
      | murano  | 2.0.0           | 2.0.1          | https://github.co...
      | nova    | 13.1.0          | 13.1.1         | https://github.co...
      +---------+-----------------+----------------+------------------...
      ---snap---
      
      TrivialFix
      
      Change-Id: I5b5d3db34396b2fc95714273612563ea14e78cf8
      4b69671a
  6. Aug 29, 2016
  7. Aug 25, 2016
  8. Aug 21, 2016
  9. Aug 19, 2016
  10. Aug 18, 2016
  11. Aug 12, 2016
  12. Aug 08, 2016
  13. Aug 04, 2016
    • Christian Berendt's avatar
      Add doc8 test and improve rst syntax · c3d8262e
      Christian Berendt authored
      This will test all rst files inside the doc directory for style issues with
      doc8 (an opinionated style checker for rst styles of documentation).
      
      This will fix all syntax issues identified by doc8 and will improve
      the syntax.
      
      Change-Id: Id1b9563e07e77e306aef5a0767c98c27f87c5c0e
      c3d8262e
  14. Jul 28, 2016
  15. Jun 24, 2016
  16. Jun 21, 2016
  17. May 30, 2016
  18. May 21, 2016
  19. May 18, 2016
  20. May 17, 2016
  21. May 13, 2016
  22. Apr 28, 2016
  23. Apr 14, 2016
  24. Apr 08, 2016
  25. Mar 23, 2016
  26. Mar 08, 2016
  27. Mar 05, 2016
  28. Mar 04, 2016
  29. Jan 19, 2016
  30. Jan 17, 2016
  31. Jan 13, 2016
  32. Jan 01, 2016
  33. Dec 18, 2015
  34. Dec 02, 2015
  35. Nov 19, 2015
  36. Nov 18, 2015
  37. Nov 13, 2015
  38. Aug 28, 2015
  39. Aug 19, 2015
    • Steven Dake's avatar
      The requirements.txt file isn't correct · 5d671a56
      Steven Dake authored
      We now depend on jinja2 and docker-py for building images.
      
      We no longer depend on docker-compose for any part of our
      runtime so removing it as a requirement.  If we keep compose
      in the tree, it will be for reference only, not for runtime.
      
      Change-Id: Ie663a0f183e74c14f01e9cb4fdc8763355c6415a
      Partially-Implements: blueprint dockerfile-template
      5d671a56
  40. Aug 12, 2015
    • Jeff Peeler's avatar
      Add new test script for parallel builds · 9f824cfe
      Jeff Peeler authored
      This adds a new test script for the new python based build script. A new
      tox target has been created to execute it for usage in the gate.
      Eventually, the other build script stuff can be deleted, but that won't
      be done until full functionality exists in the new build.py.
      
      Change-Id: Id9dd19926b1b9d875dcb069fd13d6450318374c8
      Paritally-Implements: blueprint build-script
      9f824cfe
Loading