mistral/mistral
Oleg Ovcharuk ea7fa0e4a6 Add started_at and finished_at to task execution.
Sometimes it is very important to know exact time of task execution, but using fields
created_at and updated_at is incorrect, because in this case duration will consist
of not only Running time.
That new fields solve this problem.

Change-Id: I15be0648a0346f5b3dc9ef4a1b330a6c0e818385
Implements: blueprint mistral-add-started-finished-at
Signed-off-by: Oleg Ovcharuk <vgvoleg@gmail.com>
2018-11-19 11:25:06 +03:00
..
actions Fix senlin fake client creation 2018-11-06 11:52:32 +01:00
api Add started_at and finished_at to task execution. 2018-11-19 11:25:06 +03:00
auth make user_info_endpoint_url independent of auth_url 2018-10-14 09:21:52 +03:00
cmd Update version.version_string to actually be a string 2018-10-09 11:30:10 -05:00
db Add started_at and finished_at to task execution. 2018-11-19 11:25:06 +03:00
engine Add started_at and finished_at to task execution. 2018-11-19 11:25:06 +03:00
event_engine Amend the spelling error of a word 2018-06-18 15:47:30 +08:00
executors Clarify what an exception from an action means 2018-07-31 15:00:11 +01:00
expressions Add YAQL engine options 2018-06-01 17:06:57 +07:00
ext Use the Mistral syntax highlighting on the dsl v2 page 2017-04-06 10:20:34 +01:00
hacking Fix the pep8 commands failed 2017-07-27 22:15:12 +08:00
lang Update OnClauseSPec task name criteria 2018-10-12 11:58:22 -05:00
notifiers Minor improvement of the NoopPublisher 2018-09-03 11:45:57 +00:00
policies Add a policy to control the right to publish resources 2018-07-05 11:46:52 +02:00
resources Fix for YaqlEvaluationException in std.create_instance workflow. 2016-07-12 00:29:23 -04:00
rpc Remove remaining references to the rpc_backend 2018-10-12 11:23:50 +07:00
scheduler New experimental scheduler: the first working version 2018-08-14 14:02:19 +07:00
service Optimize API layer: using from_db_model() instead of from_dict() 2017-05-22 12:03:17 +07:00
services Merge "Divide yaml input to save it into definitions separately." 2018-11-12 10:45:05 +00:00
tests Add started_at and finished_at to task execution. 2018-11-19 11:25:06 +03:00
utils Remove remaining references to the rpc_backend 2018-10-12 11:23:50 +07:00
workflow Add started_at and finished_at to task execution. 2018-11-19 11:25:06 +03:00
__init__.py Remove eventlet monkey patch in mistral __init__ 2015-02-20 07:49:56 +00:00
_i18n.py Update and optimize documentation links 2017-07-19 17:10:49 +08:00
config.py Refactor action execution checker without using scheduler 2018-11-09 14:17:28 +07:00
context.py Explicitly convert X-Target-Insecure to a boolean 2018-08-22 09:48:30 +01:00
exceptions.py Create Base class for Mistral Exceptions and Errors 2018-05-31 08:47:04 +00:00
messaging.py [Event-engine] Make listener pool name configurable 2017-10-13 10:47:34 +03:00
version.py Update version.version_string to actually be a string 2018-10-09 11:30:10 -05:00