- 21 Oct, 2021 3 commits
-
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
- 17 Oct, 2021 5 commits
-
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
- 11 Oct, 2021 6 commits
-
-
Ahmon Dancy authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
- 10 Oct, 2021 1 commit
-
-
Thcipriani authored
-
- 08 Oct, 2021 1 commit
-
-
Thcipriani authored
-
- 07 Oct, 2021 2 commits
-
-
Thcipriani authored
-
Thcipriani authored
This commit updates the database for versions: - 1.38.0 - 1.37.0 - 1.36.0 - 1.35.0 - 1.34.0 (with the exception of 1.34.0-wmf.23 which hit a snag) More soon!
-
- 06 Oct, 2021 1 commit
-
-
Thcipriani authored
-
- 04 Oct, 2021 3 commits
-
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
- 25 Sep, 2021 6 commits
-
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
- 16 Sep, 2021 1 commit
-
-
20after4 authored
-
- 15 Sep, 2021 1 commit
-
-
Thcipriani authored
-
- 13 Sep, 2021 5 commits
-
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
-
Thcipriani authored
Backport is a fix vs added a feature (or whatever): * Find "Bug" footer * It's a bugfix if the phab task has a subtype of * Error * Bug Problems/limitations with this approach: * When were the "bug/error"/task subtypes introduced to phab * When did we start using them consistantly * Do we use these subtypes consistantly now? * This will undercount actual problems What's neat: * Find most backported to files: `select filename, count(*) as seen from bug_file group by filename order by seen desc limit 10;` What's hard: * The relationships between trains, bugs, and patches is hard to model. To find bugs and patches for each train the query is a doozy: `select version, b.link, p.link from train t join bug_train bt on bt.train_id = t.id join bug b on bt.bug_id = b.id join bug_bug_patch bbp on bbp.bug_id = b.id join bug_patch p on p.id = bbp.bug_patch_id and p.train_id = t.id;`
-
- 08 Sep, 2021 2 commits
-
-
Thcipriani authored
-
Thcipriani authored
-
- 05 Sep, 2021 1 commit
-
-
Thcipriani authored
-
- 26 Aug, 2021 2 commits
-
-
Thcipriani authored
-
Thcipriani authored
-