The yum command has been replaced by the dnf command in recent releases
of Fedora-based distributions. Use the native command instead of
the alias kept for compatibility.
Change-Id: Ic6e0fec1af34fb92a675dbadfc9c0ed37ee4e459
Python 3.8 was removed from the tested runtimes for 2024.2[1] and has
not been tested since then. Remove it as well as a few other older
versions which are no longer tested.
Also add Python 3.12 which is part of the tested runtimes for 2025.1.
Now unit tests job with Python 3.12 is voting.
[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html
Change-Id: I7348d74210686f815cb791375c8d8c355a2da421
Add file to the reno documentation build to show release notes for
stable/2024.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.2.
Sem-Ver: feature
Change-Id: I4dc5829a0fc302cd882cb7495f6b5fc28b6ce654
These are detected as errors since the clean up was done[1] in
the requirements repository. Minimum versions are bumped to avoid
installing known bad versions.
[1] 314734e938f107cbd5ebcc7af4d9167c11347406
Change-Id: I3a1a4634c35bf0728bd5287b9b6b25d4196e8e06
Enable the bandit test env in manila-ui
Execute tox -e bandit to run it and also include zuul continous integration
Getting rid of mark_safe()from the utils.py.
This fix the issues in the utils.py
Change-Id: Id75cbd8ce7e33ab4d920bdf389ac66f8d93f19dc
Add file to the reno documentation build to show release notes for
stable/2024.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.1.
Sem-Ver: feature
Change-Id: Id7e4faea3cbbb65a18ac61c7e3ba047180e34abf
Only reno command was possible to add a
release notes. modify tox config to allow
newnote command too.
Change-Id: I12ac14f664f59dbab11ded5f420de4ea290f21f6
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg
Change-Id: I8109360770f3dd69bbc90aedf52be985cd87fb56
Sometimes b32decode may generate data which can't be decoded.
Ignore UnicodeDecodeError so that a few other formats can be tried.
Closes-bug: #2043572
Change-Id: I5d978e8eb3931a218b1946625baa28aa23890cd6
The current shebang requires /usr/bin/python which is not available in
Ubuntu Jammy by default.
This also removes unnecessary shebangs.
Change-Id: I046542e43d993ba201cc035554b4dcc4d364ed0a
Add file to the reno documentation build to show release notes for
stable/2023.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.
Sem-Ver: feature
Change-Id: Iaacc6cef5581091140599910896d1f5a493ce78e
The wsgi.input environment variable is expected to be a stream
instead of a string.
Closes-Bug: #2034952
Change-Id: I72e88dcf07c90051ddf1c9030a2466501482de5d
Almost all selectors in dashboard forms add empty string as option. It
is ok for non-required fields, but invalid for required fields like
"Share Group type" at "Share Group create" form. Proposed patch removes
this empty string where it is invalid
Change-Id: I0eef44eec858dfbf287930a7d318fb1570450e3c
Add file to the reno documentation build to show release notes for
stable/2023.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.1.
Sem-Ver: feature
Change-Id: I10560ed8e404f8797918cddf45b556f8c24f17a4
Previously "Set as Active" button was displayed during replicas in
transitional states such as deleting or replication change which
is fixed with this patch.
Closes-Bug: #1624425
Change-Id: I32ecf22ce1df0a752d0e66f989ad15fd776e4175
The tox target needs the coverage script to be
allowed as an external script.
Change-Id: Ifbb780326aac6db7a0b80812caec970164460355
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>