1. 08 Sep, 2020 1 commit
  2. 07 Sep, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · def53575
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Change-Id: I8fed95ecb736e0b6d7c4b63a55553de1539139be
      def53575
  3. 01 Sep, 2020 2 commits
  4. 31 Aug, 2020 1 commit
  5. 27 Aug, 2020 1 commit
  6. 24 Aug, 2020 2 commits
  7. 21 Aug, 2020 3 commits
  8. 18 Aug, 2020 1 commit
  9. 13 Aug, 2020 1 commit
  10. 20 May, 2020 1 commit
    • fuzihao's avatar
      Fix pygments style · e88a3fa0
      fuzihao authored
      New theme of docs (Victoria+) respects pygments_style.
      Since we starts using Victoria reqs while being on Ussuri,
      this patch ensures proper rendering both in Ussuri and Victoria.
      
      Change-Id: If42b2154a5a28f92d89dde9882afa31f01bc5ac3
      e88a3fa0
  11. 10 May, 2020 1 commit
    • jacky06's avatar
      Remove six · 61dc82cb
      jacky06 authored
      We don't need this in a Python 3-only world.
      
      Change-Id: Ibeb506281e88b44d454497d06f9187308859ac9c
      61dc82cb
  12. 18 Apr, 2020 1 commit
  13. 11 Apr, 2020 2 commits
  14. 04 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · 3f97e984
      Andreas Jaeger authored
      Make a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      
      Change-Id: I79e3c540b56b024c7d01e4c916cdd79da9000331
      3f97e984
  15. 10 Feb, 2020 1 commit
  16. 23 Jan, 2020 1 commit
  17. 17 Dec, 2019 1 commit
    • Luka Peschke's avatar
      Fix tox environments · 9c3bd770
      Luka Peschke authored
      Work items:
      
      * Removed the globale-requirements constraint. Since python-cloudkittyclient
        is now part of the global requirements, the upstream requirements
        file can't be used anymore.
      
      * Add cliff to docs requirements.
      
      * Change cloudkittyclient namespace names: Having a dot in a namespace
        name causes the "autoprogram-cliff" to use the "application mode".
      
      Change-Id: I8020d816b3397550fbcbd42cc14a9861bca7ae80
      9c3bd770
  18. 28 Nov, 2019 1 commit
    • Luka Peschke's avatar
      Improve HTTP error formatting · d28c5bc4
      Luka Peschke authored
      This improves formatting for HTTP errors. keystoneauth's HttpErrors
      are now caught an re-formatted to include the body of the http response.
      
      Work items:
      
      * Introduce the "http_error_formatter" function decorator, which catches
        an re-formats keystoneauths HttpErrors.
      
      * Introduce the "format_http_errors" class decorator, which applies the
        "http_error_formatter" to all functions of a class.
      
      * Add an "HttpDecoratorMeta" to the "BaseManager" class. This will decorate
        all functions of classes inheriting from "BaseManager" with the
        "http_error_formatter" decorator.
      
      Change-Id: I6735f1fa8d876a87e2b7d4aaa533d5a32b085735
      d28c5bc4
  19. 18 Nov, 2019 2 commits
    • caoyuan's avatar
      tox: Keeping going with docs · 3e7f7a0f
      caoyuan authored
      Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
      suggests, keeps the build running when it encounters non-fatal errors.
      This is exceptionally useful in avoiding a continuous edit-build loop
      when undertaking large doc reworks where multiple errors may be
      introduced.
      
      [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
      
      Change-Id: Ie373018aafc05f7ea859a73c55163840dee60b56
      3e7f7a0f
    • Luka Peschke's avatar
      Adapt functional tests to python3 · 58404676
      Luka Peschke authored
      A test looking for a regex in an argparse error message is failing when ran
      on python3. Since this is now the default python runtime for devstack-based
      jobs, this updates the message.
      
      Change-Id: Id3372998715f13f7641d11a4a1d9d16629acfd18
      Story: 2006896
      Task: 37530
      58404676
  20. 22 Oct, 2019 1 commit
  21. 30 Sep, 2019 1 commit
  22. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · 55b056bc
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: Ia9a85597ccd963eb69f5e04eb1d28d9346f4c31d
      Sem-Ver: feature
      55b056bc
  23. 16 Sep, 2019 1 commit
    • manchandavishal's avatar
      Generate PDF documentation · 296fd226
      manchandavishal authored
      This commit adds a new tox target to build PDF documentation.
      It's a part of community goal, see storyboard for more
      information.
      
      Change-Id: I6e4f6372ff026a9eb379ee06c683451f58a99976
      Story: 2006075
      Task: 34812
      296fd226
  24. 27 Aug, 2019 2 commits
    • Justin Ferrieu's avatar
      Add support for POST /v2/dataframes API endpoint to the client · c8d7a9e1
      Justin Ferrieu authored
      Support for the ``/v2/dataframes`` endpoint has been added to the client.
      A new ``dataframes add`` CLI command is also available.
      
      Change-Id: I7fe9072d7280f251edc865a653a0b9ed2ab26c90
      Story: 2005890
      Task: 35970
      c8d7a9e1
    • Luka Peschke's avatar
      Add functional test jobs for the v2 client · dd4112ac
      Luka Peschke authored
      This adds test jobs for the v2 client, in python2 and python3.
      
      Work items:
      
      * Remove the "functional" tox environment and introduce the "functional-v1"
        and "functional-v2" environments.
      
      * Add zuul base jobs for python2 and python 3 testing. Two jobs inherit from
        each of these new jobs: one for the v1 client and one for the v2 client.
      
      * Add "OS_ENDPOINT" to the list of environment variables forwarded to the
        functional test environments in order to ease local testing.
      
      Change-Id: I54a43a1e844e92730afbf87316b9efe73a08d850
      dd4112ac
  25. 20 Aug, 2019 1 commit
  26. 22 Jul, 2019 1 commit
  27. 27 Jun, 2019 2 commits
  28. 25 Jun, 2019 1 commit
  29. 18 Jun, 2019 1 commit
  30. 17 Jun, 2019 1 commit
  31. 13 Jun, 2019 2 commits