senlin/senlin/db/sqlalchemy/migrate_repo/versions
Bo Tran 8a5460c591 Add cluster_id to action filter in API
Current, an action was created haven't information of a cluster.
When a specific action is created, we do not know what action this action takes
in a cluster and when we execute the query API:

GET http://senlin_host:8777/actions

so many actions are returned even though we can limit using parameters
such as name, target, action, status combined with limit and marker.
But, we can't just get the actions executed in a particular cluster.
So, I want us to be able to do this by enabling the query with a cluster_id parameter.
To accomplish this, I need to modify the schema of
action models and action tables in the database of senlin service.

Change-Id: I49d172414eecf9158192cf0869abb91822ee2226
2019-10-29 10:35:22 +07:00
..
001_first_version.py Throw and catch EResourceUpdate properly 2016-08-14 22:39:15 -04:00
002_service_table.py Add 'service' table in db 2016-01-21 14:28:34 +08:00
003_action_tenant.py Add multi-tenant support for actions 2016-02-11 03:03:12 -05:00
004_health_registry.py Add Registry Table for Health Management 2016-02-26 15:52:37 +08:00
005_event_column_name.py Rename event table columns 2016-05-30 02:52:41 -04:00
006_node_cluster_dependents_column.py Add dependents column to node and cluster tables 2016-09-02 01:36:33 +00:00
007_placeholder.py Fix user, project, domain columns in sqlalchemy 2017-01-10 01:43:29 -05:00
008_placeholder.py Fix user, project, domain columns in sqlalchemy 2017-01-10 01:43:29 -05:00
009_placeholder.py Fix user, project, domain columns in sqlalchemy 2017-01-10 01:43:29 -05:00
010_user_project_length.py Fix import order in sqlalchemy migration repo 2017-09-06 04:05:03 -04:00
011_registry_enable.py Add 'enabled' column to health registry 2017-01-24 00:46:31 -05:00
012_cluster_config.py DB support to cluster config 2017-05-03 02:33:31 -04:00
013_action_starttime_endtime_type.py Use decimal type for start_time and end_time 2018-03-19 23:59:31 +00:00
014_node_tainted.py Add tainted field to nodes 2019-10-22 21:27:55 +00:00
015_action_clusterid.py Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
__init__.py Initial version 2014-12-17 01:14:44 +08:00