Commit Graph

121 Commits (fork)

Author SHA1 Message Date
Stefan Arentz e63bcfc35d
Do not the contributor workflow for MickeyMoz (#18125) 3 years ago
sarentz 1989d20ff6
Only run the build-contributor-pr workflow on forks (#18082) 3 years ago
Stefan Arentz 6270c8da8c
Workflow to build contributor PRs (#17843) 3 years ago
amedyne e1d6fa527c
Add configuration file for probot-stale - https://github.com/probot/stale (#17801)
* Create stale.yml

* Update stale.yml

* Update stale.yml
3 years ago
amedyne 4f770e9792
Update ---bug-report.md (#17660)
Update Bug report template
3 years ago
Johan Lorenzo ade23eb39c
Update release checklist to now include steps regarding shipit (#16918) 3 years ago
Stefan Arentz 5d598573fc
Create update-ac.yml workflow (#16974) 3 years ago
Michael Comella 94bbf90f3c No issue: move TestStrictModeManager to perf sub package. 4 years ago
Michael Comella 99600247bb No issue: move relevant files in :mozilla-lint-rules to perf pkg. 4 years ago
Michael Comella c647679e4d No issue: move relevant :mozilla-detekt-rules to perf/ pkg. 4 years ago
Michael Comella 346f85868e No issue: perf code owner all /perf/ src dir.
Our previous strategy was to code owner all the specific files we should
own but that's fragile and unreasonable. This is simpler. We expect
there will still be edge cases that live outside these directories (e.g.
*Application*kt).
4 years ago
Michael Comella 72ab058551 For #16376: move Startup*Test to perf pkg under code owners.
Instead of listing many different files here, we should just put them in
/perf/ packages and code owner them.
4 years ago
liuche 0b37625695
update release checklist (#16383) 4 years ago
MarcLeclair 7b1af41b40
15278 detekt rule runblocking (#15942)
* For #15278: added CoroutineManager to count runBlocking calls

* For #15278: Added actual detekt rule for runblocking and its config to the yaml

* For #15278: Added unit test for RunblockingCounter

* For #15278: renamed StrictModeStartupSuppressionCountTest.kt to PerformanceStartupTest.kt and added runBlockingCount test

* Lint fix

* For #15278: made runblocking a Long to prevent overflow

* For #15278: fixed MozRunblocking name, description and moved RunBlockingCounter to perf package

* For #15278:Renamed MozillaRunblockingCheck to MozillaRunBlockingCheck

* For #15278: Added setup for unit test, since it failed without restting counter

* For #15278: Fixed naming for RunBlocking lint check

* For #15278: removed changes made to test to use runBlockingIncrement

* For #15728: added test exclusion for runBlocking check

* For #15278: changed null check and added Synchronized to count setter

* For #15278: fix for nits

* For #15278: added StartupExcessiveResourceUseTest to CODEOWNERS

* For #15278: fixed for nits

* For #15278: Moved increment function to extension function and fixed indentation

* For #15278: Added tests for Atomic Integer extension and nit fix
4 years ago
Michael Comella 25d3ea65f5 For #15707: add ConstraintLayoutPerfDetectorTest to code owners. 4 years ago
Ankur Sonawane 319abf3bfa
For #15561: add comments to issue template (#15690)
* For #15561: add comments to feature template

Comments are copied directly from https://github.com/mozilla-mobile/fenix#i-want-to-file-an-issue for more information

* For #15561: add comments to bug template

Comments are copied directly from https://github.com/mozilla-mobile/fenix#i-want-to-file-an-issue

* Move comments above STR and change message

* Move comments above "What is the user problem"
4 years ago
Michael Comella c071889520 For #15280: add new lint rule to CODE OWNERS. 4 years ago
Michael Comella b222376cb0 For #13959: add test to prevent increasing StrictMode suppression count. 4 years ago
Roger Yang 450caf1e42
Revert "No issue: remove * ac from codeowners." (#15638)
This reverts commit f3b7e294be.
4 years ago
Michael Comella f3b7e294be No issue: remove * ac from codeowners.
rocketsroger and I agreed this may be undesireable due to the increased
notifications. If we remove it and someone complains, we can re-add it.
4 years ago
Michael Comella e04e20234d For #15273: add warnings about codeowners; add perf team as CODEOWNERS owner. 4 years ago
Michael Comella 70df3e8b15 For #15273: fix suspected syntax errors in code owners.
I validated the paths used using a technique in this blog post:
http://www.benjaminoakes.com/git/2018/08/10/Testing-changes-to-GitHub-CODEOWNERS/

So the syntax error(s) are likely within the names, such as this
example.
4 years ago
Ankur Sonawane bdc306f2ba
For #14487: Remove obsolete question (#14780)
The "Can you reproduce in Firefox for Android?"-question that is now obsolete since Fennec is EOL. Also, fenix uses the shield icon to open ETP toggle, and not the lock icon
4 years ago
Michael Comella 88a539ee5a No issue: monitor performance via CODEOWNERS. 4 years ago
Jonathan Almeida f638935241
Remove milestone from pull request template (#14198)
We don't use milestones in Fenix, so let's remove it from the PR template.
4 years ago
Michael Comella 78c6ee43c3 No issue: add 'Performance issue' type.
Currently, users file performance issues and it's up to the Fenix team
to triage them and tag them appropriately. I think it'd save the Fenix
team time and ensure the performance team sees more issues if there was
a new issue type.
4 years ago
Aaron Train b332deedd4
No Issue: Create --ui-test.md issue template (#11207) 4 years ago
Chenxia Liu 99ae855835 Closes #10670 - Update issue templates. 4 years ago
Sawyer Blatz 9998a3daf9 For #5909: Updates docs for improved accessibility process 4 years ago
Jeff Boek 3b3648e650 Adds triage action 4 years ago
Sawyer Blatz 99f3804216
Closes #6139: Removes bors (#7247)
I'm sorry, Dave, I'm afraid I can't do that.
4 years ago
Michael Comella 20e33290e2 No issue: remove Quality PR template item.
This should be caught by CI and should not be necessary to force folks
to check off.
4 years ago
Severin Rudie 1f5014ad53 No issue: update release docs (#6489)
* No issue: update release docs and add Beta release steps
4 years ago
Severin Rudie 18edad9e45 No issue: add script for compiling closed issues from commit history (#6509) 4 years ago
liuche 29d91ae769
No issue: Update releng docs (#6230)
* No issue: Update releng docs

* Fill out TODOs

* Address follow-ups
5 years ago
Jeff Boek 58ed86dac0
Update release_checklist with due dates 5 years ago
Sawyer Blatz b6d9bbda78
For #5382: Updates bors bot integration with Taskcluster (#5929) 5 years ago
Johan Lorenzo 1d30f313d3 Add Releng and Fenix as code owners of taskcluster/, .taskcluster.yml, .cron.yml 5 years ago
Jeff Boek 89a9b5057b Adds SUMO verification step 5 years ago
Colin Lee acfd73419c
No issue: Uncomment APK instructions and provide extra detail (#5317) 5 years ago
liuche fade141d4b No issue: Add AC pinning to releng steps (#5223) 5 years ago
Chenxia Liu 6b76ee75ff No issue: Update Releng Checklist with more dates. 5 years ago
Chenxia Liu 706075c518 No issue: Add AFTER-MERGE checklist item for PR 5 years ago
Jeff Boek 1b2e67b871 Adds string freeze date to calendar and string header (#5159) 5 years ago
Sawyer Blatz 55e5c45eb5 No issue: Adds screenshots to the PR checklist (#5089) 5 years ago
Colin Lee ca118033a2
Updated CODEOWNERS file to let A-C review Fenix PRs (#5013) 5 years ago
Colin Lee 04f364a883
For #4631: Make sure reviewers can access a PR APK (#5004) 5 years ago
Sawyer Blatz 312216f142 No issue: removes deprecated changelog 5 years ago
Jeff Boek 617a085d38 Release documentation (#4617)
* For #4258 - Create release checklist

* For #4258 - Adds table for sprint / release schedule

* For #4258 - Fixes nits
5 years ago
Emily Kager f122a8fc09 Create ---webcontent-issue-report.md 5 years ago
Divya Raj 073b0ae103 Fixed Issue #3741 - %s in Japanese version + A few typos (#3749)
* Typo in README

* Fixed Issue #3741 - %s in Japanese version

* Fixed various typos
5 years ago
Vesta Zare 1cb8f42403 Updates feature request template (#2155) 5 years ago
Vesta Zare 859b42175a
Update user story template (#2153)
Updated user story template
5 years ago
Vesta Zare 8e54597c9f
Update issue templates.md (#2150)
* Update ---feature-request.md

* Rename issue template

* Update issue templates
5 years ago
Barbara Bermes 5f5bb47706
Update issue templates 5 years ago
Barbara Bermes a753ef56f9
Update issue templates 5 years ago
Barbara Bermes 52f16ec261
Update issue templates 5 years ago
Jeff Boek 0cb03e4048 Fixes #643 - Adds a changelog and pull reuqest template 5 years ago
Barbara Bermes 6cf9af0dd1
added more bullets 5 years ago
Barbara Bermes e1ebd2d0b3
Update --telemetry-request.md
added icon
5 years ago
Barbara Bermes c041df98ff
Create --telemetry-request.md
Added Telemetry template
5 years ago
Barbara Bermes 8fb3a0df2e
created user story template 5 years ago
Barbara Bermes e257d867e1
Update --epic.md
Updated title
5 years ago
Barbara Bermes bdaa77d03a
Update --epic.md
Added updates based on Vesta's suggestions
5 years ago
Barbara Bermes 28e2a62683
Update --epic.md
Added icon
5 years ago
Barbara Bermes 72d4798bf4
Rename epic to --epic.md
Changed file name
5 years ago
Barbara Bermes 819eba9529
Create epic
Another template for Epics
5 years ago
Mitchell Hentges 68756300c8 Ensures that fenix team is also notified of automation changes 5 years ago
Mitchell Hentges 8293f6a7a7 Changes global code owner to mozilla-mobile/fenix 5 years ago
Mitchell Hentges 31be66bd6f Sets up CODEOWNERS file 5 years ago
Jeff Boek a20435a9e5 Adds issue templates 5 years ago