- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 03 Aug, 2018 1 commit
-
-
Doug Hellmann authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ie9a4325f140c7b0652258c174fc821854d5c8e31 Story: #2003250
-
- 02 May, 2018 1 commit
-
-
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: Ic011be44d4852a293d7adc0ef25b7e498e4b5d20
-
- 15 May, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I6461b2f87e48b00b29f8457b9fd23dac0d9e44b0
-
- 09 Mar, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I6fa8a0e284e17b4815c14e688ac2ffa8c152f927
-
- 20 Jan, 2017 2 commits
-
-
OpenStack Release Bot authored
Change-Id: Ia807570ed3257b18e508fc4db02299904089f677
-
OpenStack Release Bot authored
Change-Id: Ic11c6ba9ff52d26f1d7698ae5f658fa441c91abd
-
- 12 Jan, 2017 1 commit
-
-
Davanum Srinivas authored
On py35, if process_input is a string we end with an Error: TypeError: memoryview: a bytes-like object is required, not 'str' A whole lot of code in os-brick/cinder/neutron currently need to be fixed. Hardest problem is tracking down every instance of this problem and trying to test/fix it at source. See example of cinder/os-brick/oslo.rootwrap/oslo.privep code problem here: http://logs.openstack.org/43/418643/2/check/gate-rally-dsvm-py35-cinder-nv/6efa7b5/logs/screen-n-cpu.txt.gz?level=ERROR It's just better to fix it in one spot and pass the correct thing to subprocess.communicate Change-Id: I88d1510a7ba4c020f73452f0b80e996c22b1edf1
-
- 20 Dec, 2016 1 commit
-
-
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 oslo.concurrency. Change-Id: Ic887ce8e220df6b87d823490dfb14894935cac61
-
- 25 Nov, 2016 1 commit
-
-
Flavio Percoco authored
This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: b'https://gist.github.com/c05e5ae8515d9cf02814a415f26db4d2\n' Change-Id: I97e7bbe8e0eedf5db5d99657131e0433fb2802c0
-
- 09 Nov, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I8a42bd24d92d0e75ed8d192cc9b23833f8de2ce8
-
- 06 Nov, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Id18166d7f659dc601d4fecca1e382c93fd68f987
-
- 02 Nov, 2016 2 commits
-
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: I5f0339656211a7aebc2941f5aa865e6afb6b9d5b
-
- 26 Oct, 2016 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I69e37304aa12c92ec5fe645ec1425784c3e26d42
-
- 25 Oct, 2016 1 commit
-
-
Jenkins authored
-
- 22 Oct, 2016 1 commit
-
-
Gevorg Davoian authored
Change-Id: I84cb68878ff929b5160d00b4353391dbfbf52347
-
- 21 Oct, 2016 1 commit
-
-
howardlee authored
Change-Id: Ib61f2f2c695f79c8eb0fa47a2d2d1bc66ccaeb7f
-
- 16 Oct, 2016 1 commit
-
-
melissaml authored
Set the correct link for home-page. Change-Id: I535808010ddfeb5b58efd11567820c52bd6ce58c
-
- 12 Oct, 2016 1 commit
-
-
Jenkins authored
-
- 08 Oct, 2016 1 commit
-
-
gecong1973 authored
Some of tests use different method of assertTrue(isinstance(A, B)) or assertEqual(type(A), B). The correct way is to use assertIsInstance(A, B) provided by testtools Change-Id: Iad2ee275837c28b40c1062386db5a29969ee98dc
-
- 06 Oct, 2016 1 commit
-
-
Andreas Jaeger authored
Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: I6fd9f1265f05a5d4e44355def5a6519a8021e25d
-
- 02 Oct, 2016 1 commit
-
-
Jenkins authored
-
- 29 Sep, 2016 1 commit
-
-
Lucian Petrut authored
The built in 'resource' module is used in order to apply process resource limits. This is not available on Windows. For the moment, we'll ignore this argument and log a warning message. In the future, we may provide a portable implementation for this feature. Change-Id: I6a82916eb68fbf8737b45a65f71cae1f835d12d1 Closes-Bug: #1627766
-
- 28 Sep, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ife80bde19a9b6fc6ea57f961bf4b75b0ca7d634e
-
- 27 Sep, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I5e5ead5f3adf9f3555233fac4f17fa1a6f9d0046
-
- 02 Sep, 2016 1 commit
-
-
Doug Hellmann authored
Change-Id: I995a3f604b4520a87444f444e58d17fe99ef26df
-
- 13 Aug, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Iaef3d3ff7c565991ed4eaf00a8ee2bdfe80c2347
-
- 08 Aug, 2016 1 commit
-
-
Denis Buliga authored
At the moment, those tests use fcntl to acquire file locks, which will fail on Windows. This change addresses this issue by adding some platform checks, using the appropriate functions when handling file locks. Note that we've avoided running private methods from fasteners. Also, we now avoid using os.fork, which won't work on Windows. Instead, we spawn new processes using multiprocessing.Process, using queues for communication between processes. Change-Id: I9839b9033c814280f6d1b53c5ed2643fd2bf8bf8
-
- 29 Jul, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I2e9ff687f0408795147e5b8c4769aa3a21fa87bd
-
- 22 Jul, 2016 1 commit
-
-
yanheven authored
Many assertEqual sentences don't follow assertEqual(expected, actual), These misplaces have 2 impacts: 1, giving confusing messages when some tests failed. 2, mislead other developers, new test modules may follow these wrong pattern. This patch fix all of them. Change-Id: I00bb4801c208d0eb8078e8a34ae52f9bcfe0b1a6 Closes-Bug: #1604213
-
- 14 Jul, 2016 1 commit
-
-
ChangBo Guo(gcb) authored
Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. This commit also removes py34 specific venv. Change-Id: I50ddda7d96c77e7db60aa0b42e8e3b701dadf404
-
- 09 Jul, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I40bc3ca015baff9c95499d395168a41eef1d3499
-
- 01 Jul, 2016 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I3657f625009612562b2a40e7295089cf54151846
-
- 30 Jun, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I75f0c00c84523ac027b9f68e3980d7de2815ee02
-
- 11 Jun, 2016 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I324acd475c84727b21aa9905c1184add135eb0cd
-
- 04 Jun, 2016 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ifa683e2c40e33c05a4b6f6be514bb8a879179ee8
-
- 03 Jun, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ia49ba770943fee9f3e74cf860a2f77a7a3c14ae6
-
- 20 May, 2016 1 commit
-
-
Kirill Bespalov authored
An initial patch to add reno and create a base directory for release notes Change-Id: Ie3f6653a27a49d8b2fced3f399b1d4c8f0c95b7c
-
- 14 May, 2016 1 commit
-
-
Jenkins authored
-