Tests pending pull requests

Build: #135 was successful

Job: Build and Test Job was successful

Stages & jobs

  1. Build and Test

Code commits

phpBB 3.3.x

  • Marc

    Marc e7b5053d929b1ce3c76745f28ff6d5ddc4e439ed

    Merge pull request #6641 from marc1706/ticket/17339
    [ticket/17339] Support receiving push notifications if not logged in

  • Marc

    Marc 5a107ba27199d47b4411e9c120e1f25ee1363952

    Merge branch '3.3.x'

  • Marc

    Marc a898009e58916acb330a7c6a5cfc210adb7c8cfb

    Merge pull request #6638 from rxu/ticket/17337-master
    [ticket/17337] Fix mysqli driver is missing transaction begin statement - master

  • Marc

    Marc 3647cf2cfe0f3d4df7a25b165eeca495b4d602da m

    Merge pull request #6637 from rxu/ticket/17337
    [ticket/17337] Fix mysqli driver is missing transaction begin statement - 3.3.x

  • rxu

    rxu 1e7f0f1883068b338a9b24bfd6b178a5df6eb912 m

    Merge branch 'ticket/17337' into ticket/17337-master

  • rxu

    rxu dd3ebe2b71adca803dce4e89ee9c10e04c9f2e31 m

    [ticket/17337] Correctly handle transaction test on MyISAM (non-transactional)
    PHPBB-17337

    • tests/dbal/write_test.php (version dd3ebe2b71adca803dce4e89ee9c10e04c9f2e31)
  • Marc

    Marc f3460fe9eb308e3cf5e9f8535e997ddfd93d5118 m

    [ticket/17337] Extend write tests with simple transaction test
    PHPBB-17337

    • tests/dbal/write_test.php (version f3460fe9eb308e3cf5e9f8535e997ddfd93d5118)
    • tests/test_framework/phpbb_database_test_case.php (version f3460fe9eb308e3cf5e9f8535e997ddfd93d5118)
  • Marc

    Marc d66d4a0c6ab5d9ac4d4dd1a37a90d8b3ea2e9889 m

    [ticket/17339] Support receiving push notifications if not logged in
    PHPBB-17339

    • phpBB/phpbb/db/migration/data/v400/add_webpush_token.php (version d66d4a0c6ab5d9ac4d4dd1a37a90d8b3ea2e9889)
    • phpBB/phpbb/notification/method/webpush.php (version d66d4a0c6ab5d9ac4d4dd1a37a90d8b3ea2e9889)
    • phpBB/phpbb/ucp/controller/webpush.php (version d66d4a0c6ab5d9ac4d4dd1a37a90d8b3ea2e9889)
    • phpBB/styles/all/js/push_worker.js.twig (version d66d4a0c6ab5d9ac4d4dd1a37a90d8b3ea2e9889)
  • rxu

    rxu c2d91650bd5e8e7f9e2ba005e47934292faaafb0 m

    [ticket/17337] Fix mysqli driver is missing transaction begin statement
    PHPBB-17337

    • phpBB/phpbb/db/driver/mysqli.php (version c2d91650bd5e8e7f9e2ba005e47934292faaafb0)