Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony6対応 #6073

Merged
merged 117 commits into from
Feb 26, 2024
Merged

Symfony6対応 #6073

merged 117 commits into from
Feb 26, 2024

Commits on Nov 28, 2023

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

Commits on Dec 4, 2023

  1. php8.1+

    chihiro-adachi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    419bc8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7c492 View commit details
    Browse the repository at this point in the history
  3. Fix [ConfigurationException] actor setting is missing in suite config…

    …uration. Replace `class_name` with `actor` in config to fix this
    chihiro-adachi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8cdac2e View commit details
    Browse the repository at this point in the history
  4. Fix Declaration of AcceptanceTester::getScenario() must be compatible…

    … with Codeception\Actor::getScenario()
    chihiro-adachi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4af8702 View commit details
    Browse the repository at this point in the history
  5. Fix [TypeError] AcceptanceTester::waitForText(): Argument #2 ($timeou…

    …t) must be of type int, null given
    chihiro-adachi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8f2acf6 View commit details
    Browse the repository at this point in the history
  6. Fix [TypeError] Codeception\Constraint\Page::__construct(): Argument #1

    … ($string) must be of type string, float given
    chihiro-adachi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b5efcc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55a612e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9334533 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b3687f View commit details
    Browse the repository at this point in the history
  10. Fix PHPStan

    chihiro-adachi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    51fdff8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    abaef3c View commit details
    Browse the repository at this point in the history
  12. symfony5 -> symfony6

    chihiro-adachi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f547034 View commit details
    Browse the repository at this point in the history
  13. Fix Rate limiter "shopping_checkout_customer" requires the Lock compo…

    …nent to be installed. Try running "composer require symfony/lock".
    chihiro-adachi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5a587a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a0cc26 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Fix Error: Class Eccube\Security\Core\User\Customer/MemberProvider co…

    …ntains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier)
    chihiro-adachi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b93ad9c View commit details
    Browse the repository at this point in the history
  2. Fix "Removed LogoutSuccessHandlerInterface and LogoutHandlerInterface…

    …, register a listener on the LogoutEvent event instead."
    chihiro-adachi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b42281c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20db632 View commit details
    Browse the repository at this point in the history
  4. Fix Compile Error: Declaration of Eccube\Entity\Member|Customer::getR…

    …oles() must be compatible with Symfony\Component\Security\Core\User\UserInterface::getRoles(): array
    chihiro-adachi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c610fd8 View commit details
    Browse the repository at this point in the history
  5. Fix Error: Class Eccube\Entity\Member|Customer contains 1 abstract me…

    …thod and must therefore be declared abstract or implement the remaining methods (Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier)
    chihiro-adachi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    96d9247 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d6ffc5 View commit details
    Browse the repository at this point in the history
  7. Fix "Drop support for SessionInterface $session as constructor argume…

    …nt of SessionTokenStorage, inject a \Symfony\Component\HttpFoundation\RequestStack $requestStack instead"
    chihiro-adachi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c954f0a View commit details
    Browse the repository at this point in the history
  8. Fix "Removed the Psr\Container\ContainerInterface and Symfony\Compone…

    …nt\DependencyInjection\ContainerInterface aliases of the service_container service, configure them explicitly instead."
    chihiro-adachi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9b62f2d View commit details
    Browse the repository at this point in the history
  9. Fix "Drop support for SessionInterface $session as constructor argume…

    …nt of SessionTokenStorage, inject a \Symfony\Component\HttpFoundation\RequestStack $requestStack instead"
    chihiro-adachi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8c0c473 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. PasswordEncoder -> PasswordHasher / Fix "Remove the security.encoder_…

    …factory.generic service, the security.encoder_factory and Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"
    chihiro-adachi committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    937ae81 View commit details
    Browse the repository at this point in the history
  2. Fix "Cannot autowire service "Eccube\Controller\ShoppingController": …

    …argument "$serviceContainer" of method "__construct()" references interface "Symfony\Component\DependencyInjection\ContainerInterface" but no such service exists. You should maybe alias this interface to the existing "service_container" service."
    chihiro-adachi committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6fa272b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Fix "Removed the Psr\Container\ContainerInterface and Symfony\Compone…

    …nt\DependencyInjection\ContainerInterface aliases of the service_container service, configure them explicitly instead."
    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    57bb47a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443e156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edfbd27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f43b4d6 View commit details
    Browse the repository at this point in the history
  5. Fix "Eccube\Service\OrderStateMachine::__construct(): Argument #1 ($_…

    …orderStateMachine) must be of type Symfony\Component\Workflow\StateMachine, Symfony\Component\Workflow\Debug\TraceableWorkflow given"
    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    0986212 View commit details
    Browse the repository at this point in the history
  6. Fix "Remove DoctrineProvider and DoctrineAdapter because these classe…

    …s have been added to the doctrine/cache package"
    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    526008c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22123e5 View commit details
    Browse the repository at this point in the history
  8. Fix "[Semantical Error] The annotation "@doctrine\ORM\Mapping\Table" …

    …in class Eccube\Entity\BaseInfo was never imported. Did you maybe forget to add a "use" statement for this annotation?"
    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    4e3616b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfb6863 View commit details
    Browse the repository at this point in the history
  10. Fix "Remove framework.session.storage_id configuration option, use …

    …the `framework.session.storage_factory_id` configuration option instead"
    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    39c56af View commit details
    Browse the repository at this point in the history
  11. Fix return type

    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9acf28e View commit details
    Browse the repository at this point in the history
  12. Fix "Remove the session.storage alias and session.storage.* services,…

    … use the session.storage.factory alias and session.storage.factory.* services instead"
    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    0e9c47c View commit details
    Browse the repository at this point in the history
  13. Fix "Fatal error: Declaration of Eccube\Tests\Repository\DummyCustome…

    …r::getRoles() must be compatible with Symfony\Component\Security\Core\User\UserInterface::getRoles(): array "
    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    e15b812 View commit details
    Browse the repository at this point in the history
  14. Fix "Fatal error: Class Eccube\Tests\Repository\DummyCustomer contain…

    …s 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier)"
    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    888ab82 View commit details
    Browse the repository at this point in the history
  15. Fix "Symfony\Component\DependencyInjection\Exception\ServiceNotFoundE…

    …xception: You have requested a non-existent service "session"."
    chihiro-adachi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    603c7ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f27b4a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Fix "LogicException: Booting the kernel before calling "Symfony\Bundl…

    …e\FrameworkBundle\Test\WebTestCase::createClient()" is not supported, the kernel should only be booted once."
    chihiro-adachi committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    484add4 View commit details
    Browse the repository at this point in the history
  2. Fix "LogicException: Booting the kernel before calling "Symfony\Bundl…

    …e\FrameworkBundle\Test\WebTestCase::createClient()" is not supported, the kernel should only be booted once."
    chihiro-adachi committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e49cc03 View commit details
    Browse the repository at this point in the history
  3. Fix "TypeError: Eccube\Common\EccubeConfig::__construct(): Argument #1

    …($container) must be of type Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface, Symfony\Component\DependencyInjection\Container given"
    chihiro-adachi committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9160c52 View commit details
    Browse the repository at this point in the history
  4. Fix "Error: Access to undeclared static property Eccube\Tests\Form\Ty…

    …pe\Admin\BlockTypeTest::$container"
    chihiro-adachi committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cb4eb6e View commit details
    Browse the repository at this point in the history
  5. Fix "Symfony\Component\DependencyInjection\Exception\ServiceNotFoundE…

    …xception: You have requested a non-existent service "security.encoder_factory"."
    chihiro-adachi committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5d86c1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d5ea20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    644cdca View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    46abc99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef00fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7438da0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f33f4b View commit details
    Browse the repository at this point in the history
  5. Fix "Symfony\Component\HttpFoundation\Exception\SessionNotFoundExcept…

    …ion: There is currently no session available."
    chihiro-adachi committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    25961b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81820e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a01389f View commit details
    Browse the repository at this point in the history
  8. Fix "TypeError: Symfony\Component\PasswordHasher\Hasher\UserPasswordH…

    …asher::hashPassword(): Argument #1 ($user) must be of type Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface"
    chihiro-adachi committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2a45f95 View commit details
    Browse the repository at this point in the history
  9. Fix "Symfony\Component\HttpFoundation\Exception\SessionNotFoundExcept…

    …ion: There is currently no session available."
    chihiro-adachi committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d6f57ec View commit details
    Browse the repository at this point in the history
  10. Fix "Symfony\Component\HttpFoundation\Exception\SessionNotFoundExcept…

    …ion: There is currently no session available."
    chihiro-adachi committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    06cb56c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Fix "Symfony\Component\HttpFoundation\Exception\SessionNotFoundExcept…

    …ion: There is currently no session available."
    chihiro-adachi committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a24a2b3 View commit details
    Browse the repository at this point in the history
  2. Fix "Removed the Psr\Container\ContainerInterface and Symfony\Compone…

    …nt\DependencyInjection\ContainerInterface aliases of the service_container service, configure them explicitly instead."
    chihiro-adachi committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e17b338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88982e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd174be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    666fed9 View commit details
    Browse the repository at this point in the history
  6. Fix error message

    chihiro-adachi committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d1dc33f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b65aaa5 View commit details
    Browse the repository at this point in the history
  8. Fix "Symfony\Component\HttpFoundation\Exception\SessionNotFoundExcept…

    …ion: There is currently no session available."
    chihiro-adachi committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5db700c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    600c7cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ae015a View commit details
    Browse the repository at this point in the history
  11. Fix "Removed the Psr\Container\ContainerInterface and Symfony\Compone…

    …nt\DependencyInjection\ContainerInterface aliases of the service_container service, configure them explicitly instead."
    chihiro-adachi committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    901ca0b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Fix InstallController

    chihiro-adachi committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    00b40d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Fix "setQueryCacheDriver is deprecated and will be removed in Doctrin…

    …e 3.0. Use setQueryCache() instead.'"
    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9bc2fe4 View commit details
    Browse the repository at this point in the history
  2. Fix "Problem: Feature was deprecated in doctrine/persistence 2.x and …

    …is not supported by installed doctrine/persistence:3.x"
    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    92cec89 View commit details
    Browse the repository at this point in the history
  3. Fix "Removed the Psr\Container\ContainerInterface and Symfony\Compone…

    …nt\DependencyInjection\ContainerInterface aliases of the service_container service, configure them explicitly instead."
    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0bb74c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfdc986 View commit details
    Browse the repository at this point in the history
  5. Fix InstallController

    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7ad74fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d96ce0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98e0b15 View commit details
    Browse the repository at this point in the history
  8. node visitorを使う

    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7863e8e View commit details
    Browse the repository at this point in the history
  9. twig2 -> twig3

    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    683bd89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e09e438 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20f5f4e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    66c9ce6 View commit details
    Browse the repository at this point in the history
  13. font追加

    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b887c5d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c26253 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e3b8ab0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4299915 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    20cebcd View commit details
    Browse the repository at this point in the history
  18. Fix Namespace Symfony\Component\DependencyInjection\ContainerInterfac…

    …e -> Psr\Container\ContainerInterface
    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c6d04e4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b6641ca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5d376f5 View commit details
    Browse the repository at this point in the history
  21. Fix "Context: Using short namespace alias "LeagueOAuth2ServerBundle" …

    …by calling !! Doctrine\ORM\Configuration::addEntityNamespace"
    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7c328ad View commit details
    Browse the repository at this point in the history
  22. Fix "Uncaught Exception: You cannot use "Nyholm\Psr7\Factory\HttplugF…

    …actory" as the "php-http/message-factory" package is not installed."
    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c089b52 View commit details
    Browse the repository at this point in the history
  23. composer update -W

    chihiro-adachi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9eb4ccc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a5cae46 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dbdfc60 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    11c7a0e View commit details
    Browse the repository at this point in the history
  2. composer update -W

    chihiro-adachi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    84dac3e View commit details
    Browse the repository at this point in the history
  3. update npm packages

    chihiro-adachi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8898249 View commit details
    Browse the repository at this point in the history
  4. npm run build

    chihiro-adachi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1fa82ae View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. 8.1〜8.3

    chihiro-adachi committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8ee9b25 View commit details
    Browse the repository at this point in the history
  2. Fix codeception

    chihiro-adachi committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    84b4a46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1a5568 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e1d7b7 View commit details
    Browse the repository at this point in the history
  5. composer update -W

    chihiro-adachi committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5124007 View commit details
    Browse the repository at this point in the history
  6. Fix Namespace Symfony\Component\DependencyInjection\ContainerInterfac…

    …e -> Psr\Container\ContainerInterface
    chihiro-adachi committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8a83398 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8491cc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. 4.3.0-alpha

    chihiro-adachi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e1b89c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    5223ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e0bd8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7feb8a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    1a53dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    171143d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab290b6 View commit details
    Browse the repository at this point in the history
  4. composer update -W

    chihiro-adachi committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    235143d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

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