python-mistralclient/mistralclient
Renat Akhmerov dc827496ad Add "duration" to task executions printed by CLI commands
* Added "started_at" and "finished_at" to task executions' printout.
* Added "duration" to task executions that's calculated as a delta
  between "finished_at" and "started_at".
* Removed "updated_at" from task executions printout since it doesn't
  carry any relevant info for a user, "finished_at" makes more sense.

Change-Id: Ie0bd01135548bc9fb5137368a1933d7b8b3c11e5
2020-02-10 12:05:46 +07:00
..
api Add "duration" to workflow executions printed by CLI commands 2020-02-07 16:03:28 +07:00
auth Update hacking and fix warning 2020-01-07 15:09:30 +02:00
commands Add "duration" to task executions printed by CLI commands 2020-02-10 12:05:46 +07:00
osc Fixing region filter for getting workflow endpoint 2018-07-02 17:40:34 +02:00
tests Add "duration" to task executions printed by CLI commands 2020-02-10 12:05:46 +07:00
__init__.py Correct the name that the client is installed as 2014-06-12 21:57:42 +10:00
exceptions.py Remove unneeded definitions of Python Source Code Encoding 2014-07-31 15:26:15 +02:00
i18n.py Update and optimize documentation links 2017-07-21 09:57:38 +08:00
shell.py Create client for interactive shell 2020-01-29 16:53:52 -07:00
utils.py Update json module to jsonutils 2019-02-25 20:32:40 +08:00