Difference between revisions of "BMO/Recent Changes"

From MozillaWiki
< BMO
Jump to: navigation, search
(Archive)
(Recent Changes)
Line 1: Line 1:
 
= Recent Changes =
 
= Recent Changes =
 +
 +
== 2023-05-11 ==
 +
 +
[https://github.com/mozilla-bteam/bmo/tree/release-20230511.1 release-20230511.1]
 +
* {{bug|1832364}} *** Place holder for summary ***
 +
* {{bug|1832391}} Phabricator feed process crashes when a revision is in draft status and setting approval-mozilla-* flag on the new attachment
 +
* {{bug|1832408}} New user code in Phabbugz is failing on a specific account and starting over each time from the last successful id
  
 
== 2023-05-02 ==
 
== 2023-05-02 ==
Line 36: Line 43:
 
* {{bug|1820042}} Calling bug->update twice on the same bug object is generally a bad idea so we load a second copy during the uplift process
 
* {{bug|1820042}} Calling bug->update twice on the same bug object is generally a bad idea so we load a second copy during the uplift process
 
* {{bug|1799913}} Remove parameters from crash signatures in bug summaries
 
* {{bug|1799913}} Remove parameters from crash signatures in bug summaries
 
== 2023-02-23 ==
 
 
[https://github.com/mozilla-bteam/bmo/tree/release-20230223.2 release-20230223.2]
 
* {{bug|1803374}} Numbers in PR descriptions are considered bug numbers by the Bugzilla GitHub integration
 
* {{bug|1811647}} Enforce consistent metadata for regression bugs
 
* {{bug|1800750}} [Webhooks] Add webhook attributes REST endpoint
 
* {{bug|1814226}} create a custom API endpoint for uplift automation bug changes
 
* {{bug|1818562}} ensure the uplift request form is commented on the bug
 
* {{bug|1818541}} add bug keywords to Lando uplift `GET` response
 
  
 
= Archive =
 
= Archive =

Revision as of 20:38, 11 May 2023

Recent Changes

2023-05-11

release-20230511.1

  • bug 1832364 *** Place holder for summary ***
  • bug 1832391 Phabricator feed process crashes when a revision is in draft status and setting approval-mozilla-* flag on the new attachment
  • bug 1832408 New user code in Phabbugz is failing on a specific account and starting over each time from the last successful id

2023-05-02

release-20230502.1

  • bug 1828677 Invalid regex in BMO feed reader: `The regular expression you provided ':?:phab\\-bot[[:>:]]' is not valid`
  • bug 1783577 Add ability to associate a URL with a comment keyword
  • bug 1830152 make the `stack_graph_raw` attribute optional
  • bug 1825961 Missing uplift approval flags on uplift patches causes autonag to falsely complain
  • bug 1825092 Pulsebot should comment the changeset hash of the landed changesets to the bug for uplift landings

2023-03-13

release-20230313.1

  • bug 1820859 Wrap code that looks for a latest nightly/stable versions of Firefox in try/catch block in case of failure
  • bug 1821251 Quick search box can't be activated in screen reader browse mode
  • bug 1821521 [GITHUB] Only perform actions to a bug if branch is main, master, or a release branch. Ignore feature, bugfix branches, etc.
  • bug 1821679 [GITHUB] Display the name of the branch the commit was made in the comment added to the bug
  • bug 1821694 [GITHUB] Commits made to release branches should not close the bugs, only add status flag and comment
  • bug 1821739 [GITHUB] When a status flag is set from a commit, the flag is stored in the flags table, but it is not recorded properly in the bugs_activity table
  • bug 1821478 [GITHUB] Fall back to author.name if author.username is missing
  • bug 1821386 Set the Milestone field when resolving bugs after PR merges

2023-03-08

release-20230308.1

  • bug 1821078 Nightly download link on front page should not have the en-US locale code
  • bug 1821175 Push comment support is too strict when validating JSON data from Github and throwing error when sending event

2023-03-07

release-20230307.1

  • bug 1802052 GitHub API endpoint for GitHub/Bugzilla push hook to link bugs to GitHub commits
  • bug 1816611 Add links to download Firefox Beta and Nightly to the index page
  • bug 1819404 Add documentation for the new github push comment support added in bug 1802052
  • bug 1820042 Calling bug->update twice on the same bug object is generally a bad idea so we load a second copy during the uplift process
  • bug 1799913 Remove parameters from crash signatures in bug summaries

Archive