- 21 Feb, 2022 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
automaton 2.5.0 release meta:version: 2.5.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Daniel Bengtsson <dbengt@redhat.com> meta:release:Commit: Daniel Bengtsson <dbengt@redhat.com> meta:release:Change-Id: Ia83f846bd4b44a3cbea93467fd265fe2e920671e meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 30 Dec, 2021 1 commit
-
-
Thomas Goirand authored
-
- 05 Oct, 2021 2 commits
- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 21 Sep, 2021 1 commit
-
-
Stephen Finucane authored
Both the 'FiniteMachine' and 'HierarchicalFiniteMachine' in 'automaton.machines' define an 'Effect' attribute. It seems recent versions of autodoc can't handle this since we're seeing the following warning: automaton/machines.py:docstring of automaton.machines.Effect:1:duplicate object description of automaton.machines.Effect, other instance in reference/index, use :noindex: for one of them Do as it says and configure 'noindex' for the latter. This means we lose the ability to link to other members of this class but that's a necessary compromise since there's no way to exclude an individual member. Change-Id: Ic9e50f6b56a278032463357552960e40c2ddf6a7 Signed-off-by:Stephen Finucane <stephenfin@redhat.com>
-
- 10 Sep, 2021 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 yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I7cdaf6597f3631d2f37229f65e3adcda56e931bc
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: I202f902a402148fa943467aa24259e40de4a7ef4
-
- 23 Aug, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
automaton 2.4.0 release meta:version: 2.4.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I83550e91db0b8edb77cf03d0c178d7934a1ce634 meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@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
-
- 07 Jun, 2021 1 commit
-
-
Hervé Beraud authored
Also updates the IRC channel from #openstack-state-management to #openstack-oslo to reflect the retirement of the #openstack-state-management channel. http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022724.html http://lists.openstack.org/pipermail/openstack-discuss/2021-June/022929.html Change-Id: I542ab51a655dbe74a28620ac07952822022e462e
-
- 12 May, 2021 1 commit
-
-
wu.shiming 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: I53a24ff7f9984997a16f436d9e6c62605e90d9e5
-
- 16 Apr, 2021 4 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
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: I402e708832395d95b04a5b956a19d5cc8c3f1c1f
-
- 18 Mar, 2021 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 xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I84de85283509bf49f6793276d29a885805fea20d
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: Ibdf3450aa4921c52b775377f31c5468ce611cdce
-
- 08 Mar, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
automaton 2.3.0 release meta:version: 2.3.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Stephen Finucane <sfinucan@redhat.com> meta:release:Commit: Stephen Finucane <sfinucan@redhat.com> meta:release:Change-Id: I4e42dcd53ee04c7b85517d8515781b344dee60e7 meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
Thomas Goirand authored
-
- 11 Feb, 2021 3 commits
-
-
Stephen Finucane authored
We use stestr now. Change-Id: I3f7a2c89281a01b66b23b2fc984ed601c20ef112 Signed-off-by:Stephen Finucane <stephenfin@redhat.com>
-
Stephen Finucane authored
These were missed in change I2706e8af350d07e51169f8bc13c7404d4696b2a2 Change-Id: Ie6e15bdc948dcc918fd2eff344f804ac93434f1b Signed-off-by:Stephen Finucane <stephenfin@redhat.com>
-
Stephen Finucane authored
This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: I13d782b4b1be7556c3a7cde344a38748d31a249c Signed-off-by:
Stephen Finucane <stephenfin@redhat.com>
-
- 21 Jan, 2021 1 commit
-
-
Zuul authored
-
- 14 Jan, 2021 1 commit
-
-
Zuul authored
-
- 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: I2706e8af350d07e51169f8bc13c7404d4696b2a2
-
- 12 Dec, 2020 1 commit
-
-
Riccardo Pittau authored
We run on Python 3 only, time to remove six dependency Also fix l-c for new pip-resolver and move pep8 deps in tox.ini to avoid conflicts. And since we're here, update pre-commit config to support correct hacking version. Change-Id: Ibbe733c4be37d1a9dd9149d491591ef2e50dad6a
-
- 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: I0689bf1a5e7f44fcdc4519932df291db679e0869
-
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: Iaaa6d1b7b0a957da75b0819c2d10b639463f9d23
-
- 14 Oct, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 05 Oct, 2020 1 commit
-
-
Zuul authored
-
- 15 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: I1e4625d34ed08218dd7069402a1eff1418f4ec35 Signed-off-by:
Moisés Guimarães de Medeiros <moguimar@redhat.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: Iddd80d10bad24bf52c72401fb49fddcf8335060b
-
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: I9f7f44ad0787ae3f2519287bf73cd1395a8474a6 Sem-Ver: feature
-
- 07 Sep, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
automaton 2.2.0 release meta:version: 2.2.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: If196e5a7a236215a626c15c70ad0b422dcbfa1ed meta:release:Code-Review+1: Ben Nemec <openstack@nemebean.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-