1
0
Fork 0
Commit Graph

36 Commits (68f90d921ce268ebe95d81b8ec74d320625373da)

Author SHA1 Message Date
Vasilis Tsiligiannis 68f90d921c tox: Check imports with 'isort' and apply changes
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-09-23 14:08:11 +03:00
Alfredos-Panagiotis Damkalis 43f8c53dcf Update python libraries
* Move from orbit project to satellitetle
* Move from pyephem 3.7.6.0 to ephem 3.7.7.0

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-09-18 00:45:58 +03:00
Alfredos-Panagiotis Damkalis 53fa1bf378 Remove Mode model
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-05-04 04:13:09 +03:00
Alfredos-Panagiotis Damkalis 03f669711e Refactor transmitter model
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-05-04 04:13:09 +03:00
Fabian P. Schmidt 9d028ea599 Remove duplicated 'update_all_tle' logic
Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2019-05-03 19:27:20 +02:00
Alfredos-Panagiotis Damkalis b522d4304c Stop fetching from db on zero lenght db api url 2019-04-05 22:40:47 +03:00
Vasilis Tsiligiannis 5d3c4e4883 Remove unsupported key from fetched satellite data
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-01-29 23:37:58 +02:00
Fabian P. Schmidt 068b7cf9d7 Add command update_station_last_seen 2018-12-10 12:40:01 +01:00
Fabian P. Schmidt 4f3c419cdf commands/fetch_data: Replace urllib3 with requests library 2018-12-10 02:57:30 +01:00
Alfredos-Panagiotis Damkalis 72684ffcb9 Add satellite field for following norad id TLE 2018-12-04 21:16:43 +02:00
Corey Shields 8395eeea1d add more data in dev
increase the amount of factory data created for dev purposes, so filters and pagination can be better tested.
2018-08-12 11:07:40 -04:00
Nikos Roussos 5e1c0bbd01
Disregard tle0 for Satellites name 2017-11-28 12:37:18 +02:00
Nikos Roussos 1b37650c12
Fix all bera exceptions
* Use celery tasks for fetching data
2017-11-17 16:35:35 +02:00
Nikos Roussos d5636102cf
Fix tle command 2017-10-10 20:21:14 +03:00
Nikos Roussos a39792c2ef
Add celery support 2017-09-27 20:10:37 +03:00
Nikos Roussos a06d6ec13a
Refactor models to remove Data table
* Add on_delete option to all ForeignKey fields
* Adjust all views
* Adjust initialize command
* Refactor tests
* Refactor API to make these changes transparent
* Adjust all templates
* UI refreshment on Observation tepmplate
* Add STRICT_TRANS_TABLES for mariadb
* Minor text changes to tle command
* Update requirements
2017-09-12 18:15:47 +03:00
Nikos Roussos bb010160d7
Checkin main bower files
* Add gulp support
* Remove django-bower
2017-05-18 17:44:31 +03:00
Nikos Roussos d04d9ed261
Add bower to initialization script 2017-02-09 16:45:29 +02:00
Nikos Roussos ea29c3ef80 Use only Satellites with Transmitters on fixtures
* also move tests methods
2016-05-08 18:09:31 +03:00
Nikos Roussos 6cd1a49dd7 Merge pull request #252 from satnogs/fixtures
Fixtures and API improvements
2016-05-08 16:49:10 +03:00
Nikos Roussos 85d092f80e Add Rig, Data and DemodData factories
* Extend initialize script to create more fixtures
2016-05-08 16:47:49 +03:00
Nikos Roussos 7f61bf9582 [Re #148] Add option for adding TLEs manually 2016-05-07 19:19:41 +03:00
Nikos Roussos f048e333e8 Fetch TLEs on Site Settings 2016-01-26 17:05:17 +02:00
Nikos Roussos b0522d3b47 Handle all TLE exceptions 2016-01-26 15:52:06 +02:00
Nikos Roussos 789106265b Show TLEs used on Observations 2016-01-25 21:09:37 +08:00
Nikos Roussos d620b95197 Keep TLE historical data 2016-01-23 17:42:35 +08:00
Nikos Roussos a81709802d Update Django to 1.8.8 2016-01-17 22:02:23 +02:00
Nikos Roussos 19c5311bda Intagrate migrate and loaddata to initialize command 2015-08-26 13:30:09 +03:00
Nikos Roussos 5806f4f0c2 [Fixes #150] Create model for MODES and sync them from DB 2015-08-14 17:06:25 +03:00
Nikos Roussos f63285a288 s/transponders/transmitters/ 2015-07-23 18:18:01 +03:00
Nikos Roussos 5760c6a459 Add site settings for fetching data 2015-07-22 14:16:15 +03:00
Nikos Roussos e3c635c7e7 pep8 2015-05-10 13:31:19 +03:00
Nikos Roussos 94869715c3 Add cronjob script for updating all data 2015-05-09 16:51:49 +03:00
Nikos Roussos 21a3f3186e Add command to fetch Satellites/Transponder from DB API 2015-05-09 12:50:57 +03:00
Nikos Roussos 153aba4197 Management commands fixes
* Fix typo
* Remove unused command
2015-05-06 11:56:31 +03:00
Nikos Roussos ea178a0a73 Refactor project 2014-12-19 15:06:58 +02:00