Commit Graph

5 Commits

Author SHA256 Message Date
Thomas Bechtold
b1ed3d0123 - update to version 1.5.0:
- Add py35 tox virtualenv
  - Fix a doc typo
  - Use an env variable for connection string default
  - Show team and repo badges on README
  - Fix import order
  - Add Log Insight driver
  - Add Elasticsearch driver
  - Update dependencies' version from project requirements
  - Add a redis driver
  - Trivial: Remove vim header from source files
  - Add exception to trace point details
  - Add reno for release notes management
  - Visualize trace output as graph
  - Update documentation to the latest state
  - Add AUTHORS and ChangeLog to .gitignore
  - Replace six.iteritems() with .items()
  - Organize unit tests under tests/unit folder
  - Move hacking checks outside tests
  - Error out for invalid trace ID
  - Use method constant_time_compare from oslo.utils
  - [doc]Add description for multi-backend URI
  - Update devstack plugin readme to enable Panko
  - Pretty print json output
  - Heat and Cinder now use new style conf
  - Use oslo_utils.uuidutils.is_uuid_like
  - Update homepage with developer documentation page
  - Replace logging with oslo_log
  - Pass oslo.messaging kwargs only for "messaging://"
  - Add .idea folder to .gitignore

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=11
2017-02-13 08:51:14 +00:00
Thomas Bechtold
74a70c7429 - update to version 1.4.0
* Remove discover from test-requirements
  * Don't set html_last_updated_fmt without git
  * Add exception type to stop trace info
  * OSprofiler initialization method
  * Fix title of index page
  * Add Ceilometer driver
  * Expose osprofiler middleware as entrypoint
  * Add MongoDB driver
  * Improve unit test coverage
  * Add connection string usage to osprofiler-cli
  * Add tests for mongodb driver
  * doc: Log warning when can't get informaiton from git
  * Fix typos on spec directory
  * Fix typo: 'Olso' to 'Oslo'
  * Add backward compatible drivers structure
  * Add overall profiler stats by operation

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=9
2016-08-30 15:22:47 +00:00
Thomas Bechtold
561c3bebcc - Add _service and switch to upstream spec file
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=8
2016-08-01 18:57:20 +00:00
Dominique Leuenberger
9d7caa1d6e Accepting request 397362 from Cloud:OpenStack:Factory
- Upgraded to version 1.3.0
  * Add hepler to trace sessions
  * Add an error tip when trace_id is not found
  * Add a similar link with reference to similar projects/libraries
  * Continue work on standardizing osprofiler docs
  * Remove dead/broken link to example
  * Updates to doc conf.py to look the same as other projects
  * Clean thread local profiler object after usage
  * Avoid tracing class and static methods
  * Avoid multiple tracing when applying meta or class decorator
  * Remove outdated version
  * Dont claim copyright for future years
  * Use pkg_resources to get version
  * Enable bandit in gate
  * Fallback if git is absent
  * It's unnecessary set deprecate group for option 'enabled'
  * Add CONTRIBUTING.rst

OBS-URL: https://build.opensuse.org/request/show/397362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osprofiler?expand=0&rev=2
2016-05-23 14:40:20 +00:00
Dominique Leuenberger
ad72323f96 Accepting request 387870 from Cloud:OpenStack:Factory
OBS-URL: https://build.opensuse.org/request/show/387870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osprofiler?expand=0&rev=1
2016-05-04 06:19:29 +00:00