Wykres commitów

732 Commity (32f57a4eb4a67c3e64026d825672c94f446d5ac5)

Autor SHA1 Wiadomość Data
Konstantin 32f57a4eb4 Migration bugfix from RPi 2020-12-15 12:57:29 +01:00
Meisterschueler 0e06dd7707
Database refactoring (#163)
* Added (receiver|sender)_coverage_statistics, renamed sender_direction_statistics -> direction_statistics, deleted relation_statistics

* Changed index for more performance on date+receiver_id|sender_id queries

* Added FlatCoverageStatistic

* Added max_signal_quality, min_altitude and max_altitude to (Flat|Receiver|Signal)CoverageStatistic

* Renamed FlatCoverageStatistic to AggregateCoverageStatistic

* Make filter more sloppy (error_count from max. 4 to max 9)

* Updated readme

* fixed import

* Bugfix: wrong constraint name
2020-12-15 12:40:12 +01: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
Meisterschueler b4c7078fdb
Replace ranks with pareto values (#161) 2020-12-08 19:28:18 +01:00
dependabot-preview[bot] 4e223b9941
Bump pandas from 1.1.4 to 1.1.5 (#160)
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.1.4...v1.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-08 14:57:56 +01:00
dependabot-preview[bot] dc65a70292
Bump tqdm from 4.54.0 to 4.54.1 (#159)
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.54.0 to 4.54.1.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.54.0...v4.54.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-07 23:14:51 +01:00
Konstantin Gründger 5bd2d7db13 Refactoring 2020-12-05 21:24:51 +01:00
Konstantin Gründger e888481843 Added table sorting 2020-12-05 15:28:54 +01:00
Konstantin Gründger 5deabd561c Added longtime_rank to ReceiverRanking 2020-12-05 15:16:19 +01:00
Konstantin Gründger 6648311a4f Fixed SenderPositionStatistic 2020-12-04 19:31:07 +01:00
Konstantin Gründger f29e2a49be Added ReceiverStatusStatistic 2020-12-04 19:30:49 +01:00
Meisterschueler d990352f5b
Receiver rankings (#158)
* Added receiver_rankings, fixed receiver_status

* Added receiver_rankings updates

* Modified receiver_ranking.html

* Removed obsolete code

* Bugfix: order countries for select box

* Frequency scan fixes from RPi

Co-authored-by: Konstantin <pi@barnave>
2020-12-04 07:31:43 +01:00
Meisterschueler b5893e9e61
Country dependant receiver rankings (#157)
* Added receiver_rankings, fixed receiver_status

* Added receiver_rankings updates

* Modified receiver_ranking.html

* Removed obsolete code

* Bugfix: order countries for select box
2020-12-03 11:24:23 +01:00
dependabot-preview[bot] 0dea6210c1
Bump tqdm from 4.53.0 to 4.54.0 (#154) 2020-12-03 06:37:16 +00:00
Meisterschueler 9bb5af9277
Frequency scans (#156)
* Added FrequencyScanFiles

* Added route for upload_file and frequency_scan
2020-12-02 15:04:50 +01:00
Konstantin Gründger 92cb97c5eb Repair sorting (fixes #155) 2020-12-01 12:43:38 +01:00
Konstantin Gründger 3193446131 Better cache configuration 2020-11-25 11:14:36 +01:00
Konstantin Gründger f8b3457997 Added Flask-Profiler 2020-11-25 09:39:10 +01:00
Konstantin Gründger c6aed1a105 UI modifications 2020-11-24 22:48:52 +01:00
Konstantin Gründger f8ad9763fd Fixed db queries ('is True' != '== db.true()') 2020-11-22 12:09:51 +01:00
dependabot-preview[bot] 3ca2ba6f95
Bump tqdm from 4.51.0 to 4.53.0 (#152)
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.51.0 to 4.53.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.51.0...v4.53.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-22 09:11:56 +01:00
Meisterschueler 8fab57bcf1
Merge pull request #151 from Meisterschueler/hr
Massive scheme modifications
2020-11-22 09:03:09 +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 c63847a576 Improve logging 2020-11-21 22:47:36 +01:00
Konstantin Gründger 4c157bff4a Refactoring 2020-11-21 22:47:36 +01:00
Konstantin Gründger 5234107606 separated linking with country and airport 2020-11-21 22:47:36 +01:00
Konstantin Gründger 23abb0955e ... travis fix 2020-11-21 22:47:32 +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 9261e99cbf Massive scheme modifications requires a new database 2020-11-19 08:52:47 +01:00
Konstantin Gründger 52c9df4f5e Bugfixes from RPi 2020-11-17 23:00:37 +01:00
Konstantin Gründger 03cfd6136a Refactored Logbook 2020-11-15 18:29:04 +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 0ed170fcdf Make the temporary table unique 2020-11-15 14:46:41 +01:00
Konstantin Gründger b924fa369f Renamed celery to celery_tasks 2020-11-15 14:46:41 +01:00
Konstantin Gründger c3c4f029bd Fixed logbook 2020-11-15 14:46:41 +01:00
Konstantin Gründger 7f8df24d96 Added Flask-Redis
Repaired test cases
2020-11-15 14:46:41 +01:00
Konstantin Gründger 84342f2908 One configuration file is more clear 2020-11-15 14:46:40 +01:00
Konstantin Gründger a2b08b4968 Removed cli logbook 2020-11-15 14:46:40 +01:00
Konstantin Gründger 7d81fa949c Fixed templates 2020-11-15 14:46:40 +01:00
Konstantin Gründger f443294553 Added receiver status beacon and merge them to the recever_beacon table 2020-11-15 14:46:40 +01:00
Konstantin Gründger 2c31c685ac Fixed routes (name/receiver_name instead of id) 2020-11-15 14:46:40 +01:00
Konstantin Gründger c4ec856f26 Update python versions 2020-11-15 14:46:40 +01:00
Konstantin Gründger 4a54d70053 Ignore broken "RND" beacons and allow new "pilot_aware" beacons 2020-11-15 14:46:40 +01:00
Konstantin Gründger 144fa585d7 ... removed statistics route 2020-11-15 14:46:40 +01:00
Konstantin Gründger c6c95af9da Removed statistics route 2020-11-15 14:46:40 +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