- Nov 22, 2024
-
-
Konrad Mohrfeldt authored
The update of the created_by and updated_by model fields in many serializers can be simplified by extracting the logic into a mixin.
-
- Nov 21, 2024
-
-
Konrad Mohrfeldt authored
We have introduced a system for custom field write permissions that allows administrators to control which users can write specific fields in steering. This system is based on specific model permissions in the form of: {app_label}.edit__{model_name}__{field_name} This mixin makes it easy to check said permissions simply by including it as part of the serializer.
-
- Nov 20, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Nov 15, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Nov 13, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Nov 12, 2024
-
-
Ernesto Rico Schmidt authored
-
- Nov 04, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Nov 01, 2024
-
-
Ernesto Rico Schmidt authored
-
- Oct 30, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Oct 28, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Oct 08, 2024
-
-
Ernesto Rico Schmidt authored
-
- Sep 18, 2024
-
-
Ernesto Rico Schmidt authored
-
- Aug 01, 2024
-
-
Ernesto Rico Schmidt authored
-
- Jul 31, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Konrad Mohrfeldt authored
API consumers must not be tempted to parse ids, so we encode them as UUIDs to prevent that.
-
- Jul 27, 2024
-
-
Konrad Mohrfeldt authored
This new endpoint allows clients to easily purge steering’s application state. It is primarily designed for use in integration tests as outlined in aura#387. The endpoint is available in debug mode so that developers can inspect the schema. However, any request to it is denied unless the OPERATING_MODE environment variable is set to "tests". This is a precaution for administrators that use the debug mode to analyze application issues in production.
-
- Jul 24, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Jul 18, 2024
-
-
Ernesto Rico Schmidt authored
feat: exclude internal_not, owner_ids and created & updated fields from show serializer for calendar
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
This reverts commit 072a351f.
-
Ernesto Rico Schmidt authored
This reverts commit d1681848.
-
Ernesto Rico Schmidt authored
This reverts commit 8d32fab1.
-
Ernesto Rico Schmidt authored
This reverts commit 906b8420.
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Jul 17, 2024
-
-
Ernesto Rico Schmidt authored
-