summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Normalize build files with current jenkins.Monty Taylor2012-01-316-6/+55
| | * Use gerrit instead of githubMonty Taylor2012-01-313-6/+8
| | * Fix pep8 violations.Monty Taylor2012-01-315-300/+302
| |/
| * Merge pull request #26 from 4P/moredocAndy Smith2012-01-3045-363/+4719
| |\
| | * removing unused images, cleaning up RST in docstrings from sphinx warningsJoe Heck2012-01-3014-1216/+46
| | * pep8 cleanupJoe Heck2012-01-301-2/+2
| | * shifting contents from _static to staticJoe Heck2012-01-305-1/+1
| | * adding in testing detailsJoe Heck2012-01-291-2/+11
| | * moved notes from README.rst into docs/architecture.rstJoe Heck2012-01-292-63/+179
| | * updating formating for configuration pageJoe Heck2012-01-291-52/+81
| | * format tweaks and moving old docsJoe Heck2012-01-297-334/+181
| | * shifting older docs into old/ directoryJoe Heck2012-01-2916-488/+4
| | * doc updatesJoe Heck2012-01-2912-387/+957
| | * moving in all the original docs from keystoneJoe Heck2012-01-2940-0/+5439
| |/
| * Merge pull request #25 from 4P/pipupAndy Smith2012-01-273-2/+5
| |\
| | * adding python keystoneclient to setup.py depsJoe Heck2012-01-271-1/+1
| | * fixing up PIP requirements for testing and virtualenvJoe Heck2012-01-272-1/+4
| |/
| * Merge pull request #22 from chmouel/s3tokenAndy Smith2012-01-263-21/+69
| |\
| | * indents.Chmouel Boudjnah2012-01-261-5/+5
| | * Make it as a subclass.Chmouel Boudjnah2012-01-261-16/+10
| | * Simplify code.Chmouel Boudjnah2012-01-262-94/+49
| | * Add s3tokens validation.Chmouel Boudjnah2012-01-252-0/+99
| * | Merge pull request #24 from termie/require_adminnessAndy Smith2012-01-261-0/+59
| |\ \
| | * | fix style and termie's comments about commentsJesse Andrews2012-01-261-14/+35
| | * | invalid params for roles.deleteJesse Andrews2012-01-261-1/+1
| | * | initial stab at requiring adminnessJesse Andrews2012-01-261-0/+38
| |/ /
| * | Merge pull request #23 from termie/auth_invalid_tenantJesse Andrews2012-01-252-2/+18
| |\ \ | | |/ | |/|
| | * add tests that auth with tenant user isn't member ofJesse Andrews2012-01-252-2/+18
| |/
| * add a bunch of basic tests for the clitermie2012-01-245-40/+249
| * remove this useless catalogtermie2012-01-241-53/+0
| * move cli code into a module for testingtermie2012-01-242-201/+209
| * allow class names to be different from attr namestermie2012-01-241-3/+10
| * add ec2 credentials to the clitermie2012-01-241-0/+5
| * fix middlewaretermie2012-01-242-2/+2
| * bcrypt the passwordstermie2012-01-2411-25/+90
| * fix token vs auth_tokentermie2012-01-231-4/+10
| * some quick fixes to cli, tests incomingtermie2012-01-231-6/+3
| * fix pep8termie2012-01-232-4/+5
| * fix some more pass-by-reference bugstermie2012-01-231-1/+2
| * strip password before checking outputtermie2012-01-231-0/+12
| * flip actual and expected to match common apitermie2012-01-231-8/+8
| * don't allow disabled users to authenticatetermie2012-01-231-0/+5
| * turn off echotermie2012-01-231-1/+1
| * fix invalid_password, skip ec2 teststermie2012-01-231-1/+6
| * strip password from sql backendtermie2012-01-231-5/+17
| * raise and catch correct authenticate errortermie2012-01-232-7/+9
| * rely on internal _get_user for update callstermie2012-01-231-1/+1
| * strip password from kvs backendtermie2012-01-232-8/+23
| * fix user_get/user_list teststermie2012-01-231-6/+2
| * Merge pull request #21 from 4P/doc2Andy Smith2012-01-202-26/+18
| |\