Wykres commitów

148 Commity (master)

Autor SHA1 Wiadomość Data
Konstantin Gründger 7299c09f04 Skip (temporary) broken test case 2021-06-08 19:59:23 +02:00
Meisterschueler 2a54301a25
Sender infos with country (#162)
* Added FK country_id to sender_infos

* Added flydenity to retrieve the country for registration

* Added country flag to sender_ranking, removed max_normalized_quality from rankings

* Bugfix: sort numbers first, strings always bottom

* Fixed testcases and refactored ddb import

* Small frontend improvements
2020-12-12 13:48:05 +01:00
Konstantin Gründger b263b00f7c PEP8 violations 2020-11-22 08:55:19 +01:00
Konstantin Gründger b9f8e14edf remove / skip deprecated failing tests 2020-11-21 23:11:10 +01:00
Konstantin Gründger d135574ac8 Fixed setup, removed deprecated code, this cancels #24 2020-11-19 09:28:52 +01:00
Konstantin Gründger 52c9df4f5e Bugfixes from RPi 2020-11-17 23:00:37 +01:00
Konstantin Gründger 2f577c8c29 Fixed celery 2020-11-15 18:28:47 +01:00
Konstantin Gründger 8d66261d3e Refactoring 2020-11-15 14:49:21 +01:00
Konstantin Gründger 7f8df24d96 Added Flask-Redis
Repaired test cases
2020-11-15 14:46:41 +01:00
Konstantin Gründger 88e3025c9c Added timescaledb view test 2020-11-15 14:46:40 +01:00
Konstantin Gründger 46083d0b63 Fixed logbook tests 2020-11-15 14:46:40 +01:00
Konstantin Gründger 8b38268675 Fixed takeoff_landings 2020-11-15 14:46:40 +01:00
Konstantin Gründger 129033b832 Beautification 2020-11-15 14:46:40 +01:00
Konstantin Gründger daf2d81460 Added Bulkimport test case
... bulkimport
2020-11-15 14:46:40 +01:00
Konstantin Gründger a18e6aeab3 No more stats table -> functionality of TimescaleDB
Changed PK in tables device/receiver from id to name
Altered FK in table takeoff_landings/logbook from device_id to address
Updated Flarm release dates
2020-11-15 14:46:40 +01:00
Konstantin Gründger 57654f62f0 Fixed test 2019-11-30 08:16:15 +01:00
Konstantin Gründger f3df385885 Fixed tests 2019-11-26 22:08:34 +01:00
Konstantin Gründger 830d0e47fb Create postgis extension again 2019-09-21 17:06:55 +02:00
Konstantin Gründger b13064cf73 Apply factory pattern WIP 2019-09-21 17:06:55 +02:00
Konstantin Gründger 9c4c0829a9 Fixed DeviceInfo test 2019-09-15 21:36:06 +02:00
Konstantin Gründger 0299417367 Refactoring WIP 2019-08-31 12:30:07 +02:00
Konstantin Gründger d3f169ffd9 Temporary skip broken tests 2019-06-09 11:04:45 +02:00
Konstantin Gründger 3cf7f2da4c Bugfixing (DeviceInfo does not have the device_id) 2019-04-29 22:12:12 +02:00
Konstantin Gründger 2e84285ea0 Test OGNRANGE max_tile_mgrs.pl functionality 2019-04-17 09:17:54 +02:00
Konstantin Gründger cbfff4435f Fix OGN range test 2019-04-16 19:49:37 +02:00
Konstantin Gründger 56ced0b3a5 Limit climb_rate while takeoff or landing 2019-04-13 21:06:32 +02:00
Konstantin Gründger 048adefb20 Bugfix: Get the nearest airport for takeoff/landing even if the airports are very very close 2019-03-31 10:58:55 +02:00
Konstantin Gründger 0c152cac5b Better celery messages 2019-03-30 17:50:29 +01:00
Konstantin Gründger a67aef730e Where does the travis stall comes from??? 2019-03-14 08:39:42 +01:00
Konstantin Gründger f5e36391c2 Drop db before each test 2019-03-14 08:26:20 +01:00
Konstantin Gründger 7006a33624 Merge branch 'master' of https://github.com/Meisterschueler/ogn-python
# Conflicts:
#	tests/base.py
2019-03-14 08:10:41 +01:00
Konstantin Gründger 9692d5031e Fixed backend tests 2019-03-13 19:21:10 +01:00
Konstantin Gründger 0afd525de5 Fixed backend tests 2019-03-13 08:44:13 +01:00
Konstantin Gründger 88a807406b Change configuration management / fixed tests 2019-03-12 22:54:05 +01:00
Konstantin Gründger 835e9e69d3 Celery redesign, influences #67 2019-03-10 17:03:50 +01:00
Konstantin Gründger 93f0cca587 Migrate from manage.py to Flask Command Line Interface (WIP) 2019-02-10 20:31:22 +01:00
Konstantin Gründger 0ea6a955e8 Flake8 modifications 2019-01-30 19:19:23 +01:00
Konstantin Gründger 1866bd9d4e Implement SQL merger, fixes #63 2019-01-30 08:34:35 +01:00
Konstantin Gründger e24129b13c SQL merger... WIP 2019-01-29 23:07:27 +01:00
Konstantin Gründger 90ab582ca3 SQL UPSERT function for #63 2019-01-27 13:59:12 +01:00
Konstantin Gründger 23cc34da0a Handle session rollbacks during tests session 2019-01-26 20:14:18 +01:00
Konstantin Gründger b406594ea7 Database tests have their own base test class 2019-01-26 14:15:13 +01:00
Konstantin Gründger 276d3d1439 ALTER TABLE receiver_coverages RENAME COLUMN location_mgrs TO location_mgrs_short 2019-01-23 20:30:31 +01:00
Konstantin Gründger 02e8c17dca Add reduced MGRS location to aircraft_beacons: ALTER TABLE aircraft_beacons ADD COLUMN location_mgrs_short character varying(9); 2019-01-23 16:00:35 +01:00
Konstantin Gründger 6fffa09e20 Repair db scheme for ognrange 2019-01-07 23:51:40 +01:00
Konstantin Gründger bffe2371f0 Skip unfinished tests 2019-01-04 16:24:18 +01:00
Konstantin Gründger 8daf1b0c16 Fixed stats test 2019-01-04 16:12:42 +01:00
Konstantin Gründger 50f112e664 Fix takeoff/landing detection 2019-01-04 13:27:48 +01:00
Konstantin Gründger 76e7a9bb3f Fixed live.glidernet.org backend 2019-01-04 12:19:27 +01:00
Konstantin Gründger c815b8a251 Added flight path calculation 2019-01-03 20:20:58 +01:00