Skip to content

pullrequests Search Results · language:Dune language:Python language:Java language:CSS language:JavaScript language:HTML

Filter by

216M results  (3 s)

216M results

Updated the auditlog-ng client audit log event name handling to derive the event name directly from the protobuf event descriptor. Previously, event names were in the format: sap.als.AuditEvent. EVENT_TYPE ...

Two fixes to the Opportunity Stack s DYOR strength read, both from live feedback on #287. 1. Match the timeframe The DYOR score was read on one fixed TF (the global DYOR_STRENGTH_TF) for every row — ...

Null-guards session reads, gates in-memory ELO to same-league only while ALWAYS persisting the decision (cross-league replays on next session_init), and adds structured logging (traceback + match/league ...

Bumps bootsnap from 1.24.0 to 1.24.6. details summary Release notes /summary p em Sourced from a href= https://github.com/rails/bootsnap/releases bootsnap s releases /a . /em /p blockquote h2 v1.24.4 /h2 ...
dependencies
ruby

Unified replay for AstrBotDevs/AstrBot

Updates the requirements on types-croniter to permit the latest version. details summary Commits /summary ul li See full diff in a href= https://github.com/python/typeshed/commits compare view /a /li /ul ...
breaking
dependencies
python

Bumps the github-actions group with 1 update: codecov/codecov-action. Updates codecov/codecov-action from 6.0.1 to 7.0.0 details summary Release notes /summary p em Sourced from a href= https://github.com/codecov/codecov-action/releases ...
dependencies
github_actions
github-actions

Bumps googleapis/release-please-action from 4 to 5. details summary Release notes /summary p em Sourced from a href= https://github.com/googleapis/release-please-action/releases googleapis/release-please-action ...
⚙️ ci
dependencies
github_actions

Motivation - Allow campaign/source links to open an individual business page with a specific service preselected via a service URL parameter without changing pricing logic, routes, business data, ...
codex

💡 What: Replaced code reading thousands of row objects into memory inside /api/dashboard/stats and the /klawhub status command with aggregated SQL queries using func.count and func.sum(case(...)). 🎯 Why: ...