summaryrefslogtreecommitdiffstats
path: root/openstack/common/policy.py
Commit message (Expand)AuthorAgeFilesLines
* Enable hacking H404 test.Dina Belova2013-06-111-120/+87
* Enable H306 hacking check.Dina Belova2013-06-041-2/+2
* Reduce duplicated code related to policiesFlaper Fesp2013-05-211-53/+152
* Removes len() on empty sequence evaluationZhongyue Luo2013-05-131-1/+1
* Convert unicode for python3 portabilityChuck Short2013-05-061-1/+2
* Replaces standard logging with common loggingZhongyue Luo2013-04-091-1/+1
* update OpenStack, LLC to OpenStack FoundationMark McClain2013-03-131-1/+1
* Fix pep8 E125 errors.Monty Taylor2013-01-111-10/+10
* Merge "Revert "Add support for finer-grained policy decisions""Jenkins2012-10-121-150/+2
|\
| * Revert "Add support for finer-grained policy decisions"Mark McLoughlin2012-10-111-150/+2
* | Remove an unneeded 'global'Kevin L. Mitchell2012-10-091-1/+0
|/
* Add support for finer-grained policy decisionsKevin L. Mitchell2012-10-091-2/+150
* Add a 'not' operator to the policy langageKevin L. Mitchell2012-10-091-1/+41
* Add a new policy languageKevin L. Mitchell2012-10-091-4/+270
* Remove deprecated policy engine APIsMark McLoughlin2012-10-091-150/+1
* Rewrite the policy engine from scratchKevin L. Mitchell2012-10-091-180/+502
* Use pep8 v1.3.3Zhongyue Luo2012-09-131-2/+3
* Allow non-string items in the creds dict.Vishvananda Ishaya2012-08-201-1/+1
* Use function registration for policy checksKevin L. Mitchell2012-07-301-46/+106
* Fix missing gettextutils in several modules.Eric Windisch2012-07-121-0/+1
* Switch common files to using jsonutils.Andrew Bogott2012-07-031-4/+5
* Common-ize policies.Kevin L. Mitchell2012-06-041-0/+238