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: symfony/cache-contracts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: symfony/cache-contracts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 11 commits
  • 4 files changed
  • 3 contributors

Commits on Jan 1, 2023

  1. Bump license year to 2023

    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    1fab18d View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    d9574f3 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    1959c56 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.1' into 6.2

    * 6.1:
      Bump LICENSE year
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    6cc2e20 View commit details
    Browse the repository at this point in the history
  5. Merge branch '6.2' into 6.3

    * 6.2:
      Bump LICENSE year
      Bump LICENSE year
      Fix LICENSE year
      Bump license year to 2023
      Fix CS
      Fix CS
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    41fb28e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    3175279 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      Fix LICENSE CI check
      fixes retrieving multiple values for extra fields
      [String] Remove duplicates in fold maps
      fail with a meaningful error when a needed package is missing
      [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types
      Update license years (last time)
      [Tests] New iteration of removing `$this` occurrences in future static data providers
    fabpot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    10352a6 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.2' into 6.3

    * 6.2:
      Fix LICENSE year
      Fix LICENSE CI check
      [Notifier] Mention Prisma Media as backer of v6.2
      fixes retrieving multiple values for extra fields
      Clarifies when to update UPGRADE-7.0.md
      [String] Remove duplicates in fold maps
      fail with a meaningful error when a needed package is missing
      [6.2] Remove mentions of v6.1 backers
      [Translation] Crowdin renewed their sponsorship for v6.2
      [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types
      Update license years (last time)
      [Tests] New iteration of removing `$this` occurrences in future static data providers
    fabpot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    668f6bb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    13769aa View commit details
    Browse the repository at this point in the history
  2. minor #49122 Add cache contracts template annotations (jack-worman)

    This PR was merged into the 6.3 branch.
    
    Discussion
    ----------
    
    Add cache contracts template annotations
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.3
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       |
    | License       | MIT
    | Doc PR        |
    
    Add template annotations so static analysis tool can better understand the code.
    
    Commits
    -------
    
    2460efeb1a Add cache contracts template annotations
    nicolas-grekas committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    74c2bd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Fix typo

    fabpot committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    eeb71f0 View commit details
    Browse the repository at this point in the history
Loading