1. 05 Jul, 2020 1 commit
  2. 12 Jun, 2020 1 commit
  3. 10 Jun, 2020 1 commit
  4. 09 Jun, 2020 2 commits
  5. 08 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      drop mock from lower-constraints and requirements · 9d20d60e
      Hervé Beraud authored
      The mock third party library was needed for mock support in py2
      runtimes. Since we now only support py36 and later, we don't need it
      in lower-constraints and requirements.
      
      These changes will help us to drop `mock` from openstack/requirements
      
      Change-Id: I81e07cd68e370422675b939863138e23de444eef
      9d20d60e
  6. 07 Jun, 2020 1 commit
    • Monty Taylor's avatar
      Import command group support from osc-lib · 8477c4db
      Monty Taylor authored
      osc-lib adds support for named groups of commands. There's nothing
      particularly openstackclient about this support, so add it here.
      This way when we add defered plugin loading, it'll work.
      
      Change-Id: Ia0260d2607f4a240b39e90da4b5b09e7cdfde04f
      8477c4db
  7. 06 Jun, 2020 3 commits
    • Monty Taylor's avatar
      Remove unneeded tests · d1dc0902
      Monty Taylor authored
      These are for <3.2
      
      Change-Id: I376e3601d5799e11590b2814714655692159de99
      d1dc0902
    • Monty Taylor's avatar
      Migrate to stestr · 1582c55a
      Monty Taylor authored
      testr isn't what we use anymore.
      
      Change-Id: I4cb8b9ca41da6efd7053a5a7bacfce1654a73576
      1582c55a
    • Monty Taylor's avatar
      Remove python3.5 · f7f25b54
      Monty Taylor authored
      We had it here for stestr which has moved on.
      
      Change-Id: I5739d6b93e47b43ad3ec3726813cc706b8775157
      f7f25b54
  8. 02 Jun, 2020 1 commit
  9. 31 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme version · 60ab3cde
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 version. Using
      this version will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      Disable openstackdocs_auto_name to use 'project' variable as name.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I50caba24ba8d458e5061cf412b8f59e3815c58f7
      60ab3cde
  10. 27 May, 2020 2 commits
  11. 10 Apr, 2020 1 commit
  12. 26 Mar, 2020 1 commit
    • Monty Taylor's avatar
      Re-add support for python 3.5 · 5405c3df
      Monty Taylor authored
      cliff is used by stestr which is used by more things than just
      openstack projects - one of them being zuul which still supports
      python 3.5. Let's keep supporting 3.5 here for now.
      
      Change-Id: I14fca07853677d041215649cb55caf1e0dc49753
      5405c3df
  13. 20 Feb, 2020 1 commit
    • Mark Goddard's avatar
      Fix nested argument groups with ignore conflict handler · 1ae0201a
      Mark Goddard authored
      Cliff provides an additional conflict handler for argparse - 'ignore'.
      To make this work it subclasses the argparse argument container classes
      and adds a handle_conflict_ignore method. It also overrides the group
      creation methods to return a subclassed argument group or mutually
      exclusive argument group objects. This works, until you add a nested
      argument group, at which point a standard argument group object is
      returned which does not support the ignore conflict handler.
      
      This change fixes the issue by returning subclassed group objects for
      nested groups.
      
      Change-Id: I517c61f24ba6194ff6181e115a3a23adbce3ea53
      Story: 2005891
      Task: 33749
      1ae0201a
  14. 06 Feb, 2020 1 commit
  15. 04 Feb, 2020 1 commit
  16. 18 Dec, 2019 1 commit
  17. 06 Dec, 2019 1 commit
  18. 14 Nov, 2019 1 commit
    • Eric Fried's avatar
      Add autoprogram_cliff_app_dist_name config opt · 8e4ae2b8
      Eric Fried authored
      This allows consumers to let cliff know who they are, so the
      autoprogram-sphinx directive doesn't produce messages like
      
       This command is provided by the $me plugin.
      
      Change-Id: I2d5a527910ddc64f83d0cba39c584b8b05a299b7
      8e4ae2b8
  19. 25 Oct, 2019 1 commit
  20. 18 Oct, 2019 1 commit
  21. 02 Oct, 2019 3 commits
  22. 23 Sep, 2019 1 commit
  23. 06 Sep, 2019 1 commit
  24. 03 Sep, 2019 1 commit
  25. 26 Jul, 2019 1 commit
    • yanpuqing's avatar
      Modify the help message of `-c`/`--column` parameter · f9d5a884
      yanpuqing authored
      Some users ues `-c`/`--column` parameter in the wrong way, such as:
      --column='ID Name'
      --column='ID:Name'
      --column='ID,Name'
      The patch modifies the help message of `-c`/`--column` parameter
      to indicate the correct use of the parameter.
      
      Change-Id: I7a5082ea6cbb91e2c5d3348f5a52558aab09d820
      Task: 29052
      Story: 2004845
      f9d5a884
  26. 05 Jul, 2019 1 commit
  27. 09 May, 2019 1 commit
  28. 05 May, 2019 2 commits
  29. 04 May, 2019 5 commits