1. 08 Jul, 2020 1 commit
  2. 21 Jun, 2020 2 commits
  3. 09 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      Use unittest.mock instead of mock · c37f8ff9
      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 can use the
      standard lib unittest.mock module instead.
      
      Change-Id: I3be6c40ef61e0334cab860689abbee84f5d19265
      c37f8ff9
  4. 21 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 2612ba13
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      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.
      
      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.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I6bac230569a89c055115c852d5cc0cae027cddd8
      2612ba13
  5. 09 Apr, 2020 2 commits
  6. 04 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · 9a2f2d4b
      Andreas Jaeger authored
      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:
        * Wheel is not needed for python 3 only repo
        * Some other sections are obsolete
      - Update classifiers
      - Update requirements, no need for python_version anymore
      - Remove html_last_updated_fmt from conf.py, this is not needed with
        openstackdocstheme anymore; update openstackdocstheme requirement
      
      Change-Id: I5389ba08c985e023643c07adf3135809c291146f
      9a2f2d4b
  7. 13 Mar, 2020 2 commits
  8. 22 Oct, 2019 1 commit
  9. 28 Sep, 2019 2 commits
  10. 20 Sep, 2019 4 commits
  11. 18 Sep, 2019 1 commit
    • Jens Harbott's avatar
      Fix "recordset list --all-projects" in interactive OSC · 6be5c7b4
      Jens Harbott authored
      Class variables get re-used when multiple commands are executed in a row
      within a single OSC interactive session. So we need to take a copy
      before modifying in order to avoid unwanted side-effects.
      
      Change-Id: I9716014d65a3f649c23eb78faca2cb6dbf5eb5db
      Related-Bug: 1844028
      6be5c7b4
  12. 17 Sep, 2019 2 commits
    • Jens Harbott's avatar
      More cleanup · 3401ce05
      Jens Harbott authored
      - Add .testrepository dir to .gitignore
      - Add releasenote jobs
      - Remove further v1 references from docs
      
      Change-Id: I178185e9add3d542277255d692e18a8e46ba85d6
      3401ce05
    • Erik Olof Gunnar Andersson's avatar
      Removing unused code · 11e7e4bb
      Erik Olof Gunnar Andersson authored
      Change-Id: I01d39252b0be77b035bde175b4045a8cdc859f65
      11e7e4bb
  13. 16 Sep, 2019 1 commit
    • Joseph M's avatar
      Fix "zone list --all-projects" in interactive OSC · 7cc5f8bb
      Joseph M authored
      The current zone list function does not check to see if project_id is
      already a column to be output when adding it during an --all-projects
      list. This causes a duplicate field name to be added which is then
      passed to prettytables which subsequently throws an exception. Create a
      copy of the columns list so it is not appended to with every
      command.
      
      Change-Id: I5f62500086a807d5082221993c3b491f3b6a1db0
      Closes-Bug: #1844028
      7cc5f8bb
  14. 11 Sep, 2019 1 commit
    • Erik Olof Gunnar Andersson's avatar
      Removing v1 api support · 093d8d71
      Erik Olof Gunnar Andersson authored
      The v1 has officially been removed from Designate since
      the Queens release, and was deperecated long before that.
      
      Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
      093d8d71
  15. 24 Jun, 2019 1 commit
  16. 06 Jun, 2019 1 commit
  17. 19 Apr, 2019 1 commit
  18. 15 Apr, 2019 1 commit
  19. 04 Apr, 2019 1 commit
    • Tony Breeds's avatar
      Uncap jsonschema · d16aed56
      Tony Breeds authored
      We have jsonschema capped at a fairly old version. Other than some
      specific releases, it looks like keeping it below 3.0 was added in
      I943fd68b9fab3bce1764305a5058df5339470757 without really any explanation
      why.
      
      In order to update to a 3.x release we need to:
      1. Remove the cap from global-requirements.txt (see Depends-On), leaving
         upper-constraints.txt at a 2.x release
      2. Remove the cap from all consumers (this change)
      3. Release a new version of consumers that are published to pypi
      4. Update upper-constraints.txt with those new releases
      5. Update jsonschema in upper-constraints.txt to a 3.X release
         (See: https://review.openstack.org/649789
      
      )
      6. Test consumers with the change from 5.
      7. [Optional] fix issues in consumers that arise from 6.
      8. Merge the change from 5.
      
      Change-Id: I229ab45375c1c5a06c283b1d0cde3c2d951e5dd8
      Co-Authored-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      Depends-On: https://review.openstack.org/649669
      d16aed56
  20. 18 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · fdb515e1
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: Ic50ced0e2eaeb90e98a1415f2e8624023c5ff028
      Sem-Ver: feature
      fdb515e1
  21. 07 Mar, 2019 1 commit
  22. 06 Mar, 2019 2 commits
  23. 01 Mar, 2019 1 commit
  24. 28 Feb, 2019 1 commit
    • cao.yuan's avatar
      Update json module to jsonutils · e2885392
      cao.yuan authored
      oslo project provide jsonutils, and the others use it in many place,
      this PS to update the json moudule to oslo jsonutils for consistency.
      
      Change-Id: I8cbf78b0735572f550ece31611258c3da9ae1d35
      e2885392
  25. 15 Feb, 2019 1 commit
  26. 09 Jan, 2019 1 commit
  27. 04 Dec, 2018 1 commit
  28. 29 Nov, 2018 1 commit
  29. 09 Oct, 2018 1 commit
    • Vieri's avatar
      Don't quote {posargs} in tox.ini · f0b7eb4d
      Vieri authored
      Quotes around {posargs} cause the entire string to be combined into one
      arg that gets passed to stestr. This prevents passing multiple args
      (e.g. '--concurrency=16 some-regex')
      
      Change-Id: I2129ff5454ad7e2f94736ea750ca3f2d6d78e1ea
      f0b7eb4d
  30. 06 Sep, 2018 1 commit
    • Andreas Jaeger's avatar
      Use templates for cover and lower-constraints · ab3ff316
      Andreas Jaeger authored
      Use openstack-tox-cover template, this runs the cover job as
      non-voting in the check queue only.
      
      Use openstack-lower-constraints-jobs template
      
      Remove jobs that are part of the templates.
      
      Reorder templates alphabetically.
      
      Also, add repo to designate queue for co-gating.
      
      Change-Id: I8cd7ec2e27e3e15c92a9f57f98117eca006059b1
      ab3ff316
  31. 17 Aug, 2018 1 commit