Skip to content
Permalink

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
Choose a base ref
...
head repository: loonghao/webhook_bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 13, 2025

  1. 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]>
    loonghao committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    452da5f View commit details
    Browse the repository at this point in the history
  2. chore: remove test file

    Remove temporary test_python_build.py file before creating PR.
    
    Signed-off-by: longhao <[email protected]>
    loonghao committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    0e6c624 View commit details
    Browse the repository at this point in the history
  3. 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]>
    loonghao committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    cf695dc View commit details
    Browse the repository at this point in the history
  4. 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]>
    loonghao committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    bef8efe View commit details
    Browse the repository at this point in the history
  5. 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]>
    loonghao committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    8aacedf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a7e249 View commit details
    Browse the repository at this point in the history
Loading