v.1.0.0

Improvements:

  1. The submodule was added to projects. The baseHandler, errors, utils, regexps and log features were moved there

  2. Projections and partitions creation functionality was added to the db_create.py script. For vertica database only.

  3. Alembic for db migrations was added, dependecies list was refreshed. DB config is located in luna_events/configs/alembic_config.py

  4. Tornado was replaced by aiohttp as a asynchronous framework.

  5. Description and template config to deploy Events service with nginx+supervisor was added.

  6. Description and template config to deploy Image Store with nginx+gunicorn was added.

  7. The separate tables for match and extract results were added.

  8. A separate table for tags was added.

Bugs fixed:

  1. The sql-injections for GET-requests are now prevented.