summaryrefslogtreecommitdiff
path: root/heat/tests/engine/service/test_stack_update.py
Commit message (Expand)AuthorAgeFilesLines
* db: Remove layer of indirectionStephen Finucane2023-03-251-1/+1
* Regenerate trust when update with different userricolin2020-11-171-7/+17
* Use unittest.mock instead of third party mockSean McGinnis2020-05-051-1/+1
* Remove six and python 2.7 full supportHervé Beraud2020-04-231-5/+4
* Allow tags to be removed with update --existingZane Bitter2019-10-101-0/+10
* Make tags handling more robustZane Bitter2019-10-101-1/+1
* Eliminate client races in legacy operationsZane Bitter2018-07-301-4/+15
* Option for retrieving child templates and env files from swiftrabi2018-07-261-8/+34
* Merge "Rename Resource._resolve_all_attributes() method"Jenkins2017-08-141-2/+2
|\
| * Rename Resource._resolve_all_attributes() methodZane Bitter2017-07-211-2/+2
* | Add converge flag in stack update for observing on realityricolin2017-08-071-28/+52
* | Keep existing stack tags for patch updaterabi2017-07-041-0/+35
|/
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-081-4/+3
* Validate property values in nested stacks againZane Bitter2017-03-311-6/+6
* Fix for resources stuck in progress after engine crashTanvir Talukder2017-01-231-0/+38
* Remove db.api wrapperThomas Herve2016-12-131-1/+1
* Avoid re-validating resources in nested stacksZane Bitter2016-11-281-9/+13
* Don't acquire the lock when cancelling a stackZane Bitter2016-09-161-2/+21
* Refactor to use param_schemata with env mergerabi2016-08-221-9/+10
* Move merge_environment to environment_util modulerabi2016-08-221-2/+3
* Use a queue instead of an event to send messagesZane Bitter2016-07-181-8/+9
* Keep encrypted_param_names environment internal to heatSteven Hardy2016-06-301-3/+63
* del _session(), use context.session directlySteve Baker2016-06-221-1/+1
* Move some functions to service_utilsRabi Mishra2016-06-011-1/+2
* De-duplicate raw_template.filesCrag Wolfe2016-05-251-1/+1
* RPC API: Add a template_id parameter to stack_create/updateZane Bitter2016-05-161-5/+53
* Set enforce_type=True on config overrides in testsAngus Salkeld2016-04-111-2/+2
* Remove unknown parameters in patched updateThomas Herve2016-03-171-0/+2
* Resolve name/id using translation rules for ServerRabi Mishra2016-03-151-1/+10
* Modify the message of ERROR in stack_cancel_update()PanFengyun2016-03-101-1/+1
* Merge "Immutable parameters"Jenkins2016-02-241-0/+106
|\
| * Immutable parametersJason Dunsmore2016-02-221-0/+106
* | Hook into environment merging on serverJay Dobies2016-02-121-5/+54
|/
* Fix update preview to consider type comparisonSteven Hardy2016-01-181-0/+13
* Event transportThomas Herve2016-01-051-0/+5
* Fix mocking in several tests causing excessive run-timesSteven Hardy2015-12-081-0/+5
* Convergence: Concurrency subtle issuesAnant Patil2015-11-261-10/+14
* Use EntityNotFound instead of StackNotFound.ricolin2015-11-191-1/+1
* Assign updated stack ID during stack update previewJason Dunsmore2015-10-121-0/+1
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-5/+9
* Correct expected and observed order of assertEqualhuangtianhua2015-10-101-14/+12
* Fix action (CREATE) in progress error for TemplateResource/RGRabi Mishra2015-10-011-2/+2
* Merge "Revert "Additional unit tests for update-preview""Jenkins2015-09-181-47/+2
|\
| * Revert "Additional unit tests for update-preview"Steve Baker2015-09-181-47/+2
* | Merge "PATCH update reuse existing template"Jenkins2015-09-171-0/+62
|\ \
| * | PATCH update reuse existing templateSteven Hardy2015-09-171-0/+62
* | | Merge "Additional unit tests for update-preview"Jenkins2015-09-171-2/+47
|\ \ \ | |/ / |/| / | |/
| * Additional unit tests for update-previewJason Dunsmore2015-09-161-2/+47
* | Save previous template on non convergence updatesSteven Hardy2015-09-161-0/+4
|/
* Split engine service test cases (9)tengqm2015-09-021-0/+730