1
0
Fork 0
Commit Graph

88 Commits (master)

Author SHA1 Message Date
Fabian P. Schmidt 4278c6caa0 Add latest TLE to UI if possible
Fixes #264.

[v2:- Added docstrings]
Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2019-12-07 22:33:25 +01:00
deckbsd 062152aeec add uplink_mode field for transciever and transponder transmitter type
Signed-off-by: Flawinne Julien flawinne.julien at protonmail dot com

add uplink_mode field for transciever and transponder
Signed-off-by: Flawinne Julien flawinne.julien@protonmail.com

adapt unit test for transmitter model

Update migration for taking account of the invert value

update uplink_mode migration condition

Not request TLE with NORAD ID above 99000

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>

rename mode transmitter field to downlink_mode

adapt unit test for transmitter model

update uplink_mode migration condition

add uplink_mode field for transciever and transponder transmitter type
Signed-off-by: Flawinne Julien flawinne.julien at protonmail dot com

keep mode id

add forgotten field mode id

add missing ,

fix yapf error
2019-12-01 09:43:44 +00:00
Alfredos-Panagiotis Damkalis ef40817f61 Update javascript libraries
Updates:
* gulp to 4.0.2
* gulp-eslint to 6.0.0
* stylelint to 4.3.1
* bootstrap to 3.4.1
* chart.js to 2.8.0
* jquery to 3.4.1
* mapbox-gl to 1.3.1
* moment to 2.24.0

