Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [nuitka](https://github.com/Nuitka/Nuitka) to permit the latest version. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](Nuitka/Nuitka@0.3.11a...4.1.3) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) from 0.45.4 to 0.45.7. - [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases) - [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md) - [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.45.7/packages/bootstrap-vue-next) --- updated-dependencies: - dependency-name: bootstrap-vue-next dependency-version: 0.45.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.0 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.4.0...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vue](https://github.com/vuejs/core) from 3.5.22 to 3.5.39. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.22...v3.5.39) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.39 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [globals](https://github.com/sindresorhus/globals) from 17.6.0 to 17.7.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.6.0...v17.7.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…state POST /modem/send_arq_raw returned 503 Modem Busy on every request: is_modem_busy is a threading.Event and the object is always truthy. Use getARQ() like the beacon, message send and CQ handler do. Note for later readers: is_set() would be inverted, since setARQ(True) clears the event. getARQ() == True means busy.
command_arq_raw.SendARQRawCommand isn't defined anywhere; the class is ARQRawCommand. The always-503 busy bug hid this AttributeError, so the endpoint can never have worked end to end.
The IRS success branch set ENDED and returned without the session-finished event, while abort, failure and the ISS success path all send one. A successful inbound raw transfer was invisible to every websocket/REST consumer, and the received payload was dropped with it (handle_raw returns the data into a call chain that discards it). c2388a6 emitted exactly this event, data= included; it vanished by ef18f4c without that commit's IRS diff touching the lines, so this looks like a merge casualty rather than a decision. Restore the event and add a regression test: one finished event with success=True, payload round-trips through the base64 data field. The original also pushed session statistics gated on enable_stats, but that key is no longer in the config schema (config.py STATION), so the strict lookup raises KeyError; the two existing stats sites in the failure and abort paths have the same latent problem. Restoring just the event here; the stats question is worth its own look. No setARQ(False) here: dispatch() already clears busy on this path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
restore the IRS success event that was lost in an April 2024 merge
fix send_arq_raw: busy check always fired, and the command class didn't exist
…-4.1.3 Update nuitka requirement from <=4.1.2 to <=4.1.3
…gui/develop/bootstrap-vue-next-0.45.7 Bump bootstrap-vue-next from 0.45.4 to 0.45.7 in /freedata_gui
…gui/develop/dompurify-3.4.11 Bump dompurify from 3.4.0 to 3.4.11 in /freedata_gui
…gui/develop/vue-3.5.39 Bump vue from 3.5.22 to 3.5.39 in /freedata_gui
…gui/develop/globals-17.7.0 Bump globals from 17.6.0 to 17.7.0 in /freedata_gui
…/actions/checkout-7 Bump actions/checkout from 6 to 7
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.
No description provided.