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: friendsofhyperf/exception-event
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: friendsofhyperf/exception-event
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 6, 2023

  1. Remove deprecated codes (#223)

    * [3.1]Adapt Hyperf 3.1 (#222)
    
    * [3.1]Adapt Hyperf 3.1
    
    * Format
    
    * ⚙️ chore(components) add script for updating pending composer.json files.
    
    * Adds branch-alias as 3.1-dev
    
    * ⚙️chore(composer): change license to MIT and add support information in composer.json file
    
    * Remove async-task
    
    * ⚙️chore(composer): remove friendsofhyperf/async-task from composer.json and autoload
    
    * Revert "⚙️chore(composer): remove friendsofhyperf/async-task from composer.json and autoload"
    
    This reverts commit eec8b663b9ea8945dd7477eb35c23b3177ff5654.
    
    * Fix test
    
    ---------
    
    Co-authored-by: Deeka Wong <[email protected]>
    
    * 🛠️refactor(autoload): remove async-task Functions.php from composer.json
    
    * ⚙️chore(cache) remove deprecated method `CacheManager::get()`
    
    * 🛠️refactor(encryption) refactor encrypt and decrypt functions
    
    * Remove deprecated functions
    
    * ⚙️chore(pipeline) delete Hub.php file
    
    * 🛠️refactor(helpers) remove deprecated functions from autoload in composer.json
    
    * ⚙️chore(dependencies) remove unused http-client functions in composer.json
    
    * ⚙️chore(dependencies) remove unused files
    
    * Remove deprecated functions
    
    * Format
    
    * ⚙️chore(dependencies) update composer/composer to v2.0 in composer.json
    
    ---------
    
    Co-authored-by: Deeka Wong <[email protected]>
    huangdijia and huangdijia authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2aee0b4 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove deprecated codes (#223)" (#224)

    This reverts commit d7ad775e6e7bee3bda681585ae46eaf71acd47c8.
    huangdijia authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    1d03139 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Bumps php-cs-fixer to 3.17.0 (#230)

    * Bumps php-cs-fixer to 3.17.0
    
    * Adds rules
    
    * Format
    
    ---------
    
    Co-authored-by: Deeka Wong <[email protected]>
    huangdijia and huangdijia committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4182d2a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Format composer.json

    huangdijia committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0dbd472 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Cs Fix

    huangdijia committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6a380e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Cs Fix

    huangdijia committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    68bbb66 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Cs Fix

    huangdijia committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    a6cbdf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Upgrade actions/checkout to v4 (#343)

    Co-authored-by: Deeka Wong <[email protected]>
    huangdijia and huangdijia authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7f18e8f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Support customized local configuration files for PHPStan and PHPUnit …

    …(#502)
    
    * Support customized local configuration files for PHPStan and PHPUnit
    
    * Optimize
    
    * Fix return type declarations in Kafka and Log facades
    
    * Refactor array and collection mixins
    
    * Update type hint for process method in TaskHandleListener
    
    * Update CacheInterface and Cache class
    
    * Refactor ParameterParser class by removing unused code
    
    * Refactor Etcd and Nacos drivers, and fix EnvWriter return statement
    
    * Fix type hinting in exception handling functions
    
    * Fix column value retrieval in FastPaginate.php
    
    * Refactor validation rules in ValidationAspect.php
    
    * Update helper functions and fix deprecated functions
    
    * Refactor log writer to use null coalescing operator for default values
    
    * Fix code formatting and remove unused code
    
    * Update variable type in ResponseSequence class and fix factory function in Functions.php
    
    * Fix code inconsistencies and improve code readability
    
    * Update phpstan.neon.dist to include phpstan-baseline.neon
    
    This commit updates the phpstan.neon.dist file to include the phpstan-baseline.neon file. The previous include statement for vendor/phpstan/phpstan-deprecation-rules/rules.neon has been commented out. This change ensures that the phpstan-baseline.neon file is included in the analysis performed by vendor/bin/phpstan.
    
    * Update PHPStan configuration file
    
    * Fix isInstanceCall method logic
    
    * Refactor access log message formatting
    
    ---------
    
    Co-authored-by: Deeka Wong <[email protected]>
    huangdijia and huangdijia authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8df6d5e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Cs Fix

    huangdijia committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    69ef812 View commit details
    Browse the repository at this point in the history
Loading