BMO/Recent Changes: Difference between revisions

< BMO
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Recent Changes =
= Recent Changes =


== 2024-11-26 ==
== 2025-06-10 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241126.1 release-20241126.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250529.1 release-20250529.1]
* {{bug|1932257}} CircleCI configuration cleanups and removal of un-used code in entrypoint.pl
* {{bug|1965553}} Uplift approval set in bugzilla without relman approval
* {{bug|1931772}} Can't call method "in_group" on an undefined value at Bugzilla/App/Controller/BouncedEmails.pm line 27.
* {{bug|1970652}} Move SQL comment to beginning of SQL statement so it is not truncated away in Googles Query Insights
* {{bug|1931622}} When using API to attach a file when too small for cloud storage, it will still try to get the new attachment from cloud storage generating an error
* {{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
* {{bug|1930782}} show_bug.cgi is using subframe scrolling again
* {{bug|1933512}} Return code to scripts/entrypoint.pl that was removed by bug 1932257 that is needed by GCP k8s for proper operation


== 2024-11-19 ==
== 2025-05-29 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241119.1 release-20241119.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250529.1 release-20250529.1]
* {{bug|1929501}} Double scroll-bar in search bugs list, preventing easy scrolling
* {{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|1929582}} Tooltips don't scroll with the page
* {{bug|1931232}} Add BMO vs Bugzilla warning block at top of new bug page for Bugzilla product
* {{bug|1931967}} Add custom command setup_local_docker to .circleci/config.yml for running jobs locally using CircleCI cli tool


== 2024-11-05 ==
== 2025-05-27 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241105.1 release-20241105.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250527.1 release-20250527.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|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


== 2024-10-30 ==
== 2025-05-21 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241030.1 release-20241030.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250513.1 release-20250513.1]
* {{bug|1928077}} Bugzilla comment/description font bigger on desktop
* {{bug|1937196}} Set a maximum timeout value for MySQL depending on whether the user is logged in or not
* {{bug|1928083}} Bugzilla’s emojis are displayed on the bottom of the page when activated creating a new scroll bar
* {{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


== 2024-10-29 ==
== 2025-05-13 ==


[https://github.com/mozilla-bteam/bmo/tree/release-20241029.1 release-20241029.1]
[https://github.com/mozilla-bteam/bmo/tree/release-20250513.1 release-20250513.1]
* {{bug|1926907}} also return cf_crash_signature for product 'Application Services'
* {{bug|1963838}} Bugzilla flag setting for uplift approval requests and release branch pushes no longer works
* {{bug|1926081}} Add modification_time datetime column to profiles table denoting when the profile was last updated
* {{bug|1965286}} BMO ETL: Add id to data export for flags and tracking flags
* {{bug|1904321}} Make more user-facing pages mobile friendly
* {{bug|1966132}} Minify the Sec Moderate/Low report
* {{bug|1926574}} When changing product of a bug and the destination product only has one component, pre-select the one component
* {{bug|1966036}} [HackerOne] Bugzilla Email Change Process Allows Bypassing Old Email Verification Due to Old Email Address Disclosure in Verification Email


= 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-11|2024-11]]
* [[BMO/Recent_Changes/2024-10|2024-10]]
* [[BMO/Recent_Changes/2024-10|2024-10]]

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