-
Notifications
You must be signed in to change notification settings - Fork 3
Feature/bump 2025 02 21 03 #192
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
Conversation
perf(combobox): display only first 200 elements
…iees/add-duration-to-extend-expiration-button-for-user-ldu ETQ usager - j'aimerais avoir plus d'infos sur la durée de l'extension de la conservation de mon dossier
…-sentry-errors fix(sentry): catch some js network errors
|
Code Review - PR #192: Upstream Integration Summary: This PR integrates 6 upstream releases (2025-02-20-01 through 2025-02-21-03). Overall quality is good with important refactoring of the dossier editing workflow. STRENGTHS:
IMPORTANT CONCERNS:
Verify:
SECURITY & PERFORMANCE: Security: Access control patterns preserved correctly, no obvious bypass risks PRE-MERGE CHECKLIST: Critical:
Important:
Documentation:
RECOMMENDATION: APPROVE WITH CONDITIONS Well-executed upstream integration. Code quality is good, PF concerns properly addressed. Before merge: Ensure base PR #191 merged, tests pass with Ruby 3.4.2, manual workflow testing complete. After merge: Monitor production, plan fork deprecation, update team docs on streams. Review conducted per CLAUDE.md guidelines for upstream integration. |
Restaure le comportement de devpf pour les notifications différées : - Notifications différées systématiques (sans feature flag) - Check étendu avec hidden_by_user_at dans DraftNotificationJob La PR upstream avait réintroduit un ancien code PF avec feature flag, ce commit aligne sur le comportement actuel de devpf. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
🔍 Revue du code - PR #192Intégration des releases upstream 2025-02-20-01 à 2025-02-21-03 ✅ Points positifs1. Mise à niveau Ruby 3.4.2
2. Sécurité
3. Améliorations fonctionnelles
|
| Catégorie | Statut |
|---|---|
| Code Quality | ✅ Bon |
| Performance | ✅ Amélioré |
| Sécurité | ✅ Bon |
| Compatibilité PF |
Recommandation : ✅ APPROUVER après validation tests PF
Revue générée par Claude Code
Aligne le Dockerfile avec .ruby-version qui utilise Ruby 3.4.2. Le Dockerfile avait incorrectement régressé à 3.3.2 au lieu de 3.4.2. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
🔍 Code Review - PR #192: Intégration releases upstream 2025-02-20 à 2025-02-21✅ Vue d'ensembleCette PR intègre 6 releases upstream consécutives (2025-02-20-01 à 2025-02-21-03). L'intégration semble globalement bien réalisée avec une attention particulière portée à la préservation des spécificités PF. 🎯 Points positifs1. Upgrades de dépendances
2. Refactoring architectural :
|
The path column is now ignored via ignored_columns, so writing to it causes 'can't write unknown attribute' errors. This line was temporary and is no longer needed after upstream procedure_path refactoring.
aa979cb to
859a747
Compare
build(:procedure) does not trigger after(:create) callbacks, so procedure_paths is not created and path returns nil. This causes route generation errors when trying to access procedure.path. Upstream fixed this by using create(:procedure) instead.
…vec Ruby 3.4.2 charlock_holmes nécessite les headers de développement de zlib pour compiler son extension native. Cette dépendance devient critique avec Ruby 3.4.2. Résout l'erreur de build Docker : checking for -lz... no libz missing
Uh oh!
There was an error while loading. Please reload this page.