Build: #302 was successful Changes by Marc

Stages & jobs

  1. Default Stage

Code commits

phpBB Rhea

  • Marc

    Marc deb9240546437dc4e176e4c4b25a9760341bf6b1

    Merge pull request #4701 from DavidIQ/ticket/14992
    [ticket/14992] Improve user_notifications table performance

  • David Colón

    David Colón a6317dc52dded6eeb3adb174b5d843673b7dbc15 m

    [ticket/14992] Reduce notification table col sizes

    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_reduce_column_sizes.php (version a6317dc52dded6eeb3adb174b5d843673b7dbc15)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_unique_index.php (version a6317dc52dded6eeb3adb174b5d843673b7dbc15)
  • David Colón

    David Colón 4c67f65d5db539ffc94259549d1cbf270703d7be m

    [ticket/14992] 'method' is needed for the unique index

    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_unique_index.php (version 4c67f65d5db539ffc94259549d1cbf270703d7be)
  • David Colón

    David Colón c2711fb6c46b47a4004319b6887d07487baef0dd m

    [ticket/14992] Remove temp index migration

    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_remove_duplicates.php (version c2711fb6c46b47a4004319b6887d07487baef0dd)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_temp_index.php (version c2711fb6c46b47a4004319b6887d07487baef0dd)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_unique_index.php (version c2711fb6c46b47a4004319b6887d07487baef0dd)
  • Marc

    Marc f3c782b3584c1c006e5d3da602ff953381f3e6b9 m

    [ticket/14992] Make unit tests run more verbose
    PHPBB3-14992

    • .travis.yml (version f3c782b3584c1c006e5d3da602ff953381f3e6b9)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_temp_index.php (version f3c782b3584c1c006e5d3da602ff953381f3e6b9)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_unique_index.php (version f3c782b3584c1c006e5d3da602ff953381f3e6b9)
  • Marc

    Marc bcc85ab679f6f100d169597990a8ab4138dd3158 m

    [ticket/14992] Correctly remove table name and prefix from keys
    PHPBB3-14992

    • phpBB/phpbb/db/tools/tools.php (version bcc85ab679f6f100d169597990a8ab4138dd3158)
  • Marc

    Marc 11f968e774fed238030f851c4ad90facf86e583f m

    [ticket/14992] Shorten index name for user_id and item_id
    PHPBB3-14992

    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_index_p2.php (version 11f968e774fed238030f851c4ad90facf86e583f)
  • David Colón

    David Colón 59ac4a71b6dc53f2edf8bb5c669b14df9ce5544a m

    [ticket/14992] Check index name length in a more proper way
    [ticket/14992] Add indexes to user_notifications table

    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_index_p1.php (version 59ac4a71b6dc53f2edf8bb5c669b14df9ce5544a)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_index_p2.php (version 59ac4a71b6dc53f2edf8bb5c669b14df9ce5544a)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_index_p3.php (version 59ac4a71b6dc53f2edf8bb5c669b14df9ce5544a)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_indexes.php (version 59ac4a71b6dc53f2edf8bb5c669b14df9ce5544a)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_remove_duplicates.php (version 59ac4a71b6dc53f2edf8bb5c669b14df9ce5544a)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_temp_index.php (version 59ac4a71b6dc53f2edf8bb5c669b14df9ce5544a)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_unique_index.php (version 59ac4a71b6dc53f2edf8bb5c669b14df9ce5544a)
    • phpBB/phpbb/db/tools/tools.php (version 59ac4a71b6dc53f2edf8bb5c669b14df9ce5544a)
  • David Colón

    David Colón e5eb7025141238a3486a0395c42c55411dafb259 m

    [ticket/14992] Add indexes to user_notifications table
    [ticket/14992] Change how index length is checked

    [ticket/14992] Remove duplicates from user_notifications table

    [ticket/14992] Add unique index to user_notifications table

    [ticket/14992] Shorten unique index name

    [ticket/14992] Shorten another index for user notifications

    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_indexes.php (version e5eb7025141238a3486a0395c42c55411dafb259)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_remove_duplicates.php (version e5eb7025141238a3486a0395c42c55411dafb259)
    • phpBB/phpbb/db/migration/data/v32x/user_notifications_table_unique_index.php (version e5eb7025141238a3486a0395c42c55411dafb259)
    • phpBB/phpbb/db/tools/tools.php (version e5eb7025141238a3486a0395c42c55411dafb259)