Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-osprofiler-doc-1.15.2-lp152.3.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-osprofiler-doc Distribution: openSUSE Leap 15.2
Version: 1.15.2 Vendor: openSUSE
Release: lp152.3.3 Build date: Sun Mar 1 16:04:24 2020
Group: Development/Languages/Python Build host: cloud128
Size: 2928963 Source RPM: python-osprofiler-1.15.2-lp152.3.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/osprofiler
Summary: Documentation for OSProfiler
Documentation for OSProfiler.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Feb 23 2018 cloud-devel@suse.de
  - update to version 1.15.2
    - Update .gitreview for stable/queens
    - Check profiler instance before initialize
  - Switch to stable/queens spec template
* Tue Jan 30 2018 cloud-devel@suse.de
  - update to version 1.15.1
    - Add kwargs to WsgiMiddleware __init__
    - Add functional test for Redis driver
    - Add Zuul job for functional testing
    - Remove setting of version/release from releasenotes
    - Make collector configurable in DevStack plugin
    - Add filter for OSprofiler html output
    - Update the invalid doc links to the right ones in osprofiler docs
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 1.14.0
    - Remove unused parameters from Profiler class
    - Make dependency on oslo.messaging runtime only
    - Update reno for stable/pike
    - Add loading local static files option of template.html
    - Do not require OpenStack authentication to run osprofiler CLI
    - Improve unit test coverage
    - Make test_notifier independent of test case execution order
    - Remove dependency on oslo.log library
    - Extend messaging driver to support reporting
    - Handle and report SQLAlchemy errors
    - Add function/sql results to trace info
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 1.11.0
    - devstack: make option hmac_keys configurable
    - Add functional test for notifier backend
    - Add Jaeger to list of similar projects
    - Highlight last trace for OSprofiler html output
    - Upgrade libraries, add highlight for JSON data
    - doc: Fix formatting
    - Switch to "topics" keyword for messaging driver
    - Python 3.4 support is removed
    - Fix mistake in split meta string
    - Update reno for stable/ocata
    - Expose connection_string parameter into DevStack plugin
    - Add magnum to devstack config
    - Fix error message for invalid trace
    - rearrange existing documentation to fit the new standard layout
    - Move implemeted specs to implemented directory
    - Add zun to devstack config
    - Update .gitignore
    - Update URLs in documents according to document migration
    - Revert "Change list_opts to dictionary style"
    - Change list_opts to dictionary style
    - Improve error reporting for Ceilometer driver
    - Enable warning-is-error in doc build
    - Replace oslo.messaging.get_transport with get_notification_transport
    - Change some bindings to one-time bindings
    - devstack: use project conf file env variables
    - Increase angular digest iteration limit
    - Remove extra white spaces in json output
    - Cleanup code of DevStack plugin
    - Remove unused imports
    - Fix enabling order specify in README.rst
    - [Fix gate]Update test requirement
    - Switch from oslosphinx to openstackdocstheme
    - fix an outdated link for zipkin
* Mon Feb 13 2017 cloud-devel@suse.de
  - 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
    - Use uuidutils instead of uuid.uuid4()
    - Enable devstack to configure OSProfiler for Senlin project
    - Fix syntax in JS, JSON indent with 4 spaces
    - Re-format html template
    - Remove old notifiers
    - Fix the issue that ChangeLog not found when building docs
    - Update the driver path in th doc
    - Remove print statement
* Tue Aug 30 2016 tbechtold@suse.com
  - 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
* Mon Aug 01 2016 tbechtold@suse.com
  - Add _service and switch to upstream spec file
* Wed Apr 27 2016 mmnelemane@suse.com
  - 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
* Sun Feb 28 2016 dmueller@suse.com
  - update to 1.2.0:
    * Remove flake8 ignore list in tox.ini
    * run py34 tests before py27 to work around testr bug
    * stop making a copy of options discovered by config generator
    * Make class detection more accurate
    * Disable staticmethods tracing
    * Add fix for static and class methods in @trace_cls
    * Expose X-Trace-* constants
    * Add raw Ceilometer events support to DevStack plugin
    * Use raw data storage for events to collect more info
    * Use oslo.utils reflection and avoid refinding decorated name
    * Move osprofiler tests into osprofiler
    * Consolidate osprofiler options
    * Remove argparse from requirements
    * Add py34 to tox env list
    * Make profiler timestamp json.dumps friendly
    * Replace deprecated library function os.popen() with subprocess
    * Add DevStack plugin
    * Remove Py33 support
    * Make it possible to specify file path as a source for trace
    * Remove support for py26
    * Improve HTML reports performance
    * Fix TracedMeta class
    * Fix a couple of typos in doc strings
    * Fix Ceilometer parser to use events
    * remove python 2.6 trove classifier
    * Add TracedMeta class
    * Update requirements
    * Deprecated tox -downloadcache option removed
    * Fix enable/disable compatibility
    * Add hacking rules & fix hacking issues
