1. 23 Sep, 2019 3 commits
  2. 20 Sep, 2019 5 commits
    • Justin Ferrieu's avatar
      Add support for POST /v2/dataframes API endpoint to the client · 71fa2161
      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
      (cherry picked from commit c8d7a9e1)
      71fa2161
    • Luka Peschke's avatar
      Add functional test jobs for the v2 client · 41fecfcd
      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
      (cherry picked from commit dd4112ac)
      41fecfcd
    • pengyuesheng's avatar
      Add lower-constraints job · 5c31e342
      pengyuesheng authored
      create a tox environment for running the unit tests against the lower
      bounds of the dependencies.
      
      Add openstack-tox-lower-constraints job to the zuul configuration.
      
      See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
      for more details.
      
      Change-Id: Iae676c4bbd00836cc6dce0f083f7aa308bbfc372
      (cherry picked from commit 3010383f)
      5c31e342
    • OpenStack Release Bot's avatar
      Update TOX/UPPER_CONSTRAINTS_FILE for stable/train · 22e9ffdb
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/train branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I2bc755e71ad06ebbb4aef23b25aa1cf310d0b897
      22e9ffdb
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/train · e251e5c4
      OpenStack Release Bot authored
      Change-Id: Ia90ce3ac73c87953fc379d43c8005e24e57c5db5
      e251e5c4
  3. 22 Jul, 2019 1 commit
  4. 27 Jun, 2019 2 commits
  5. 25 Jun, 2019 1 commit
  6. 18 Jun, 2019 1 commit
  7. 17 Jun, 2019 1 commit
  8. 13 Jun, 2019 3 commits
  9. 20 May, 2019 1 commit
  10. 16 May, 2019 1 commit
  11. 15 May, 2019 2 commits
    • Luka Peschke's avatar
      Adapt the client for the v2 API · d2fb83e6
      Luka Peschke authored
      This adds a v2 client class allowing to add support for upcoming
      v2 API endpoints. The v2 client class implements all v1 endpoints.
      The cloudkitty API version can be specified with the
      "--os-rating-api-version" option or the "OS_RATING_API_VERSION"
      environment variable.
      
      Change-Id: If38730da3baed59c93543a08f8a4989f919611db
      d2fb83e6
    • Luka Peschke's avatar
      Fix sphinx for global requirements · d77526b4
      Luka Peschke authored
      Change-Id: I0de0864dbc2e12efa1de6ad0da5f62a9a624b5d4
      d77526b4
  12. 19 Apr, 2019 1 commit
  13. 15 Apr, 2019 1 commit
  14. 04 Apr, 2019 1 commit
  15. 29 Mar, 2019 1 commit
  16. 28 Mar, 2019 2 commits
  17. 27 Mar, 2019 1 commit
  18. 21 Mar, 2019 1 commit
  19. 18 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · 454584fc
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: Ifba1f5deb95cc54e2b0d7a0e5782ad57e9842f62
      Sem-Ver: feature
      454584fc
  20. 19 Feb, 2019 1 commit
  21. 11 Jan, 2019 1 commit
  22. 31 Dec, 2018 1 commit
  23. 04 Dec, 2018 1 commit
  24. 13 Nov, 2018 1 commit
  25. 26 Oct, 2018 2 commits
  26. 23 Oct, 2018 2 commits
    • Jeremy Liu's avatar
      Fix oslo_debug_helper not running · 378ee671
      Jeremy Liu authored
      Specify test directory so that tox won't complain
      `ImportError: Start directory is not importable`
      
      Change-Id: I16fff5a8a43da50e4db8fbc5ef32cb59b0ba7f24
      378ee671
    • Luka Peschke's avatar
      Fix "cloudkitty report tenant list" command · e9a92a29
      Luka Peschke authored
      This fixes the "cloudkitty report tenant list": command, by transforming each
      element of the list returned by CliTenantList's take_action method
      into a tuple.
      
      Change-Id: Iba1401b0cb4319a668d449139c8d20fc011cf178
      Story: 2004149
      Task: 27622
      e9a92a29
  27. 22 Oct, 2018 1 commit
    • Luka Peschke's avatar
      Use global-requirements for requirements · 1ed287c9
      Luka Peschke authored
      This updates cloudkittyclient's requirement files in order to use
      openstack/requirements for constraints. This will help to avoid dependency
      conflicts when cloudkittyclient is deployed in an openstack context.
      
      Work items:
      
      * Updated requirements.txt, test-requirements.txt and doc/requirements.txt
        with the `update-requirements` tool provided by openstack/requirements.
      
      * Added a lower-constraints.txt file.
      
      * Added the "check-requirements" zuul job template to the CI.
      
      Change-Id: I12a882ce4d24ade153a64b75852396377ac42ca6
      1ed287c9