summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * removing the sphinx_build from setup.py, adding how to run the docs into the ...Joe Heck2012-01-202-26/+18
|/
* ec2 docsJesse Andrews2012-01-201-6/+76
* simple docstrings for ec2 crudJesse Andrews2012-01-191-1/+4
* get docs workingtermie2012-01-197-92/+1
* Merge pull request #19 from 4P/basedocsAndy Smith2012-01-1917-15/+1881
|\
| * shimming in basics from original keystoneJoe Heck2012-01-1916-8/+1832
| * doctryJoe Heck2012-01-192-7/+49
* | Merge pull request #20 from termie/no_pass_fieldAndy Smith2012-01-191-0/+10
|\ \
| * | add checks for no password attributeJesse Andrews2012-01-191-0/+10
* | | some cli improvementstermie2012-01-192-21/+99
* | | Merge pull request #18 from termie/fail_loginAndy Smith2012-01-191-8/+30
|\ \ \ | |/ / |/| |
| * | users with correct credentials but disabled are forbidden not unauthorizedJesse Andrews2012-01-191-1/+1
| * | test login fails with invalid password or disabled userJesse Andrews2012-01-191-8/+30
|/ /
* | use token_client in token testsJesse Andrews2012-01-191-5/+4
* | remove duplicate pycli from pip-requiresJesse Andrews2012-01-191-1/+0
* | Merge pull request #15 from termie/negative_testsAndy Smith2012-01-193-22/+67
|\ \
| * | fix ec2 sql configJesse Andrews2012-01-191-1/+1
| * | get_client lets you send user and tenantJesse Andrews2012-01-191-2/+8
| * | update how user is specified in testsJesse Andrews2012-01-192-16/+15
| * | rename ec2 tests to be more explicitJesse Andrews2012-01-191-3/+3
| * | use the sql backend for ec2 testsJesse Andrews2012-01-191-0/+3
| * | more failing ec2 testsJesse Andrews2012-01-191-1/+25
| * | add METADATA for booJesse Andrews2012-01-191-0/+1
| * | add (failing) tests for scoping ec2 crudJesse Andrews2012-01-192-22/+34
|/ /
* / add some docs that got overwritten last nighttermie2012-01-193-2/+147
|/
* fix pep8termie2012-01-1811-16/+18
* update teststermie2012-01-186-64/+14
* update some namestermie2012-01-188-14/+14
* fix some importstermie2012-01-1814-32/+32
* split up sql backends tootermie2012-01-184-410/+410
* split up the services and kvs backendstermie2012-01-1822-958/+997
* establish basic structuretermie2012-01-1836-0/+0
* add docs for various service managerstermie2012-01-185-1/+55
* expect sphinx sources to be autogennedtermie2012-01-187-252/+2
* some tiny docstermie2012-01-181-0/+6
* fix sphinxtermie2012-01-182-2/+2
* testing rst on githubtermie2012-01-181-2/+5
* Merge pull request #16 from 4P/depsJesse Andrews2012-01-181-0/+3
|\
| * updating dependencies for kslJoe Heck2012-01-191-0/+3
|/
* needed to do more for cli optstermie2012-01-171-1/+1
* Merge branch 'master' of github.com:termie/keystonelighttermie2012-01-171-1/+1
|\
| * Merge pull request #14 from vishvananda/patch-1Andy Smith2012-01-171-1/+1
| |\
| | * Fix typovishvananda2012-01-171-1/+1