Kevin Meinhardt
Kevin Meinhardt
Fixes: https://github.com/mozilla/addons/issues/14789 ### Description This PR updates our docs site by replacing the already outdated before this PR installation docs with a new set of docs that aims to describe...
Test Fork: https://github.com/mozilla/addons-server/pull/22487
Fixes: mozilla/addons#ISSUENUM Follow up to https://github.com/mozilla/addons-server/pull/22332 ### Description ### Context ### Testing ### Checklist - [ ] Add `#ISSUENUM` at the top of your PR to an existing open issue...
Relates to: mozilla/addons#15019 ### Description Replace `drf_yasg` with `drf_spectacular` as the more maintained and v3 supporting library. The new lib has better control over documenting serializers and supports the openapi...
- more up to date - supports openapi spec v3 - supports doc string parsing and more explicit customizations Fixes: mozilla/addons#ISSUENUM ### Description ### Context ### Testing ### Checklist -...
Fixes: mozilla/addons#15020 ### Description Integrate data initialization to make up by integrating the 3 types of data initiailization commands to management commands, making them idempotent, and hooking them into make...
Relates to: mozilla/addons#15020 Unblocks: https://github.com/mozilla/addons-server/pull/22663 ### Description - migrate data backup management to use django manmagement commands and [db-backup](https://github.com/jazzband/django-dbbackup/tree/d8f09bda6a4d72eb94d3a5352c8d4d59f36f1f8a) under the hood - add test coverage for the behaviour -...
Fixes: mozilla/addons#ISSUENUM ### Description ### Context ### Testing ### Checklist - [ ] Add `#ISSUENUM` at the top of your PR to an existing open issue in the mozilla/addons repository....
Test Fork: https://github.com/mozilla/addons-frontend/pull/12800