sensors.AFRICA-api icon indicating copy to clipboard operation
sensors.AFRICA-api copied to clipboard

The sensors.AFRICA API receiving, storing, and processing data received from sensors across the continentent. Accessible at https://api.sensors.africa/

Results 9 sensors.AFRICA-api issues
Sort by recently updated
recently updated
newest added

A list of [CSRF_TRUSTED_ORIGINS](https://docs.djangoproject.com/en/4.2/ref/settings/#csrf-trusted-origins) is required for unsafe requests. Raised error: `Origin checking failed - does not match any trusted origins` A wildcard to support all subdomains would be suitable....

enhancement

## Description This PR fixes the issues involved with setting up a local development environment with or w/o Docker. Major fixes include: 1. Manually include of [feinstaub sensor app](https://github.com/opendata-stuttgart/feinstaub-api/tree/master/feinstaub/sensors) project...

bug
enhancement

Accessing views throws "object not callable" error on Django v4 upgrade from v1. E.g. accessing this v1/data endpoint on a development instance will through this error; raised when calling a...

Operation on DB models are prevented due to DB relation issues; possibly due to an additional read replica instance. Issue on bug_fix/module_dependencies and sensorsafrica-staging branches used for development. ![Screenshot 2023-06-12...

bug

Bumps [flower](https://github.com/mher/flower) from 0.9.5 to 1.2.0. Commits f39aa86 Set release version 0e86830 Merge branch 'master' into 1.0 30b5a97 Remove use of mock (#1228) cd6a3c9 Security improvements (#1227) d91fbbf use GitHub...

dependencies

Bumps [celery](https://github.com/celery/celery) from 4.2.1 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...

dependencies

Bumps [django](https://github.com/django/django) from 1.11.29 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

Sentry Issue: [SENSORSAFRICA-API-JS](https://sentry.io/organizations/code-for-africa/issues/3760308523/?referrer=github_integration) ``` ValueError: Cannot assign "": the current database router prevents this relation. (14 additional frame(s) were not displayed) ... File "rest_framework/serializers.py", line 686, in to_representation self.child.to_representation(item) for...

## Description Use raw query to fetch data. Seems the db is faster and using queries is working well. Ability to get data statistics minutes, hourly, daily, monthly etc... ##...

bug
enhancement