Commit Graph

81 Commits (6689711bfd59a15f04802503dc596a6ff2998baf)

Author SHA1 Message Date
Jenkins 18010f923b Merge "Get db session from the context."
10 years ago
Steve Baker 67f4f60815 Get db session from the context.
10 years ago
Steven Hardy ee9e31fb1f heat engine Add admin flag to dbapi stack_get
10 years ago
Steven Hardy 1563f3039f add watch_rule_get_all_by_stack dbapi call
10 years ago
Steven Hardy deffe8a167 WatchRule refer to stack by id not name
10 years ago
Angus Salkeld 1e07e38d0b Remove unused imports
10 years ago
Steven Hardy 27c5ea86f3 heat dbapi rename stack_get_by_tenant
11 years ago
Steve Baker 2622c2ac4e Allow stack.owner_id to store a uuid.
11 years ago
Steve Baker bc2c6dbcfe Always filter by tenant_id in stack_get_by_name.
11 years ago
Steve Baker afd1b9abdb Switch to UUID for the Stack primary key.
11 years ago
Zane Bitter 6ea813be33 Identify stacks using tenant UUIDs
11 years ago
Steven Hardy 8be0906b7a heat : db API add watch_rule_get_by_name
11 years ago
Steven Hardy db0a268f41 heat : db API add watch_rule_update DB API action
11 years ago
Steve Baker 54d53d307d Switch to in-memory sqlite for unit tests; 1500% speed improvement.
11 years ago
Steven Hardy 73a8743367 heat : ensure DB user creds aren't written decrypted
11 years ago
Steven Hardy bb6e0b11c6 heat DB : make watch_data_get_all work with no watch ID
11 years ago
Ian Main 58cd52624b Add encryption support for authentication information in db.
11 years ago
Ian Main e646e66728 Change to per-tenant stacks.
11 years ago
Steven Hardy 0191587ac6 heat api/engine : Implement UpdateStack functionality
11 years ago
Steven Hardy 912a4fc7a7 heat db : fix per-object delete
11 years ago
Angus Salkeld be3c066ab8 Allow nested stacks to be retrieved by name
11 years ago
Steven Dake b0a0f0c24e Use global cfg.CONF instead of config classes
11 years ago
Steven Dake c7ec88f2c7 Import openstack.common.log and use inside heat infrastructure
11 years ago
Steven Hardy a7d3879d7c heat engine : Store stack timeout in database
11 years ago
Zane Bitter 8108c0aefb Optimise DB lookups by ID
11 years ago
Zane Bitter 3100a898b5 Add DB refresh/expire on specific parameters
11 years ago
Zane Bitter 5f5f22f9b0 Delete user creds from DB when no longer required
11 years ago
Zane Bitter 0a6ac9895c Remove parsed template from database
11 years ago
Zane Bitter 4bff543367 Get rid of _wrap_db_error()
11 years ago
Angus Salkeld 038a65947c Store the user parameters in the stack table
11 years ago
Angus Salkeld c44746d8d5 Fix the wait condition's reading of the metadata.
11 years ago
Tomas Sedovic 970c333d4e Make the describe-resource API calls user-aware
11 years ago
Angus Salkeld 66fb2054fb DB: add stack status & reason, resource metadata
11 years ago
Angus Salkeld 3df9355a68 Fix db exception description
11 years ago
Ian Main b40d770864 Add more per-user stack support (2).
11 years ago
Steven Dake 0846b4dd1b Add execute bits to executable scripts manage.py and runner.py
11 years ago
Tomas Sedovic 247cc2bb9a Add describe resource API calls
11 years ago
Zane Bitter 6044ef1b78 Implement Nested Stacks
11 years ago
Zane Bitter 892b99bff4 Get stacks from the DB by either name or id
11 years ago
Zane Bitter be0d7bf844 Fix latest DB migration script
11 years ago
Zane Bitter f8fbbd0726 Raise NotFound exceptions from database
11 years ago
Ian Main b637eef5af Add a user creds database table and associate stacks with username.
11 years ago
Angus Salkeld 4b5c3fee7b Convert getLogger(__file__) into getLogger('heat...')
11 years ago
Ian Main 6b0e7a4314 Fix new pep8 warnings.
11 years ago
Angus Salkeld 1d5aec19d7 Add the basic cloudwatch feature
11 years ago
Chris Alfonso d3bdddee68 Allowed the database call to return no parsed template.
11 years ago
Angus Salkeld 62e7882e9e More peppy fixes...
11 years ago
Angus Salkeld c3b0fe9ff5 Fix undefined LOG variable in db.session
11 years ago
Tomas Sedovic 9d69b20402 Connect metadata server to the engine via RPC
11 years ago
Chris Alfonso dc3c5bdf3d Scoping the session per thread (request).
11 years ago