BMO/Recent Changes: Difference between revisions

From MozillaWiki
< BMO
Jump to navigation Jump to search
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Recent Changes =
= Recent Changes =


== 2024-11-05 ==
== 2025-06-10 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241105.1 release-20241105.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250529.1 release-20250529.1]
* {{bug|1926081}} Add modification_time datetime column to profiles table denoting when the profile was last updated
* {{bug|1965553}} Uplift approval set in bugzilla without relman approval
* {{bug|1929001}} Saved data for comment 0 overrides "comment" parameter
* {{bug|1970652}} Move SQL comment to beginning of SQL statement so it is not truncated away in Googles Query Insights
* {{bug|1967336}} The error message generated by timeout of long running searches needs to also work with REST API in addition to the web UI


== 2024-10-30 ==
== 2025-05-29 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241030.1 release-20241030.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250529.1 release-20250529.1]
* {{bug|1928077}} Bugzilla comment/description font bigger on desktop
* {{bug|1969307}} BMO ETL: Fix logic bug introduced by bug 1968044 that caused the looping of database rows to exit too early leaving out data
* {{bug|1928083}} Bugzilla’s emojis are displayed on the bottom of the page when activated creating a new scroll bar


== 2024-10-29 ==
== 2025-05-27 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241029.1 release-20241029.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250527.1 release-20250527.1]
* {{bug|1926907}} also return cf_crash_signature for product 'Application Services'
* {{bug|1965553}} Uplift approval set in bugzilla without relman approval
* {{bug|1926081}} Add modification_time datetime column to profiles table denoting when the profile was last updated
* {{bug|1968044}} BMO ETL: Change the way export loops through the row data so as to not allow on total and current count when tables may actually shrink before the table is fully exported
* {{bug|1904321}} Make more user-facing pages mobile friendly
* {{bug|1926574}} When changing product of a bug and the destination product only has one component, pre-select the one component


== 2024-10-15 ==
== 2025-05-21 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241015.1 release-20241015.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250513.1 release-20250513.1]
* {{bug|1923415}} Update Dockerfile and docker-compose*.yml to optimize build times and remove warnings
* {{bug|1937196}} Set a maximum timeout value for MySQL depending on whether the user is logged in or not
* {{bug|1923931}} Editing a comment breaks when two different people have previously edited the same comment
* {{bug|1967337}} Update docker compose files to use exact version of MySQL (8.0.42)  that we use in the production GCP environment
* {{bug|1923840}} Searching for bugs containing a mentor times out (504 Gateway timeout)
* {{bug|1967330}} Animated menu bar when small screen size should not be animated if user prefers reduced motion
* {{bug|1967247}} BMO ETL: Create transaction around entire export process with  REPEATABLE READ  isolation to ensure data integrity


== 2024-10-09 ==
== 2025-05-13 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241009.1 release-20241009.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250513.1 release-20250513.1]
* {{bug|1918771}} Support pronouns such as %user% in "changed by" searches
* {{bug|1963838}} Bugzilla flag setting for uplift approval requests and release branch pushes no longer works
* {{bug|1920995}} wrong calculation of relative date (rel-time) caused by repeatedly rounding in time_ago
* {{bug|1965286}} BMO ETL: Add id to data export for flags and tracking flags
* {{bug|1921668}} Inline attachment details button no longer works if attachment is on another bug
* {{bug|1966132}} Minify the Sec Moderate/Low report
* {{bug|1921295}} Update uplift request form question in bugzilla to reflect urgency of uplift
* {{bug|1966036}} [HackerOne] Bugzilla Email Change Process Allows Bypassing Old Email Verification Due to Old Email Address Disclosure in Verification Email
* {{bug|1921923}} add healthchecks to bmo.test
* {{bug|1921383}} Bugzilla rich text editor shortcuts don't respect user layout
* {{bug|1921966}} List ending by double enter wipes rest of comment
* {{bug|1923674}} qa/t/1_test_custom_fields.t failing in CI after recent updates


= Archive =
= Archive =


* [[BMO/Recent_Changes/2025-06|2025-06]]
* [[BMO/Recent_Changes/2025-05|2025-05]]
* [[BMO/Recent_Changes/2025-04|2025-04]]
* [[BMO/Recent_Changes/2025-03|2025-03]]
* [[BMO/Recent_Changes/2025-02|2025-02]]
* [[BMO/Recent_Changes/2025-01|2025-01]]
* [[BMO/Recent_Changes/2024-12|2024-12]]
* [[BMO/Recent_Changes/2024-11|2024-11]]
* [[BMO/Recent_Changes/2024-10|2024-10]]
* [[BMO/Recent_Changes/2024-10|2024-10]]
* [[BMO/Recent_Changes/2024-09|2024-09]]
* [[BMO/Recent_Changes/2024-09|2024-09]]

Latest revision as of 19:16, 10 June 2025

Recent Changes

2025-06-10

release-20250529.1

  • bug 1965553 Uplift approval set in bugzilla without relman approval
  • bug 1970652 Move SQL comment to beginning of SQL statement so it is not truncated away in Googles Query Insights
  • bug 1967336 The error message generated by timeout of long running searches needs to also work with REST API in addition to the web UI

2025-05-29

release-20250529.1

  • bug 1969307 BMO ETL: Fix logic bug introduced by bug 1968044 that caused the looping of database rows to exit too early leaving out data

2025-05-27

release-20250527.1

  • bug 1965553 Uplift approval set in bugzilla without relman approval
  • bug 1968044 BMO ETL: Change the way export loops through the row data so as to not allow on total and current count when tables may actually shrink before the table is fully exported

2025-05-21

release-20250513.1

  • bug 1937196 Set a maximum timeout value for MySQL depending on whether the user is logged in or not
  • bug 1967337 Update docker compose files to use exact version of MySQL (8.0.42) that we use in the production GCP environment
  • bug 1967330 Animated menu bar when small screen size should not be animated if user prefers reduced motion
  • bug 1967247 BMO ETL: Create transaction around entire export process with REPEATABLE READ isolation to ensure data integrity

2025-05-13

release-20250513.1

  • bug 1963838 Bugzilla flag setting for uplift approval requests and release branch pushes no longer works
  • bug 1965286 BMO ETL: Add id to data export for flags and tracking flags
  • bug 1966132 Minify the Sec Moderate/Low report
  • bug 1966036 [HackerOne] Bugzilla Email Change Process Allows Bypassing Old Email Verification Due to Old Email Address Disclosure in Verification Email

Archive