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: Setono/SyliusAnalyticsPlugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.x
Choose a base ref
...
head repository: Setono/SyliusAnalyticsPlugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 25 files changed
  • 3 contributors

Commits on Sep 9, 2021

  1. Support PHP 8

    nedac-sorbo committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a127aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a42955 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fc8355 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Support newer event dispatcher contracts version as it is required fo…

    …r event dispatcher 5.3 (as part of Symfony 5.3)
    nedac-sorbo committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    dee6db2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. feat: add changelog

    Nek- committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    5a77ae0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from nedac-sorbo/2.0.x

    Support Symfony 5.3
    loevgaard authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    2adbe2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from Nek-/feature/add-changelog

    Adding changelog
    loevgaard authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    8e50b87 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

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

Commits on Nov 9, 2021

  1. update: test suite to Sylius 1.10

    This is the only way to test with PHP 8.x and Symfony 5.
    Nek- committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f53db3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    230439e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fc9d94 View commit details
    Browse the repository at this point in the history
  4. fix: behat tests in Symfony 5.3

    symfony/symfony#41672 is blocking to update
    the behat test suite. This is why I decided to add this patch. It should
    not have any specific impact but for the dev environment.
    
    After the issue has been closed on Symfony side, this commit has been
    edited and is now a simple line 🎉
    Nek- committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    de765f1 View commit details
    Browse the repository at this point in the history
  5. feat: make ecs config work

    This commit also fixes some CS issues.
    Please notice that this configuration is coming from the setono feed
    bundle.
    Nek- committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    133c1a5 View commit details
    Browse the repository at this point in the history
  6. fix: psalm test suite on CI

    This commit fixes the following problems:
    1. The script inside composer.json was failing because on Github Action
       it runs with SH and not BASH (fixed by making it external)
    2. Since we run Symfony 5.x, we need to adapt the psalm configuration of
       the Symfony plugin.
    Nek- committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    03064e1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #59 from Nek-/feature/sylius-1-10-2.0.x

    Fixing test suite
    loevgaard authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a12de3c View commit details
    Browse the repository at this point in the history
Loading