-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(dashboard): nouveau bouton pour vérifier la cohérence des données et retélécharger si besoin #1681
Conversation
c237238
to
1579f14
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
… et retélécharger si besoin
1579f14
to
798c150
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
🎉 Deployment for commit 54cb65c : IngressesDocker images
|
l'idée c'est de tester ce bouton critique en conditions réelles avec des gens de confiance avant de mettre en production pour tout le monde
Dans cette PR:
Quand on clique sur Option/Alt, le bouton "Rafraichir" devient "NOUVEAU RAFRAICHIR" qui consiste en
À l'avenir, si ce bouton fonctionne bien (à tester avec quelques organisations), on peut utiliser le comportement du bouton "NOUVEAU RAFRAICHIR" pour le bouton "Rafraichir"
NOTE 1: j'ai volontairement laissé les logs pour pouvoir tester, on peut les dégager avant de merger, ou après, c'est selon 😁
NOTE 2: ce commit 798c150 est intéressant peut-être: si on inverse l'ordre de
clearCache
etsetLastLoad(0)
alors j'arrive à reproduire les "pertes de file active" et autres problèmes de cache corrompu. SInon, honnêtement, je n'ai jamais réussi a reproduire en local, et j'utilise trop peu en prod je pense...NOTE 3: je trouve que le
DataLoader
est difficile à appréhender, après quelques mois sans y toucher. À discuter peut-être