-
Notifications
You must be signed in to change notification settings - Fork 30
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
Correctif pour étiquette "Non disponible" incorrecte sur le flux SIRI de Boulogne #4284
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Peux-tu mettre à jour la traduction expliquant le fonctionnement de ce mécanisme sur la page resource#details ? On distingue le cas classique SIRI
@@ -56,6 +56,15 @@ defmodule Transport.AvailabilityCheckerTest do | |||
|
|||
assert AvailabilityChecker.available?("SIRI", "url303") | |||
end | |||
|
|||
test "500 response (but with SOAP body)" do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Peux-tu ajouter un test sans du SOAP en réponse ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, j'ai fait ça dans eb3b5c3
Merci pour le fix 🙏 Tu confirmes que tu vas laisser ainsi les données historiques d'indisponibilité et les scores ? Ça peut être compliqué/long à nettoyer. |
@AntoineAugusti oui tout à fait, je ne vais pas chercher à corriger ça. Merci pour le reste ! |
La traduction est là transport-site/apps/transport/priv/gettext/fr/LC_MESSAGES/page-dataset-details.po Line 343 in 8b4f026
J'étais sur mobile avant, désolé de pas avoir partagé ce lien. |
J'ai fait ça dans ff302fc (merci pour le lien PO). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfecto bueno
Voir:
Le serveur SIRI est techniquement bien joignable (si on met de côté, comme beaucoup d'autres flux, l'absence de
requestor_ref
#4254), cette PR modifie l'availability check pour qu'il indique aux utilisateurs que c'est bien le cas (malgré le code 500 pas très pratique).Test rapide sous iex
(contre
false
avant la PR)./cc @Brewennn pour information
Écran "avant"