1. 22 Jul, 2021 1 commit
    • Takashi Kajinami's avatar
      Replace deprecated arguments of RequestContext · 96a08b8f
      Takashi Kajinami authored
      The following arguments of the RequestContext class are deprecated
      since oslo.context 2.18[1].
       user          : renamed to user_id
       tenant        : renamed to project_id
       domain        : renamed to domain_id
       user_domain   : renamed to user_domain_id
       project_domain: renamed to project_domain_id
      
      This change updates arguments used accordingly.
      
      [1] d78cf592e1e3e7aa0fc99bfdd655e82f5c44dfe3
      
      Change-Id: I815790106e42ca3cb5b8b3cf98b065a27b9a520e
      96a08b8f
  2. 01 Jun, 2021 1 commit
  3. 26 May, 2021 1 commit
  4. 06 May, 2021 1 commit
  5. 30 Apr, 2021 1 commit
    • songwenping's avatar
      setup.cfg: Replace dashes with underscores · dc9fe87b
      songwenping 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: I19543673ddf80d93e28f5503b7672f64a6cecf2a
      dc9fe87b
  6. 27 Apr, 2021 1 commit
  7. 16 Apr, 2021 4 commits
  8. 15 Apr, 2021 1 commit
  9. 06 Apr, 2021 1 commit
  10. 22 Mar, 2021 1 commit
  11. 21 Jan, 2021 1 commit
  12. 19 Jan, 2021 1 commit
    • Ben Nemec's avatar
      Add Xena to versionutils · 9da8c33a
      Ben Nemec authored
      Adding warrior princess release to the list of releases. :-)
      
      Change-Id: I6bf6997899f6c95ed1074563164b82fce37f26f3
      9da8c33a
  13. 14 Jan, 2021 1 commit
  14. 03 Jan, 2021 1 commit
  15. 18 Dec, 2020 1 commit
  16. 04 Nov, 2020 2 commits
  17. 11 Oct, 2020 1 commit
  18. 22 Sep, 2020 1 commit
  19. 11 Sep, 2020 2 commits
  20. 08 Sep, 2020 1 commit
    • Hervé Beraud's avatar
      Adding pre-commit · ad42c89f
      Hervé Beraud authored
      Introduced changes:
      - pre-commit config and rules.
      - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks.
      - Applying fixes for pre-commit compliance in all code.
      
      Also commit hash will be used instead of version tags in pre-commit to
      prevend arbitrary code from running in developer's machines.
      
      pre-commit will be used to:
      - trailing whitespace;
      - Replaces or checks mixed line ending (mixed-line-ending);
      - Forbid files which have a UTF-8 byte-order marker
        (check-byte-order-marker);
      - Checks that non-binary executables have a proper
        shebang (check-executables-have-shebangs);
      - Check for files that contain merge conflict strings
        (check-merge-conflict);
      - Check for debugger imports and py37+ breakpoint()
        calls in python source (debug-statements);
      - Attempts to load all yaml files to verify syntax (check-yaml);
      - Run flake8 checks (flake8) (local)
      
      For further details about tests please refer to:
      https://github.com/pre-commit/pre-commit-hooks
      
      
      
      Change-Id: I6663d5e0866e03f8eb8c0543d3e3e0bbfb2399ac
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      ad42c89f
  21. 06 Aug, 2020 2 commits
  22. 29 Jul, 2020 1 commit
    • Luigi Toscano's avatar
      zuul: port the legacy grenade job · 63c1eca0
      Luigi Toscano authored
      Make it a native Zuul v3 job.
      It is a simple variant of the base 'grenade' job where oslo.log
      is installed from source instead of pip.
      Also use a slightly more common name by dropping the "-devstack"
      suffix (all grenade jobs are also devstack jobs).
      
      Change-Id: I2f335358dd467f57a2178df66414bdc634eb6400
      63c1eca0
  23. 24 Jul, 2020 1 commit
  24. 11 Jul, 2020 1 commit
    • Jan Vondra's avatar
      Added uwsgi_name information into fluentFormatter event message · 6f9b434b
      Jan Vondra authored
      When running under uwsgi a new key "uwsgi_name" is added to log
      events when using FluentFormatter that could be used for further
      analysis. It's value is taken from uwsgi configuration upon
      formatter initialization.
      
      Change-Id: I158409677523978246c26bf1168f323974d817a5
      Closes-Bug: 1887232
      6f9b434b
  25. 30 Jun, 2020 1 commit
  26. 18 Jun, 2020 1 commit
  27. 03 Jun, 2020 1 commit
  28. 02 Jun, 2020 1 commit
  29. 01 Jun, 2020 1 commit
    • Brian Haley's avatar
      Default facility to None in OSJournalHandler class · 184235c2
      Brian Haley authored
      Use a default value of None for facility in OSJournalHandler
      class, as is done in the OSSysLogHandler class.
      
      Neutron started failing with a:
      
       E1120: No value for argument 'facility' in constructor call
      
      With a recent release of oslo.log.
      
      Change-Id: I5269b82d219fd2377535120d9d266238d50431b3
      Related-Bug: #1871840
      184235c2
  30. 28 May, 2020 1 commit
  31. 26 May, 2020 2 commits
  32. 22 May, 2020 1 commit
  33. 21 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 229b05b8
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 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.
      
      Remove these requirements from lower-constraints, they are not needed
      during installation.
      
      openstackdocstheme renames some variables, so follow the renames. 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: I26d5cf722635d12c3cdfde6ec25b0d3e16377b2f
      229b05b8