1. 29 Jul, 2020 1 commit
  2. 28 Jul, 2020 1 commit
  3. 07 Jul, 2020 1 commit
  4. 16 Jun, 2020 2 commits
  5. 11 Jun, 2020 1 commit
  6. 09 Jun, 2020 4 commits
    • Zuul's avatar
      df7dbabb
    • Andreas Jaeger's avatar
      Update hacking for Python3 · a9913ea3
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.1.0 which
      supports Python 3.
      
      Fix problems found.
      
      Change-Id: I54f9f7c5f6ee87ee886658388541f45e23c7546d
      a9913ea3
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · ea2e6420
      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.
      
      Set openstackdocs_pdf_link to link to PDF file. Note that
      the link to the published document only works on docs.openstack.org
      where the PDF file is placed in the top-level html directory. The
      site-preview places the PDF in a pdf directory.
      
      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: Iec58d8dfa90b9b3d7b67d81798b32fb2670e21d4
      ea2e6420
    • Sean McGinnis's avatar
      Use unittest.mock instead of third party mock · 9577fe03
      Sean McGinnis authored
      
      
      Now that we no longer support py27, we can use the standard library
      unittest.mock module instead of the third party mock lib.
      
      Change-Id: I3b728aee2f07ad547ee75cabf78659cef1233bc5
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      9577fe03
  7. 08 Jun, 2020 2 commits
  8. 05 Nov, 2019 2 commits
  9. 02 Oct, 2019 1 commit
  10. 01 Oct, 2019 3 commits
    • Alexandra Settle's avatar
      PDF Documentation Build tox target · 00d70e6e
      Alexandra Settle authored
      This patch adds a `pdf-docs` tox target that will build
      PDF versions of our docs. As per the Train community goal:
      
        https://governance.openstack.org/tc/goals/selected/train/pdf-doc-generation.html
      
      Add sphinxcontrib-svg2pdfconverter to doc/requirements.txt
      to convert our SVGs.
      
      Update docs requirement as well to follow PTI.
      
      Change-Id: I0b866b2e57557290533ee7e7e162e56c9c17cf54
      Story: 2006072
      00d70e6e
    • Stephen Finucane's avatar
      docs: Turn on warning-as-error · 0863f04a
      Stephen Finucane authored
      
      
      There were two main issues here. Firstly, a function was being
      documented as a class, resulting in:
      
        WARNING: error while formatting arguments for barbicanclient.client.Client:
        'function' object has no attribute '__mro__'
      
      Secondly, a docstring for a common function had an incorrect field list
      format, resulting in:
      
        docstring of barbicanclient.v1.acls.SecretACL.get:4: WARNING: Field list
        ends without a blank line; unexpected unindent
        docstring of barbicanclient.v1.acls.ContainerACL.get:4: WARNING: Field list
        ends without a blank line; unexpected unindent
      
      Resolve both.
      
      Change-Id: I69ef97cb48c6b5a1add4e89c4a53047420d314f4
      Signed-off-by: default avatarStephen Finucane <stephenfin@redhat.com>
      0863f04a
    • Douglas Mendizábal's avatar
      Fix lower-constraints tox target · 79f387fb
      Douglas Mendizábal authored
      We seem to be running into a coverage issue [1] in 4.0.  This patch
      raises the lower bound of coverage to 4.1 to get the lower-constraints
      target to pass again.
      
      [1] https://github.com/nedbat/coveragepy/issues/359
      
      Change-Id: Ieddef753b4ee3e9b6d246168ed17c5c99e084564
      79f387fb
  11. 18 Sep, 2019 1 commit
    • pengyuesheng's avatar
      Bump the openstackdocstheme extension to 1.20 · bdff261a
      pengyuesheng authored
      Some options are now automatically configured by the version 1.20:
      - project
      - html_last_updated_fmt
      - latex_engine
      - latex_elements
      - version
      - release.
      
      This will show other versions of the doc, too.
      
      Change-Id: Ia22281730e0303cb9bcde4de6fd28739e544d27e
      bdff261a
  12. 19 Apr, 2019 1 commit
  13. 24 Mar, 2019 1 commit
  14. 06 Mar, 2019 1 commit
  15. 26 Feb, 2019 1 commit
  16. 15 Feb, 2019 1 commit
  17. 04 Jan, 2019 1 commit
  18. 02 Jan, 2019 5 commits
  19. 28 Dec, 2018 1 commit
  20. 20 Dec, 2018 2 commits
    • Adam Harwell's avatar
      Secret payload should also be fetched by UUID · 4eec7121
      Adam Harwell authored
      We changed the client to fetch containers and secrets via their UUID
      from the API, rather than by HREF, so that the endpoint URLs set in the
      keystone client would be respected. Unfortunately, we (I) missed
      updating the payload fetch function to do the same. This brings it into
      line with the other fetches.
      
      Change-Id: Ic71cf6771563d669a2fa37a56d4b40c637db1511
      Story: 2004653
      Task: 28608
      4eec7121
    • Andreas Jaeger's avatar
      Use template for lower-constraints · 32244ec0
      Andreas Jaeger authored
      Small cleanups:
      
      * Use openstack-lower-constraints-jobs template, remove individual
        jobs.
      * Sort list of templates
      
      Change-Id: I3ad5dc796983b6a770a5e413f5ab8d2ed3ffa74f
      Needed-By: https://review.openstack.org/623229
      32244ec0
  21. 17 Dec, 2018 1 commit
  22. 04 Dec, 2018 1 commit
  23. 29 Nov, 2018 1 commit
  24. 28 Nov, 2018 1 commit
  25. 07 Nov, 2018 1 commit
    • huang.zhiping's avatar
      Update min tox version to 2.0 · ceb53256
      huang.zhiping authored
      The commands used by constraints need at least tox 2.0.  Update to
      reflect reality, which should help with local running of constraints
      targets.
      
      Change-Id: I413110b14dfe294c8a51c1dc23232bd4f09619dd
      Closes-Bug:  #1802030
      ceb53256
  26. 09 Oct, 2018 1 commit
    • Vieri's avatar
      Don't quote {posargs} in tox.ini · 2956fbac
      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: Idf3ecc193e91c65010a0de08a02e01efcf1bd3a7
      2956fbac
  27. 11 Sep, 2018 1 commit
    • Adam Harwell's avatar
      Allow fetching by UUID, and respect interface · 6651c8ff
      Adam Harwell authored
      When passing a UUID to the client, use the Barbican endpoint from
      the service catalog to fetch the entity. When passing an href, strip
      everything before the UUID and use it the same as a passed UUID.
      
      This allows for service usage when secrets are created with a public
      endpoint but must be retrieved from an internal or admin endpoint,
      and is probably how all usage should have worked to begin with.
      
      Change-Id: I90778a2eeefc4cfe42b0e2a48ba09036e3e6d83d
      Story: 2003197
      Task: 23353
      6651c8ff