- 08 Sep, 2020 1 commit
-
-
Justin Ferrieu authored
Support for the ``GET /v2/dataframes`` endpoint has been added to the client. A new ``dataframes get`` CLI command is also available. Story: 2005890 Task: 36384 Depends-On: https://review.opendev.org/#/c/679636 Change-Id: Idfe93025e0f740906d0f53f33547c7746fc15169
-
- 07 Sep, 2020 1 commit
-
-
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
-
- 01 Sep, 2020 2 commits
- 31 Aug, 2020 1 commit
-
-
Zuul authored
-
- 27 Aug, 2020 1 commit
-
-
melissaml authored
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I6559348831b9277b70834556adbd9445c5982c79
-
- 24 Aug, 2020 2 commits
- 21 Aug, 2020 3 commits
- 18 Aug, 2020 1 commit
-
-
jiasirui authored
Change-Id: I08a5505237eabf5c440ed4e3f068b5a834d5917d
-
- 13 Aug, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886296 Bump the pyflakes to 2.1.1 as min version to run pep8 jobs on py3.8 which is default python vesion in ubuntu focal. Story: #2007865 Task: #40180 Closes-Bug: #1886296 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I482ac98bc56f0e3cfb8b767f47649da11ed1afab
-
- 20 May, 2020 1 commit
-
-
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
-
- 10 May, 2020 1 commit
-
-
jacky06 authored
We don't need this in a Python 3-only world. Change-Id: Ibeb506281e88b44d454497d06f9187308859ac9c
-
- 18 Apr, 2020 1 commit
-
-
Sean McGinnis authored
Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I9bf0a8fbb7b4f22aa2f5b5ed0836d11cac27552b Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 11 Apr, 2020 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I603335a1099880a00de6e4cfef6393a436ff990b
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I26f6e1f91faec1ce661ecfe2570c524b64687da9 Sem-Ver: feature
-
- 04 Apr, 2020 1 commit
-
-
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
-
- 10 Feb, 2020 1 commit
-
-
Zuul authored
-
- 23 Jan, 2020 1 commit
-
-
Luka Peschke authored
This drops python2.7 support for cloudkittyclient. Even if this should be done between milestone-1 and milestone-2, zuul jobs running on python2 are currently broken since nova dropped python2.7 support. Depends-On: https://review.opendev.org/#/c/693631/ Change-Id: I7615601540419e45259291a7bfce1cc038c27986
-
- 17 Dec, 2019 1 commit
-
-
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
-
- 28 Nov, 2019 1 commit
-
-
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
-
- 18 Nov, 2019 2 commits
-
-
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
-
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
-
- 22 Oct, 2019 1 commit
-
-
kangyufei authored
Change-Id: I40dbc3c66164725bc4a8af4d0bf9ab481a7d72e7
-
- 30 Sep, 2019 1 commit
-
-
Quentin Anglade authored
This adds support for the new v2 API rating modules endpoints. Unit tests included. Change-Id: Ie116c518f30128b49c3991f36101db7535af7db1 Story: 2006572 Task: 36680
-
- 20 Sep, 2019 1 commit
-
-
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
-
- 16 Sep, 2019 1 commit
-
-
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
-
- 27 Aug, 2019 2 commits
-
-
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
-
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
-
- 20 Aug, 2019 1 commit
-
-
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
-
- 22 Jul, 2019 1 commit
-
-
Justin Ferrieu authored
This allows to reset the state of one or several scopes through the API via the client library and cli tool. Change-Id: I69ce9a1c2ee0d8a6dd191a39e5c843e0baa1290f Story: 2005395 Task: 30794
-
- 27 Jun, 2019 2 commits
-
-
Luka Peschke authored
This allows to get a summary through the v2 API endpoint via the client library and cli tool. Depends-On: https://review.opendev.org/#/c/660608/ Change-Id: Id63f2419fe3a1eb518a0ffa7ea5fa572b18df651 Story: 2005664 Task: 30960
-
pengyuesheng authored
...to pick up many improvements, including the return of table borders. Change-Id: I6af7c339e139f0980c64927fdd7cf3304b0715c5
-
- 25 Jun, 2019 1 commit
-
-
Luka Peschke authored
This allows to retrieve the state of one or several scopes through the API via the client library and cli tool. Change-Id: I53995062fe76100f6dfcc672af482f653cc85bde Story: 2005395 Task: 30795 Depends-On: https://review.opendev.org/#/c/658073/
-
- 18 Jun, 2019 1 commit
-
-
pengyuesheng authored
Depends-On: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I6442a6423d3ab4df5dc699ad594eb2244e9ef994
-
- 17 Jun, 2019 1 commit
-
-
pengyuesheng authored
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Depend-On: https://review.opendev.org/#/c/663060/ Change-Id: I3adad072b1acacecec47be076b5fca67fd1a9469
-
- 13 Jun, 2019 2 commits
-
-
Zuul authored
-
pengyuesheng authored
Change-Id: I9da335c8f7f186aa2bb8c7f4d30febafb0ec0649
-