Wykres commitów

33 Commity (a4559c2d77ea959711935654f90b051d9619d9a0)

Autor SHA1 Wiadomość Data
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 3b74d9b545 Update manage options 2016-07-14 21:15:58 +02:00
Meisterschueler b9f8c269a5 Added database creation 2016-06-16 10:58:03 +02:00
Konstantin Gründger 714562e27b Update readme and changelog 2016-06-04 09:17:14 +02:00
Konstantin Gründger 59fef4d05d Since we use PostGIS sqlite is not sufficient 2016-05-30 21:24:46 +02:00
Konstantin Gründger e1da7dcfac Update commands 2016-04-28 21:51:03 +02:00
Fabian P. Schmidt b9f26f1bb8 README: Update introduction 2016-03-18 22:58:49 +01:00
Fabian P. Schmidt 86f2a606e5 Use python-ogn-client and remove duplicated code
This repository splitted up into two separate repositories:
- python-ogn-client, including an APRS- & OGN-Parser and an APRS-Client
- ogn-python (the repository this commit belongs to), including a database, CLI and logbook
2016-03-18 22:58:49 +01:00
Fabian P. Schmidt d69476158b ogn.gateway: Remove implicit sqlalchemy dependency
The callback gets the beacon data by a python dict instead of a sqlalchemy class
2016-02-18 22:49:56 +01:00
Fabian P. Schmidt ea75b2a4ea Release v0.2.1 2016-02-17 20:20:58 +01:00
Fabian P. Schmidt eedfad205f README: Add postgresql recommendation 2016-02-17 17:06:38 +01:00
Fabian P. Schmidt b5b39825d7 README: Fix description of custom config loading 2016-02-04 23:15:54 +01: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 2b4985330d README: Add section about starting celery tasks manually 2016-02-04 23:12:16 +01:00
Konstantin Gründger 7543130c22 Removed (NOT IMPLEMENTED) 2016-02-04 18:33:16 +01:00
Fabian P. Schmidt d8046043ae CLI: Add command db.upgrade
This command is a shortcut for "alembic upgrade head".
2016-01-31 02:25:21 +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 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 4aa55d96bd Update README.md 2016-01-12 19:37: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 27db22d8c8 CLI: Rename 'db.stats' to 'show.devices.stats' 2015-12-09 12:07:55 +01:00
Tobias Bieniek 8ba39a1d76 README: Fix list rendering
The list was previously rendered with "1. ... / 1. ... / 1. ..." instead of "1. ... / 2. ... / 3. ...". I've also removed the `$` prefixes to make it easier to copy-paste the commands.
2015-12-05 10:04:26 +01:00
Fabian P. Schmidt fe83440eb4 Add missing dependency on alembic. 2015-11-29 20:56:59 +01:00
Konstantin Gründger c5693ba00e IDs to address 2015-11-27 21:29:00 +01:00
Konstantin Gründger 9f054b5b80 Update todos 2015-11-26 08:35:41 +01:00
Fabian P. Schmidt 7d75cd9b76 README/CI: Move from Meisterschueler to glidernet. 2015-11-18 22:56:46 +01:00
Konstantin Gründger bba662b948 Typo 2015-11-15 19:59:25 +01:00
Fabian P. Schmidt bda6310ff6 Cleanup 2015-11-15 19:41:13 +01:00
Meisterschueler 590ea0124d Updated manage.py output 2015-11-15 12:13:56 +01:00
Fabian P. Schmidt 2f6f26f36d Update README, CONTRIBUTORS. 2015-11-15 10:01:57 +01:00
Meisterschueler 5a76a33497 Update README.md 2015-11-15 08:56:36 +01:00
Konstantin Gründger 2f456a0eef Initial release 2015-10-24 23:13:21 +02:00