BMO/Recent Changes: Difference between revisions

From MozillaWiki
< BMO
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Recent Changes =
= Recent Changes =
== 2022-12-13 ==
[https://github.com/mozilla-bteam/bmo/tree/release-20221213.1 release-20221213.1]
* {{bug|1804082}} Cron jobs require sql_mode=only_full_group_by
* {{bug|1803867}} Add SMTP config options for enabling tls and specifying port number
* {{bug|1804957}} Bugzilla's "socorro lens" crash graph shows an incorrect zero value as the last data-point (for crash volume yesterday or today), making it always appear as if we're just past a spike even when we're not
* {{bug|1805179}} Expose creation_ts in the REST API for the user endpoint


== 2022-11-29 ==
== 2022-11-29 ==
Line 33: Line 41:
* {{bug|1797167}} Add documentation to the REST API detailing how to make a github PR work with BMO auto linking
* {{bug|1797167}} Add documentation to the REST API detailing how to make a github PR work with BMO auto linking
* {{bug|1797177}} Allow github linking API endpoint in BMO to also parse a ping event when someone first sets up the webhook
* {{bug|1797177}} Allow github linking API endpoint in BMO to also parse a ping event when someone first sets up the webhook
== 2022-10-19 ==
[https://github.com/mozilla-bteam/bmo/tree/release-20221019.1 release-20221019.1]
* {{bug|1726504}} Markdown tables are rendered incorrectly
* {{bug|1794425}} Stop recommending Enigmail for Thunderbird
* {{bug|1792986}} Add Github API endpoint to be used for automatically linking PRs to bug attachments
* {{bug|1795160}} OAuth2 client admin UI form field for description is too small and should be size of DB column
* {{bug|1790883}} Bugzilla Phab attachments should include the repo callsign
* {{bug|1795748}} Add the `Fenix` product in BMO's "choose from the following selections" list
* {{bug|1728615}} Don't setting severity automatically on crash bugs to prevent them skipping triage


= Archive =
= Archive =

Revision as of 22:27, 13 December 2022

Recent Changes

2022-12-13

release-20221213.1

  • bug 1804082 Cron jobs require sql_mode=only_full_group_by
  • bug 1803867 Add SMTP config options for enabling tls and specifying port number
  • bug 1804957 Bugzilla's "socorro lens" crash graph shows an incorrect zero value as the last data-point (for crash volume yesterday or today), making it always appear as if we're just past a spike even when we're not
  • bug 1805179 Expose creation_ts in the REST API for the user endpoint

2022-11-29

release-20221129.1

  • bug 1801343 Need a way to disable the github PR linking if needed
  • bug 1801309 Only create new attachments when a pull request is initially opened so as to not create possible duplicates
  • bug 1802735 Quoting groups in remove_idle_group_members script
  • bug 1799777 Update the "Focus" product's description (and list Focus on describecomponents.cgi and enter_bug.cgi)
  • bug 1802894 Please delist "Data Platform and Tools" from new bug page

2022-11-09

release-20221109.2

  • bug 1799304 Search fails with relative date
  • bug 1799736 Use title of Github Pull Request instead of generic "GitHub Pull Request" string
  • bug 1798065 GCP: Move bloomfilter whitelist files and rate_limit files from data/ to the DB
  • bug 1798673 *** Place holder for summary ***

2022-11-02

release-20221102.2

  • bug 1692222 Show bug ids in reference fields when user has editbugs even if the user cannot see the actual bugs
  • bug 1791629 Uplift request workflow should only request relman review after uplift form is submitted
  • bug 1196291 Prevent users without editbugs from commenting on resolved bugs, unless they are already involved in the bug
  • bug 1798382 Bugzilla queries that involve change history are rejected by MySQL when using date shortcuts and the calculated timestamp is an invalid date

2022-10-25

release-20221025.1

  • bug 1795329 Add dupe of and duplicates entries to bugs_activity table instead of just adding a comment
  • bug 1796692 Update triage owners report to alter permitted status values depending on if the product belongs to core-security
  • bug 1797167 Add documentation to the REST API detailing how to make a github PR work with BMO auto linking
  • bug 1797177 Allow github linking API endpoint in BMO to also parse a ping event when someone first sets up the webhook

Archive