- 14 Mar, 2022 3 commits
-
-
Thomas Goirand authored
not matching the real output anymore.
-
Thomas Goirand authored
-
Thomas Goirand authored
oslo.log 4.7.0 release meta:version: 4.7.0 meta:diff-start: - meta:series: independent meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I1b16b37b7ee4c187c32072d54fb2bab22b5eda0a meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 21 Feb, 2022 3 commits
-
-
Thomas Goirand authored
ContextFormatterTestCase.test_user_identity_logging_set_format which are failing when backported to Bullseye. -
Thomas Goirand authored
-
Thomas Goirand authored
oslo.log 4.6.1 release meta:version: 4.6.1 meta:diff-start: - meta:series: independent meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I32efe9f03829a1f07b4fdd997f36528749090f83 meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 05 Feb, 2022 2 commits
-
-
Alan Bishop authored
Change-Id: If1e846c79477cb0fc06d5702240e1dbb9f2c9c40
-
Alan Bishop authored
The logging_user_identity_format option's default value is changed to reference the project instead of the tenant. This is necessary because I2fded6f3476df1fb8c4e042ef28ed8ccb7ab0737 removed the tenant argument from request contexts. Related-Bug: #1505827 Change-Id: Id6d4b6eaa2b96ba5bd53e8b2dae5d9eea13b25d9
-
- 21 Dec, 2021 1 commit
-
-
dengzhaosen authored
Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Idab66b3046b54d4e963d987b528347262fb9aa4d
-
- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 23 Aug, 2021 4 commits
-
-
Mickael Asseline authored
-
Mickael Asseline authored
-
Mickael Asseline authored
-
Mickael Asseline authored
oslo.log 4.6.0 release meta:version: 4.6.0 meta:diff-start: - meta:series: independent meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: Ie08cda2ed6285c9ce506432cb516161a85b49076 meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 22 Jul, 2021 1 commit
-
-
Takashi Kajinami authored
The following arguments of the RequestContext class are deprecated since oslo.context 2.18[1]. user : renamed to user_id tenant : renamed to project_id domain : renamed to domain_id user_domain : renamed to user_domain_id project_domain: renamed to project_domain_id This change updates arguments used accordingly. [1] d78cf592e1e3e7aa0fc99bfdd655e82f5c44dfe3 Change-Id: I815790106e42ca3cb5b8b3cf98b065a27b9a520e
-
- 01 Jun, 2021 1 commit
-
-
Zuul authored
-
- 26 May, 2021 1 commit
-
-
Zuul authored
-
- 06 May, 2021 1 commit
-
-
dengzhaosen authored
update python to python3 Change-Id: I08e9b66e03c59af7f6600633aaa87d55fcd46a56
-
- 30 Apr, 2021 1 commit
-
-
songwenping authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I19543673ddf80d93e28f5503b7672f64a6cecf2a
-
- 27 Apr, 2021 1 commit
-
-
Jorhson Deng authored
We support Python 3.6 as a minimum now, making these checks no-ops. Change-Id: Ifd84fe4d7282e93998dc37cab4adda6d99d4adc1
-
- 16 Apr, 2021 4 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
songwenping authored
Lower-constraints is not a requirement of the OpenStack Python PTI [0] and there currently is a discussion on the mailing list [1] about dropping the test, with the oslo team already having done so [2]. The new dependency resolver in pip fails due to incompatible dependency versions in our lower-constraints file, meaning that we were never providing any real guarantees with it. To unblock the CI, I am disabling lower-constraints job for now, with the option to reenable it in case we fix the constraints, and based on the outcome of the mailing list discussions and consensus. [0]. https://governance.openstack.org/tc/reference/pti/python.html [1]. http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019672.html [2]. http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019659.html Change-Id: I04e49f005841eb341c2d53cbc469252c089d1ab5
-
- 15 Apr, 2021 1 commit
-
-
Eric Harney authored
Add a missing space, this currently generates "setto" in config files. Change-Id: I4086fcab1e96e9127d7fe084d887cf57c8f87828
-
- 06 Apr, 2021 1 commit
-
-
Zuul authored
-
- 22 Mar, 2021 1 commit
-
-
Daniel Bengtsson authored
The goal here is to avoid conflicts between flake8 and hacking version each 2 days. Inspired from nova's approach [1]. The flake8 version to install will be determined by hacking and requirements will stay aligned instead of relying on different versions. [1] https://opendev.org/openstack/nova/src/branch/master/.pre-commit-config.yaml#L26-L35 [2] https://opendev.org/openstack/hacking/src/branch/master/requirements.txt#L1 Change-Id: I9a16d80f361f223c4c5c8cdcf90e920abd89f679
-
- 21 Jan, 2021 1 commit
-
-
Zuul authored
-
- 19 Jan, 2021 1 commit
-
-
Ben Nemec authored
Adding warrior princess release to the list of releases. :-) Change-Id: I6bf6997899f6c95ed1074563164b82fce37f26f3
-
- 14 Jan, 2021 1 commit
-
-
Zuul authored
-
- 03 Jan, 2021 1 commit
-
-
xuanyandong authored
Change-Id: I4e4e6fc55053e9d524620022af442f1313a97446
-
- 18 Dec, 2020 1 commit
-
-
Hervé Beraud authored
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I339b18e533c75283c58409a2cdce001e4b5fbb18
-
- 04 Nov, 2020 2 commits
-
-
Hervé Beraud authored
UPPER_CONSTRAINTS_FILE is old name and deprecated This allows to use upper-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. [1] https://review.opendev.org/#/c/722814/ [2] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file Change-Id: Ic4b4627cf0bbd401c870f813f2a5884950c7cb6a
-
Hervé Beraud authored
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Wallaby support officially the following runtimes [1]: - Python 3.6 - Python 3.8 During Victoria Python 3.7 was used as the default runtime [2] however this version isn't longer officially supported. [1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html#python-runtimes-for-wallaby [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: I4bad27f2daab336437ae7a85c79a4928b9fe894c
-
- 15 Oct, 2020 4 commits
-
-
Thomas Goirand authored
SALSA_CI_DISABLE_AUTOPKGTEST: 1
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 11 Oct, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ic35ce5b2b13b0d8611d9ee222ec651d352a6831b
-
- 22 Sep, 2020 1 commit
-
-
Zuul authored
-