Skip to content

build(deps): bump aw-server-rust from 8e369e7 to 9a8802a#1223

Merged
ErikBjare merged 1 commit intomasterfrom
dependabot/submodules/aw-server-rust-9a8802a
Mar 21, 2026
Merged

build(deps): bump aw-server-rust from 8e369e7 to 9a8802a#1223
ErikBjare merged 1 commit intomasterfrom
dependabot/submodules/aw-server-rust-9a8802a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps aw-server-rust from 8e369e7 to 9a8802a.

Commits
  • 9a8802a fix(datastore): handle commit failures gracefully instead of panicking (#572)
  • 5747056 build(deps): bump actions/upload-artifact from 4 to 7 (#574)
  • f9faa5e fix(transform): use scheme as domain for file:// URLs (#570)
  • 5eaccac ci: add pre-commit config for local linting (#571)
  • 0b46e59 feat(cors): add cors_regex config for custom regex-based CORS origins (#569)
  • 0d4c285 feat: fetch server side categories for querying (#568)
  • b6013e4 ci(lint): switch clippy from nightly to stable toolchain (#566)
  • 66e2e97 fix(dirs): restore /log subdirectory in log path after appdirs migration (#565)
  • c455da9 build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (#564)
  • 6d3a10a build(deps): bump slab from 0.4.10 to 0.4.12 (#563)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aw-server-rust](https://github.com/ActivityWatch/aw-server-rust) from `8e369e7` to `9a8802a`.
- [Commits](ActivityWatch/aw-server-rust@8e369e7...9a8802a)

---
updated-dependencies:
- dependency-name: aw-server-rust
  dependency-version: 9a8802a374d8e9f587b343dfedf3859ec1a9bba2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Mar 21, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 21, 2026

Greptile Summary

This PR is a Dependabot-generated submodule bump of aw-server-rust from 8e369e7 to 9a8802a, pulling in roughly 10+ upstream commits. It fits cleanly into the repository's submodule-based dependency management for the Rust server component.

Key changes included in the bump:

  • Bug fix: Datastore commit failures are now handled gracefully instead of causing a panic (#572) — improves server reliability
  • Bug fix: file:// URLs now use the scheme as the domain in the transform layer (#570) — fixes a correctness issue in URL categorization
  • Bug fix: /log subdirectory is restored in the log path after a previous appdirs migration (#565) — restores expected log file location
  • New feature: cors_regex configuration option for custom regex-based CORS origins (#569) — extends CORS configurability
  • New feature: Server-side categories can now be fetched for querying (#568) — extends query capabilities
  • Dependency updates: tracing-subscriber 0.3.19 → 0.3.20, slab 0.4.10 → 0.4.12, actions/upload-artifact 4 → 7
  • CI: Switched clippy from nightly to stable toolchain; added pre-commit config

Confidence Score: 5/5

  • This PR is safe to merge — it is a straightforward Dependabot submodule bump with only bug fixes, minor features, and dependency updates in the upstream Rust server.
  • The change is a single submodule pointer update generated by Dependabot. The upstream commits are well-scoped bug fixes (panic avoidance, URL transform correctness, log path restoration), quality-of-life features (cors_regex, server-side categories), and routine dependency bumps. No breaking changes are indicated, and the fixes improve stability and correctness.
  • No files require special attention.

Important Files Changed

Filename Overview
aw-server-rust Submodule pointer bumped from 8e369e7 to 9a8802a, pulling in bug fixes (panic-free datastore commit failures, file:// URL transform), new features (cors_regex, server-side categories), log path restoration, and dependency/CI updates.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[activitywatch/activitywatch master] -->|submodule ref| B[aw-server-rust @ 8e369e7\nold]
    A2[PR #1223] -->|bumps submodule ref| C[aw-server-rust @ 9a8802a\nnew]

    C --> D[fix: datastore commit failures\nhandle gracefully, no panic]
    C --> E[fix: file:// URL transform\nuse scheme as domain]
    C --> F[fix: restore /log subdir\nin log path]
    C --> G[feat: cors_regex config\ncustom regex-based CORS origins]
    C --> H[feat: server-side categories\nfor querying]
    C --> I[deps: tracing-subscriber bump\nslab bump\nupload-artifact bump]
    C --> J[ci: pre-commit config\nclipy on stable toolchain]
Loading

Last reviewed commit: "build(deps): bump aw..."

@ErikBjare ErikBjare merged commit 4925144 into master Mar 21, 2026
14 checks passed
@dependabot dependabot bot deleted the dependabot/submodules/aw-server-rust-9a8802a branch March 21, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant