- 08 Jul, 2019 1 commit
-
-
Zuul authored
-
- 03 Jul, 2019 1 commit
-
-
Elod Illes authored
As it was announced [1] global bindep-fallback.txt was removed and now projects need to have a local bindep.txt to be able to install binary dependencies for testing. In test jobs the script tools/test-setup.sh is called which requires mysql and postgres servers and clients to be installed. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html Change-Id: I6b237ecf55ff440b5f5c956ee849a1927bb15441 (cherry picked from commit f34e53eb) (cherry picked from commit 67904312ab7fff2939f5115125994fc3753be334) (cherry picked from commit d37a0eb3d5b20234592a6a514f5a4d7c75b5c763) (cherry picked from commit 4ae0a7732ea9317d17ac2f0066000c68e46f17b4)
-
- 14 May, 2019 1 commit
-
-
Pierre-Samuel Le Stang authored
MariasDB/Galera cluster server produces an error like: (1213, u'Deadlock: wsrep aborted transaction') which is currently not detected properly and, thus, not retried. Change-Id: Ifb4a81d50e490e734e12986e51efd6bd3c339c31 Signed-off-by:
Pierre-Samuel Le Stang <pierre-samuel.le-stang@corp.ovh.com> (cherry picked from commit ae227eb3) (cherry picked from commit c114b932)
-
- 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.
-
- 09 Oct, 2018 1 commit
-
-
Zuul authored
-
- 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: I7d348f4f0689d345069b2becb88062973248c304 Story: #2003250
-
- 24 May, 2018 1 commit
-
-
Mike Bayer authored
Repaired the "synchronous_reader" modifier of enginefacade so that it refers to the "writer" engine when set to True, thereby allowing "synchronous" behavior with the writer. When set to False, this is "asynchronous", so this should be associated with the async engines. The flag had the reverse behavior previously. Change-Id: Id7fea7562ba90eb710176d497af103303f230531 Closes-bug: #1746116 (cherry picked from commit 5ca32988)
-
- 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: Idf418fb327475ddf167db8a85d6eff6456ca8c9b
-
- 11 Jan, 2018 1 commit
-
-
ChangBo Guo(gcb) authored
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more detials information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: Iba311cc69ec5272d8beb433e3589c53f371d5d0a (cherry picked from commit 4f81c419)
-
- 11 Aug, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I807cdf29d6b98801093ef2a9e1c6fd37bd592098
-
- 28 Jul, 2017 2 commits
-
-
OpenStack Release Bot authored
Change-Id: I6788e3e39983b7f002a45c4fa727f2f6550c4a7f
-
OpenStack Release Bot authored
Change-Id: I379fd5430b0f7beaa29db55c3a0134c66f119cb6
-
- 17 Jul, 2017 1 commit
-
-
Jenkins authored
-
- 14 Jul, 2017 1 commit
-
-
Mike Bayer authored
The connection.info dictionary comes from the underlying pooled connection, which in a disconnection situation is not there; trying to access it makes it try to reconnect. Inside of rollback(), SQLAlchemy doesn't allow us to reconnect yet because we haven't finished removing the transctional state that corresponds to the now-discarded connection. Therefore we have to check connection.invalidated inside of our rollback handlers before trying to add/remove tokens from connection.info. Change-Id: Icd10ada68d6d53410ac88eca3577f04c5e30087e Resolves-bug: #1704474
-
- 11 Jul, 2017 2 commits
-
-
ChangBo Guo(gcb) authored
* update setup.cfg with right document links * update HACKING.rst with latest link for hacking Change-Id: I8eb294c1d734f9c76951e4b4b9ebb0f69183f8f3
-
Jenkins authored
-
- 05 Jul, 2017 1 commit
-
-
Jenkins authored
-
- 04 Jul, 2017 1 commit
-
-
Dong Ma authored
Change-Id: I0f6b5e516813ffd6b90b7283eb893b0d5c3accd0
-
- 03 Jul, 2017 1 commit
-
-
Dong Ma authored
Change-Id: I0b64c644f40a2da3242274194d1a5d2858813c25
-
- 01 Jul, 2017 1 commit
-
-
Dong Ma authored
Change-Id: I66319c2b4e4ec4c10133151f7a867bdca7a3afa8
-
- 30 Jun, 2017 1 commit
-
-
Dong Ma authored
Change-Id: Idaa0dde5e4fd14213ae1611560897a27e9f72514 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
-
- 29 Jun, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ib8b85d5867ca2f732a0c64af847fa77310b72948
-
- 28 Jun, 2017 2 commits
-
-
Javier Pena authored
https://review.openstack.org/427970 broke compatibility with SQLAlchemy versions <1.1.0 by using sqlalchemy.dialects.mysql.types in test_ndb.py. Change-Id: I773e0931d4f9f345f8095559eff2eb35e0730027
-
Jenkins authored
-
- 26 Jun, 2017 1 commit
-
-
oorgeron authored
Enables new functionality for selecting InnoDB or MySQL Cluster as a DB storage backend in OpenStack services. Closes-Bug: 1564110 Change-Id: I9f1fd2a87fdf75332de2339d3ff4f08ce9220dcf
-
- 16 Jun, 2017 1 commit
-
-
Jenkins authored
-
- 15 Jun, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I7d078fd50d41fa3f212109366693088673067a09
-
- 10 Jun, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I235056994f9fce034dca8cea5f800656f5f80f89
-
- 06 Jun, 2017 1 commit
-
-
blue55 authored
Following OpenStack Style Guidelines: [1] https://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises [H203] Unit test assertions tend to give better messages for more specific assertions. As a result, assertIsNone(xxx) is preferred over assertEqual(None, xxx) and assertIs(xxx, None) Change-Id: Id0e54ddeb461e56fbc8ec3a4bbc8a581f11430df
-
- 02 Jun, 2017 2 commits
-
-
OpenStack Proposal Bot authored
Change-Id: I60df9099961cb5cfd97499ecbdec556cdb1f6048
-
OpenStack Proposal Bot authored
Change-Id: I753aa7c6c22707658ccd48e0bcc3337ab12c9951
-
- 30 May, 2017 1 commit
-
-
Jenkins authored
-
- 27 May, 2017 1 commit
-
-
Jenkins authored
-
- 26 May, 2017 2 commits
-
-
OpenStack Proposal Bot authored
Change-Id: Ica64fbd70c8e9acbed1f74c102f2a84b214fc5ce
-
Doug Hellmann authored
Change-Id: I7e48a45e392c57901d27389f5797c8ce34492861 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
- 25 May, 2017 1 commit
-
-
dineshbhor authored
All the exceptions which are raised from sqlalchemy-migrate upgrade method are not more user friendly to the operator. This patch proposes to convert all the exceptions which will be raised by 'upgrade' method to an oslo_db specific 'DbMigrationError' exception. Related-Bug: #1546441 Change-Id: I28533bedba358281ce302b9b021744387a76c04a
-
- 24 May, 2017 1 commit
-
-
Mike Bayer authored
Older installations may still be running with URLs of the form "mysql://user:pass@host/dbname", which defaults to the native MySQL driver that is not supported by eventlet. Warn that URLs should be qualified with an explicit driver, and in the case of MySQL that PyMySQL should be used. Change-Id: Ie973a43c8d056778d02703cf75bfc52a90027dea
-
- 23 May, 2017 2 commits
-
-
OpenStack Proposal Bot authored
Change-Id: Iad13d017070007bb3c6eb3b23644b08aa701ebfb
-
Jenkins authored
-
- 20 May, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Icbdc156d1dd30c5524e38880a794e06b03634baf
-