1. 22 Jun, 2021 4 commits
  2. 18 Jun, 2021 1 commit
  3. 16 Jun, 2021 1 commit
  4. 15 Jun, 2021 1 commit
  5. 17 Jul, 2020 1 commit
    • Goutham Pacha Ravi's avatar
      Drop legacy dsvm job & change zuulv3 integration job · c29dd15b
      Goutham Pacha Ravi authored
      
      
      The legacy job in this repository was just
      setting up devstack with manila-ui enabled
      and doing nothing else.
      
      We added an integration gate job a couple of
      releases ago that does exactly what the above
      job does, and goes a step beyond by executing
      tests that check whether manila-ui is working.
      
      We can make this job use the fake driver from
      manila so we can add more interesting and useful
      test cases without having to worry about any
      lacking capabilities.
      
      Also make this integration job voting.
      
      Change-Id: Ibf35d7196d83e1018881776110ce173e68cf8286
      Signed-off-by: default avatarGoutham Pacha Ravi <gouthampravi@gmail.com>
      (cherry picked from commit 1f0754ff)
      c29dd15b
  6. 20 May, 2020 1 commit
  7. 28 Apr, 2020 3 commits
  8. 27 Apr, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/ussuri · 5c471374
      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/ussuri branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I559fc28272c0ebe3a6a7f89bcdf95f8ff820ab43
      5c471374
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/ussuri · 63a369f0
      OpenStack Release Bot authored
      Change-Id: I7a491ef054712979f306e95e99dd326d141b5c9e
      63a369f0
  9. 17 Apr, 2020 2 commits
    • Goutham Pacha Ravi's avatar
      Remove mock from requirements · 3382ce81
      Goutham Pacha Ravi authored
      We don't use this third party lib anymore,
      since https://review.opendev.org/#/c/717325/
      
      
      
      Change-Id: Ibe4423cf3893981128addbf4fa31ba9003a7e968
      Signed-off-by: default avatarGoutham Pacha Ravi <gouthampravi@gmail.com>
      3382ce81
    • Andreas Jaeger's avatar
      Cleanup py27 support · 4d19dcd9
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's make
      a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
        know about the requirement
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      - Update requirements, no need for python_version anymore
      - Switch to using sphinx-build
      - Use newer openstackdocstheme and Sphinx versions
      - Cleanup */source/conf.py to remove now obsolete content.
      - Remove Babel from requirements, it's not needed for running.
      - Update lower-constraints for osprofiler as required by
        other dependencies.
      
      Change-Id: I84ec7cae5b051bb9c69969d8ccaa28b053914840
      4d19dcd9
  10. 16 Apr, 2020 1 commit
  11. 15 Apr, 2020 3 commits
  12. 14 Apr, 2020 1 commit
  13. 11 Apr, 2020 1 commit
  14. 08 Apr, 2020 1 commit
  15. 06 Apr, 2020 2 commits
    • Goutham Pacha Ravi's avatar
      Add support for API version 2.34 · c94ddec5
      Goutham Pacha Ravi authored
      Address a TODO in the code to support missing share
      group fields/details:
      
      - Show share group capabilities (currently only
        "consistent_snapshot_support") in the share group
        details tab. For consistent snapshot support,
        Admins can also see whether this capability applies
        at the "pool" or "host" level.
      - Show share group type details in the share group
        details tab, and link to share group types within
        the admin dashboard
      - Make cosmetic changes to the share types listing
        to allow readability.
      
      Partial-Bug: #1823078
      Change-Id: Ic786c8f783390e87025815df04d7ec4a8853bf3e
      c94ddec5
    • Zuul's avatar
      Merge "Fix pyScss version in lower-constraints.txt" · 109c90cd
      Zuul authored
      109c90cd
  16. 04 Apr, 2020 2 commits
  17. 03 Apr, 2020 1 commit
    • Victoria Martinez de la Cruz's avatar
      Use unittest.mock instead of third party mock · 8dae6888
      Victoria Martinez de la Cruz authored
      Following openstack horizon change
      I2de669d8e89b8daeb7ee5405ffab35af6307c40b
      
      Now that we no longer support py27, we can use the standard library
      unittest.mock module instead of the third party mock lib.
      
      Unblocks currently broken pyX gates
      
      Change-Id: Id140c0a13c9d2a2bfcd1d851a04407f232021eef
      Closes-Bug: #1870436
      8dae6888
  18. 01 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · ca070fe4
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Remove hacking and friends from lower-constraints, they are not
      installed in a running system.
      
      Change-Id: Ia62b221aa0807300eaee7b075607ac6b56256b76
      ca070fe4
  19. 23 Mar, 2020 1 commit
    • vrushti's avatar
      Add availability zone field for public shares · e1bcac22
      vrushti authored
      There is empty field for availability zone for public shares. So add
      availability zone for public share in admin dashboard and user
      dashboard.
      
      Closes-Bug: #1498433
      Change-Id: Ic28f360f20bf68746c287a39ec297a4782087ced
      e1bcac22
  20. 17 Feb, 2020 1 commit
    • Maari Tamm's avatar
      Add missing translation support markings · a1bd02d3
      Maari Tamm authored
      This patch set adds translation support to some user facing strings
      that are currently not marked for translation as they should be.
      
      Change-Id: I432c909ff1749ee6c393de42081a09873b186543
      Closes-Bug: #1862710
      a1bd02d3
  21. 12 Feb, 2020 1 commit
  22. 10 Feb, 2020 2 commits
  23. 29 Jan, 2020 1 commit
    • Maari Tamm's avatar
      Update API version to 2.33 · 7ff56584
      Maari Tamm authored
      The Manila API version in the UI needs to be updated
      and it was advised to do that step by step.
      
      In this patch we update it to v2.33, that adds timestamp details:
      ’updated_at’ & ‘created_at’ to access_list API
      With this patch we make those two added values visible in the dashboard
      at:
         /dashboard/project/shares/<share_id>/
         /dashboard/project/shares/<share_id>/rules/
         /dashboard/admin/shares/<share_id>/
      
      Partial-Bug: #1823078
      Change-Id: I2502e1446070ef625538c13a30438a548498626e
      7ff56584
  24. 17 Jan, 2020 1 commit
  25. 15 Jan, 2020 2 commits
    • Zuul's avatar
      Merge "Remove six usage" · 2497c486
      Zuul authored
      2497c486
    • manchandavishal's avatar
      Remove six usage · a150665d
      manchandavishal authored
      This repo does not support Python 2 anymore, so we don't need
      six for compatibility between Python2 and 3, convert six usage to Python
      3 code.
      
      Note that six.text_type is "str" in Python 3, so we can remove the
      clause completly.
      
      Change-Id: Icfb44404971b18ff865e28e551687707d52f3762
      a150665d
  26. 08 Jan, 2020 1 commit
  27. 01 Jan, 2020 1 commit