Skip to content

Tags: mozilla-releng/balrog

Tags

production-ui

Toggle production-ui's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Memoize minDateTime in the DateTimePicker (#3596) Something I saw while editing rules, if you are unlucky enough to start editing rules towards the end of a minute (or if you're slow), the scheduled time will fall off and the form will show a very unhelpful "minTime" error on it. That happens because the component gets the min time on every render (so it follows the current time) which is great if we actually cared about not having times in the past. We do in fact not care a single bit. The only reason to have a min time at all is to help prevent egregious mistakes like "oops, wrong day, wanted to +1, ended up -1"... Instead of moving the minTime target, memoize it when the component gets mounted so it stays the same throughout the form lifetime.

Verified

This tag was signed with the committer’s verified signature.
Eijebong Bastien Orivel

v3.97

Toggle v3.97's commit message

Verified

This tag was signed with the committer’s verified signature.
Eijebong Bastien Orivel
3.97 

Verified

This tag was signed with the committer’s verified signature.
Eijebong Bastien Orivel

v3.95

Toggle v3.95's commit message
balrog v3.95 

Verified

This tag was signed with the committer’s verified signature.
Eijebong Bastien Orivel

v3.93

Toggle v3.93's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(backend): update python dependencies (#3566) Updated aiohttp v3.12.15 -> v3.13.0 Added aiohttp-jinja2 v1.6 Updated attrs v25.3.0 -> v25.4.0 Updated cachetools v6.2.0 -> v6.2.1 Updated certifi v2025.8.3 -> v2025.10.5 Updated charset-normalizer v3.4.3 -> v3.4.4 Updated connexion v2.14.2 -> v2.15.1 Updated coverage v7.10.7 -> v7.11.0 Updated cryptography v46.0.2 -> v46.0.3 Updated fakeredis v2.31.3 -> v2.32.0 Updated filelock v3.19.1 -> v3.20.0 Updated flask v2.2.5 -> v2.3.3 Updated frozenlist v1.7.0 -> v1.8.0 Updated google-api-core v2.25.2 -> v2.26.0 Updated google-cloud-storage v3.4.0 -> v3.4.1 Updated hypothesis v6.140.2 -> v6.142.0 Updated idna v3.10 -> v3.11 Updated isort v6.1.0 -> v7.0.0 Updated multidict v6.6.4 -> v6.7.0 Updated platformdirs v4.4.0 -> v4.5.0 Updated propcache v0.3.2 -> v0.4.1 Updated protobuf v6.32.1 -> v6.33.0 Updated pyproject-api v1.9.1 -> v1.10.0 Added python-multipart v0.0.20 Updated pytokens v0.1.10 -> v0.2.0 Updated referencing v0.36.2 -> v0.37.0 Updated sentry-sdk v2.39.0 -> v2.42.0 Updated tox v4.30.3 -> v4.31.0 Updated tox-uv v1.28.0 -> v1.29.0 Updated types-python-dateutil v2.9.0.20250822 -> v2.9.0.20251008 Updated uv v0.8.22 -> v0.9.3 Updated uwsgi v2.0.30 -> v2.0.31 Updated virtualenv v20.34.0 -> v20.35.3 Updated yarl v1.20.1 -> v1.22.0 Major Changes: -isort not longer supports python 3.9 Also limited flask version to be less than v3

v3.92

Toggle v3.92's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(backend): update python dependencies 

v3.91

Toggle v3.91's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(backend): update python dependencies (#3558) 

v3.90

Toggle v3.90's commit message
chore: version bump 3.90