Bastien Abadie
Bastien Abadie
Service desk pointed me towards the heroku-members admins so I can gain access to the code-review apps running there. Then it's just a matter of running a query on the...
I got access to the heroku console, and ran a few queries on production ``` >>> Issue.objects.all().aggregate(min=Min('created')) {'min': datetime.datetime(2021, 9, 19, 10, 30, 17, 550164, tzinfo=datetime.timezone.utc)} >>> Issue.objects.count() 75644841 ```...
Probably a bug in the cleanup code: when running the command from the scheduler, I get the following ``` Didn't find any old revision to delete. INFO:code_review_backend.issues.management.commands.cleanup_issues:Didn't find any old...
The [cleanup code only works on revision based and headed on autoland & mozilla-central](https://github.com/mozilla/code-review/blob/master/backend/code_review_backend/issues/management/commands/cleanup_issues.py#L36-L40). I think this filter is irrevelant now, we can simply remove it and run the cleanup...
I made the quick patch to remove the filters #2290 I'm also making a postgres backup using heroku tool (last one was 10 months old). That way i'll be able...
We investigated this issue with @EvaBardou and found the following info: - on this diff (617541), the [Condui API](https://phabricator.services.mozilla.com/api/differential.diff.search) provides : - base identifier `e47be55cd097f20227bd15c06395978c11132ae4` - repo PHID `PHID-REPO-saax4qdxlbbhahhp2kg5` -...
Code review bot in production is now using `mozilla-unfiied` as rebase source for all patches. This brings all the autoland base revisions. We can now see autoland patches being correctly...
It should also support a `display_name` extra variable. Both would be used as a primary source for the AnalysisTasks.
In the case of a minified file, the issues themselves do not really help as they make bascically no sense. i think reporting a single comment on the first line...
Right, we could also suggest a few options to solve the issue * is this a minified file ? * is this a third party file ? * ...?