1. f86c7fe Fix tests on Neutron port behavior by Thomas Herve · 9 years ago
  2. e452f7a Don't hard code subnet by Anant Patil · 9 years ago
  3. e391c1d Merge "Adds default policy rule for resources limited to administrator" by Jenkins · 9 years ago
  4. 3c977ed Merge "Add wait_secs to test_stack_update_from_failed_patch" by Jenkins · 9 years ago
  5. 55e02a0 Fix resource loading in resource filtering by Thomas Herve · 9 years ago
  6. 93a2da8 Add wait_secs to test_stack_update_from_failed_patch by Jaime Guerrero · 9 years ago
  7. 23f18f3 Adds default policy rule for resources limited to administrator by huangtianhua · 9 years ago
  8. 8e57189 Set security_groups when create internal ports for nova server by huangtianhua · 9 years ago
  9. ea98f2c Fix properties usage in ResourceChain update by Thomas Herve · 9 years ago
  10. babb60d Revert "Check RBAC policy for nested stacks" by Rabi Mishra · 9 years ago
  11. 742d61a Increase timeout of WaitCondition due to ConcurrentTransactions by Sergey Kraynev · 9 years ago
  12. 4f9729f Add a new HOT template version for Newton by huangtianhua · 9 years ago
  13. 146ab1e Merge "Fix race condition for WaitCondition with several signals" by Jenkins · 9 years ago
  14. 6a1c278 Merge "Use region from config in functional tests" by Jenkins · 9 years ago
  15. b0759cd Use region from config in functional tests by Rabi Mishra · 9 years ago
  16. 86a6a41 Fix race condition for WaitCondition with several signals by Sergey Kraynev · 9 years ago
  17. d3e8237 Remove unknown parameters in patched update by Thomas Herve · 9 years ago
  18. c8cc249 Merge "Fix race condition in reload_on_sighup functional" by Jenkins · 9 years ago
  19. b2bca1b Check RBAC policy for nested stacks by Oleksii Chuprykov · 9 years ago
  20. 74690ce Add functional lbaas v2 tests by Mark Vanderwiel · 9 years ago
  21. 483e64b Fix race condition in reload_on_sighup functional by Peter Razumovsky · 9 years ago
  22. 793c23e Fix stack preview by Oleksii Chuprykov · 9 years ago
  23. 39aa11a Heat integration tests failing against https endpoints by tyagi · 9 years ago
  24. 104792c Merge "Fix problems in unicode template support" by Jenkins · 9 years ago
  25. a980d59 Merge "Use oslo.utils.reflection to extract class name" by Jenkins · 9 years ago
  26. 4d42374 Fix problems in unicode template support by Ethan Lynn · 9 years ago
  27. e1a006e Merge "Fix test_encryption_vol_type to take admin creds from conf" by Jenkins · 9 years ago
  28. 2087529 Return HTTPBadRequest error from API for immutable parameters by Jason Dunsmore · 9 years ago
  29. 82bc628 Merge "Add functional test for immutable parameters" by Jenkins · 9 years ago
  30. 3a17869 Add functional test for immutable parameters by James Combs · 9 years ago
  31. 4a4ccba Merge "Add functional tests for update restrict" by Jenkins · 9 years ago
  32. 9480c0e Make ZaqarEventSinkTest more lenient by Thomas Herve · 9 years ago
  33. 3b05eeb Merge "Add function tests for event sinks" by Jenkins · 9 years ago
  34. e08ac16 Merge "Ignore errors on old properties during update" by Jenkins · 9 years ago
  35. 6212e20 Merge "Revert "Check RBAC policy for nested stacks"" by Jenkins · 9 years ago
  36. 58e3d04 Merge "Use yaml.safe_dump instead of yaml.dump" by Jenkins · 9 years ago
  37. e825689 Revert "Check RBAC policy for nested stacks" by Thomas Herve · 9 years ago
  38. c2d1e0f Merge "Check RBAC policy for nested stacks" by Jenkins · 9 years ago
  39. d60ebed Add function tests for event sinks by Thomas Herve · 9 years ago
  40. a90e262 Use yaml.safe_dump instead of yaml.dump by Rabi Mishra · 9 years ago
  41. 87be9b4 Add functional tests for update restrict by Rabi Mishra · 9 years ago
  42. e9ecb5c Merge "Hook into environment merging on server" by Jenkins · 9 years ago
  43. a286a13 Fix test_encryption_vol_type to take admin creds from conf by Rakesh H S · 9 years ago
  44. 6fc8a6c Merge "Use yaml.safe_load() instead of yaml.load()" by Jenkins · 9 years ago
  45. d8df4dd Use yaml.safe_load() instead of yaml.load() by Bo Wang · 9 years ago
  46. a5bfe02 Use oslo.utils.reflection to extract class name by Bo Wang · 9 years ago
  47. aca8b2c Don't pass both network_id and port_id when attach interface by huangtianhua · 9 years ago
  48. 39c4ce4 Hook into environment merging on server by Jay Dobies · 9 years ago
  49. 3557142 Ignore errors on old properties during update by Thomas Herve · 9 years ago
  50. 3b7e3d8 Add test for zaqar-based wait conditions by Thomas Herve · 9 years ago
  51. fb44e33 Merge "Fix update preview to handle nested stacks" by Jenkins · 9 years ago
  52. 21e4755 Merge "Accommodate v2 and v3 auth for integration tests" by Jenkins · 9 years ago
  53. 65493fb Accommodate v2 and v3 auth for integration tests by Rabi Mishra · 9 years ago
  54. e6de2d6 Fix update preview to handle nested stacks by Steven Hardy · 9 years ago
  55. de2c55b Check RBAC policy for nested stacks by Oleksii Chuprykov · 9 years ago
  56. b95d7b5 Merge "FunctionalTests don't run non-test check_skip_test" by Jenkins · 9 years ago
  57. 2bf8a97 Merge "Software config zaqar integration tests" by Jenkins · 9 years ago
  58. 5bd048d Merge "Add test for stack outputs" by Jenkins · 9 years ago
  59. 62d9032 Add test for stack outputs by Oleksii Chuprykov · 9 years ago
  60. fc3c5f0 Merge "Do not pass both port-id and fixed-ip to create server" by Jenkins · 9 years ago
  61. 357c467 Merge "Remove redundant _stack_rand_name from func tests" by Jenkins · 9 years ago
  62. 32fd2e1 Merge "test_preview_update only create one stack per test" by Jenkins · 9 years ago
  63. 203f875 Remove redundant _stack_rand_name from func tests by Sergey Kraynev · 9 years ago
  64. 2ce4bda Software config zaqar integration tests by Thomas Herve · 9 years ago
  65. d6b8ddf FunctionalTests don't run non-test check_skip_test by Steven Hardy · 9 years ago
  66. d6dfa3c Merge "Fix database purge query" by Jenkins · 9 years ago
  67. 09ae1b0 test_preview_update only create one stack per test by Steven Hardy · 9 years ago
  68. 28b4870 Do not pass both port-id and fixed-ip to create server by huangtianhua · 9 years ago
  69. 9bc0e94 Merge "Add tests for heat template apis" by Jenkins · 9 years ago
  70. 45133ca Merge "Fix race condition in tests with swift key" by Jenkins · 9 years ago
  71. abf9789 Add tests for heat template apis by sabeensyed · 9 years ago
  72. fb53d42 Fix race condition in tests with swift key by Thomas Herve · 9 years ago
  73. 9593716 Improve gateway_ip updation for subnet by huangtianhua · 9 years ago
  74. 35db11a Replace assertTrue(isinstance()) with assertIsInstance() by LiuNanke · 9 years ago
  75. 098204d Merge "Using LOG.warning replace LOG.warn" by Jenkins · 9 years ago
  76. c7e36ed Using LOG.warning replace LOG.warn by LiuNanke · 9 years ago
  77. 1bddf7e Merge "Trivial: Remove unused logging import" by Jenkins · 9 years ago
  78. 398e6bd Wrong usage of "a" by hgangwx · 9 years ago
  79. 444b74b Trivial: Remove unused logging import by Bo Wang · 9 years ago
  80. a4211da Added ResourceChain plugin by Jay Dobies · 9 years ago
  81. 0f70c28 Fix database purge query by Thomas Herve · 9 years ago
  82. 6b378ab Split abandon into pre-abandon(export) and abandon by Kanagaraj Manickam · 10 years ago
  83. 773a4a6 Merge "Add a test for environment change in failed update" by Jenkins · 9 years ago
  84. 8a3c1ec Allow in-place updates for all compatible types by Steven Hardy · 9 years ago
  85. b0cccac Add a test for environment change in failed update by Thomas Herve · 9 years ago
  86. 80519eb Allow to update subnet without 'allocation_pools' by huangtianhua · 9 years ago
  87. 855d1c0 Use assertTrue/False instead of assertEqual(T/F) by Bertrand Lallau · 9 years ago
  88. 1c17ec3 Merge "Add functional test for ResourceGroup rolling_update" by Jenkins · 9 years ago
  89. 8bcff8a Add functional test for ResourceGroup rolling_update by Rabi Mishra · 9 years ago
  90. 06b1127 Remove unnecessary update_replace parameter by Rabi Mishra · 9 years ago
  91. f0ac958 Fix [H405] pep rule in heat_integrationtests by Peter Razumovsky · 9 years ago
  92. 6a1b905 Merge "Try polling swift object before creating stack" by Jenkins · 9 years ago
  93. aec5307 Merge "Add integration tests for preview update" by Jenkins · 9 years ago
  94. d8b1d63 Merge "Test case for resource_facade" by Jenkins · 9 years ago
  95. d1ab9c6 Try polling swift object before creating stack by Angus Salkeld · 9 years ago
  96. 23284b6 Add functional test coverage for PATCH updates by Steven Hardy · 9 years ago
  97. 1c6c392 Merge "Adding basic test to exercise the heat event APIs." by Jenkins · 9 years ago
  98. 1abc272 Merge "Allow nested validation for template-validate" by Jenkins · 9 years ago
  99. e9aafe5 Merge "Handle replace and rollback cases for Port" by Jenkins · 9 years ago
  100. 03767a8 Allow nested validation for template-validate by Steven Hardy · 9 years ago