1
0
Fork 0
Commit Graph

1069 Commits (df08b56449e30eb5dfb58e1367d71c54b3dfe129)

Author SHA1 Message Date
Pierros Papadeas d392b36f72
Remove schedule buttons if nothing can be scheduled 2018-08-17 21:21:36 +03:00
Pierros Papadeas 908ac30277
Add discone as antenna type 2018-08-17 16:52:08 +03:00
Corey Shields 436068315c
fix copyright date 2018-08-17 13:38:19 +03:00
wgaylord bc4baedf70
Add primary requests from #439 2018-08-17 13:31:11 +03:00
Pierros Papadeas 5a27ae2052
Add antenna station count in admin 2018-08-17 12:23:44 +03:00
Pierros Papadeas 7f21e372da
Fix station success rate calculations 2018-08-16 23:51:34 +03:00
Pierros Papadeas b1f0b4930a
Fix css on observations pagination 2018-08-16 18:31:07 +03:00
Patrick Dohmen 4a4e014bf9
Move paginator at top and bottom
- move top paginator inbetween "Filters" and "New Obs"
 - move bottom paginator to center
 - remove "Filters" text
 - make info button a normal button
2018-08-16 18:31:07 +03:00
Patrick Dohmen 2240cf6599
Add page breakdown on top of page
Fixes issue #444
2018-08-16 18:31:07 +03:00
Fabian P. Schmidt e097e9b72b Add natural time annotations in observations view 2018-08-16 00:07:46 +02:00
Pierros Papadeas 9b7c5f6c91
Add max size for image in station model 2018-08-14 16:38:13 +03: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
Pierros Papadeas 5739153f50
Add v-dipole as antenna type 2018-08-12 12:16:37 +03:00
Pierros Papadeas fb1f03a16f
Clarify altitude helper text 2018-08-11 18:12:22 +03:00
Pierros Papadeas 748db3ad1d
Fix antenna info pill for stations and station page 2018-08-11 18:12:22 +03:00
Pierros Papadeas cb576a512b
Change orbit requirement to different repo 2018-08-11 18:01:36 +03:00
Fabian P. Schmidt 8f1bdb1187 Remove obsolete HTML5 canvas polar plot function 2018-08-10 13:20:30 +02:00
Fabian P. Schmidt 703e366e94 Replace polar plot in station view with svg implentation from observation view 2018-08-10 13:20:30 +02:00
Fabian P. Schmidt 0f80ceb350 Add start and end points in polar plot in observation view 2018-08-10 13:20:30 +02:00
Fabian P. Schmidt 1384a447b3 Refactor polar plot in observation view 2018-08-10 13:20:30 +02:00
Fabian P. Schmidt c1f56da5af Fix timeframe annotations for future scheduled observations
Fixes #472.
2018-08-10 13:11:21 +02:00
Alfredos-Panagiotis Damkalis 14b68f6b89 Add "has_station" filter in Users admin page 2018-08-09 01:24:41 +03:00
Alfredos-Panagiotis Damkalis a719034c01 Apply auto-vet only when observations isn't vetted 2018-08-08 18:33:13 +03:00
Vasilis Tsiligiannis 3eceb946be Merge remote-tracking branch 'origin/dev' 2018-08-06 17:21:42 +03:00
Pierros Papadeas 39a1ff60a6 Merge branch 'station_id_admin' into 'dev'
Add station id on admin station page

See merge request librespacefoundation/satnogs/satnogs-network!508
2018-08-06 13:30:30 +00:00
Alfredos-Panagiotis Damkalis 3f73ecabd1 Add station id on admin station page 2018-08-06 16:21:53 +03:00
Alfredos-Panagiotis Damkalis 3d61c504aa Merge branch 'removeopbeat' into 'dev'
remove opbeat from network

See merge request librespacefoundation/satnogs/satnogs-network!506
2018-08-04 07:08:58 +00:00
Corey Shields f4524c13ff remove opbeat from network
opbeat is no longer in service, so our attempts to send data to them just clutters our logs with failures.

See also librespacefoundation/ops/org/#2
2018-08-03 16:47:13 -04:00
Corey Shields cb54d9c71d Merge branch 'station_alt' into 'dev'
Expose station_alt to observations API

Closes #486

See merge request librespacefoundation/satnogs/satnogs-network!504
2018-07-31 22:12:36 +00:00
Dan White 9d65a862a4 Expose station_alt to observations API
For an observation we already save the TLE and return the station's
lattitude and longitude.  To accurately reconstruct the geometry of the
situation, we also need to return the station's altitude.

Closes #486
2018-07-31 10:41:42 -05:00
Corey Shields a21916efbe Merge branch 'docs-install-debian-1' into 'dev'
Updated docs: Added Debian Stretch specific install requirements

See merge request librespacefoundation/satnogs/satnogs-network!502
2018-07-27 23:06:32 +00:00
corecache 353abb1bac Updated docs: added debian stretch specific install requirements 2018-07-27 20:53:41 +02:00
Corey Shields cf68d74220 Merge branch 'fix/api_filter' into 'dev'
Fix API observation filter

Closes #476

See merge request librespacefoundation/satnogs/satnogs-network!496
2018-07-08 22:45:28 +00:00
Fabian P. Schmidt 1ba693077f Fix API observation filter 2018-07-09 00:40:42 +02:00
Corey Shields 6b965b0c35 Merge branch 'pr/fix-docker' into 'dev'
docker-compose: Update mariadb image to 10.3

Closes #470

See merge request librespacefoundation/satnogs/satnogs-network!488
2018-07-08 22:06:59 +00:00
Fabian P. Schmidt 589e9c64de docker-compose: Update mariadb image to 10.3
The image `mariadb:5.5` (currently 5.5.60) seems to be broken.

Fixes issue #470.
2018-07-09 00:03:14 +02:00
Corey Shields 572a86a7cf Merge branch 'pr/fix-docker2' into 'dev'
docker: Add workaround to fix installation of dependencies by pip

Closes #469

See merge request librespacefoundation/satnogs/satnogs-network!489
2018-07-08 21:48:35 +00:00
Fabian P. Schmidt 030e2354e7 docker: Add workaround to fix installation of dependencies by pip
pip release 10.0.0b1 (2018-03-31) removed support for uninstalling
projects which have been installed using distutils[1]. Thus a possible
workaround is to ignore the distribution-provided packages.

[1]: https://pip.pypa.io/en/stable/news/#deprecations-and-removals

Fixes issue #469.
2018-07-08 23:43:32 +02:00
Corey Shields 8e0816709d Merge branch 'pr/minor_docker_doc' into 'dev'
docs: Use non-abbreviated docker-compose arguments

See merge request librespacefoundation/satnogs/satnogs-network!495
2018-07-08 21:31:29 +00:00
Pierros Papadeas 2f24c2bf01
Merge branch 'dev' 2018-07-04 09:25:37 +03:00
Fabian P. Schmidt 5afcd7ba28 docs: Use non-abbreviated docker-compose arguments
Improves readability.
This is especially intended to help docker newbies.
2018-06-30 02:20:23 +02:00
Pierros Papadeas 609b8c30cf Merge branch 'group-obs-fixes' into 'dev'
Fixes on Observations Group Scheduling

See merge request librespacefoundation/satnogs/satnogs-network!493
2018-06-28 10:55:55 +00:00
Pierros Papadeas 8bbc318c3a
Merge branch 'dev' 2018-06-28 13:07:12 +03:00
Alfredos-Panagiotis Damkalis 5194182fcc Fix datetimepicker start/end time limits
defined time span never been returned and never shown as observations.
Having previously used moment.utc datetime for setting minDate in
datetimepickers had as a result to hit this issue:

https://github.com/Eonasdan/bootstrap-datetimepicker/issues/1294

This commit fixes that behaviour by setting minDate with string and
also adds some limits on datetimepickers that respect network's
configuration.
2018-06-19 14:00:01 +03:00
Alfredos-Panagiotis Damkalis 5fdc064a08 Remove from group scheduling testing mode stations 2018-06-19 14:00:01 +03:00
Alfredos-Panagiotis Damkalis 6a61ccc1c6 Add overlap check after schedule button is hit
When schedule button was hit, calculated observations were scheduled
without any check if between calculation and scheduling has been any
change on the already scheduled station observations.

This resulted to scheduling of the same observation more than one
time, if you opened and calculated the same observation in two
different tabs and then hit schedule button.

With this commit, this issue if fixed as a check is done when the
schedule button is hit. If there is an overlap it returns an error
message which inform the user that there are one or more overlaps.
2018-06-19 14:00:01 +03:00
Alfredos-Panagiotis Damkalis 6fef2c18cf Not allow scheduling of overlapped observations 2018-06-19 14:00:01 +03:00
Alfredos-Panagiotis Damkalis 90eef7a00f Return always array in prediction_windows function 2018-06-19 14:00:01 +03:00
Alfredos-Panagiotis Damkalis bf6a8af5e9 Fix calculations in the new observation page
When searching for all the passes of a satellite above a station we
were checking if the next observation's elevation is above the defined
elevation in station's settings. In case that wasn't, loop for the
next observation was broken.

In the case above, if a low pass was first, next passes inside the
defined time span never been returned and never shown as observations.
With this commit, when elevation is less than the defined in station
settings, then calculations continue with the next pass of the
satellite above the examined station.
2018-06-19 14:00:01 +03:00
Pierros Papadeas 5f13151287 Merge branch 'active-observers' into 'dev'
Exclude observers with no observations

See merge request librespacefoundation/satnogs/satnogs-network!491
2018-05-23 18:04:26 +00:00