Revisions of python-pycadf

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 977087 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
- fix build against python 3.10
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 812564 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
- update to version 3.0.0
  - Switch to Ussuri jobs
  - Change README.rst with a better title
  - Drop python 2.7 support and testing
  - Bump the openstackdocstheme extension to 1.20
  - Update source link in readme
  - Add swift_api_audit_map.conf
  - Add swift_api_audit_map.conf to setup.cfg
  - Update the constraints url
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 785059 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- switch to python 3.x only builds
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 736578 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 14)
- update to version 2.10.0
  - add python 3.7 unit test job
  - Removes temporary fix for doc generation
  - Add py37 tox env and drop py35
  - Add Python 3 Train unit tests
  - OpenDev Migration Patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 692874 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
- update to version 2.9.0
  - add lib-forward-testing-python3 test job
  - Change openstack-dev to openstack-discuss
  - import zuul job settings from project-config
  - Enabling FIPS mode by using sha256 instead of md5
  - Add release note for MD5 hash removal
  - Don't quote {posargs} in tox.ini
  - switch documentation job to new PTI
  - add python 3.6 unit test job
  - Switch to stestr
  - Use templates for cover and lower-constraints
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 633116 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
Initial Rocky clients submission. please combine all in one staging project otherwise this will never build
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 583356 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
- Switch to stable/queens spec template

- update to version 2.7.0 (bsc#1078607)
  - Turn on warning-is-error for sphinx build
  - Removed references to events api
  - Stopping using norm_ns
  - Update URL in docs as per the doc-migration spec
  - Adding panko_api_audit_map.conf to pycadf
  - Adding gnocchi_api_audit_map.conf to pycadf
  - Avoid tox_install.sh for constraints support
  - Updated from global requirements
  - Switch from oslosphinx to openstackdocstheme
  - changed 'target_endpoint_type' value
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 527395 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
- update to version 2.6.0
  - Make `is_valid` more flexible with uuid validation
  - Updated from global requirements
  - Use https for *.openstack.org references
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 456648 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 9)
update to version 2.5.0
  * Remove references to Python 3.4
  * Add Constraints support
  * cleanup string
  * Show team and repo badges on README
  * Changed the home-page link
  * Updated from global requirements
  * Clean oslo.i18n
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 433098 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
- update to version 2.4.0
  * Remove discover from test-requirements
  * Updated from global requirements
  * Fix order of arguments in assertEqual
  * Don't include openstack/common in flake8 exclude list

- update to 2.3.0:
  * Add missing os-volumes_boot to nova_api_audit_map.conf
  * Updated from global requirements
  * Updated from global requirements
  * Remove unused pngmath Sphinx extension
  * Updated from global requirements
- update _service and switch to upstream spec template
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 384381 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
- update to 2.1.0:
  * Updated from global requirements
  * Add docstring validation
  * Adding ironic api specific audit map configuration
  * Updated from global requirements
  * Updated from global requirements
  * Enable cadf support for Heat
  * Fix wrong use of comma
  * Updated from global requirements
  * remove suport for py33
  * Put py34 first in the env order of tox
  * relax id validation
  * Updated from global requirements
  * Remove Python 2.6 classifier
  * Remove python 2.6 and cleanup tox.ini
  * make generate_uuid return valid uuid
  * Updated from global requirements
  * Add authenticate and evaluate actions
  * Change ceilometer endpoint name from telemetry to metering
  * No need for Oslo Incubator Sync
  * Document and update existing hacking violations
  * Add shields.io version/downloads links/badges into README.rst
  * Include changelog/history in docs
  * Fix event example
  * Add event name
  * Event doc indentation issue
  * Updated from global requirements
  * Updated from global requirements
  * Fixed typo error
- Adjust Requires according to requirements.txt
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 337145 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 6)
- update to 1.1.0:
  * Adding barbican specific base resources
  * Updated from global requirements
  * ensure id is not empty
  * Add api_audit_map.conf for Ceilometer project
  * Remove script already nuked from oslo-incubator
  * Add unit tests to increase coverage of cadftype
  * Remove run_cross_tests.sh
  * drop audit middleware
  * Add trove conf file to setup.cfg
  * Added a testcase to cover ValueError in tag.py
  * Add test to cover mask value for utils.mask_value
  * Uncap library requirements for liberty
  * update README.rst to include additional links
  * Remove empty _templates folder
  * Add a section for audit maps
  * Fix formatting error for geolocation note
  * add a new set of release notes
  * Clean up pycadf's doc landing page
  * Add api_audit_map.conf for Trove project
  * Additional doc clean up
  * cleanup documentation
  * Add deprecation message to Audit API
  * Do not depend on endpoint id existing in the service catalog
  * Fix oslo.messaging link in docs
  * Use oslo_context
  * Use oslo namespaces
  * Add a new CADF type for keystone trusts
  * add helper module
  * Add new CADF taxonomy types
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 5)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 236016 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 4)
- update to 0.5.1:
  * sync oslo
  * remove token from notifier middleware
  * Updated from global requirements
  * reorder documentation
  * import run_cross_tests.sh from incubator (forwarded request 235490 from dirkmueller)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 228556 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 3)
- Update to version 0.5:
  * Updated from global requirements
  * add OpenStack Foundation as author
  * pycadf documentation
  * Updated from global requirements
  * add docstrings to functions
- Add _service file for easier updates
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 224847 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 2)
- Update to version 0.4.1:
  + catch empty json body
- Changes from version 0.4:
  + add constant for security service
  + audit middleware in pycadf
  + oslo common code sync and requirements cleanup
  + Rollback change to that Install configs into /etc
  + Update .gitreview after repo rename
  + Install configs into /etc, not /usr/etc
- Changes from version 0.3.1:
  + update audit_map
  + update build_typeURI to drop query string
  + sync common code and requirements
  + add path to event
  + mask token values
  + adjust typeURI to capture target better
  + Python 3: update setup.cfg to advertise python 3 compatibility
- Fixed requirements
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 222300 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 1)
new awesome openstack dep
Displaying all 18 revisions
openSUSE Build Service is sponsored by