Rossi
Rossi
### Source L Ran the command for source L (lawbox) and got an error due to a bug in the merging code when trying to migrate related objects from one...
Not sure why these have not been deleted yet ```sql select court_id, download_url, count, nsha1 from ( select download_url, max(cluster_id) as cluster_id,count(*) as count, count(distinct(sha1)) as nsha1 from search_opinion where...
Ran `./manage.py delete_duplicates same_hash --verbosity 3` after implementing this [improvement](https://github.com/freelawproject/courtlistener/issues/6398). After this run, we are left with ``` {'not comparable docket': 8403, 'same docket': 1254, 'deleted opinion': 2598, 'deleted cluster':...
Can you edit the title so it is descriptive of what's going on Also, add a bit more description in the issue - court its affecting - date it started...
if this is only happening for `michctapp` and not for `mich`; it is most likely the new endpoint we are using when we fail to get the case name. So...
I thought it was enabled for all authenticated users; just bumped into this bug when writing tests for the search query storing
Great news! After the merge the admin page loads, and very fast too
Sure, I think we can improve it by: - excluding updates that only update the "citation_count" field (are there any other fields that make non interesting diffs?) - ordering by...
Is this ready for another review? @Luis-manzur
The Site also needs to be properly refactored into OpinionSiteLinear; WIP is [here](https://github.com/freelawproject/juriscraper/commit/09dd48be8c8c950c0bb53e72d170d6cfebe3341f)