Raid v2#1008
Open
maximeroucher wants to merge 26 commits into
Open
Conversation
warix8
reviewed
May 30, 2026
|
The CI checks are currently failing: Could you please check the linting and formatting issues please ? |
Member
Author
|
Everything fixed, comment taken into accounts, if you want to check the changes. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1008 +/- ##
==========================================
- Coverage 84.61% 83.80% -0.82%
==========================================
Files 214 217 +3
Lines 15523 16012 +489
==========================================
+ Hits 13135 13419 +284
- Misses 2388 2593 +205 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…hine Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…machine Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…olunteers Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…teers Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…lunteer lookup Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… completeness Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…dition scoping Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…d volunteer flow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…er flow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ther track Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ion deletion Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds GET /raid/participants (manage_raid-gated), mirroring GET /raid/volunteers, built on the existing get_all_participants CRUD with an optional status filter. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Documenso PR #1023 landed on main with 60-documents.py (parent 7dbe3290e145), colliding with our raid_editions_and_state which targeted the same parent. Re-parent raid_editions_and_state onto 84ee3296cc58 so alembic sees a single head again. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The 8 xdist workers each drop and re-create ~126 tables plus indexes and FKs in a single transaction, which brushes past the default max_locks_per_transaction=64 * max_connections=100 lock-table size and sporadically fails with "out of shared memory / You might need to increase max_locks_per_transaction". Append the tuned values to postgresql.conf, restart the service container, and wait for readiness before running tests. GHA services can't set command args directly, so we name the container and docker exec into it after startup.
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
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.
Description
Summary
Restructuring some of raid registering to match challenger idea :
Classification
Type of Change
Impact & Scope
Testing
Documentation
"Docstrings#Inline comments