index
:
keystone.git
shared-key-msg
OpenStack's keystone patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved tests to keystone folder and removed old management tools - issue #26
Ziad Sawalha
2011-06-11
28
-10492
/
+0
*
Merge remote branch 'rackspace/master'
Yogeshwar Srikrishnan
2011-06-09
1
-22
/
+128
|
\
|
*
Add success test for GET /v2.0/tokens/<TOKEN_ID> in json and xml
Jay Pipes
2011-06-05
1
-9
/
+70
|
*
Add Admin API tests for v2 authentication
Jay Pipes
2011-06-05
1
-17
/
+26
|
*
Add test verifying a missing tenantId key in the password creds works properl...
Jay Pipes
2011-06-05
1
-0
/
+36
*
|
PEP8 changes.
Yogeshwar Srikrishnan
2011-06-09
1
-8
/
+7
*
|
Changing to legacy auth to standard wsgi middleware.
Yogeshwar Srikrishnan
2011-06-08
1
-1
/
+1
*
|
Removing debug print
Yogeshwar Srikrishnan
2011-06-03
1
-1
/
+0
*
|
Changes to return service urls for Auth1.0 style calls.
Yogeshwar Srikrishnan
2011-06-03
1
-0
/
+8
*
|
Updating tests and sample data.
Yogeshwar Srikrishnan
2011-06-03
1
-0
/
+3
*
|
Merging changes from rackspace.
Yogeshwar Srikrishnan
2011-06-03
2
-17
/
+292
|
\
|
|
*
Merge pull request #15 from yogirackspace/master
Ziad Sawalha
2011-06-02
3
-9
/
+59
|
|
\
|
*
|
Add more test cases for v2 authentication for bad requests and unauthorized r...
Jay Pipes
2011-06-02
2
-3
/
+267
|
*
|
Add test case for verifying GET /v2.0/tokens returns 404 Not Found
Jay Pipes
2011-06-02
2
-15
/
+26
|
*
|
Merge pull request #9 from jaypipes/unittest
Ziad Sawalha
2011-06-01
5
-0
/
+413
|
|
\
\
|
|
*
|
Adds unit testing base class that takes care of
Jay Pipes
2011-06-01
5
-0
/
+413
*
|
|
|
Changes to support service catalog.
Yogeshwar Srikrishnan
2011-06-03
1
-0
/
+20
|
|
_
|
/
|
/
|
|
*
|
|
Changes to support getTenants call for user with admin privelage and regular ...
Yogeshwar Srikrishnan
2011-06-02
1
-6
/
+6
*
|
|
Merging changes
Yogeshwar Srikrishnan
2011-06-01
1
-0
/
+0
*
|
|
Merging changes
Yogeshwar Srikrishnan
2011-06-01
4
-0
/
+413
*
|
|
Changes to also return role references as a part of user when get token call ...
Yogeshwar Srikrishnan
2011-06-01
2
-3
/
+53
|
/
/
*
|
Additional unit tests for base url refs.Minor code refactorings.
Yogeshwar Srikrishnan
2011-05-31
2
-8
/
+457
*
|
Merge remote branch 'rackspace/master'
Yogeshwar Srikrishnan
2011-05-31
8
-72
/
+1064
|
\
\
|
*
|
Merged DTest tests and moved ini file to examples/paste
Ziad Sawalha
2011-05-28
2
-72
/
+5
|
*
|
Just making sure leading whitespace is stripped if automated.
Kevin L. Mitchell
2011-05-27
1
-1
/
+1
|
*
|
to->too
Kevin L. Mitchell
2011-05-27
1
-1
/
+1
|
*
|
Merge branch 'master' of git://github.com/rackspace/keystone
Kevin L. Mitchell
2011-05-27
9
-152
/
+636
|
|
\
\
|
*
|
|
Add a sample to document how to create tests.
Kevin L. Mitchell
2011-05-27
1
-0
/
+85
|
*
|
|
Add a test for authenticate/revoke_token
Kevin L. Mitchell
2011-05-27
1
-0
/
+51
|
*
|
|
Ensure that --username, --password, and --keystone are given
Kevin L. Mitchell
2011-05-27
1
-0
/
+9
|
*
|
|
Build base classes for tests
Kevin L. Mitchell
2011-05-27
1
-0
/
+59
|
*
|
|
Build the skeleton necessary to run tests
Kevin L. Mitchell
2011-05-27
2
-0
/
+68
|
*
|
|
Add x_auth_token header to most methods
Kevin L. Mitchell
2011-05-27
1
-22
/
+57
|
*
|
|
Make sure we don't lose the body completely if we can't json.load() it
Kevin L. Mitchell
2011-05-27
1
-2
/
+3
|
*
|
|
Add debugging messages
Kevin L. Mitchell
2011-05-27
1
-5
/
+46
|
*
|
|
Add a property to get the RESTClient instance.
Kevin L. Mitchell
2011-05-27
1
-0
/
+6
|
*
|
|
Fix up get()/put()/post()/delete() calls to make_req()
Kevin L. Mitchell
2011-05-27
1
-4
/
+6
|
*
|
|
Deal with the case that no headers are provided
Kevin L. Mitchell
2011-05-27
1
-0
/
+2
|
*
|
|
Deal more intelligently with empty strings
Kevin L. Mitchell
2011-05-27
1
-1
/
+1
|
*
|
|
Um, queries are supposed to be optional, all others required
Kevin L. Mitchell
2011-05-27
1
-2
/
+2
|
*
|
|
Properly join relative paths
Kevin L. Mitchell
2011-05-27
1
-3
/
+6
|
*
|
|
Apparently "/token" is actually spelled "/tokens"
Kevin L. Mitchell
2011-05-27
1
-3
/
+3
|
*
|
|
Accidentally left out the reqwrapper argument
Kevin L. Mitchell
2011-05-27
1
-2
/
+3
|
*
|
|
Sketch in a basis for the Keystone API 2.0
Kevin L. Mitchell
2011-05-27
1
-0
/
+110
|
*
|
|
Make argument order a little more natural
Kevin L. Mitchell
2011-05-27
1
-1
/
+1
|
*
|
|
Don't let self._path be the empty string
Kevin L. Mitchell
2011-05-26
1
-1
/
+1
|
*
|
|
self._scheme isn't set yet
Kevin L. Mitchell
2011-05-26
1
-2
/
+2
|
*
|
|
Don't add a field if there isn't one...
Kevin L. Mitchell
2011-05-26
1
-1
/
+2
|
*
|
|
Create a simple means of building a REST-based API.
Kevin L. Mitchell
2011-05-26
1
-0
/
+585
|
*
|
|
Changes to support /tokens on docbook and minor roleref changes
Yogeshwar Srikrishnan
2011-05-26
1
-3
/
+3
[next]