oncall-engine/engine/apps/mobile_app
Innokentii Konstantinov 7bad073626
Remove OSS_INSTALATION env var (#881)
It's a duplicate of LICENSE env var

**What this PR does**:
Remove OSS_INSTALLATION env var in favour of LICENSE env var. Also, I
refactored features tests a little. From my point of view it makes
little sense to test if all features are disabled or enabled. Better to
test specific use-case (e.g. oss installation).
Also to test that all features are disabled it is needed to set LICENSE
equals cloud license, which makes test confusing.

**Checklist**
- [x] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
2023-03-07 11:07:42 +00:00
..
migrations Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
tests Remove OSS_INSTALATION env var (#881) 2023-03-07 11:07:42 +00:00
__init__.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00
alert_rendering.py update mobile app push notification text + make telegram alert verbage consistent ("Firing" instead of "Alerting") (#1089) 2023-01-05 16:16:43 +01:00
auth.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00
backend.py Fix of templates api behaviour for public and private api (#1408) 2023-03-01 16:32:15 +08:00
fcm_relay.py Better FCM error handling / retries (#1267) 2023-02-01 14:45:32 +00:00
models.py modify push notification settings + use fcm-django library (#998) 2022-12-20 12:41:34 +01:00
tasks.py Remove OSS_INSTALATION env var (#881) 2023-03-07 11:07:42 +00:00
urls.py Enforce cloud connection to send push notifications on OSS (#1132) 2023-01-19 11:15:56 +00:00
views.py modify push notification settings + use fcm-django library (#998) 2022-12-20 12:41:34 +01:00