1. 30 Aug, 2022 5 commits
  2. 31 Mar, 2022 1 commit
    • zhaolei.lc's avatar
      Make some revisions in the document · 32863011
      zhaolei.lc authored
      Make some revisions about the example of the
      implementation of nested trace points and fix
      some typos.
      
      Change-Id: I26a791e1073a2d62bd0f1c79bc26cd898d4e2c55
      32863011
  3. 22 Mar, 2022 1 commit
  4. 15 Mar, 2022 1 commit
  5. 17 Feb, 2022 1 commit
    • Michael Johnson's avatar
      Fix api index and module index · b9206a53
      Michael Johnson authored
      This patch fixes the index and module index for the osprofiler documentation
      home page.
      It also updates the documents tox environments to use a docs requirements.txt
      
      Change-Id: I880f1c28232a299f50ea9ccc2178f1444efb9a41
      b9206a53
  6. 04 Oct, 2021 2 commits
  7. 29 Sep, 2021 1 commit
  8. 07 Sep, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 3.4.2 · 2ae7f8a9
      Thomas Goirand authored
      2ae7f8a9
    • Thomas Goirand's avatar
      Merge tag '3.4.2' into debian/xena · c152c634
      Thomas Goirand authored
      osprofiler 3.4.2 release
      
      meta:version: 3.4.2
      meta:diff-start: -
      meta:series: independent
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I92e50c2de738e809386518b85ac2ae9e2b8e143d
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      c152c634
  9. 24 Aug, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 3.4.1. · 92d2c197
      Thomas Goirand authored
      92d2c197
    • Thomas Goirand's avatar
      Merge tag '3.4.1' into debian/xena · 0f18d46f
      Thomas Goirand authored
      osprofiler 3.4.1 release
      
      meta:version: 3.4.1
      meta:diff-start: -
      meta:series: independent
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Stephen Finucane <sfinucan@redhat.com>
      meta:release:Commit: Stephen Finucane <sfinucan@redhat.com>
      meta:release:Change-Id: I7dd6c088fabfebb1346cf5049777b360eb95e8f9
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      0f18d46f
  10. 02 Aug, 2021 1 commit
    • Goutham Pacha Ravi's avatar
      Set manila config opts in devstack · e475de6c
      Goutham Pacha Ravi authored
      When enabled, manila conf options need
      to be set as well for the profiler to
      work on devstack.
      
      Depends-On: I3bce1f04d1cfebfacd78ed135a949a068c78987d
      Change-Id: Ibdbcad7cf5b19442a36ff06b935153960200b96d
      e475de6c
  11. 17 May, 2021 1 commit
  12. 23 Mar, 2021 1 commit
  13. 14 Jan, 2021 1 commit
  14. 18 Dec, 2020 1 commit
  15. 17 Dec, 2020 1 commit
    • wangzihao's avatar
      Remove six · adc39e86
      wangzihao authored
      Remove six Replace the following items with Python 3 style code.
      - six.moves
      - six.StringIO
      - six.add_metaclass
      - six.string_types
      - six.binary_type
      - six.text_type
      - six.integer_types
      - six.PY3
      - six.PY2
      - six.iterkeys
      
      Change-Id: Id9f2076be1a6a2d99db5acb682df8bebe893de36
      adc39e86
  16. 11 Dec, 2020 1 commit
  17. 20 Nov, 2020 1 commit
  18. 09 Nov, 2020 1 commit
  19. 04 Nov, 2020 1 commit
  20. 15 Oct, 2020 2 commits
  21. 09 Oct, 2020 1 commit
    • Hervé Beraud's avatar
      Adding pre-commit · 2794b982
      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: If4bd505d6bf73d06ce2f6080cedb3b5576c881d9
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      2794b982
  22. 22 Sep, 2020 1 commit
  23. 13 Sep, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 3.4.0 · 80cd62ee
      Thomas Goirand authored
      80cd62ee
    • Thomas Goirand's avatar
      Merge tag '3.4.0' into debian/victoria · 7da82256
      Thomas Goirand authored
      osprofiler 3.4.0 release
      
      meta:version: 3.4.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Ben Nemec <bnemec@redhat.com>
      meta:release:Commit: Ben Nemec <bnemec@redhat.com>
      meta:release:Change-Id: I3ae7c0913864b949dfb01fd31e1c7567fc4b7fd7
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      7da82256
  24. 11 Sep, 2020 2 commits
  25. 07 Sep, 2020 3 commits
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 3c0ed6ab
      Thomas Goirand authored
      3c0ed6ab
    • Thomas Goirand's avatar
      Now packaging 3.3.0. · 86bf7828
      Thomas Goirand authored
      86bf7828
    • Thomas Goirand's avatar
      Merge tag '3.3.0' into debian/victoria · 33a63edb
      Thomas Goirand authored
      osprofiler 3.3.0 release
      
      meta:version: 3.3.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Ben Nemec <bnemec@redhat.com>
      meta:release:Commit: Ben Nemec <bnemec@redhat.com>
      meta:release:Change-Id: I3412422241f78b28eded22412300b6b7df09f726
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      33a63edb
  26. 06 Sep, 2020 1 commit
  27. 24 Jul, 2020 1 commit
  28. 06 Jul, 2020 1 commit
    • Doug Hellmann's avatar
      switch to importlib.metadata to find package version · e8dd381e
      Doug Hellmann authored
      
      
      Importing pkg_resources has a side-effect of reading all of the
      metadata for every installed python package. The newer
      importlib.metadata module can load the metadata for one package at a
      time, which makes this library load more quickly and improves the
      startup-time performance of applications that use it such as
      python-openstackclient.
      
      importlib.metadata is part of the python 3.8 standard library and is
      distributed separately for other versions of python.
      
      Change-Id: Ib1870a3d102116f84c7677601fd44fdac41a13a6
      Signed-off-by: default avatarDoug Hellmann <doug@doughellmann.com>
      e8dd381e