-
Notifications
You must be signed in to change notification settings - Fork 3
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: loonghao/webhook_bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: loonghao/webhook_bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 13 files changed
- 2 contributors
Commits on Jun 13, 2025
-
fix: resolve poetry lock and PyPI publish issues
- Update poetry.lock file to match pyproject.toml v3.0.0 - Fix Python publish workflow to use uvx poetry instead of direct poetry - Clean up pyproject.toml to remove duplicate project metadata warnings - Update requirements.txt to match core dependencies in pyproject.toml - Add test script to verify Python package build and installation - Ensure compatibility with uv-managed Python environments Fixes the 'pyproject.toml changed significantly since poetry.lock was last generated' error and improves the PyPI publishing workflow reliability. Signed-off-by: longhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 452da5f - Browse repository at this point
Copy the full SHA 452da5fView commit details -
Remove temporary test_python_build.py file before creating PR. Signed-off-by: longhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e6c624 - Browse repository at this point
Copy the full SHA 0e6c624View commit details -
fix: resolve GoReleaser 404 errors and update dependencies
- Disable homebrew-tap and scoop-bucket repositories that don't exist (fixes 404 errors) - Update Go dependencies: - github.com/mattn/go-sqlite3: v1.14.22 → v1.14.28 - google.golang.org/grpc: v1.72.2 → v1.73.0 - github.com/gin-gonic/gin: updated with latest dependencies - golang.org/x/crypto: v0.36.0 → v0.39.0 - golang.org/x/net: v0.38.0 → v0.41.0 - golang.org/x/text: v0.23.0 → v0.26.0 - github.com/stretchr/testify: v1.9.0 → v1.10.0 - Update Node.js dependencies in web-nextjs: - lucide-react updated to latest - All npm packages updated with npm update - Run go mod tidy to clean up dependencies This resolves the GoReleaser publishing errors and ensures all dependencies are up-to-date. Signed-off-by: longhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf695dc - Browse repository at this point
Copy the full SHA cf695dcView commit details -
fix: resolve macOS file system race condition in plugin stats storage
- Fix concurrent access to temporary files by using unique temp file names - Add proper file synchronization before rename operations - Improve test cleanup order to prevent race conditions - Add retry mechanism for file rename operations on macOS - Resolve TestStatsManagerWithPersistence failures on macOS platform This fixes the CI failures on macOS where temporary file operations were failing due to race conditions between auto-save worker and manual save operations. Signed-off-by: longhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bef8efe - Browse repository at this point
Copy the full SHA bef8efeView commit details -
feat: make coverage tests informational only, not blocking
- Modify runCoverageTests() to show warnings instead of failing CI - Add informational flag to codecov.yml to prevent coverage failures - Coverage tests now provide feedback without blocking the build process - Maintain coverage reporting while allowing CI to pass with low coverage This allows the development process to continue while still providing coverage information for improvement tracking. Signed-off-by: longhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8aacedf - Browse repository at this point
Copy the full SHA 8aacedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a7e249 - Browse repository at this point
Copy the full SHA 9a7e249View commit details
Loading
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 v3.0.0...v3.1.0