* Tue Nov 17 2015 bwiedemann@suse.com
  - update to 0.3.1
    * Make api-paste.ini config optional
    * Fix minor typos in the multi-backend specification
    * Spec: Integration Testing
    * Spec: Better DevStack Integration
    * Spec: Multi Backend support
    * Spec: Optional options in api-paste.ini
    * Add specs base structure
    * Update .gitreview for new namespace
    * Fix date parsing when there's not milliseconds in the date
    * Various cleanups
    * Remove version from setup.cfg
    * Stop using intersphinx
    * Rename doc environment to docs
    * Imporve generated trace html
    * Adding a hits to notice operator when trace not found

Files

/usr/share/doc/packages/python-osprofiler-doc
/usr/share/doc/packages/python-osprofiler-doc/LICENSE
/usr/share/doc/packages/python-osprofiler-doc/html
/usr/share/doc/packages/python-osprofiler-doc/html/_sources
/usr/share/doc/packages/python-osprofiler-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-osprofiler-doc/html/_sources/user
/usr/share/doc/packages/python-osprofiler-doc/html/_sources/user/api.rst.txt
/usr/share/doc/packages/python-osprofiler-doc/html/_sources/user/background.rst.txt
/usr/share/doc/packages/python-osprofiler-doc/html/_sources/user/collectors.rst.txt
/usr/share/doc/packages/python-osprofiler-doc/html/_sources/user/history.rst.txt
/usr/share/doc/packages/python-osprofiler-doc/html/_sources/user/index.rst.txt
/usr/share/doc/packages/python-osprofiler-doc/html/_sources/user/integration.rst.txt
/usr/share/doc/packages/python-osprofiler-doc/html/_sources/user/similar_projects.rst.txt
/usr/share/doc/packages/python-osprofiler-doc/html/_static
/usr/share/doc/packages/python-osprofiler-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-osprofiler-doc/html/_static/basic.css
/usr/share/doc/packages/python-osprofiler-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/comment.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/css
/usr/share/doc/packages/python-osprofiler-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-osprofiler-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-osprofiler-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-osprofiler-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-osprofiler-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-osprofiler-doc/html/_static/css/native.css
/usr/share/doc/packages/python-osprofiler-doc/html/_static/doctools.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/down.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-osprofiler-doc/html/_static/file.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-osprofiler-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/docs
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/jquery.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/js/webui-popover.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/minus.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/plus.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/pygments.css
/usr/share/doc/packages/python-osprofiler-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/underscore.js
/usr/share/doc/packages/python-osprofiler-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/up.png
/usr/share/doc/packages/python-osprofiler-doc/html/_static/websupport.js
/usr/share/doc/packages/python-osprofiler-doc/html/genindex.html
/usr/share/doc/packages/python-osprofiler-doc/html/index.html
/usr/share/doc/packages/python-osprofiler-doc/html/objects.inv
/usr/share/doc/packages/python-osprofiler-doc/html/search.html
/usr/share/doc/packages/python-osprofiler-doc/html/searchindex.js
/usr/share/doc/packages/python-osprofiler-doc/html/user
/usr/share/doc/packages/python-osprofiler-doc/html/user/api.html
/usr/share/doc/packages/python-osprofiler-doc/html/user/background.html
/usr/share/doc/packages/python-osprofiler-doc/html/user/collectors.html
/usr/share/doc/packages/python-osprofiler-doc/html/user/history.html
/usr/share/doc/packages/python-osprofiler-doc/html/user/index.html
/usr/share/doc/packages/python-osprofiler-doc/html/user/integration.html
/usr/share/doc/packages/python-osprofiler-doc/html/user/similar_projects.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024