| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge "Add name arguments to keystone command." | Jenkins | 2013-02-13 | 4 | -52/+101 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add name arguments to keystone command. | Ken'ichi Ohmichi | 2013-01-17 | 4 | -52/+101 | |
| | |/ / / / / | ||||||
| * | | | | | | Allow requests up to 0.8 and greater | Chuck Short | 2013-02-11 | 5 | -13/+4 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Merge "Fix incomplete sentence in help" | Jenkins | 2013-02-07 | 2 | -5/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix incomplete sentence in help | Dolph Mathews | 2013-02-06 | 2 | -5/+3 | |
| * | | | | | | Merge "Treat HTTP code 400 and above as error." | Jenkins | 2013-02-07 | 2 | -1/+10 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Treat HTTP code 400 and above as error. | Lin Hua Cheng | 2013-02-05 | 2 | -1/+10 | |
| * | | | | | | Pin requests module more strictly. | K Jonathan Harker | 2013-02-05 | 1 | -1/+1 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Update requests requirements | Chuck Short | 2013-02-05 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Mark password config options with secret | Michael J Fork | 2013-02-04 | 1 | -3/+3 | |
| | |_|/ |/| | | ||||||
| * | | | fix discrepancies seen in domain and credential, v3 - bug 1109349 | Steve Martinelli | 2013-01-30 | 3 | -4/+18 | |
| * | | | Merge "Take region_name into account when calling url_for" | Jenkins | 2013-01-30 | 3 | -3/+31 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Take region_name into account when calling url_for | Sam Morrison | 2013-01-24 | 3 | -3/+31 | |
| | |/ | ||||||
| * | | Merge "Fix thinko in self.middleware.cert_file_missing" | Jenkins | 2013-01-28 | 2 | -5/+13 | |
| |\ \ | ||||||
| | * | | Fix thinko in self.middleware.cert_file_missing | Dirk Mueller | 2013-01-23 | 2 | -5/+13 | |
| | |/ | ||||||
| * | | Merge "Fix STALE_TOKEN_DURATION usage" | Jenkins | 2013-01-26 | 2 | -2/+4 | |
| |\ \ | ||||||
| | * | | Fix STALE_TOKEN_DURATION usage | Julien Danjou | 2013-01-24 | 2 | -2/+4 | |
| | |/ | ||||||
| * | | Merge "Factorize endpoint retrieval in access" | Jenkins | 2013-01-24 | 1 | -22/+13 | |
| |\ \ | ||||||
| | * | | Factorize endpoint retrieval in access | Julien Danjou | 2013-01-24 | 1 | -22/+13 | |
| | |/ | ||||||
| * | | Merge "Remove useless code" | Jenkins | 2013-01-24 | 2 | -4/+0 | |
| |\ \ | ||||||
| | * | | Remove useless code | Julien Danjou | 2013-01-23 | 2 | -4/+0 | |
| | |/ | ||||||
| * | | Merge "Restore Python 2.6 compatibility" | Jenkins | 2013-01-24 | 1 | -1/+5 | |
| |\ \ | ||||||
| | * | | Restore Python 2.6 compatibility | Dirk Mueller | 2013-01-22 | 1 | -1/+5 | |
| | |/ | ||||||
| * | | Merge "Allow request timeout to be specified." | Jenkins | 2013-01-24 | 3 | -4/+78 | |
| |\ \ | ||||||
| | * | | Allow request timeout to be specified. | Joshua Harlow | 2013-01-18 | 3 | -4/+78 | |
| * | | | Remove assertDictEqual for python 2.6 compatibility | Dirk Mueller | 2013-01-18 | 1 | -2/+2 | |
| | |/ |/| | ||||||
| * | | Blueprint memcache-protection: enable memcache value encryption/integrity check | Guang Yee | 2013-01-15 | 8 | -10/+905 | |
| * | | Make WebOb version specification more flexible | Doug Hellmann | 2013-01-15 | 1 | -1/+1 | |
| * | | Warning message is not logged for valid token-less request. | nachiappan-veerappan-nachiappan | 2013-01-14 | 2 | -2/+23 | |
| * | | Merge "Remove iso8601 dep in favor of openstack.common" | Jenkins | 2013-01-13 | 1 | -4/+1 | |
| |\ \ | ||||||
| | * | | Remove iso8601 dep in favor of openstack.common | Dolph Mathews | 2013-01-09 | 1 | -4/+1 | |
| * | | | Merge "Move iso8601 dependency from test- to pip-requires"0.2.2 | Jenkins | 2013-01-12 | 2 | -1/+1 | |
| |\ \ \ | |/ / | | / | |/ |/| | ||||||
| | * | Move iso8601 dependency from test- to pip-requires | Brian Waldon | 2013-01-09 | 2 | -1/+1 | |
| * | | Use os.path to find ~/keystone-signing (bug 1078947) | Dolph Mathews | 2013-01-11 | 1 | -3/+2 | |
| |/ | ||||||
| * | Merge "Use testtools instead of unittest for base classes." | Jenkins | 2013-01-08 | 8 | -44/+46 | |
| |\ | ||||||
| | * | Use testtools instead of unittest for base classes. | Monty Taylor | 2012-12-25 | 8 | -44/+46 | |
| * | | Merge "Spelling: compatibile->compatible" | Jenkins | 2013-01-08 | 1 | -4/+4 | |
| |\ \ | ||||||
| | * | | Spelling: compatibile->compatible | Dolph Mathews | 2012-12-14 | 1 | -4/+4 | |
| * | | | Merge "Pin requests to >=0.8.8." | Jenkins | 2013-01-05 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Pin requests to >=0.8.8. | Yaguang Tang | 2012-12-31 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| * | | | Merge "Fix keystone *-list order by 'name'" | Jenkins | 2013-01-05 | 1 | -4/+6 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Fix keystone *-list order by 'name' | Masayuki Igawa | 2012-12-19 | 1 | -4/+6 | |
| * | | | Add support for user groups | Henry Nash | 2012-12-21 | 7 | -29/+593 | |
| * | | | Merge "Add file 'ChangeLog' to MANIFEST.in" | Jenkins | 2012-12-21 | 2 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | Add file 'ChangeLog' to MANIFEST.in | Sascha Peilicke | 2012-12-19 | 2 | -0/+2 | |
| | |/ / | ||||||
| * | | | Make it possible to debug by running module.0.2.1 | Adam Young | 2012-12-20 | 1 | -0/+4 | |
| * | | | Merge "Use requests module for HTTP/HTTPS" | Jenkins | 2012-12-20 | 24 | -717/+947 | |
| |\ \ \ | ||||||
| | * | | | Use requests module for HTTP/HTTPS | Dean Troyer | 2012-12-18 | 24 | -717/+948 | |
| * | | | | Merge "Print to stderr when keyring module is missing." | Jenkins | 2012-12-20 | 1 | -1/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | Print to stderr when keyring module is missing. | Dan Prince | 2012-12-14 | 1 | -1/+5 | |
| | | |_|/ | |/| | | ||||||
