forked from freelawproject/courtlistener
-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate to async juriscraper #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ttys0dev
wants to merge
262
commits into
main
Choose a base branch
from
async
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23b3414 to
ddacc64
Compare
…218' into 6675-remove-react-from-fds-20251218
…dead-advanced-fd-url-20260206 refactor(search): remove dead 'advanced_fd' route from URLConf
…ion-lookup-api-help feat(citation lookup API help): Add new style page
Replace request.path/reverse() comparisons with search_type parameter passed via URLConf kwargs using SEARCH_TYPES constants. Additionally simplified the control flow and deduplicated some logic.
…r-advanced-seach-view-urls-20260207 refactor(search): simplify advanced search view logic
Fixes COURTLISTENER-C4T Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…gleTest The test_old_docket_alert_report_timeline test computed day offsets using multiple now() calls, which could yield different local dates when DST transitions shifted UTC times across day boundaries in the America/Los_Angeles timezone. Pin the test to a fixed base time at noon UTC to make day arithmetic deterministic. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When visiting /admin/auth/user/add/, obj.id is None, causing a DataError when passed to r.zscore(). Return 0 early for unsaved users. Fixes COURTLISTENER-C5S Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
for more information, see https://pre-commit.ci
Add intermediate stat check after the RT command in test_group_alerts_and_hits to isolate which command fails to increment the stat. This test fails intermittently on CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…kup-anonymous-user Fix small bugs and flaky tests
add search_originatingcourtinformation docket_number_raw field
0808e7a to
45a9cfb
Compare
…e-react-from-fds-20251218 refactor(disclosures): Replace React with static Django templates and HTMX
…use-genericcount-in-docket-sitemap feat(sitemap): Replaces `Docket.view_count` with GenericCount subquery
…ject#6631) * fix(scrapers): Add special case for NY opinion versioning Add additional check to NY special case to only skip docket number comparison when at least one docket number is empty. This prevents potential issues when versioning opinions with different URLs that both have populated docket numbers. --------- Co-authored-by: Rossi <gianfranco.rossi.r@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes
This fixes...
Summary
This PR...
Deployment
This PR should:
skip-deploy(skips everything below)skip-web-deployskip-celery-deployskip-cronjob-deployskip-daemon-deployScreenshots
Desktop
Mobile