Tests pending pull requests

Build: #4028 was successful

Job: Build and Test Job was successful

Stages & jobs

  1. Build and Test

Code commits

phpBB Ascraeus

  • Joas Schilling

    Joas Schilling d9bdd05c8065eecc99c55b827a8af575fcb08f1b

    Merge pull request #3128 from omniError/ticket/13306
    [ticket/13306] add error level to collector

  • Joas Schilling

    Joas Schilling 3350df131fec7a2a558ec0d1c0ef714fbfa4fa35

    Merge pull request #3227 from prototech/ticket/13366
    [ticket/13366] Ensure plupload_last_gc config entry is dynamic.

  • Joas Schilling

    Joas Schilling 9ce8b6289487431b42469e0971369d6067c65c96

    Merge pull request #3242 from lavigor/ticket/13442
    [ticket/13442] UTF-8 symbols for database host

  • Joas Schilling

    Joas Schilling 65ffc76e2fa9ccc0820b668768a2e63b3a354539

    Merge pull request #3258 from marc1706/ticket/13385
    [ticket/13385] Free result in \phpbb\config\db::set_atomic()

  • Joas Schilling

    Joas Schilling b64da23fe182cbfd72d614e5e2bb357063e7b84a

    Merge pull request #3267 from Elsensee/ticket/13478
    [ticket/13478] Add event core.bbcode_cache_init_end

  • Joas Schilling

    Joas Schilling 67c9f4d064803b214f06fe28ff2d6416a317b601

    Merge pull request #3268 from Elsensee/ticket/13470
    [ticket/13470] Fix non-empty username array if no usernames are given

  • Joas Schilling

    Joas Schilling d4c078cc7853ae0c6772f0e155c27255f86f25da

    Merge pull request #3271 from marc1706/ticket/13432
    [ticket/13432] Make sure to add language file when including acp_modules

  • Marc

    Marc 9d9c57f33441606f9eceb3f1d983de879c8c3c85

    [ticket/13432] Make sure to add language file when including acp_modules
    PHPBB3-13432

    • phpBB/phpbb/db/migration/tool/module.php (version 9d9c57f33441606f9eceb3f1d983de879c8c3c85)
  • Marc

    Marc 38f184ad6b18c6d6f0c9368bcd02eda5cb45ef10

    [ticket/13385] Remove unneeded $result in \phpbb\config\db::set_atomic()
    PHPBB3-13385

    • phpBB/phpbb/config/db.php (version 38f184ad6b18c6d6f0c9368bcd02eda5cb45ef10)
  • Oliver Schramm <oliver.schramm97@gmail.com>

    Oliver Schramm <oliver.schramm97@gmail.com> e3571fc6eb2b9e2ce5b314ebc89a60ca02280165

    [ticket/13470] Fix non-empty username array if no usernames are given
    PHPBB3-13470

    • phpBB/includes/acp/acp_email.php (version e3571fc6eb2b9e2ce5b314ebc89a60ca02280165)
  • Oliver Schramm <oliver.schramm97@gmail.com>

    Oliver Schramm <oliver.schramm97@gmail.com> 953a98dc0b2e7befe97762a4d765c51340fc51df

    [ticket/13478] Add event core.bbcode_cache_init_end
    PHPBB3-13478

    • phpBB/includes/bbcode.php (version 953a98dc0b2e7befe97762a4d765c51340fc51df)
  • lavigor <lavigor@users.noreply.github.com>

    lavigor <lavigor@users.noreply.github.com> d769e59090f6c6c76f0f57db24dbda7f0b7f66ea

    [ticket/13442] UTF-8 symbols for database host
    Added support for cyrillic domains as database hosts.

    PHPBB3-13442

    • phpBB/install/install_install.php (version d769e59090f6c6c76f0f57db24dbda7f0b7f66ea)
  • Cesar G <prototech91@gmail.com>

    Cesar G <prototech91@gmail.com> 54b5ee580627e0515f867bdfa2854d862ff06d62

    [ticket/13366] Ensure plupload_last_gc config entry is dynamic.
    PHPBB3-13366

    • phpBB/phpbb/db/migration/data/v31x/plupload_last_gc_dynamic.php (version 54b5ee580627e0515f867bdfa2854d862ff06d62)
  • omniError <omniError@github>

    omniError <omniError@github> 8a9c2c055c7fbc199bad3e6fbfb0235a910b87e2

    [ticket/13306] update test
    https://tracker.phpbb.com/browse/PHPBB3-13306

    PHPBB3-13306

    • tests/error_collector_test.php (version 8a9c2c055c7fbc199bad3e6fbfb0235a910b87e2)
  • omniError <omniError@github>

    omniError <omniError@github> 0a4ffb7cf818c399f4956773ff7cb8e5b0243fa3

    [ticket/13306] move error_reporting call
    https://tracker.phpbb.com/browse/PHPBB3-13306

    PHPBB3-13306

    • phpBB/phpbb/error_collector.php (version 0a4ffb7cf818c399f4956773ff7cb8e5b0243fa3)
  • omniError <omniError@github>

    omniError <omniError@github> 834a93f76c9b2efe9a4fa89200fe24f844df7479

    [ticket/13306] allow 0 error types
    https://tracker.phpbb.com/browse/PHPBB3-13306

    PHPBB3-13306

    • phpBB/phpbb/error_collector.php (version 834a93f76c9b2efe9a4fa89200fe24f844df7479)
  • omniError <omniError@github>

    omniError <omniError@github> efd4b43c1bbea587a480c145d8a79066ae78d9a3

    [ticket/13306] constructor sets error types
    https://tracker.phpbb.com/browse/PHPBB3-13306

    PHPBB3-13306

    • phpBB/phpbb/error_collector.php (version efd4b43c1bbea587a480c145d8a79066ae78d9a3)
  • omniError <omniError@github>

    omniError <omniError@github> a143a19b8bcb3dc4d9b4a20c85776852c30642f2

    [ticket/13306] add error level to collector
    https://tracker.phpbb.com/browse/PHPBB3-13306

    PHPBB3-13306

    • phpBB/phpbb/error_collector.php (version a143a19b8bcb3dc4d9b4a20c85776852c30642f2)