Skip to content
Snippets Groups Projects
  1. May 27, 2022
  2. May 23, 2022
  3. May 11, 2022
  4. May 10, 2022
  5. May 05, 2022
  6. Apr 29, 2022
  7. Apr 28, 2022
  8. Apr 26, 2022
  9. Apr 17, 2022
  10. Apr 16, 2022
  11. Mar 25, 2022
  12. Mar 23, 2022
  13. Mar 22, 2022
    • Stefan Bürk's avatar
      [BUGFIX] Raise doctrine/dbal:^2.13.8 · e9a66237
      Stefan Bürk authored
      This patch raises doctrine/dbal to 2.13.8 as minimum version,
      which contains a bugfix to avoid a native php error is emitted,
      stating "mysqli::real_connect(): Passing null to parameter #7".
      
      See: https://github.com/doctrine/dbal/pull/5296
      
      One phpstan ignore pattern slightly changed because of a
      changed return type declarion of doctrine/dbal. Tackling
      the corresponding error should be done in a dedicated test
      after proper investigation.
      
      Used commands:
      
      > composer req doctrine/dbal:^2.13.8
      > composer req doctrine/dbal:^2.13.8 \
        -d typo3/sysext/core --no-update
      > composer req doctrine/dbal:^2.13.8 \
        -d typo3/sysext/install --no-update
      > composer req doctrine/dbal:^2.13.8 \
        -d typo3/sysext/redirects --no-update
      > composer req doctrine/dbal:^2.13.8 \
        -d typo3/sysext/core --no-update
      > Build/Scripts/runTests.sh -s phpstanGenerateBaseline
      
      Resolves: #97222
      Releases: 11.5
      Change-Id: I6c1712a792780bd2966b3977d43f767e59304bd5
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74013
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      e9a66237
  14. Mar 21, 2022
  15. Mar 10, 2022
  16. Mar 04, 2022
  17. Mar 01, 2022
  18. Feb 27, 2022
  19. Feb 24, 2022
  20. Feb 21, 2022
  21. Feb 20, 2022
  22. Feb 10, 2022
  23. Feb 04, 2022
  24. Jan 30, 2022
  25. Jan 29, 2022
    • Christian Kuhn's avatar
      [TASK] Have composer/composer:^2.2 as dev dependency · 6fdb966b
      Christian Kuhn authored
      The index.php entry point handling and package
      handling core scripts are composer plugins. As
      such, they rely on composer. To resolve dependencies
      in IDE's and phpstan, composer should be a core
      monorepo dev dependency. This resolves about 50
      issues from phpstan baseline.
      
      > composer req --dev composer/composer:^2.2
      > Build/Scripts/runTests.sh -s phpstanGenerateBaseline
      
      Change-Id: Iaaa4d327b7e82ca1e377d66cb1846a1699a20254
      Resolves: #96676
      Releases: main, 11.5
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73201
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
      Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      6fdb966b
    • Stefan Bürk's avatar
      [TASK] Revamp phpstan config and handling · 9404b4a0
      Stefan Bürk authored
      We currently have the situation that phpstan is
      hard to update and maintain due to the phpstan
      config file that sets very specific rulesets.
      
      This is unfortunate since phpstan tends to change
      and rename rules at will.
      
      The general usage API of phpstan is basically as
      follows: Have a slim config file that sets the
      basic level. Then maintain a 'baseline' file that
      lists violations, using the --generate-baseline
      command option. The todo job for people working
      on phpstan errors is then to look at the baseline
      file, pick up some issues, fix them, then re-generate
      baseline. When baseline is small enough, the level
      is raised, a new baseline is generated, and the
      fix-job starts again.
      
      The patch does exactly this: The existing config
      is dropped and runTests.sh receives a command to
      generate baseline.
      
      With this in place, we can easily raise phpstan
      to a PHP 8.1 compatible version:
      
      > composer req friendsoftypo3/phpstan-typo3:"^0.9.0" --dev
      > composer req phpstan/phpstan:"^1.4.3" --dev
      > Build/Script/runTests.sh -s phpstanGenerateBaseline
      
      This initialy adds about 4000 ignores to the baseline
      with level 3, but we can reduce this drastically with
      just a couple of dedicated patches, soon.
      
      The config is heavily streamlined and for instance does
      *not* ignore tests anymore, which actually finds a ton
      of misuses and bugs within tests and classes.
      
      Resolves: #96675
      Releases: main, 11.5
      Change-Id: I0e7ff7aa796e59a2c5eedde0b673f741f8b87dea
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73198
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      9404b4a0
  26. Jan 24, 2022
  27. Jan 03, 2022
  28. Dec 21, 2021
  29. Dec 16, 2021
  30. Dec 09, 2021
  31. Dec 06, 2021
  32. Nov 30, 2021
  33. Nov 29, 2021