Statut d'un schedule en cours sans transfert actif#5
Merged
Conversation
La progression ne s'affichait que pendant qu'un cycle de scan telechargeait reellement des fichiers ; entre deux scans, le panneau d'un schedule "Running" restait vide, donnant l'impression qu'il ne se passait rien. Le panneau affiche desormais une ligne de statut (date du dernier scan et intervalle de re-scan) quand aucun transfert n'est actif. La table de progression reste affichee pendant un telechargement en cours. Passe la version a 2.4.1 et met a jour le changelog.
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.
Contexte
Sur la liste des schedules, un schedule Running affichait un panneau vide tant qu'aucun fichier n'etait en cours de telechargement. La barre de progression n'apparait en effet que pendant qu'un cycle de scan telecharge reellement des fichiers : le schedule scanne immediatement au demarrage puis toutes les
intervalminutes, et entre deux scans (ou si un scan ne trouve rien de neuf) il n'y a rien a afficher. D'ou l'impression qu'il ne se passe rien.Changement
Quand un schedule est en cours mais sans transfert actif, le panneau affiche maintenant une courte ligne de statut :
La table de progression continue de s'afficher normalement pendant un telechargement reel. Changement cote templates uniquement (
fragments/transfers.htmlet le rendu initial dev2/schedules.html).Version passee a
2.4.1.