Conversation
Collaborator
Author
|
Needs URN for challengehub |
696f476 to
01f611e
Compare
Début de changement pour phase out les "Challenge" pour aller vers les "event" et fitter avec le type d'abonnement (flex d vs tarif d).
Having it at 0 in const.py makes it so that the default tarif list contains 0. This fails validation in init.py and errors out when the tarif is high (event)
More splitting for consumption updates
Simplification
Ajout de messages de manière plus intelligente
More messages
Rename to event
Some comments
Add some fallbacks since the split isn't complete yet.
More fallback and baseline wh
Bump up version
Add urn
Need to bump pyhilo to use URN
Add push on poll in recovery
This reverts commit c1716d6.
848fb10 to
1daa619
Compare
Ajout de messages de manière plus intelligente
More messages
Rename to event
Some comments
Add some fallbacks since the split isn't complete yet.
More fallback and baseline wh
Bump up version
Add urn
Need to bump pyhilo to use URN
Add push on poll in recovery
This reverts commit c1716d6.
1daa619 to
c0852ee
Compare
Conditionnel log_traces pour pas avoir un listener inutile.
This lets us pass json directly in the event.
Remove unused import
Bump pyhilo
fersingb
approved these changes
Dec 19, 2025
Collaborator
fersingb
left a comment
There was a problem hiding this comment.
Pour l'instant on ne désincrit pas le listener de debug lors d'un reload après avoir mis le flag de debug a false. Il faudra fixer ça quand on pourra, mais ça semble bon pour l'instant sinon.
Dernier petit push pour enlever les événements pré-saison du total.
Collaborator
Author
|
Fixes #827 |
Black lint
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.
Premier pas vers le split des messages websocket entre CH et Flex D. Pas parfait mais mieux que rien.