Konstantin Gründger
ba7ae37ef2
Bugfix for getting receiver names
2016-02-21 15:28:19 +01:00
Konstantin Gründger
9b4a0124e8
flake8 fixes
2016-02-11 08:08:11 +01:00
Konstantin Gründger
f3da85576c
Fix: receiver sometimes not added
2016-02-11 07:40:36 +01:00
Konstantin Gründger
eb772bdc92
Fix: "" is not "null()" (sqlalchemy) or "None" (python)
2016-02-05 07:20:58 +01:00
Fabian P. Schmidt
65aefc39a4
collect/receiver: Improve formatting
2016-02-04 23:12:16 +01:00
Konstantin Gründger
23a364761f
fixed flake8
2016-02-04 19:14:31 +01:00
Konstantin Gründger
0cd46d2be2
Moved receiver update from ogn.collect.database to ogn.collect.receiver
2016-02-04 18:31:58 +01:00
Konstantin Gründger
018ea8c549
Changed obsolete string formatting operations
2016-02-03 23:19:25 +01:00
Konstantin Gründger
b135a9dfd0
Update receivers
2016-02-03 23:09:11 +01:00
Fabian P. Schmidt
81f05c2102
celery: Add missing ogn.collect.heatmap
2016-01-29 08:12:28 +01:00
Fabian P. Schmidt
ae3788764d
celery: Add task update_beacon_receiver_distance
...
Replaces ogn.commands.dbutils.update_receiver_childs
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
Fabian P. Schmidt
aaa75e2fdc
ogn/collect/database: Fix imports
2016-01-06 00:36:38 +01:00
Fabian P. Schmidt
b3e1f7b0a7
CLI: Remove celery dependency for simple tasks
...
Only `logbook.compute` still requires a running celery backend.
The celery tasks 'update_ddb_from_*' were renamed to
'database.import_ddb' and 'database.import_file'.
2015-12-09 12:07:55 +01:00
Fabian P. Schmidt
cb3ebf4988
Model: Change type of AddressOrigin again.
...
Fixes db.update_ddb_ogn by removing the type Enum of AddressOrigin.
Partly reverts commit 04137acaf6
since
this commit broke db.update_ddb_ogn.
2015-12-09 02:50:27 +01:00
Fabian P. Schmidt
04137acaf6
Model: Change type of AddressOrigin to Enumeration.
2015-12-02 12:51:08 +01:00
Konstantin Gründger
c5693ba00e
IDs to address
2015-11-27 21:29:00 +01:00
Konstantin Gründger
82efb81fba
Logbook: recalculate last 5 minutes
2015-11-24 23:29:27 +01:00
Konstantin Gründger
ceca97b47c
Added logbook to manage.py
2015-11-24 21:00:31 +01:00
Konstantin Gründger
46e60b4693
ddb import from ogn and from file
2015-11-24 08:20:28 +01:00
Konstantin Gründger
82b03f991a
Renamed Flarm to Device
2015-11-16 20:04:54 +01:00
Konstantin Gründger
ab8f43077c
Local ddb file
2015-11-15 19:57:01 +01:00
Konstantin Gründger
e69966414e
Cleanup
2015-11-15 19:54:11 +01:00
Fabian P. Schmidt
bda6310ff6
Cleanup
2015-11-15 19:41:13 +01:00
Fabian P. Schmidt
d863aaf76d
Reimplement ddb import from file as celery task.
2015-11-15 19:36:28 +01:00
Fabian P. Schmidt
371e4564e8
Handle tasks (eg. updateddb) with celery.
...
New dependencies: celery and redis.
2015-11-15 09:59:48 +01:00