- 12 Oct, 2021 4 commits
-
-
Michal Arbet authored
-
Michal Arbet authored
-
Michal Arbet authored
-
Michal Arbet authored
castellan 3.7.2 release meta:version: 3.7.2 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I7d25e62e4773d5124c800c42bb83d04d19cfb402 meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 04 Jun, 2021 1 commit
-
-
Elod Illes authored
openstack-tox-docs job started to fail with the following error: ! LaTeX Error: File `tgtermes.sty' not found. This patch adds the required font package to bindep doc profile. Change-Id: I242da5c4fcc3096a47f85bd8a265ad8f072b2a30 (cherry picked from commit 0d0c2f2a)
-
- 15 Apr, 2021 3 commits
-
-
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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: I0a65f8390417295038a78f1de1590b4a33470242
-
OpenStack Release Bot authored
Change-Id: I2daaced1e191bc37e4d98d847ab9b74fd79e9e81
-
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 [2] 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: I29daa7205fc28e2768792c24fa054257e9f66674 (cherry picked from commit 1f5c9527)
-
- 08 Mar, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
castellan 3.7.1 release meta:version: 3.7.1 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: Id73da4b9db2ed57c06ebf9d541f8baee5b5003d4 meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 21 Jan, 2021 1 commit
-
-
Mark Goddard authored
Change-Id: Ibd761519cb6ef2ee27aebe2b02c80c8c5c0b7ca4
-
- 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: I1d4de15d017a306e64df8447cf1bd64c70cf361a
-
- 01 Dec, 2020 2 commits
-
-
Zuul authored
-
Sam Morrison authored
It is standard practice to search for services in the catalog by service type and interface only. Service name should be left to deployers to choose and this could be something other than barbican. Change-Id: I9dddba1e52bbf1ee1d8227fdb45e625fdbf0a21b
-
- 04 Nov, 2020 1 commit
-
-
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: I4f955502694a26db13a36ff4b1fea1c0a3b3b03e
-
- 14 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 12 Oct, 2020 1 commit
-
-
kuangcx authored
Remove six reference in lower-constraints.txt since six package is not used Change-Id: Ic00181428661e561db1f6f998b2e4cf48cfc9adb
-
- 06 Oct, 2020 1 commit
-
-
Zuul authored
-
- 29 Sep, 2020 1 commit
-
-
Hervé Beraud authored
Introduced changes: - pre-commit config and rules - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks. - Applying fixes for pre-commit compliance in all code. Also commit hash will be used instead of version tags in pre-commit to prevend arbitrary code from running in developer's machines. pre-commit will be used to: - trailing whitespace; - Replaces or checks mixed line ending (mixed-line-ending); - Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker); - Checks that non-binary executables have a proper shebang (check-executables-have-shebangs); - Check for files that contain merge conflict strings (check-merge-conflict); - Check for debugger imports and py37+ breakpoint() calls in python source (debug-statements); - Attempts to load all yaml files to verify syntax (check-yaml); - Run flake8 checks (flake8) (local) For further details about tests please refer to: https://github.com/pre-commit/pre-commit-hooks Change-Id: I35e092c472e5d564ebc9bb6c2a4f6d40b54ff120 Signed-off-by:
Moisés Guimarães de Medeiros <moguimar@redhat.com>
-
- 13 Sep, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
castellan 3.6.0 release meta:version: 3.6.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Ben Nemec <bnemec@redhat.com> meta:release:Commit: Ben Nemec <bnemec@redhat.com> meta:release:Change-Id: I3ae7c0913864b949dfb01fd31e1c7567fc4b7fd7 meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 11 Sep, 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 wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I5b0f1582fe3aae71034dd973976c8196501f4d5d
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: I575db9ce1ee0db31b48bf6e8cfd813807eba868c Sem-Ver: feature
-
- 09 Sep, 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#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40207 Closes-Bug: #1886298 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h> Change-Id: Iade03cf85b4f09ce2e8d4f6d9a06635b263f6a79
-
- 08 Sep, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
castellan 3.5.0 release meta:version: 3.5.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I634e7d331d55fbbd83b1bb7e5059d4be6ec86aaf meta:release:Code-Review+1: Ghanshyam Mann <gmann@ghanshyammann.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 25 Aug, 2020 1 commit
-
-
Zuul authored
-
- 17 Aug, 2020 1 commit
-
-
Luigi Toscano authored
The old job name is still available as an alias for a while, but it is time to switch away from it. Change-Id: I49e042ed89bc49736d82de7744952663415d6e02
-
- 31 Jul, 2020 1 commit
-
-
Ivan Kolodyazhny authored
_get_barbican_endpoint now uses barbican_endpoint_type config option to retrieve a correct endpoint from catalog. This config option is set to 'public' by default and it's a default value for ServiceCatalog.endpoint_data_for method. It means that the default behaviour will be the same as before this patch. Change-Id: Idf4061fe3e35e3c47a993a56b23c0257c92e5cc3
-
- 24 Jul, 2020 1 commit
-
-
Moisés Guimarães de Medeiros authored
This patch bumps bandit allowed version to >=1.6.0,<1.7.0 in order to avoid the errors detailed here https://github.com/PyCQA/bandit/pull/393 Change-Id: Id913a9c9bedb7eb1366ac534ec1371945b0918a6 Signed-off-by:
Moisés Guimarães de Medeiros <moguimar@redhat.com>
-
- 15 Jul, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
castellan 3.0.2 release meta:version: 3.0.2 meta:diff-start: - meta:series: ussuri meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I36461375db7a55aeb9cd87acf87870cb6db8f543 meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
Zuul authored
-
- 14 Jul, 2020 1 commit
-
-
zhangboye authored
Change-Id: I2baabd74f0c33514b1ebb9116da4a91d3634ec5e
-