Commit Graph

21 Commits

Author SHA1 Message Date
Matthias Wirth
b1d1efa282 afterFirstFetch 2022-08-01 01:26:09 +02:00
Matthias Wirth
ee3b6e5791 get rid of database globals
use container object
2022-08-01 00:41:59 +02:00
Matthias Wirth
53b6ebdb51 delay type_cache loading 2022-07-31 23:59:58 +02:00
Matthias Wirth
57a14bac42 dbloader: replace jquery.Deferred() with a native promise object
thought this would improve memory usage, it doesn't
2022-07-23 19:01:40 +02:00
Matthias Wirth
fa1a550ec6 changes for icao_aircraft_types2 format 2021-07-13 10:53:44 +02:00
Matthias Wirth
ffe38802b6 more $ jQuery replacements 2021-05-28 07:32:37 +02:00
Matthias Wirth
48a24b46d4 don't load aircraft thumbnail before database info is loaded 2021-03-14 16:25:04 +01:00
Matthias Wirth
fea4e71b24 shuffle js loading order
some cleanup
2020-12-07 09:06:20 +01:00
Matthias Wirth
2c0822e8af precompress database files in tar1090-db
load regCache as a json rather than constructing it from the database
2020-10-22 19:56:09 +02:00
Matthias Wirth
1c96efc6f4 database stuff 2020-10-20 21:31:42 +02:00
Matthias Wirth
eea0cb6bc0 show long aircraft type in addition to type code 2020-08-12 17:08:42 +02:00
Matthias Wirth
579bcb9a78 change var to let
gives nicer warnings for variable definitions.
scoping for let is more along the lines of  what people used to other
languages like me would expect. (var behaves strange ... wtf js)
2020-03-27 08:45:56 +01:00
Matthias Wirth
0cab5cba18 regCache 2020-02-26 17:50:14 +01:00
Matthias Wirth
3889d75c04 change filenames for two json files (cloudflare caching) 2020-02-26 17:22:58 +01:00
Matthias Wirth
6be7d9c5c8 improve cloudflare caching 2020-02-23 17:30:06 +01:00
Matthias Wirth
dbb4280ed9 resolve database caching issues 2020-02-23 17:07:36 +01:00
Matthias Wirth
a86ad8f799 shenanigans 2020-01-31 02:47:01 +01:00
Matthias Wirth
cdb00512f1 move database to /db2 to avoid caching issues with new format 2020-01-23 18:13:35 +01:00
Matthias Wirth
0324812a8d jumpBox :) 2020-01-09 22:10:51 +01:00
Matthias Wirth
906bef239e change database format 2020-01-07 14:35:37 +01:00
Matthias Wirth
bd09a85c39 clean history
for the commit history of this git project, see the history-master
branch.
2020-01-03 21:32:26 +01:00