integrations: add integration support

* added db migration for integration table, version 55
* added integrations views/templates/models
* added slack integration
* added h.url.current() support for pyramid only contexts
* added issues extractor for commit messages
* renamed repo-deleted/repo-created to repo-delete/repo-create
* removed marshmallow
* added serialization for events to static dicts of data
* added lazy_ugettext for translation of start time string
This commit is contained in:
Daniel Dourvaris 2016-07-10 06:43:20 +03:00
parent 4f7a3ca6e8
commit 7ff09cda95
36 changed files with 5099 additions and 127 deletions

View file

@ -78,7 +78,6 @@ requirements = [
'ipython',
'iso8601',
'kombu',
'marshmallow',
'msgpack-python',
'packaging',
'psycopg2',