murano/murano
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
..
api Fixed a bug in _get_glare_url 2016-04-20 14:33:36 +03:00
cmd Merge "Do not wait for MessageHandlingServer" 2016-03-18 14:10:29 +00:00
common Deployment reports datetime DB insertion was fixed 2016-04-26 01:06:27 +00:00
db Increase status report messages time resolution 2016-05-18 18:30:49 -07:00
dsl Merge "Handling of ephemeral methods was fixed" 2016-04-04 13:05:39 +00:00
engine Increase status report messages time resolution 2016-05-18 18:30:49 -07:00
hacking Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
locale Imported Translations from Zanata 2016-04-19 06:30:47 +00:00
packages Heat stack deletion for HOT/TOSCA packages was fixed 2016-04-05 15:33:06 +00:00
policy Major refactoring of how OS clients are created and managed 2016-02-20 17:59:11 +03:00
services Remove arguments "{}" and "[]" in function definitions 2015-12-19 01:10:30 +08:00
tests Port cloudfoundry/test_cfapi.py to Python 3 2016-04-19 09:54:57 +02:00
__init__.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00
context.py 'GetPackageUI' API can now be called even if Glare is used 2016-04-08 15:27:10 +00:00
opts.py Deprecate packages_opts conf group 2016-03-15 13:21:50 +03:00
utils.py Allow murano to run under windows 2016-02-01 16:58:01 +03:00
version.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00