83
edits
OanaArbuzov (talk | contribs) (Added meeting minutes from 17.11.2020) |
OanaArbuzov (talk | contribs) (Added meeting minutes from 15.12.2020) |
||
| Line 1: | Line 1: | ||
== December 15 2020 == | |||
=== List of Issues with no milestone (SV) === | |||
I tried to check the issues on Github that have no milestone and I kept getting an error. | |||
URL: https://github.com/webcompat/web-bugs/issues?q=is%3Aissue+is%3Aopen+no%3Amilestone | |||
I saw the correct page only once (10 issues shown) and luckily I made a screenshot and now those issues were verified. | |||
I've created a ticket on Github (https://support.github.com/ticket/personal/0/935694) and the problem is being investigated. | |||
I've got a reply: | |||
- Thanks for contacting GitHub Support! | |||
- I believe the issue here is the large size of this repository causing the timeout, as I can see there are over 63k issues in that repo. | |||
- Loading the issues page without the milestone filter loads, however, so I'm going to reach out internally to see what is happening here. | |||
- An alternative approach while we look into this would be to pull a list of issues with no milestone using the API. You can see our API docs about issues here: | |||
- https://docs.github.com/en/free-pro-team@latest/rest/reference/issues#list-repository-issues | |||
- As soon as I have an update I'll let you know. | |||
I tried to compose the link, in order to get the issues which have no milestone, but without luck (`no milestone` has no ID, like the rest of the milestones). | |||
Could you provide us the link so we could investigate the remaining issues, if any? | |||
Karl: https://api.github.com/repos/webcompat/web-bugs/issues?milestone=none = Working most of the times (sometimes it gives Server error). | |||
This is failing too https://github.com/webcompat/web-bugs/issues?q=is%3Aissue+milestone%3Aneedsdiagnosis+label%3Aengine-gecko+sort%3Acomments-asc except if you remove label. | |||
=== Re-test Bugzilla issue with patch (Oana) === | |||
I was requested to re-test an issue where a patch was provided. | |||
https://bugzilla.mozilla.org/show_bug.cgi?id=1675578 | |||
Do I need to apply the patch (and if yes, how can I do that, since it is not an .xpi file). | |||
If the patch is already in the latest Nightly I will re-test it asap. | |||
Karl: Ask dennis to provide a build. | |||
== November 17 2020 == | == November 17 2020 == | ||
edits