v.1.0.0¶
Improvements:¶
The submodule was added to projects. The baseHandler, errors, utils, regexps and log features were moved there
Projections and partitions creation functionality was added to the db_create.py script. For vertica database only.
Alembic for db migrations was added, dependecies list was refreshed. DB config is located in luna_events/configs/alembic_config.py
Tornado was replaced by aiohttp as a asynchronous framework.
Description and template config to deploy Events service with nginx+supervisor was added.
Description and template config to deploy Image Store with nginx+gunicorn was added.
The separate tables for match and extract results were added.
A separate table for tags was added.
Bugs fixed:¶
The sql-injections for GET-requests are now prevented.