1. 22 Jun, 2021 1 commit
  2. 18 Jun, 2021 1 commit
  3. 15 Jun, 2021 1 commit
  4. 08 Apr, 2021 1 commit
  5. 25 Mar, 2021 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/wallaby · f282589a
      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: I95958539fd87b807725573da600d9a428a2e9830
      f282589a
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/wallaby · 683737f2
      OpenStack Release Bot authored
      Change-Id: I6601c874e1a44d2bd866b18a2e52b919cc71b7d9
      683737f2
  6. 24 Mar, 2021 1 commit
  7. 19 Mar, 2021 1 commit
  8. 18 Mar, 2021 1 commit
  9. 17 Mar, 2021 1 commit
  10. 12 Mar, 2021 3 commits
  11. 11 Mar, 2021 1 commit
    • Takashi Kajinami's avatar
      Add example of logging setting for Manila · 03caca69
      Takashi Kajinami authored
      This change demonstrates how we can define logging setting specific to
      manila-ui, so that operators can easily understand how to customize
      logging level and so on.
      
      Change-Id: Ia8505d988ed75e0358452b5b3c2889b364680f22
      03caca69
  12. 08 Mar, 2021 1 commit
  13. 04 Mar, 2021 2 commits
    • Dina Saparbaeva's avatar
      Addition of share shrinking feature to Manila-UI · f0d83a6e
      Dina Saparbaeva authored
      Currently, share shrinking feature in Manila-UI is not supported.
      Only "Extend Share" feature exists. "Extend Share" feature was
      renamed as "Resize Share" and share shrinking feature was added.
      Now it works both ways, if value in "New Size" field is less than
      original size, it will shrink, and if value is more it will extend.
      Also, minimal value was added to "New Size" field to ensure the
      value doesn't decrease to zero.
      
      Implements: blueprint share-shrinking
      Change-Id: I8553bed01b529c1b3a57b1e900d171db1d5f28d2
      f0d83a6e
    • wu.shiming's avatar
      remove unicode from code · c69afd70
      wu.shiming authored
      In Python 3, all strings are represented in Unicode.In Python 2 are
      stored internally as 8-bit ASCII, hence it is required to attach 'u'
      to make it Unicode. It is no longer necessary now.'
      
      Change-Id: Ib739730cf74a880fc07f0279f55dd00e9c003465
      c69afd70
  14. 03 Mar, 2021 1 commit
  15. 13 Feb, 2021 2 commits
  16. 12 Feb, 2021 1 commit
  17. 11 Feb, 2021 2 commits
  18. 27 Jan, 2021 1 commit
  19. 22 Jan, 2021 1 commit
  20. 15 Jan, 2021 1 commit
  21. 13 Jan, 2021 1 commit
  22. 31 Dec, 2020 1 commit
  23. 23 Dec, 2020 1 commit
  24. 24 Nov, 2020 1 commit
  25. 16 Nov, 2020 1 commit
  26. 05 Nov, 2020 1 commit
  27. 03 Nov, 2020 1 commit
    • Dina Saparbaeva's avatar
      Improve label for Share Update Form · 113b41ea
      Dina Saparbaeva authored
      Current label is not clear and to get full information
      user needs to hover over info icon, which is not
      user-friendly. Change is to remove info icon and to
      make label explicit.
      
      Change-Id: I024a56d46586ee17a5f8370fd24b976b296b861c
      113b41ea
  28. 29 Oct, 2020 1 commit
    • Dina Saparbaeva's avatar
      Changes to Share Update Functionality in Manila UI · 7127028a
      Dina Saparbaeva authored
      In the manila_api module, there is a check for is_public
      param as if it was a string, but it is always a boolean,
      so this control is not necessary and needs to be removed.
      Removed control for is_public param in share_update in manila_api.
      Updated forms and view to expect Boolean not a string in
      manila_dashboards module.
      Made changes to tests module to work with Boolean,
      not a string.
      
      Closes-Bug: #1896533
      
      Change-Id: Iac94219b883b5fd9a55453cdcf6fa9b6f540e63d
      7127028a
  29. 04 Oct, 2020 1 commit
  30. 24 Sep, 2020 3 commits
  31. 23 Sep, 2020 2 commits