Skip to content

Releases: wikimedia/ToolforgeBundle

1.7.2

18 Jan 23:29
1663a9c

Choose a tag to compare

  • Update WebRequestProcessor::__invoke() to support different versions of monolog. T361554.

1.7.1

08 Jan 05:10
92cadd6

Choose a tag to compare

  • Use Route attributes for controller. T361554.
  • Other small fixes.
  • Drop testing on PHP 7.4.

1.7.0

16 Aug 05:46
4128802

Choose a tag to compare

  • Allow ToolforgeBundle to be used with Symfony 7.
  • Improve documentation.
  • Add PHP 8.3 to CI testing.

1.6.1

19 Feb 23:13
4b4a600

Choose a tag to compare

  • Only use the session's lang parameter if the query string's uselang parameter is not set. T357821/

1.6.0

15 Feb 02:07
5175962

Choose a tag to compare

  • Add support to connect to a Trove database. Several clients (or would-be clients) connect to a WMCS Trove database,
    as opposed to using tools-db. This is customary for any VPS tool.
  • Update some dependencies and documentation.

1.5.2

25 Jul 23:27
ce284d3

Choose a tag to compare

  • Fix toolforge:ssh command to only use a username when it's explicitly provided to the command, and otherwise use whatever ssh is configured to use. This fixes a bug on Windows.

1.5.1

25 Jul 06:20
6512035

Choose a tag to compare

  • Update the toolforge:ssh command to respect verbosity flags, as well as --bind-address when using --toolsdb.
  • Add CopyPatrol to the list of projects using ToolforgeBundle.

1.5.0

15 Jul 00:54
be60595

Choose a tag to compare

  • Add --toolsdb option to the toolforge:ssh command, to also connect to tools.db
  • Cache the output of the Git Twig commands for ten minutes.
  • CI and other general improvements.

1.4.7

25 Apr 05:43
076dd54

Choose a tag to compare

  • Do not run migrations in the deploy.sh script if no migrations/ directory is found. T326190.

1.4.6

03 Jan 00:27
986bd72

Choose a tag to compare

  • Add more PHP versions in CI (and stop using PHP 7.2).
  • Add info about the skeleton to README.md
  • Update slevomat/coding-standard and fix issues.
  • Update GitHub Actions versions, to avoid deprecation warnings.