CHANGES
- Updated from global requirements
- Updated from global requirements
- Update .gitreview for stable/liberty
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