summaryrefslogtreecommitdiff
path: root/heat/tests/test_resource.py
Commit message (Expand)AuthorAgeFilesLines
* db: Remove layer of indirectionStephen Finucane2023-03-251-2/+2
* Allow multiple required_service_extensionBrendan Shephard2022-04-261-0/+78
* Switch to collections.abc.*Stephen Finucane2021-02-011-1/+1
* Switch from unittest2 compat methods to Python 3.x methodsmelissaml2020-07-091-6/+6
* Use unittest.mock instead of third party mockSean McGinnis2020-05-051-2/+2
* Merge "Logging Consistency"Zuul2020-05-041-5/+5
|\
| * Logging ConsistencyMarc Methot2020-04-271-5/+5
* | Merge "Remove six and python 2.7 full support"Zuul2020-05-031-47/+45
|\ \
| * | Remove six and python 2.7 full supportHervé Beraud2020-04-231-47/+45
| |/
* | Check external resources after creationZane Bitter2020-04-301-0/+9
|/
* Merge "Unit tests: Fix mock errors with too few side effects"Zuul2018-09-041-4/+5
|\
| * Unit tests: Fix mock errors with too few side effectsZane Bitter2018-08-101-4/+5
* | Handle exceptions in initial convergence traversal setupZane Bitter2018-07-311-13/+31
|/
* Merge "Handle resource plugins without default_client_name"Zuul2018-07-051-31/+37
|\
| * Handle resource plugins without default_client_nameZane Bitter2018-06-181-31/+37
* | Stop using needed_by field in resourceZane Bitter2018-06-141-16/+1
* | Merge "Make resource requires a set instead of a list"Zuul2018-05-141-6/+6
|\ \
| * | Make resource requires a set instead of a listZane Bitter2018-04-251-6/+6
* | | Merge "Create replacement resources with correct requires"Zuul2018-05-141-1/+3
|\ \ \ | |/ /
| * | Create replacement resources with correct requiresZane Bitter2018-04-251-1/+3
* | | Merge "Calculate the requires list in check_resource"Zuul2018-05-141-48/+17
|\ \ \ | |/ /
| * | Calculate the requires list in check_resourceZane Bitter2018-04-251-48/+17
* | | Merge "Don't pass input_data to Resource.delete_convergence()"Zuul2018-05-141-8/+7
|\ \ \ | |/ /
| * | Don't pass input_data to Resource.delete_convergence()Zane Bitter2018-04-251-8/+7
* | | Merge "Merge before/after 'requires' list on update failure"Zuul2018-04-301-2/+2
|\ \ \ | |/ /
| * | Merge before/after 'requires' list on update failureZane Bitter2018-04-251-2/+2
* | | Merge "Remove mox usage from test_resource"Zuul2018-04-271-208/+151
|\ \ \ | |/ / |/| |
| * | Remove mox usage from test_resourcericolin2018-04-121-208/+151
| |/
* | Correct behaviour of update_replace property in test resourceZane Bitter2018-03-081-3/+5
|/
* Protect prepare_update_replace() with resource lockZane Bitter2017-12-081-1/+1
* Correct the filter attribute of db model 'ResourcePropertiesData'huangtianhua2017-10-161-0/+21
* Merge "Eager load resource_properties_data in resource"Jenkins2017-10-131-30/+28
|\
| * Eager load resource_properties_data in resourceCrag Wolfe2017-07-311-30/+28
* | Only check service availability during validationZane Bitter2017-08-011-12/+12
|/
* Merge "Use StackDefinition in intrinsic functions for resolving data"Jenkins2017-07-271-43/+2
|\
| * Use StackDefinition in intrinsic functions for resolving dataZane Bitter2017-07-211-43/+2
* | Only validate properties once during create resourcericolin2017-07-211-0/+31
|/
* Handle post-delete hooks correctlyThomas Herve2017-06-281-4/+4
* Store resource attributes in the DBCrag Wolfe2017-06-211-1/+47
* Avoid creating new resource with old templateZane Bitter2017-06-051-4/+8
* Merge "Load "lighter" db resources when appropriate"Jenkins2017-06-051-0/+10
|\
| * Load "lighter" db resources when appropriateCrag Wolfe2017-04-191-0/+10
* | Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-081-15/+10
* | Merge "Get rid of resource_validate flag in Stack"Jenkins2017-05-041-2/+0
|\ \
| * | Get rid of resource_validate flag in StackZane Bitter2017-05-011-2/+0
* | | Set COMPLETE for failed resource if no update/replacehuangtianhua2017-04-261-0/+16
|/ /
* | Consolidate resource locking with state changesCrag Wolfe2017-04-251-43/+49
* | Remove unnecessary old translation mechanismPeter Razumovsky2017-04-121-1/+1
* | Enable new translation mechanismPeter Razumovsky2017-04-121-1/+1
|/
* Don't set metadata for deleted resourcesCrag Wolfe2017-03-301-0/+17