1. 05 Feb, 2022 2 commits
    • Alan Bishop's avatar
      Add Yoga to versionutils · de03a59e
      Alan Bishop authored
      Change-Id: If1e846c79477cb0fc06d5702240e1dbb9f2c9c40
      de03a59e
    • Alan Bishop's avatar
      Use project when logging the user identity · 650ce7d3
      Alan Bishop authored
      The logging_user_identity_format option's default value is changed
      to reference the project instead of the tenant. This is necessary
      because I2fded6f3476df1fb8c4e042ef28ed8ccb7ab0737 removed the tenant
      argument from request contexts.
      
      Related-Bug: #1505827
      Change-Id: Id6d4b6eaa2b96ba5bd53e8b2dae5d9eea13b25d9
      650ce7d3
  2. 21 Dec, 2021 1 commit
  3. 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
  4. 01 Jun, 2021 1 commit
  5. 26 May, 2021 1 commit
  6. 06 May, 2021 1 commit
  7. 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
  8. 27 Apr, 2021 1 commit
  9. 16 Apr, 2021 4 commits
  10. 15 Apr, 2021 1 commit
  11. 06 Apr, 2021 1 commit
  12. 22 Mar, 2021 1 commit
  13. 21 Jan, 2021 1 commit
  14. 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
  15. 14 Jan, 2021 1 commit
  16. 03 Jan, 2021 1 commit
  17. 18 Dec, 2020 1 commit
  18. 04 Nov, 2020 2 commits
  19. 11 Oct, 2020 1 commit
  20. 22 Sep, 2020 1 commit
  21. 11 Sep, 2020 2 commits
  22. 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
  23. 06 Aug, 2020 2 commits
  24. 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
  25. 24 Jul, 2020 1 commit
  26. 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
  27. 30 Jun, 2020 1 commit
  28. 18 Jun, 2020 1 commit
  29. 03 Jun, 2020 1 commit
  30. 02 Jun, 2020 1 commit
  31. 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
  32. 28 May, 2020 1 commit
  33. 26 May, 2020 1 commit