summaryrefslogtreecommitdiff
path: root/keystoneclient
Commit message (Expand)AuthorAgeFilesLines
...
* Adds bandit nosec flag to hashlib.sha1lhinds2017-08-311-1/+3
* Remove use of positional decoratorMorgan Fainberg2017-08-0731-115/+2
* Update URLs in documents according to document migrationmelissaml2017-07-141-1/+1
* Merge "Add support for endpoint group filtering"Jenkins2017-06-225-12/+321
|\
| * Add support for endpoint group filteringEnrique Garcia Navalon2017-04-135-12/+321
* | Add support for specifying role ids when creating trustKristi Nikolla2017-06-162-4/+25
* | Merge "Remove pbr warnerrors in favor of sphinx check"Jenkins2017-06-131-1/+1
|\ \
| * | Remove pbr warnerrors in favor of sphinx checkGage Hugo2017-04-241-1/+1
| |/
* | Merge "Replace six.iteritems() with .items()"Jenkins2017-06-1318-35/+24
|\ \
| * | Replace six.iteritems() with .items()M V P Nitesh2017-04-0318-35/+24
| |/
* | Moved release note to the correct pathKristi Nikolla2017-05-261-6/+0
* | Merge "Remove log translations in python-keystoneclient"Jenkins2017-05-168-48/+33
|\ \
| * | Remove log translations in python-keystoneclientwingwj2017-03-218-48/+33
* | | Stop using oslotest.mockpatchChangBo Guo(gcb)2017-05-031-8/+8
* | | Remove unused logzlyqqq2017-04-252-8/+0
| |/ |/|
* | Fix failing PY2 and PY3 gate jobsdineshbhor2017-03-222-2/+2
* | Merge "Add support for endpoint group CRUD"Jenkins2017-02-145-0/+310
|\ \
| * | Add support for endpoint group CRUDSamuel de Medeiros Queiroz2017-02-115-0/+310
* | | Fix 12 warnings when building keystoneclient docsGage Hugo2017-02-095-7/+7
* | | Use https for *.openstack.org referencesEric Brown2017-02-055-10/+11
* | | Merge "Fix boto version strip regex"Jenkins2017-01-272-1/+40
|\ \ \
| * | | Fix boto version strip regexMarounMaroun2017-01-272-1/+40
* | | | Allow Multiple Filters of the Same KeySamuel Pilla2017-01-242-1/+27
|/ / /
* | | Fix response body being omitted in debug mode incorrectlyTin Lam2017-01-172-2/+18
* | | Only log application/json in session to start3.9.0Steve Martinelli2017-01-102-33/+31
* | | X-Serivce-Token should be hashed in the logTin Lam2017-01-092-2/+3
* | | Merge "Do not log binary data during request"Jenkins2017-01-082-7/+9
|\ \ \
| * | | Do not log binary data during requestSteve Martinelli2017-01-062-7/+9
| |/ /
* | | Merge "remove hacking checks from keystoneclient"Jenkins2017-01-064-148/+0
|\ \ \
| * | | remove hacking checks from keystoneclientSteve Martinelli2017-01-064-148/+0
| |/ /
* | | Merge "Prevent MemoryError when logging response bodies"Jenkins2017-01-053-14/+74
|\ \ \ | |/ / |/| |
| * | Prevent MemoryError when logging response bodiesTobias Diaz2017-01-053-14/+74
* | | re-work inference rule bindingsSteve Martinelli2016-12-185-131/+383
* | | Merge "Deprecate the generic client"Jenkins2016-12-083-0/+13
|\ \ \
| * | | Deprecate the generic clientJamie Lennox2016-12-073-0/+13
* | | | Use assertIsNone(...) instead of assertEqual(None, ...)chenaidong12016-12-082-2/+2
|/ / /
* | | Refactor test_projectsRodrigo Duarte Sousa2016-12-051-37/+36
* | | Refactor test_credentialsRodrigo Duarte Sousa2016-12-051-13/+18
| |/ |/|
* | Fix Failing tests with openssl >= 1.1.0Ondřej Kobližek2016-12-041-4/+15
* | skip failing functional testSteve Martinelli2016-12-041-0/+3
* | Merge "Fix missing service_catalog parameter in Client object"3.8.0Jenkins2016-12-013-1/+20
|\ \
| * | Fix missing service_catalog parameter in Client objectMikhail Nikolaenko2016-08-053-1/+20
* | | Merge "Pass allow_expired to token validate"Jenkins2016-11-292-4/+31
|\ \ \
| * | | Pass allow_expired to token validateJamie Lennox2016-11-292-4/+31
* | | | Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-11-182-4/+4
* | | | Fix some spelling mistaks in base.py & auth.pyzhangyanxian2016-11-172-3/+3
* | | | Merge "Fix typo in access.py"Jenkins2016-11-171-1/+1
|\ \ \ \
| * | | | Fix typo in access.pyzhangyanxian2016-11-161-1/+1
* | | | | Refactor test_domain_configsRodrigo Duarte Sousa2016-11-161-13/+18
|/ / / /
* | | | Merge "Do not add last_request_id"3.7.0Jenkins2016-11-141-2/+0
|\ \ \ \