CHANGES
1.6.0
- Updated from global requirements
- Update .gitreview for stable/mitaka
1.5.0
- Updated from global requirements
1.4.0
- Update translation setup
- Updated from global requirements
- Updated from global requirements
- Updated from global requirements
- Updated from global requirements
- Revert “Pass environment variables of proxy to tox”
- Run docs testenv by default with tox
- Add oslopolicy-checker command-line tool
1.3.0
- Updated from global requirements
- Don’t crash on RoleCheck when roles not present
- assertIsNone(val) instead of assertEqual(None,val)
1.2.0
- Updated from global requirements
- Add string format rendering to RoleCheck.__call__()
- Pass environment variables of proxy to tox
- Fixes combined “and” and “or” rule handling
- Make sure item of policy_dirs is directory
- Updated from global requirements
- Use dict comprehension
- Don’t generate doc from test
1.1.0
- Trival: Remove ‘MANIFEST.in’
- Updated from global requirements
- Updated from global requirements
- Updated from global requirements
- Use requests-mock instead of httpretty in tests
- Clarify usage docs
- Correct invalid doc references
1.0.0
- Updated from global requirements
- Remove Python 2.6 classifier
- Remove python 2.6 and cleanup tox.ini
0.13.0
- Updated from global requirements
- Updated from global requirements
- Updated from global requirements
- Use JSON generator
- Add test for enforce with rule doesn’t exist
- Add test for raising default exception
- Add test for invalid JSON
- Add cover test requirement
- Fix a typo in policy.py
0.12.0
- Updated from global requirements
- Custom fixture to avoid external call in HttpCheck
- Fix coverage configuration and execution
- add auto-generated docs for config options
- Add shields.io version/downloads links/badges into README.rst
- Updated from global requirements
- Use requests in http check instead of urllib
- Change ignore-errors to ignore_errors
- Updated from global requirements
- remove deprecation text for policy_dirs option
0.11.0
- Updated from global requirements
0.10.0
- Pass reference then actual to assertEqual
- Overwrite option should not cause policy file reloading
- Updated from global requirements
- Setup translations
- Have the enforcer have its own file cache
- Updated from global requirements
0.9.0
- Updated from global requirements
0.8.0
- Updated from global requirements
- Fix typo of ‘available’ in token_fixture.py
- Fixes up the API docs and module index
0.7.0
- Remove oslo-incubator specific code
- Move fileutils functions to oslo.policy
- Add six and oslo.utils to requirements
- Add tox target to find missing requirements
- Updated from global requirements
- Updated from global requirements
0.5.0
- Expose base check classes as part of public API
- Cleanup logging to conform to guidelines
- Cleanup logging to conform to guidelines
- Remove support for Python 3.3
- Updated from global requirements
0.4.0
- Uncap library requirements for liberty
- Fix invalid indentation in _load_policy_file method
- Cleanup README.rst and setup.cfg
- Avoid reloading policy files in policy.d for every call
- Lists for Generic Checks
- Updated from global requirements
0.3.1
- Switch to non-namespaced module imports
0.3.0
- deprecate policy_dirs option
- Updated from global requirements
- Expose register and Check as part of public API
- provide more descriptive exception
0.2.0
- Add missing space to help message
- Add Rules.from_dict classmethod
- Use assertTrue or assertFalse where appropriate
- Fix the order of args to assertEqual in tests