Skip to content
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

Tech: massive gems update, phase 1 #9967

Merged
merged 69 commits into from
Feb 12, 2024

Conversation

colinux
Copy link
Member

@colinux colinux commented Feb 7, 2024

Découpage de #9948 pour livrer en 2 ou 3 temps.

Nouvelles versions majeures (au sens semver) :
(La plupart sont des BC car elles correspondent à des arrêts du support ruby < 3 ou rails < 7)

Autre :

Suite: #9972 (update administrate)

@colinux colinux force-pushed the bundle-update-phase-1 branch from 16f059c to 2fa3510 Compare February 7, 2024 08:45
@colinux colinux mentioned this pull request Feb 7, 2024
7 tasks
@colinux colinux force-pushed the bundle-update-phase-1 branch 2 times, most recently from 176d184 to f7ee964 Compare February 7, 2024 10:31
@@ -58,7 +58,7 @@ def index
@dossiers_traites = current_user.dossiers.state_termine.merge(@dossiers_visibles)
@dossiers_invites = current_user.dossiers_invites.merge(@dossiers_visibles)
@dossiers_supprimes_recemment = current_user.dossiers.hidden_by_user.merge(ordered_dossiers)
@dossier_transferes = @dossiers_visibles.where(dossier_transfer_id: DossierTransfer.for_email(current_user.email).ids)
@dossier_transferes = @dossiers_visibles.where(dossier_transfer_id: DossierTransfer.for_email(current_user.email))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rubocop: permet de faire un subselect plutôt que 2 requêtes

@@ -1436,7 +1438,6 @@ Style/SymbolLiteral:

Style/SymbolProc:
Enabled: true
IgnoredMethods: [after]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

l'option n'est plus supportée depuis un moment, et on n'est plus concerné de toute façon

@colinux colinux force-pushed the bundle-update-phase-1 branch from 7a6fa76 to c4110c3 Compare February 12, 2024 09:03
@colinux colinux added this pull request to the merge queue Feb 12, 2024
Merged via the queue into demarches-simplifiees:main with commit 2875991 Feb 12, 2024
16 checks passed
@colinux colinux deleted the bundle-update-phase-1 branch February 12, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants