Change persistence layer to Ecto/Postgresql
commit61301d743f6132e6305b313179480a50046625a9
authorPaul d'Hubert <paul.dhubert@yandex.ru>
Sat, 28 Feb 2015 09:14:10 +0000 (28 10:14 +0100)
committerPaul d'Hubert <paul.dhubert@yandex.ru>
Sat, 28 Feb 2015 09:14:10 +0000 (28 10:14 +0100)
tree7ea3a5e134a1961cec557b7c634ab4ea0af17912
parent71544c304109f158a20806aa5b91a15309729b23
Change persistence layer to Ecto/Postgresql
14 files changed:
config/config.exs
lib/site_monitor/db.ex
lib/site_monitor/http_check.ex
lib/site_monitor/logger.ex
lib/site_monitor/site.ex
lib/site_monitor/supervisor.ex
mix.exs
mix.lock
priv/repo/migrations/20150228082631_enable_hstore.exs [new file with mode: 0644]
priv/repo/migrations/20150228082638_sites.exs [new file with mode: 0644]
priv/repo/migrations/20150228082639_create_check_results.exs [new file with mode: 0644]
test/http_check_test.exs
test/registry_test.exs
test/site_test.exs