1. 24 Feb, 2022 1 commit
  2. 23 Feb, 2022 1 commit
  3. 22 Feb, 2022 1 commit
  4. 24 Dec, 2021 1 commit
  5. 17 Sep, 2021 2 commits
  6. 03 Sep, 2021 2 commits
  7. 02 Sep, 2021 4 commits
  8. 27 Aug, 2021 1 commit
  9. 20 Aug, 2021 1 commit
    • Dina Saparbaeva's avatar
      API v2.45, adds metadata support to access rules · 8b5b9cb8
      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
      8b5b9cb8
  10. 19 Aug, 2021 1 commit
    • Dina Saparbaeva's avatar
      Set parent share az when creating a share from snapshot · 4d333690
      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
      4d333690
  11. 06 Jul, 2021 1 commit
  12. 01 Jul, 2021 1 commit
  13. 22 Jun, 2021 2 commits
  14. 21 Jun, 2021 2 commits
  15. 16 Jun, 2021 1 commit
  16. 13 May, 2021 1 commit
    • wu.shiming's avatar
      setup.cfg: Replace dashes with underscores · cc3cfad8
      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
      cc3cfad8
  17. 17 Apr, 2021 1 commit
  18. 06 Apr, 2021 1 commit
  19. 25 Mar, 2021 2 commits
  20. 24 Mar, 2021 1 commit
  21. 19 Mar, 2021 1 commit
  22. 18 Mar, 2021 1 commit
  23. 17 Mar, 2021 1 commit
  24. 12 Mar, 2021 3 commits
  25. 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
  26. 08 Mar, 2021 1 commit
  27. 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
  28. 03 Mar, 2021 1 commit
  29. 13 Feb, 2021 1 commit
    • Takashi Kajinami's avatar
      Define the default policy file · 7b3267b2
      Takashi Kajinami authored
      This change ensures that the default policy file for Manila API access
      is defined by default, so that operators can deploy their own policy
      more easily.
      
      Change-Id: Ie890766ea2a274791393304cdfe532e024171195
      7b3267b2