Wykres commitów

20 Commity (c31b8020b50d4b814c7a8ea7a958e9b23418e2d3)

Autor SHA1 Wiadomość Data
Joseph Prochazka c31b8020b5 Updates for new SQL struture. 2024-07-10 19:29:16 -04:00
jprochazka c8cca2ced4 Advanced portal feature fixes. 2024-06-26 23:40:40 -04:00
Joe Prochazka 2792df5904 Updates to portal install and Python scripts. 2024-06-19 15:02:20 -04:00
Joe Prochazka 1a74077d17 Fixes to reported major issues to be addressed in v2.7.2. 2019-04-19 15:10:21 +00:00
target-drone c60777626c
'deprecated' :) 2018-07-03 15:26:46 +01:00
target-drone bcb6051269
Update flights.py to run with python2 and python3
urllib2 is depreciated in python3.  
Small edit to detect the calling version and import the relevant module.
2018-06-28 10:45:01 +01:00
jprochazka 677655ea1a Query fixes and consolidations. 2018-02-28 16:37:57 -05:00
Michal Krzysztofowicz 18e7648074 Fix errors in maintenance.py
- import time module for time.sleep() to work
- change all occurrences of true to True and false to False. In Python
these have to be capitalised.
- add initial state to purge_aircraft, purge_flights, purge_positions,
purge_days_old; set it to False
- cursor.fetchone() returns a single row; change the assignment to
purge_aircraft accordingly (otherwise the script fails with an "out of
range" error)
- calculate purge_date only if purge_days_old is not None (otherwise set
it to None too). This stops the script from failing when the date was
not set
- run the database purging only if both
purge_(aircraft|flights|positions) and purge_date exist
2017-12-17 15:39:35 +00:00
jprochazka 79aad377a0 Master branch now contains Romeo-Golf's 2.6.0 branch with fixes added to it. 2017-10-02 15:36:29 -04:00
target-drone dc71d1b509 2 syntax errors
Python requires True and False to be as capitalised.  
rogue space on line 153 throws an indentation error.
2017-03-14 07:26:45 +03:00
Joe Prochazka 44f7e72a26 Removed notification work. 2016-12-01 13:42:34 -05:00
Joe Prochazka 2cb71c6872 Install python-pip. 2016-11-28 14:30:16 -05:00
Joe Prochazka de2d65e60e Merge branch '2.5.0' of https://github.com/jprochazka/adsb-receiver into 2.5.0 2016-10-11 11:29:48 -04:00
Joe Prochazka a8780e1e01 Can specify Google Maps API Key for portal maps. 2016-10-11 11:29:32 -04:00
Joe Prochazka a38ef36bd2 Updated from master branch. 2016-10-11 11:14:18 -04:00
Joe Prochazka 792aa6d9fb Resolved merge conflicts. 2016-09-27 13:33:12 -04:00
Joe Prochazka 93bcb8b808 Working on XML notifications. 2016-09-23 15:15:54 -04:00
Joe Prochazka e0469d7669 Work on addition flight notifications. 2016-09-22 17:08:57 -04:00
Joe Prochazka d10d81f003 Renamed flightHotifications to notifications. 2016-09-20 16:17:50 -04:00
Joe Prochazka dcd9b419cc Moved flight logging scripts to python directory. 2016-09-20 14:58:47 -04:00