Christina Lin
Christina Lin
### Description Currently unable to change the date of a pending rejection. If the date needs to be changed, the pending rejection must be deleted and a new pending rejection...
### Description When the DSA abuse report queues are re-enabled, there will be a high number of new reports in the AMO review queues. Want to address those at a...
### What happened? In a local environment, uploading any file >5mb will cause a nginx 502 and only fixed with a make down/up. This doesn’t happen on dev — add-ons...
### Description Follow up from #14835 -- >Use some JS to trigger size detection when the file input is changed. In that, call [setCustomValidity()](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setCustomValidity) with a custom message if the...
Fixes: mozilla/addons#15022 ### Description Moved all formatting to its own function (convert_to_hex) that either returns a valid 6-character hex string or raises a ValueError. ### Context ### Testing ### Checklist...
Fixes: mozilla/addons#15039 ### Description 1. Modifies FileFields to use setCustomValidity to check the max file size.  2. Use `MAX_UPLOAD_SIZE` in place of hard-coded constant in version upload. ### Checklist...
Fixes: mozilla/addons#14835 ### Description Mentions the max allowable filesize (200mb) on DevHub when uploading versions/sources.   ### Checklist - [x] Add `#ISSUENUM` at the top of your PR to...
### What happened? With #15350, promoted group information is being read from new database models while writes are synced from the `promoted/signals.py` file (introduced with #15335). We should transition to...
Fixes: mozilla/addons#15476 ### Description Changes promoted group information to be written directly to the new models rather than synced from `PromotedAddon` and `PromotedApproval`. This mainly includes: 1. Changing `PrimaryHero`'s `promoted_addon`...