-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: DiamondLightSource/blueapi
base: 1.12.1
head repository: DiamondLightSource/blueapi
compare: 1.12.2
- 13 commits
- 15 files changed
- 6 contributors
Commits on Feb 26, 2026
-
chore: Move cli tests into correct directory (#1406)
The cli tests were in the root unit test dir, when the cli now has its own module. This makes it match the src layout. The `reload_opentelemetry_trace_after_tests` fixture has been removed as it wasn't working as intended and didn't appear to be needed anymore. If there are issues in the future we will re-address. --------- Co-authored-by: Peter Holloway <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb0258b - Browse repository at this point
Copy the full SHA fb0258bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 860d4e8 - Browse repository at this point
Copy the full SHA 860d4e8View commit details
Commits on Mar 2, 2026
-
chore(deps): lock file maintenance (#1424)
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DiamondLightSource/blueapi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 90e5546 - Browse repository at this point
Copy the full SHA 90e5546View commit details
Commits on Mar 4, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 082761e - Browse repository at this point
Copy the full SHA 082761eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b679a - Browse repository at this point
Copy the full SHA a3b679aView commit details -
fix: Handle errors from event stream callbacks (#1302)
If a callback raises an exception, it shouldn't prevent other callbacks receiving the same event. Instead, catch any exceptions and re-raise them after all callbacks have been called as a single ExceptionGroup. This allows the task to be aborted if any of the callbacks fail but still allows callbacks that require the "plan failed" events to run.
Configuration menu - View commit details
-
Copy full SHA for 06bee20 - Browse repository at this point
Copy the full SHA 06bee20View commit details
Commits on Mar 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2e8842f - Browse repository at this point
Copy the full SHA 2e8842fView commit details
Commits on Mar 9, 2026
-
chore(deps): lock file maintenance (#1436)
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DiamondLightSource/blueapi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 485e0f8 - Browse repository at this point
Copy the full SHA 485e0f8View commit details
Commits on Mar 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8e9ce20 - Browse repository at this point
Copy the full SHA 8e9ce20View commit details
Commits on Mar 16, 2026
-
chore(deps): lock file maintenance (#1441)
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DiamondLightSource/blueapi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e7eae6c - Browse repository at this point
Copy the full SHA e7eae6cView commit details
Commits on Mar 18, 2026
-
fix: Change StatusView precision type to int | None (#1438)
Fixes #124 Changed 3 to None
Configuration menu - View commit details
-
Copy full SHA for bacea37 - Browse repository at this point
Copy the full SHA bacea37View commit details
Commits on Mar 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bdbc285 - Browse repository at this point
Copy the full SHA bdbc285View commit details
Commits on Mar 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7fcd2a6 - Browse repository at this point
Copy the full SHA 7fcd2a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.12.1...1.12.2