- 18 Feb, 2021 1 commit
-
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
- 13 Feb, 2021 1 commit
-
-
Corey Shields authored
package.json: Add satellite.js dependency Signed-off-by:
Fabian P. Schmidt <kerel@mailbox.org> Move to satellite.js in map, drop satellite footprint Signed-off-by:
Fabian P. Schmidt <kerel@mailbox.org> Remove gpredict.js dependency Signed-off-by:
Fabian P. Schmidt <kerel@mailbox.org> Replace gpredict.js with satellite.js Builds on the work of kerel-fs in !596 and #440, implements satellite.js for core TLE and SGP4 handling, deprecating and removing gpredict.js fixes #440 does NOT fix #204Signed-off-by:
Corey Shields <cshields@gmail.com>
-
- 04 Feb, 2021 2 commits
-
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
- 30 Jan, 2021 2 commits
-
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
- 20 Jan, 2021 8 commits
-
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
Alfredos-Panagiotis Damkalis authored
Signed-off-by:
Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
-
Corey Shields authored
Adds an optional 'version' field which will store version details for clients that are sending it (such as some SiDS clients, even though version is not clearly indicated in the protocol pdf) I set this as a 45 length CharField, anticipating that there may be some application names, versions, and possible git hashes included as well. Adds a db migration for this field, blank by default. also removed an unnecessary setting which was default (see !628) Relates to #456Signed-off-by:
Corey Shields <cshields@gmail.com>
-
- 17 Jan, 2021 1 commit
-
-
Corey Shields authored
With the new drf-spectacular generated schema, need to add nulltype to the list of requirements to install update copyright dates Improve examples and client generated docs via drf-spectacular Signed-off-by:
Corey Shields <cshields@gmail.com>
-
- 14 Jan, 2021 8 commits
-
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
- 13 Jan, 2021 1 commit
-
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
- 10 Jan, 2021 1 commit
-
-
Corey Shields authored
I've decided to change things up in API schema and doc generation. Work is not quite complete but its enough for testing in dev and feedback. Major changes: * Renaming of api.view classes to match ViewSet inheritance (minor annoyance) * Introduce drf-spectacular for schema generation and doc UI via swagger-ui * lots of doc changes for the API to provide a good experience with the above. New schema generation should work seamlessly in gitlab ci, as well as via /api/schema dynamically. The new swagger ui view is available via /api/schema/docs/ Signed-off-by:
Corey Shields <cshields@gmail.com>
-
- 03 Jan, 2021 1 commit
-
-
Corey Shields authored
There are a slew of issues related to eventlet monkeypatching ssl.py which leads to the issues we've seen in the updates I pushed to dev this week. The gunicorn update to 20 seems to be the culprit here, and wasn't caught locally because "develop" in djangoctl.sh uses the django runserver, not gunicorn. Hopefully this fixes our issues, and I'll slowly update eventlet, requests, and urllib3 back up Signed-off-by:
Corey Shields <cshields@gmail.com>
-
- 31 Dec, 2020 1 commit
-
-
Corey Shields authored
The RecursionError we keep hitting is happening in requests+urllib3, and I can't see why quite yet but there are enough changes there to try rolling them back, if the problem goes away then we've found an upstream bug. Signed-off-by:
Corey Shields <cshields@gmail.com>
-
- 30 Dec, 2020 4 commits
-
-
Corey Shields authored
Signed-off-by:
Corey Shields <cshields@gmail.com>
-
Corey Shields authored
Trying the upstream backend against the ssl recursion issue we are seeing in dev. May back out. Signed-off-by:
Corey Shields <cshields@gmail.com>
-
Corey Shields authored
Start using JWT from auth0, along with updated social-auth-app plugin and newer jose. Tested locally but only with a http redirect, will test ssl in dev Signed-off-by:
Corey Shields <cshields@gmail.com>
-
Corey Shields authored
We seemed to hit a regression in celery with db-dev that should have been fixed in https://github.com/celery/celery/issues/6445 but is causing us issues. Also pulling the social-auth package back with a weird ssl recursion issue. Signed-off-by:
Corey Shields <cshields@gmail.com>
-
- 29 Dec, 2020 9 commits
-
-
Corey Shields authored
Updating pretty much everything but django itself, ahead of a jump to Django 3 real soon. Signed-off-by:
Corey Shields <cshields@gmail.com>
-
Corey Shields authored
adds the /api-schema URL which will provide the current API schema in OpenAPI format, both in rendered and downloadable formats. Signed-off-by:
Corey Shields <cshields@gmail.com>
-
Corey Shields authored
Removed most of the bare Exception catches and put proper errors to catch in their place. Reworked a bit of the gridsquare calculation, any exceptions raised should now be handled within the function. I am purposefully leaving the 2 W0703's we have for data demodulation alone for now, as that will be quite a rabbit hole. Otherwise, fixes #316Signed-off-by:
Corey Shields <cshields@gmail.com>
-
Corey Shields authored
Signed-off-by:
Corey Shields <cshields@gmail.com>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Corey Shields authored
Update to Django Rest Framework 3.12.2 with improved schema generation. However, it is still not quite complete for what we need (and what we currently postprocess for). Instead of postprocessing, this commit introduces our own extended generator to add the missing fields. Once this is vetted good, we can remove contrib/postprocess-openapi-schema.py Also added better comments to api/views.py which will end up in schema docs Signed-off-by:
Corey Shields <cshields@gmail.com>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr>
-