- Apr 19, 2023
-
-
Ernesto Rico Schmidt authored
1. remove the fields 2. re-add the fields as not-nullable.
-
Ernesto Rico Schmidt authored
1. remove the fields 2. re-add the fields as not-nullable.
-
Ernesto Rico Schmidt authored
This reverts commit 1546a2c2.
-
Ernesto Rico Schmidt authored
This reverts commit 18dd866f.
-
- Apr 18, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
Make Category.subtitle a CharField
-
- Apr 17, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Apr 13, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
The log level is by default "INFO" and can be set with `STEERING_LOG_LEVEL` Closes aura#143
-
- Apr 12, 2023
-
-
Ernesto Rico Schmidt authored
-
- Apr 11, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
- Added `created_{at,by}` and `updated_{at,by}` to `Host`, `Show`, `Note` and `UserProfile`. - Sorted all the fields alphabetically (still not 100% sure it is more readable)
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
- Replace ImageField with ForeignKey reference to Image - Update `program/show.json` fixture - Update serializer to refer to Image and allow null
-
- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
The serializer would return an invalid format for the image.ppoi field causing errors on save through the API even if the API consumer didn’t modify the ppoi field value. Apart from that the current implementation caused an internal server error instead of rejecting invalid formats on save.
-
Konrad Mohrfeldt authored
Any frontend will need the dimensions of the supplied thumbnails to select the appropriate thumbnail in different rendering contexts. Apart from that the thumbnail name is not that helpful, as we need the full thumbnail URL to be able to display it.
-
- Apr 08, 2023
-
-
Ernesto Rico Schmidt authored
Wrong mix of timezone aware and timezone naive datetime objects Close #116
-
Ernesto Rico Schmidt authored
-
- Apr 07, 2023
-
-
Konrad Mohrfeldt authored
-
Ernesto Rico Schmidt authored
Refactor Note REST API endpoint See merge request !25
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
This is mainly so we can start phasing out nested routes. With nested routes objects were filtered based on route parameters. Therefore we need something similar in the form of query parameters.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Ernesto Rico Schmidt authored
-
- Apr 06, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Apr 05, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
Cleanup getting values from schedule data
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
- Add type annotations, - Cleanup logic, - utils.parse_time now accepts to time format strings.
-