Wykres commitów

12 Commity (1d625d0f4fcb5c24e1df75fc2fb1016b6b91dba5)

Autor SHA1 Wiadomość Data
Konstantin Gründger b3c181e00a Schema change 2018-02-19 19:18:39 +01:00
Konstantin Gründger 6097a3b840 Update celery tasks 2017-12-17 14:34:14 +01:00
Fabian P. Schmidt a4559c2d77 Add Vagrantfile
ogn-python requires a running PostgreSQL and Celery daemon.
With [vagrant][1] and [VirtualBox][2] it is possible to create
a clean development environment inside a virtual machine.

This commit was greately inspired by [SkyLines][3].

[1]: https://www.vagrantup.com/
[2]: https://www.virtualbox.org/
[3]: https://github.com/skylines-project/skylines
2016-09-23 20:27:00 +02:00
Konstantin Gründger f08bf220c8 Persist logbook 2016-06-29 23:26:30 +02:00
Konstantin Gründger 304e8b8194 As default we have postgresql instead of sqlite with a db named "ogn" 2016-06-14 23:10:51 +02:00
Konstantin Gründger b5f111c257 Remove obsolete pre postgis stuff
Removed obsolete test
2016-04-28 21:51:03 +02:00
Fabian P. Schmidt ae3b08722f Add note about special backend requirements for some tasks 2016-02-04 23:12:16 +01:00
Fabian P. Schmidt a71d5862f7 config/default: Add scheduled tasks update-logbook and update-ddb 2016-02-04 23:12:16 +01:00
Konstantin Gründger e85e01e2c1 Corrected path 2016-02-04 19:18:57 +01:00
Konstantin Gründger b135a9dfd0 Update receivers 2016-02-03 23:09:11 +01:00
Fabian P. Schmidt 31b2aaddda celery: Add scheduled task update_beacon_receiver_distance
Celery beat is used to call update_beacon_receiver_distance_all
every five minutes.
The time interval is configurable by adjusting the configuration file.
2016-01-29 06:42:56 +01:00
Fabian P. Schmidt 6aec9ee35d Add central configuration by python modules
Configuration module is loaded from environment variable
OGN_CONFIG_MODULE, defaults to "config/defaults.py".
2016-01-29 03:44:20 +01:00