murano/murano/engine/system
Stan Lagun 89a4c4cb5a Increase status report messages time resolution
We use DATETIME SQL type for created/updated columns
everywhere through the database. In SQL standard
DATETIME defaults to DATETIME(6) which is 6 digit
fraction second part. However MySQL defaults it
to DATETIME(0) for backward compatibility. In result
status messages timestamps get rounded to the
second boundary and if there are several status
messages were generated within a second
after table sort they might be shown in a different
order.

This commit adds MySQL migration that increases
resolution for the status table and adds subseconds
to the generated status repor timestamps.

Change-Id: Ice8c2d82c6a320c7f73c27f4c60c87bef55b8d95
Related-Bug: #1462270
2016-05-18 18:30:49 -07:00
..
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
agent.py Don't use bash eval for Linux.runCommand 2016-03-31 17:09:19 +03:00
agent_listener.py Major refactoring of how OS clients are created and managed 2016-02-20 17:59:11 +03:00
common.py Py3 compatibility fixes 2016-03-03 13:02:45 +00:00
heat_stack.py Fixes race condition in HeatStack 2016-04-20 19:38:35 +00:00
instance_reporter.py Delete the unused LOG configure code 2015-09-12 15:28:16 +08:00
logger.py Py3 compatibility fixes 2016-03-03 13:02:45 +00:00
mistralclient.py Added property to associate environment with OS region 2016-03-03 18:25:47 +03:00
net_explorer.py Added property to associate environment with OS region 2016-03-03 18:25:47 +03:00
resource_manager.py Use more generic "type" name instead of "murano_class" 2016-02-26 17:25:25 +03:00
status_reporter.py Increase status report messages time resolution 2016-05-18 18:30:49 -07:00
system_objects.py [test-runner] Register test-runner system class automatically 2015-10-09 13:35:12 +00:00
test_fixture.py Major refactoring of how OS clients are created and managed 2016-02-20 17:59:11 +03:00
yaql_functions.py Fix base64 on Python 3 in yaql_functions.py 2016-04-19 09:55:02 +02:00