Removals:
* bootstrap-daterangepicker
* backbonejs(code parts that weren't removed)
* d3
* underscore

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-09-24 22:46:25 +03:00
Pierros Papadeas 5433a7a67b
Beautify citation on satellite.html template 2019-06-30 11:25:36 +03:00
Vasilis Tsiligiannis 1ebedf7f90 Switch to 'npm' for managing dependencies, remove static assets
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-04-27 00:23:33 +03:00
Alfredos-Panagiotis Damkalis c2e378da4e Refactor transmitter model
Transmitter model has been refactored by changing the current schema
from Transmitter and Suggestion models to TransmitterEntry model and
two proxy models TransmitterSuggestion and Transmitter:

* TransmitterEntry model will hold all the entries and changes on
transmitter entries in db.

* TransmitterSuggestion model will be the proxy model of the unreviewed
transmitter entries.

* Transmitter model will be the proxy model of the latest approved and
reviewed transmitter entries.

There are also change on Transmitter model fields:

* alive field is now change to status field

* there are new fields: citation, user, reviewed and created
2019-04-08 21:21:46 +03:00
Ansgar Schmidt 81549264cf Adding UTC in header, fixing #267
Signed-off-by: Ansgar Schmidt <ansgar.schmidt@gmx.net>
2019-02-12 11:27:25 +01:00
Pierros Papadeas a8f5e53647 Add UI for transmitter UUID 2019-01-07 18:21:39 +00:00
Pierros Papadeas a1d8357763
Change model of transmitter to include drift and type 2018-12-25 21:15:18 +02:00
Fabian P. Schmidt 0e10569938 Update requirements
Steps performed:
```
npm install
./node_modules/.bin/gulp
```

Update of gpredict.js to 0.2.0 included, fixes #214.
2018-11-07 13:59:24 +01:00
Nikos Roussos b8a51dda47
Update requirements
* Django
* django-csp
* django-allauth
* mapbox-gl
* pytest
* Replace Mysql-python with mysqlclient
2018-03-24 15:36:39 +02:00
Nikos Roussos f3a1735c35
Minor cosmetic changes to mapbox-gl refactor
* Fix indentation typos
* Remove console.log instances
* Update package.json with mapbox-gl changes
2017-11-13 18:47:21 +02:00
Fabian P. Schmidt b606121093
Fix footprint style on the map in satellite view 2017-11-13 18:07:14 +02:00
Fabian P. Schmidt 2094426f8f
Remove unused mapbox_map_id 2017-11-13 18:07:14 +02:00
Fabian P. Schmidt 1c08edf3ee
Move to mapbox-gl.js 2017-11-13 18:07:14 +02:00
Fabian P. Schmidt 30dd47cc3d
Remove unncessary ajax call from satellite view 2017-11-13 18:07:14 +02:00
Fabian P. Schmidt 861782ce35
Add mapbox-gl.js 2017-11-13 18:07:14 +02:00
Nikos Roussos fc8e8531e6
Cache statistics through a celery task 2017-11-13 12:27:24 +02:00
Nikos Roussos 6aa5b4fe77
Replace bower with yarn 2017-09-08 18:27:16 +03:00
Fabian P. Schmidt 5dc27ec994
Add gpredict.js for showing satellites orbits 2017-08-14 18:17:37 +03:00
pyup-bot 098029009e
Update requirements
* Update django from 1.11.1 to 1.11.4
* Update celery from 4.0.2 to 4.1.0
* Update django-avatar from 3.1.0 to 4.0.0
* Update pillow from 4.1.1 to 4.2.1
* Update requests from 2.14.2 to 2.18.3
* Update lxml from 3.7.3 to 3.8.0
* Update urllib3 from 1.21.1 to 1.22
* Update certifi from 2017.4.17 to 2017.7.27.1
* Update billiard from 3.5.0.2 to 3.5.0.3
* Update kombu from 4.0.2 to 4.1.0
* Update amqp from 2.1.4 to 2.2.1
* Update vine from 1.1.3 to 1.1.4

* Fix js indentation issues
2017-08-05 15:39:37 +02:00
Nikos Roussos e61b0b8138
Fix typo on demod_data 2017-06-04 19:14:54 +03:00
Nikos Roussos da4372643d
Add description field on Satellites 2017-05-17 00:22:04 +03:00
Nikos Roussos 6331f9e6f7
Fix homepage stats spacing 2017-05-10 12:56:44 +03:00
Nikos Roussos edbae9237d Merge pull request #173 from satnogs/status
[Fixes #129] Track satellite status
2017-05-08 19:10:34 +03:00
Roboneet 9313ee8231
[Fixes #129] Track satellite status 2017-05-08 18:53:39 +03:00
Pierros Papadeas d3289869e5 Add payload count on front page 2017-05-06 21:38:09 +03:00
Nikos Roussos 091a4bce3e
Check in bower main files
* Use gulp for handling static and testing
* Remove django-bower
2017-03-30 21:05:05 +03:00
Nikos Roussos 7c7115f9be
Expose more fields to Telemetry API endpoint
* Rename decoded API fields for clarity
2017-03-28 22:00:05 +03:00
Pierros Papadeas 86190ca581 Add total count of payloads in stats page 2017-03-25 23:51:08 +02:00
Nikos Roussos 7be4efa8f1 Merge pull request #148 from satnogs/enhancements
Enhancements
2017-03-25 19:27:13 +02:00
Nikos Roussos 632b1adf89
Calculate Satellite position from local TLEs
* Refresh satellite position in real time
2017-03-25 16:52:01 +02:00
Nikos Roussos d602f27931
Update home page UI 2017-03-25 14:39:55 +02:00
Pierros Papadeas b18a43ac47 Counts of payloads on satellite page 2017-03-25 02:35:17 +02:00
Pierros Papadeas 0ce757a54f Add payload statistics on stats page 2017-03-21 18:23:30 +02:00
Nikos Roussos ec295d3711
Show position map only when we have coordinates 2017-03-13 12:48:48 +02:00
Nikos Roussos c5157cd450
Add API Key Tokens 2017-03-02 19:57:12 +02:00
Nikos Roussos 2c48c02cfd
Simplify GA code 2017-02-22 17:39:26 +02:00
Nikos Roussos d8c6fe35f7
Add dnd-helper for Do-Not-Track 2017-02-21 19:22:14 +02:00
Nikos Roussos 1db7dad819
Add stylelint 2017-02-12 19:47:28 +02:00
Nikos Roussos ea892fd51a
Switch from jshint to eslint 2017-02-12 19:47:07 +02:00
Nikos Roussos cb2b6a43b9
Hide Telemetry block when Satellite has no relevent data 2017-01-28 22:56:03 +02:00
Nikos Roussos 0f4e0f548f
Add map for Satellite current position
* minor UI adjustments on Satellite view
2017-01-28 22:52:19 +02:00
keikreutler 46013fcc8a
Updated no telemetry data available display state and set default telemetry data date range to the previous week. 2017-01-05 15:49:30 +02:00
keikreutler 7195157b0a
Updated chart to include cases in which only one telemetry data point is available. 2017-01-05 15:49:30 +02:00
keikreutler 323a1a4b17
Added display state for when no telemetry data is available. 2017-01-05 15:49:30 +02:00
keikreutler 5f2b6fca68
Implemented date filtering on telemetry data graph. 2017-01-05 15:49:30 +02:00
keikreutler 4839647c56
Add bootstrap daterangepicker for telemetry 2017-01-05 15:49:30 +02:00
keikreutler 4760bd1562
Added date filter function to telemetry values collection. 2017-01-05 15:49:02 +02:00
keikreutler 7d980359d8
Updated to sort telemetry data by datetime, moved telemetry data API call to collection for sorting, and clarified variables. 2017-01-05 15:49:02 +02:00