murano/murano/engine
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
..
system Increase status report messages time resolution 2016-05-18 18:30:49 -07:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
execution_session.py Major refactoring of how OS clients are created and managed 2016-02-20 17:59:11 +03:00
mock_context_manager.py Extension methods were introduced to MuranoPL 2016-03-03 15:01:30 +00:00
murano_package.py Support of MuranoPL extended metadata was added 2016-03-03 12:32:19 +00:00
package_loader.py Use _LW for deprecation warning 2016-03-22 22:55:06 +03:00
yaql_yaml_loader.py Ability to have several MuranoPL classes in single YAML file 2016-02-28 20:17:05 +03:00