-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: PlotJuggler/plotjuggler_bridge
base: 0.4.3
head repository: PlotJuggler/plotjuggler_bridge
compare: 0.5.0
- 11 commits
- 9 files changed
- 2 contributors
Commits on Mar 10, 2026
-
Fix AppImage release race: use softprops/action-gh-release
Both appimage and release-debs workflows upload to the same GitHub Release on tag push. The raw `gh release upload` fails if the release doesn't exist yet. Replace with softprops/action-gh-release which is idempotent — creates if missing, appends if existing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 1ec2d6f4c253
Configuration menu - View commit details
-
Copy full SHA for ffde517 - Browse repository at this point
Copy the full SHA ffde517View commit details -
Fix README and CLAUDE.md: correct channel name and dependency info
- README: robostack-staging → robostack-humble in pixi install command - README/CLAUDE.md: IXWebSocket is find_package + FetchContent fallback, not vendored in 3rdparty/. nlohmann_json is find_package(REQUIRED), not in 3rdparty/. Only tl::expected is vendored. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 7b73676d3b12
Configuration menu - View commit details
-
Copy full SHA for f4ef72c - Browse repository at this point
Copy the full SHA f4ef72cView commit details -
Fix AppImage schema discovery: correct msg path and preserve host ament
1. Fix cp --parents bug that nested .msg files under absolute conda path instead of relative AppDir/usr/share/<pkg>/msg/ 2. Prepend bundled prefix to AMENT_PREFIX_PATH instead of overwriting, so user-sourced workspaces with custom msgs remain visible Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: a3cc2f1180a0
Configuration menu - View commit details
-
Copy full SHA for d0db338 - Browse repository at this point
Copy the full SHA d0db338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5b166 - Browse repository at this point
Copy the full SHA 8d5b166View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3001c8 - Browse repository at this point
Copy the full SHA c3001c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51ffd88 - Browse repository at this point
Copy the full SHA 51ffd88View commit details -
Bump conda recipe to 0.5.0 to match package.xml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 46eaa8a83176
Configuration menu - View commit details
-
Copy full SHA for 191680d - Browse repository at this point
Copy the full SHA 191680dView commit details -
Add create_release.py and force conda upload on conflict
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: af8736e141d0
Configuration menu - View commit details
-
Copy full SHA for 6672f73 - Browse repository at this point
Copy the full SHA 6672f73View commit details -
Fix CI release race: use gh CLI + || true for idempotent creates
- appimage.yaml: replace per-job softprops/action-gh-release with single release job using gh CLI (eliminates intra-workflow race) - release-debs.yaml: replace softprops/action-gh-release with gh CLI, remove dead "Determine release tag" step and debugging noise - Both workflows: add || true after gh release create to handle cross-workflow race (two workflows creating the same release) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: ae53f25e11a4
Configuration menu - View commit details
-
Copy full SHA for 63cdb93 - Browse repository at this point
Copy the full SHA 63cdb93View commit details -
Make conda upload tolerant of prefix.dev 500 errors
When re-uploading the same version (e.g. after a tag recreation), prefix.dev returns 500 "Package version does not exist" even with --force. Since the packages already exist from the prior upload, warn instead of failing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 3e6d72ed52a8
Configuration menu - View commit details
-
Copy full SHA for fc20aa1 - Browse repository at this point
Copy the full SHA fc20aa1View commit details -
Fix conda upload: try without --force first, fallback to --force
The --force flag causes prefix.dev to return 500 "Package version does not exist" on first upload of a new version. Upload without --force first (works for new versions), then retry with --force (works for re-uploads of existing versions). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: e95a79181772
Configuration menu - View commit details
-
Copy full SHA for 1175d57 - Browse repository at this point
Copy the full SHA 1175d57View 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 0.4.3...0.5.0