1. b2bca1b Check RBAC policy for nested stacks by Oleksii Chuprykov · 9 years ago
  2. 74690ce Add functional lbaas v2 tests by Mark Vanderwiel · 9 years ago
  3. 793c23e Fix stack preview by Oleksii Chuprykov · 9 years ago
  4. 39aa11a Heat integration tests failing against https endpoints by tyagi · 9 years ago
  5. 06acfa2 Merge "Fix error msg for wrong auth_url in functional" by Jenkins · 9 years ago
  6. 104792c Merge "Fix problems in unicode template support" by Jenkins · 9 years ago
  7. a980d59 Merge "Use oslo.utils.reflection to extract class name" by Jenkins · 9 years ago
  8. 2810bb5 Fix error msg for wrong auth_url in functional by Peter Razumovsky · 9 years ago
  9. 4d42374 Fix problems in unicode template support by Ethan Lynn · 9 years ago
  10. e1a006e Merge "Fix test_encryption_vol_type to take admin creds from conf" by Jenkins · 9 years ago
  11. 2087529 Return HTTPBadRequest error from API for immutable parameters by Jason Dunsmore · 9 years ago
  12. 82bc628 Merge "Add functional test for immutable parameters" by Jenkins · 9 years ago
  13. 3a17869 Add functional test for immutable parameters by James Combs · 9 years ago
  14. 4a4ccba Merge "Add functional tests for update restrict" by Jenkins · 9 years ago
  15. 9480c0e Make ZaqarEventSinkTest more lenient by Thomas Herve · 9 years ago
  16. 3b05eeb Merge "Add function tests for event sinks" by Jenkins · 9 years ago
  17. e08ac16 Merge "Ignore errors on old properties during update" by Jenkins · 9 years ago
  18. 6212e20 Merge "Revert "Check RBAC policy for nested stacks"" by Jenkins · 9 years ago
  19. 58e3d04 Merge "Use yaml.safe_dump instead of yaml.dump" by Jenkins · 9 years ago
  20. e825689 Revert "Check RBAC policy for nested stacks" by Thomas Herve · 9 years ago
  21. cd37a02 Merge "Don't resolve outputs during polling stack status" by Jenkins · 9 years ago
  22. c2d1e0f Merge "Check RBAC policy for nested stacks" by Jenkins · 9 years ago
  23. d60ebed Add function tests for event sinks by Thomas Herve · 9 years ago
  24. f07f471 Don't resolve outputs during polling stack status by Sergey Kraynev · 9 years ago
  25. a90e262 Use yaml.safe_dump instead of yaml.dump by Rabi Mishra · 9 years ago
  26. 87be9b4 Add functional tests for update restrict by Rabi Mishra · 9 years ago
  27. e9ecb5c Merge "Hook into environment merging on server" by Jenkins · 9 years ago
  28. a286a13 Fix test_encryption_vol_type to take admin creds from conf by Rakesh H S · 9 years ago
  29. 5f3632c Merge "Ignore connection error when testing load balancer" by Jenkins · 9 years ago
  30. 6fc8a6c Merge "Use yaml.safe_load() instead of yaml.load()" by Jenkins · 9 years ago
  31. 983fcf6 Ignore connection error when testing load balancer by Thomas Herve · 9 years ago
  32. d8df4dd Use yaml.safe_load() instead of yaml.load() by Bo Wang · 9 years ago
  33. a5bfe02 Use oslo.utils.reflection to extract class name by Bo Wang · 9 years ago
  34. aca8b2c Don't pass both network_id and port_id when attach interface by huangtianhua · 9 years ago
  35. 39c4ce4 Hook into environment merging on server by Jay Dobies · 9 years ago
  36. 3557142 Ignore errors on old properties during update by Thomas Herve · 9 years ago
  37. 3b7e3d8 Add test for zaqar-based wait conditions by Thomas Herve · 9 years ago
  38. d2f5914 Merge "Fix imports for pep8 check" by Jenkins · 9 years ago
  39. fb44e33 Merge "Fix update preview to handle nested stacks" by Jenkins · 9 years ago
  40. e9dffe5 Fix imports for pep8 check by Rabi Mishra · 9 years ago
  41. 21e4755 Merge "Accommodate v2 and v3 auth for integration tests" by Jenkins · 9 years ago
  42. 65493fb Accommodate v2 and v3 auth for integration tests by Rabi Mishra · 9 years ago
  43. e6de2d6 Fix update preview to handle nested stacks by Steven Hardy · 9 years ago
  44. a9d3fdd Fix some word spellings by venkatamahesh · 9 years ago
  45. de2c55b Check RBAC policy for nested stacks by Oleksii Chuprykov · 9 years ago
  46. b95d7b5 Merge "FunctionalTests don't run non-test check_skip_test" by Jenkins · 9 years ago
  47. 2bf8a97 Merge "Software config zaqar integration tests" by Jenkins · 9 years ago
  48. 5bd048d Merge "Add test for stack outputs" by Jenkins · 9 years ago
  49. 62d9032 Add test for stack outputs by Oleksii Chuprykov · 9 years ago
  50. fc3c5f0 Merge "Do not pass both port-id and fixed-ip to create server" by Jenkins · 9 years ago
  51. 357c467 Merge "Remove redundant _stack_rand_name from func tests" by Jenkins · 9 years ago
  52. 32fd2e1 Merge "test_preview_update only create one stack per test" by Jenkins · 9 years ago
  53. 203f875 Remove redundant _stack_rand_name from func tests by Sergey Kraynev · 9 years ago
  54. 2ce4bda Software config zaqar integration tests by Thomas Herve · 9 years ago
  55. 6c7211c Edit backslashes for lines continuation by Oleg Khavroshin · 9 years ago
  56. d6b8ddf FunctionalTests don't run non-test check_skip_test by Steven Hardy · 9 years ago
  57. d6dfa3c Merge "Fix database purge query" by Jenkins · 9 years ago
  58. 09ae1b0 test_preview_update only create one stack per test by Steven Hardy · 9 years ago
  59. 28b4870 Do not pass both port-id and fixed-ip to create server by huangtianhua · 9 years ago
  60. 9bc0e94 Merge "Add tests for heat template apis" by Jenkins · 9 years ago
  61. 45133ca Merge "Fix race condition in tests with swift key" by Jenkins · 9 years ago
  62. abf9789 Add tests for heat template apis by sabeensyed · 9 years ago
  63. fb53d42 Fix race condition in tests with swift key by Thomas Herve · 9 years ago
  64. 9593716 Improve gateway_ip updation for subnet by huangtianhua · 9 years ago
  65. 35db11a Replace assertTrue(isinstance()) with assertIsInstance() by LiuNanke · 9 years ago
  66. 098204d Merge "Using LOG.warning replace LOG.warn" by Jenkins · 9 years ago
  67. c7e36ed Using LOG.warning replace LOG.warn by LiuNanke · 9 years ago
  68. 1bddf7e Merge "Trivial: Remove unused logging import" by Jenkins · 9 years ago
  69. 398e6bd Wrong usage of "a" by hgangwx · 9 years ago
  70. 444b74b Trivial: Remove unused logging import by Bo Wang · 9 years ago
  71. a4211da Added ResourceChain plugin by Jay Dobies · 9 years ago
  72. 0f70c28 Fix database purge query by Thomas Herve · 9 years ago
  73. 6b378ab Split abandon into pre-abandon(export) and abandon by Kanagaraj Manickam · 10 years ago
  74. 773a4a6 Merge "Add a test for environment change in failed update" by Jenkins · 9 years ago
  75. 8a3c1ec Allow in-place updates for all compatible types by Steven Hardy · 9 years ago
  76. b0cccac Add a test for environment change in failed update by Thomas Herve · 9 years ago
  77. b1d2705 Remove default None value for config options by Rabi Mishra · 9 years ago
  78. 80519eb Allow to update subnet without 'allocation_pools' by huangtianhua · 9 years ago
  79. 855d1c0 Use assertTrue/False instead of assertEqual(T/F) by Bertrand Lallau · 9 years ago
  80. 3eab294 Expand test in-progress workaround by Thomas Herve · 9 years ago
  81. 1c17ec3 Merge "Add functional test for ResourceGroup rolling_update" by Jenkins · 9 years ago
  82. 80c90ed Merge "Remove unnecessary update_replace parameter" by Jenkins · 9 years ago
  83. 8bcff8a Add functional test for ResourceGroup rolling_update by Rabi Mishra · 9 years ago
  84. 6d8e086 Allow LBaas integration tests to dynamically skip by Mark Vanderwiel · 9 years ago
  85. 06b1127 Remove unnecessary update_replace parameter by Rabi Mishra · 9 years ago
  86. f0ac958 Fix [H405] pep rule in heat_integrationtests by Peter Razumovsky · 9 years ago
  87. 6a1b905 Merge "Try polling swift object before creating stack" by Jenkins · 9 years ago
  88. aec5307 Merge "Add integration tests for preview update" by Jenkins · 9 years ago
  89. d8b1d63 Merge "Test case for resource_facade" by Jenkins · 9 years ago
  90. d1ab9c6 Try polling swift object before creating stack by Angus Salkeld · 9 years ago
  91. 23284b6 Add functional test coverage for PATCH updates by Steven Hardy · 9 years ago
  92. a30ac12 Change cinder client version to 2 for integration tests by Rabi Mishra · 9 years ago
  93. 1c6c392 Merge "Adding basic test to exercise the heat event APIs." by Jenkins · 9 years ago
  94. 1abc272 Merge "Allow nested validation for template-validate" by Jenkins · 9 years ago
  95. e9aafe5 Merge "Handle replace and rollback cases for Port" by Jenkins · 9 years ago
  96. 03767a8 Allow nested validation for template-validate by Steven Hardy · 9 years ago
  97. b5aa902 Add integration tests for preview update by Jason Dunsmore · 9 years ago
  98. dca518b Add a functional test proving OS::Heat::None works with validate by Steven Hardy · 9 years ago
  99. 1c8499d Always return default via template-validate "Default" by Steven Hardy · 9 years ago
  100. 775a138 Adding basic test to exercise the heat event APIs. by James Combs · 9 years ago