1. 0cc4757 add request timing by Sean Dague · 11 years ago
  2. 9986262 add _find_caller to the request log by Sean Dague · 11 years ago
  3. 89a8591 simplify rest_client logging by Sean Dague · 11 years ago
  4. c266b28 Move verification of response attributes into service client by Chris Yeoh · 11 years ago
  5. 6cb6d19 Fixed _error_checker in rest client by vponomaryov · 11 years ago
  6. 1edf94f Prepare for enabling H302 rule (api/volume,tempest/*) by Masayuki Igawa · 11 years ago
  7. 960eeb4 Removed RestClientXML class by vponomaryov · 11 years ago
  8. 1b15471 Merge "Make endpoint type configurable" by Jenkins · 11 years ago
  9. 33fcd2a Merge "Fix request id log messages" by Jenkins · 11 years ago
  10. f78ea6b Merge "Fix get_versions string parsing" by Jenkins · 11 years ago
  11. 9f334c3 Fix get_versions string parsing by Matthew Treinish · 11 years ago
  12. f4c27f9 Remove using of deprecated self.headers (part2) by vponomaryov · 11 years ago
  13. 5d29b2c Make endpoint type configurable by JordanP · 11 years ago
  14. ac8dc99 Fix request id log messages by Matthew Treinish · 11 years ago
  15. daea026 Merge "Refactor rest-client and identity v2-client" by Jenkins · 11 years ago
  16. 67b58fe Refactor rest-client and identity v2-client by vponomaryov · 11 years ago
  17. 77f9da4 Multiversion authentication part2 by Andrea Frittoli · 11 years ago
  18. 8bbdb16 Multiversion authentication part1 by Andrea Frittoli · 11 years ago
  19. 90da179 Merge "Negative test autogeneration framework" by Jenkins · 11 years ago
  20. c3d358b Merge "Add tests for testing swift bulk middleware" by Jenkins · 11 years ago
  21. 24eb89c Negative test autogeneration framework by Marc Koderer · 11 years ago
  22. 14e6790 Merge "Cleanup exceptions" by Jenkins · 11 years ago
  23. 684d899 Convert all service clients to global CONF object by Matthew Treinish · 11 years ago
  24. 2c98864 Merge "Remove unused method basic_auth from rest client" by Jenkins · 11 years ago
  25. 6336b74 Merge "Fix parameter in auth error message" by Jenkins · 11 years ago
  26. a800c63 Remove unused method basic_auth from rest client by Mauro S. M. Rodrigues · 11 years ago
  27. a0e786a Cleanup exceptions by Masayuki Igawa · 11 years ago
  28. d7bf979 Merge "text-html type is absent in TXT_ENC" by Jenkins · 11 years ago
  29. 1774eb2 Fix parameter in auth error message by Mauro S. M. Rodrigues · 11 years ago
  30. 499bba3 Add tests for testing swift bulk middleware by Daisuke Morita · 11 years ago
  31. c10cca5 text-html type is absent in TXT_ENC by Sergey Murashov · 11 years ago
  32. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  33. 433994a Handle rest client 500 response if non-json body by Rohan Kanade · 11 years ago
  34. c3e510c Changed the exception name by Anju5 · 11 years ago
  35. b162d69 Merge "add __str__ function to RestClient class" by Jenkins · 11 years ago
  36. 2eccc33 Adds more test to cover Swift tempURL middleware by Joe H. Rahme · 11 years ago
  37. 7be7500 add __str__ function to RestClient class by DennyZhang · 11 years ago
  38. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 11 years ago
  39. e7bf194 Merge "Remove wait_for_image_resp_code" by Jenkins · 11 years ago
  40. 8f44039 Add "region" config for each service by Arata Notsu · 11 years ago
  41. 54a4286 Remove wait_for_image_resp_code by Attila Fazekas · 12 years ago
  42. a87b64d Merge "Log request ids from glance and nova" by Jenkins · 11 years ago
  43. e542391 Log request ids from glance and nova by Matthew Treinish · 11 years ago
  44. 23a58a3 close http connections by Mate Lakat · 11 years ago
  45. c3a095b Fixing the rest of the comment spacing issues by Attila Fazekas · 11 years ago
  46. b86cda9 Add tenant isolation for scenario tests by Matthew Treinish · 12 years ago
  47. f4a9b0f Switch to using Oslo logging by Matthew Treinish · 12 years ago
  48. 1db5db2 Use Python 3.x compatible syntax constructs by Dirk Mueller · 12 years ago
  49. 216550f Remove basic_auth strategy by Li Ma · 12 years ago
  50. c7ca334 identity v3 token by Brant Knudson · 12 years ago
  51. 46818aa Configure logging format flexibly by Mitsuhiko Yamazaki · 12 years ago
  52. bbed317 Merge "Test cases for Endpoints V3 API" by Jenkins · 12 years ago
  53. ab42672 Test cases for Endpoints V3 API by rajalakshmi-ganesan · 12 years ago
  54. e267eba RestClient:keystone_auth hides requests and errors by Pavel Sedlák · 12 years ago
  55. cc93961 Update test_networks.py to v2 of Quantum API by Miguel Lavalle · 12 years ago
  56. e72b7cd Add glance register image from http service test case by Attila Fazekas · 12 years ago
  57. d105f07 Merge "Fix rate limit handling and logging" by Jenkins · 12 years ago
  58. c0f768f Add api version detection support to glance tests. by Matthew Treinish · 12 years ago
  59. 55f6d8c Fix rate limit handling and logging by Attila Fazekas · 12 years ago
  60. b8aa759 RestClient remove wait parameter from the get method by Attila Fazekas · 12 years ago
  61. a9b54c6 Catching new exception while disassociating a disassociated floating ip by Wangpan · 12 years ago
  62. b2902af T4xx fixes by Attila Fazekas · 12 years ago
  63. 7e5a3ec Break out RestClient error checking. by Matthew Treinish · 12 years ago
  64. 11d2a77 Verbose logging on error by Attila Fazekas · 12 years ago
  65. 696d1a4 Remove variable assignment that appears twice by Rami Vaknin · 12 years ago
  66. 836e478 Move out http response checking from the request by Attila Fazekas · 12 years ago
  67. 4067099 Merge "Derivate most of the RestClient's exception from the failureException" by Jenkins · 12 years ago
  68. 77e2b60 Merge "Add NotImplementedError to the abstract method" by Jenkins · 12 years ago
  69. 9652403 Derivate most of the RestClient's exception from the failureException by Attila Fazekas · 12 years ago
  70. 0275a0d Handling rate-limit for JSON request- rest_client by rajalakshmi-ganesan · 12 years ago
  71. d236b4e Add NotImplementedError to the abstract method by Attila Fazekas · 12 years ago
  72. cadcb1f Credentials Configuration changes by Attila Fazekas · 12 years ago
  73. 7c88eb2 Allows identity endpoint to be specified as URI by Jay Pipes · 12 years ago
  74. cd8eaec Adds setting to disable SSL cert validation by Jay Pipes · 12 years ago
  75. f237ccb Fix T401 and T402 errors by Sean Dague · 12 years ago
  76. a72ee9a Logic in rest_client incorrect "resp.status=413" by rajalakshmi-ganesan · 12 years ago
  77. d6ba4b4 Specify region by name. by K Jonathan Harker · 12 years ago
  78. 8527c8a RestClient: Don't hard code volume service name. by Dan Prince · 12 years ago
  79. e9e24dd Tempest should ignore SSL certificate validation by Jay Pipes · 12 years ago
  80. 4949439 Ensure we check for the right body by Armando Migliaccio · 12 years ago
  81. 492cd36 Merge "Fix typo that causes NameError: global name 'exception' exception" by Jenkins · 12 years ago
  82. 41de64f Fix typo that causes NameError: global name 'exception' exception by Armando Migliaccio · 12 years ago
  83. 05d9fb9 Fix use of except in tempest. by Matthew Treinish · 12 years ago
  84. a83a16e Fix import order to comply with import ordering rules. by Matthew Treinish · 12 years ago
  85. 72c7a5f Empty Body testing according to the RFC2616 by Attila Fazekas · 12 years ago
  86. 426326e Fix issue with 404 logs on wait for delete. by Matthew Treinish · 12 years ago
  87. 6c3c780 Added Swift tests: by Larisa Ustalov · 12 years ago
  88. e62b9f0 General cleanup/organization of compute tests by dwalleck · 12 years ago
  89. d246eb4 Merge "Initial add of Swift tests" by Jenkins · 12 years ago
  90. 5d73443 Initial add of Swift tests by dwalleck · 12 years ago
  91. a4b709c Fix 'message' is not defined errors. by Dan Prince · 12 years ago
  92. 76888ee Clean up pep8 E125 violations by Zhongyue Luo · 12 years ago
  93. 30a563f Clean up pep8 E123 and E124 violations by Zhongyue Luo · 12 years ago
  94. e0884a3 Clean up pep8 E127 violations by Zhongyue Luo · 12 years ago
  95. 79d8d36 Clean up pep8 E128 violations by Zhongyue Luo · 12 years ago
  96. e471d6e Clean up pep8 E711 violations by Zhongyue Luo · 12 years ago
  97. a42fe44 Adds client API and tests for volume attachments by Rohit Karajgi · 12 years ago
  98. ba6cb16 Add a RestClient variant that sends and expects XML by Dan Smith · 12 years ago
  99. 28e35c5 Remove skips for resolved bugs and fixed some coding errors in tests. by David Kranz · 13 years ago
  100. edba062 Add skip for disabled user test until associated bug is fixed by Jay Pipes · 13 years ago