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: guanguans/notify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: guanguans/notify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.1
Choose a head ref
  • 9 commits
  • 16 files changed
  • 3 contributors

Commits on Feb 25, 2025

  1. chore(release): 3.1.0

    guanguans committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    987d7e7 View commit details
    Browse the repository at this point in the history
  2. ci(rector): Add PHPStan ignore rules to configuration

    - Add 'phpstan-ignore' and 'phpstan-ignore-next-line' rules
    - Update the configuration to suppress specific PHPStan warnings
    - Enhance type safety and error handling in the project
    guanguans committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    4446dfc View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump trufflesecurity/trufflehog from 3.88.12 to 3.88.13

    Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.88.12 to 3.88.13.
    - [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
    - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
    - [Commits](trufflesecurity/trufflehog@v3.88.12...3.88.13)
    
    ---
    updated-dependencies:
    - dependency-name: trufflesecurity/trufflehog
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    86f7ae7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #148 from guanguans/dependabot/github_actions/truf…

    …flesecurity/trufflehog-3.88.13
    
    chore(deps): bump trufflesecurity/trufflehog from 3.88.12 to 3.88.13
    github-actions[bot] authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    9504bc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. chore(deps): bump trufflesecurity/trufflehog from 3.88.13 to 3.88.14

    Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.88.13 to 3.88.14.
    - [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
    - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
    - [Commits](trufflesecurity/trufflehog@3.88.13...v3.88.14)
    
    ---
    updated-dependencies:
    - dependency-name: trufflesecurity/trufflehog
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    9a46a95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from guanguans/dependabot/github_actions/truf…

    …flesecurity/trufflehog-3.88.14
    
    chore(deps): bump trufflesecurity/trufflehog from 3.88.13 to 3.88.14
    github-actions[bot] authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    8a9f4d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. ci(workflows): Add coverage file path to Codecov config

    - Add coverage file path to Codecov action in tests.yml
    - Update pest-coverage command in composer.json to use correct clover.xml path
    - Adjust PHPStan ignoreErrors to use identifiers for better clarity
    - Enhance overall configuration for improved CI
    guanguans committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    eb033ca View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. style(config): Improve PHP CS Fixer configuration and order traits

    - Add ordered traits configuration to ensure case sensitivity.
    - Update the finder paths to include specific directories for better organization.
    - Remove redundant exclusions for files, simplifying the configuration.
    guanguans committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    69abbf4 View commit details
    Browse the repository at this point in the history
  2. refactor(tests): Rename directory from fixtures to Fixtures

    - Change all references from 'fixtures' to 'Fixtures' in config and test files.
    - Update paths in phpstan.neon and rector.php to reflect the new directory naming.
    - Ensure consistency in file paths across multiple test cases to maintain functionality.
    guanguans committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    e20db3a View commit details
    Browse the repository at this point in the history
Loading