- 06 Oct, 2021 1 commit
-
-
Thomas Goirand authored
-
- 30 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 21 Sep, 2021 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
manila-ui 6.0.0.0rc1 release candidate meta:version: 6.0.0.0rc1 meta:diff-start: - meta:series: xena meta:release-type: release candidate 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: Ia7872673bb8af26065cfcf23ca87976fbe01c8a7 meta:release:Code-Review+1: Goutham Pacha Ravi <gouthampravi@gmail.com> meta:release:Code-Review+1: Carlos Eduardo <ces.eduardo98@gmail.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 03 Sep, 2021 2 commits
- 02 Sep, 2021 4 commits
-
-
Dina Saparbaeva authored
Follow up to change #783041. Fixes bug of missing "share_id" argument in redirection url in Exception case. Change-Id: Iaadf24c839296e44c51dd1da2399bb63f757829a
-
Zuul authored
-
haixin authored
Partial-Bug: #1823078 Change-Id: I3f2b4e6ebf715615b0f65cc26451f9ba406ba236
-
haixin authored
Added 'is_default' field to share types and share group types list. 'is_default' field will show Yes if the share type or share group type is default. Partial-Bug: #1823078 Change-Id: I923cb2ae90612fb8d5d3af467654a71b83266ffc
-
- 27 Aug, 2021 1 commit
-
-
Zuul authored
-
- 20 Aug, 2021 1 commit
-
-
Dina Saparbaeva authored
Added access metadata for share access and also introduced the GET /share-access-rules API. The prior API to retrieve access rules will not work with API version >=2.45 Closes-Bug: #1920687 Change-Id: Iec3a3fad5e2bdf854f04ae974248d899f90bd894
-
- 19 Aug, 2021 1 commit
-
-
Dina Saparbaeva authored
This patch-set modifies how we manage user input when creating a share from snapshot. Since we use the same form for the basic create share workflow and for the create share from snapshot workflow, we need to add a check to distinguish both cases: when creating a share from snapshot, the parent share availability zone is picked by default. Otherwise, if it's a regular share create, the user can pick up the availability zone they need. Closes-Bug: #1915706 Change-Id: I8d93c2214cb187a763df861555ddd7b444c9ca89
-
- 16 Aug, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 06 Jul, 2021 1 commit
-
-
wu.shiming authored
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I686257fe9ffaefde4d2cdca8ff60a83b908f3b6b
-
- 01 Jul, 2021 1 commit
-
-
Zuul authored
-
- 22 Jun, 2021 2 commits
- 21 Jun, 2021 2 commits
-
-
Goutham Pacha Ravi authored
A recent change [1] introduced an encoding for problematic field names. On the share group creation form, an encoding was missed causing a silent failure where the share type/s chosen were ignored in the API request. [1] 37e5b2f0 Change-Id: I0983359acc489513a5a0940ac379e0a078870548 Partial-Bug: #1931641 Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
Goutham Pacha Ravi authored
This failure has been determined to be unrelated to changes that are currently in-flight. While we investigate a fix, we can set this job to non-voting to merge unrelated fixes/improvements in parallel. Change-Id: I6f4ce5434a6504ca037c867ce7b9b1ea8e852be4 Partial-Bug: #1933137 Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 16 Jun, 2021 1 commit
-
-
Goutham Pacha Ravi authored
In the share creation form dialog, share network selection is optionally provided based on whether the share type chosen supports the DHSS extra-spec. This selection breaks often when dealing with share types that have a name matching the format: ".*-\d+.*". For example: test-700. The root cause of this seems to be in javascript code for "switchable" fields [1] that doesn't get triggered as expected. A similar issue manifests in the share Network Creation form where we setup switched fields with the Neutron network IDs (dashed format UUIDs) and in the Share Group Creation form where we setup switched fields with the Share Group Type IDs (dashed format UUIDs). So, we could encode the "-" in these field names to workaround this issue. Closes-Bug: #1931641 [1] https://opendev.org/openstack/horizon/src/commit/647c2b7530f81c4a534ef1d403aa3d90ae608442/horizon/static/horizon/js/horizon.forms.js#L491-L613 Change-Id: Id924fc55debdc38ae2131bf8cef396f28caa3e77 Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 14 May, 2021 1 commit
-
-
Thomas Goirand authored
-
- 13 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: I430301474e2294eb6f2d71fc521c73d23c6f8a55
-
- 10 May, 2021 1 commit
-
-
Thomas Goirand authored
/usr/lib/python3/dist-packages/openstack_dashboard/local/enabled. * Add Breaks: python3-django-horizon (<< 3:19.2.0-2~).
-
- 17 Apr, 2021 1 commit
-
-
Goutham Pacha Ravi authored
This is essentially dead code elimination from manila-ui at this point since manila and python-manilaclient dropped support in the Ocata release. Change-Id: I92e87282020047c7fad055cae92f2382c4193597 Partially-implements: bp remove-nova-net-plugin Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 15 Apr, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
manila-ui 5.0.0 release meta:version: 5.0.0 meta:diff-start: 4.0.0 meta:series: wallaby meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: Ia6d79df224a792915976864857fe2271e031b54d meta:release:Code-Review+1: Radosław Piliszek <radoslaw.piliszek@gmail.com> meta:release:Code-Review+1: Slawek Kaplonski <skaplons@redhat.com> meta:release:Code-Review+1: Yasufumi Ogawa <yasufum.o@gmail.com> meta:release:Code-Review+1: Lingxian Kong <anlin.kong@gmail.com> meta:release:Code-Review+1: Andrey Pavlov <andrey.mp@gmail.com> meta:release:Code-Review+1: Takashi Kajinami <tkajinam@redhat.com> meta:release:Code-Review+1: Carl caihui <cai.hui@zte.com.cn> meta:release:Code-Review+1: Rafael Weingartner <rafael@apache.org> meta:release:Code-Review+1: Xinran WANG <xin-ran.wang@intel.com> meta:release:Code-Review+1: chenker <chen.ke14@zte.com.cn> meta:release:Code-Review+1: 刘雪峰 <liu.xuefeng1@zte.com.cn> meta:release:Code-Review+1: Martin Chacon Piza <martin@chaconpiza.com> meta:release:Code-Review+1: Rico Lin <ricolin@ricolky.com> meta:release:Code-Review+1: Balazs Gibizer <balazs.gibizer@est.tech> meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com> meta:release:Code-Review+1: Douglas Mendizábal <dmendiza@redhat.com> meta:release:Code-Review+1: Michael Johnson <johnsomor@gmail.com> meta:release:Code-Review+1: Gregory Thiemonge <gthiemon@redhat.com> meta:release:Code-Review+1: Maysa de Macedo Souza <maysa.macedo95@gmail.com> meta:release:Code-Review+1: Adrian Turjak <adriant@catalystcloud.nz> meta:release:Code-Review+1: Akihiro Motoki <amotoki@gmail.com> meta:release:Code-Review+1: Lucian Petrut <lpetrut@cloudbasesolutions.com> meta:release:Code-Review+1: Goutham Pacha Ravi <gouthampravi@gmail.com> meta:release:Code-Review+1: Brian Rosmaita <rosmaita.fossdev@gmail.com> meta:release:Code-Review+1: Abhishek Kekane <akekane@redhat.com> 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: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 08 Apr, 2021 1 commit
-
-
Takashi Kajinami authored
This change adds support for policy-in-code and deprecated policy following the change in horizon. Depends-on: https://review.opendev.org/750134 Change-Id: I408af56e6a54b135d38a486101b4bb3108d4f0d5 (cherry picked from commit 89a90ff9)
-
- 06 Apr, 2021 1 commit
-
-
Takashi Kajinami authored
This change adds support for policy-in-code and deprecated policy following the change in horizon. Depends-on: https://review.opendev.org/750134 Change-Id: I408af56e6a54b135d38a486101b4bb3108d4f0d5
-
- 25 Mar, 2021 7 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
manila-ui 5.0.0.0rc1 release candidate meta:version: 5.0.0.0rc1 meta:diff-start: - meta:series: wallaby meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Goutham Pacha Ravi <gouthampravi@gmail.com> meta:release:Change-Id: Id7b6162a7950fe401b43884342e0c22f8a92b564 meta:release:Code-Review+1: Goutham Pacha Ravi <gouthampravi@gmail.com> 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>
-
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: I85a2b1f552e72abd6ec673addf301e9c99c8b44b
-
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: I234bffed79c49cffa0cf3ab9d6edd9ad75ec49c3
-