User Tools

Site Tools


dev:bug_squashing:2014-08-26

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:bug_squashing:2014-08-26 [2014/08/17 17:43] – fixing date of event bshumdev:bug_squashing:2014-08-26 [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 6: Line 6:
  
 ===== Activities ===== ===== Activities =====
-The goal of Bug Squashing Day is to get as many patches created, tested, and pushed into master as possible. +Many thanks to everyone who participated in our first Bug Squashing Day. The Evergreen community blog has a full [[http://evergreen-ils.org/bug-squashing-day-wrap-up/|recap of Bug Squashing Day activities]].
- +
-==== Fixing Bugs ==== +
-Need help deciding which bugs to fix? +
- +
-  * Find dusty bugs by looking at the [[https://bugs.launchpad.net/evergreen/+bugs?field.searchtext=&orderby=datecreated&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.importance%3Alist=UNKNOWN&field.importance%3Alist=UNDECIDED&field.importance%3Alist=CRITICAL&field.importance%3Alist=HIGH&field.importance%3Alist=MEDIUM&field.importance%3Alist=LOW&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=-pullrequest&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on|oldest non-wishlist bugs on Launchpad]] +
-  * Start with the bugs that are most important to users by looking at the [[https://bugs.launchpad.net/evergreen/+bugs?field.searchtext=&orderby=-heat&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.importance%3Alist=UNKNOWN&field.importance%3Alist=UNDECIDED&field.importance%3Alist=CRITICAL&field.importance%3Alist=HIGH&field.importance%3Alist=MEDIUM&field.importance%3Alist=LOW&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=-pullrequest&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on|non-wishlist bugs with the most heat]] +
-   * Try these [[https://bugs.launchpad.net/evergreen/+bugs?field.searchtext=&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.importance%3Alist=UNKNOWN&field.importance%3Alist=UNDECIDED&field.importance%3Alist=CRITICAL&field.importance%3Alist=HIGH&field.importance%3Alist=MEDIUM&field.importance%3Alist=LOW&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=bitesize+-pullrequest&field.tags_combinator=ALL&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on|bitesize bugs]] +
- +
-==== Testing Bugs ==== +
- +
-These [[https://bugs.launchpad.net/evergreen/+bugs?field.searchtext=&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.importance%3Alist=UNKNOWN&field.importance%3Alist=UNDECIDED&field.importance%3Alist=CRITICAL&field.importance%3Alist=HIGH&field.importance%3Alist=MEDIUM&field.importance%3Alist=LOW&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=pullrequest&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&orderby=-heat&start=0|Evergreen bugs with pullrequest tags]] are ready for testing. According to community guidelines, each piece of new code needs to be tested and get a sign-off from somebody else before it can be merged into Evergreen +
- +
-Testing involves the following steps: +
- +
-   - Loading the code on a non-production server. If you cannot load code or cannot work with a local tech person to load code, you can submit a [[https://docs.google.com/forms/d/1ai8yL-XbCo3v8dxgMTCYcam_OtM93yzXv1WYF3MUm8Y/viewform?usp=send_form|request for a Bug Squashing Day Sandbox.]] Please note, the community will have a limited number of Sandboxes available and may not be able to accommodate all requests. Please submit your request by the end of the day Friday, August 22 to give us time to get the Sandbox ready. +
-   - To avoid duplication of effort, add yourself to the "Assigned To" field in the Launchpad bug. +
-   - If your testing finds the bug fix works as expected and does not break other functionality, [[dev:git#signing_off_on_one_or_more_commits|sign off on the code]] or add a comment to the Launchpad bug saying that it passed your testing. Add a //signedoff// tag to the LP bug and remove yourself from the "Assigned To" field. +
-   - If you discover problems when testing, add a comment to the Launchpad bug. +
- +
- +
  
 +==== Stats ====
 +  * **Confirmed/Unconfirmed Bugs**: 3
 +  * **Signoffs**: 7
 +  * **New Patches**: 3
 +  * **Patches Merged**: 11
 +  * **Patches Rebased/Updated:** 3
 +  * **Bug Feedback without Signoff:** 6
 +  * **New Bugs Reported:** 4
dev/bug_squashing/2014-08-26.1408311837.txt.gz · Last modified: 2022/02/10 13:34 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.