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: godruoyi/php-snowflake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0
Choose a base ref
...
head repository: godruoyi/php-snowflake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.0
Choose a head ref
  • 7 commits
  • 26 files changed
  • 2 contributors

Commits on Mar 12, 2024

  1. chore: improve unit test (#66)

    * chore: update laravel-point and reformat
    
    * chore: import test
    godruoyi authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9c87138 View commit details
    Browse the repository at this point in the history
  2. fix test workflow should be run in the main branch (#67)

    * fix test workflow should be run in the main branch
    
    * feat: support workflow_dispatch
    godruoyi authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f23bf78 View commit details
    Browse the repository at this point in the history
  3. chore: fix test (#68)

    * chore: fix test
    
    * chore: remove filter in workflow
    godruoyi authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    dec895d View commit details
    Browse the repository at this point in the history
  4. chore: remove codestyle workflow filter (#69)

    * chore: remove codestyle workflow filter
    
    * fix redis test
    godruoyi authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    79d099d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. feat: support predis (#72)

    * feat: support predis
    
    * add test for bulk generate id with predis resolver
    
    * Update composer.json
    
    Co-authored-by: Bilge <[email protected]>
    
    * add new phpcsfix rule "heredoc_indentation"
    
    * chore: rename PHPREDIS -> Predis
    
    * chore: remove predis from composer
    
    * chore: update readme
    
    * chore: fix test
    
    * fix unit test ensure all cache are overdue
    
    ---------
    
    Co-authored-by: Bilge <[email protected]>
    godruoyi and Bilge authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b8dfbc3 View commit details
    Browse the repository at this point in the history
  2. Add missing dependencies to dev (#73)

    * Add new dev-dependencies to composer.json
    
    The dependencies illuminate/contracts, predis/predis, ext-redis, and ext-swoole have been added to the "require-dev" section of composer.json file. This provides additional functionality for development purposes, including dependency injection, connection with Redis, and asynchronous tasks.
    
    * Update GitHub workflows and remove unnecessary packages
    
    This commit modifies the fail-fast strategy in the static analysis workflow and removes the installation of 'predis/predis' and 'illuminate/contracts' packages across multiple workflow files. This results in a cleaner setup, less dependency on external packages, and a more effective fail-fast configuration. Now, the workflows will use a matrix strategy for the PHP version, targeting specifically PHP
    
    * fix missing dependencies in action
    
    * fix php stan
    godruoyi authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ee1f3af View commit details
    Browse the repository at this point in the history
  3. chore: remove files and update readme (#74)

    * chore: remove riles and update readmd
    
    * chore: update readme
    godruoyi authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cbf4476 View commit details
    Browse the repository at this point in the history
Loading