Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-04 | add version | Dylan William Hardison | 2 | -1/+15 | |
2018-08-04 | with EV | Dylan William Hardison | 1 | -1/+2 | |
2018-08-04 | Add EV | Dylan William Hardison | 1 | -1/+1 | |
2018-08-04 | hypnotoad should always expect a proxy | Dylan William Hardison | 1 | -0/+1 | |
2018-08-04 | remove unused HTTPD_* envs from everywhere | Dylan William Hardison | 2 | -19/+0 | |
2018-08-04 | review nits | Dylan William Hardison | 10 | -314/+30 | |
2018-08-04 | more tidy | Dylan William Hardison | 4 | -12/+14 | |
2018-08-04 | more tidy | Dylan William Hardison | 5 | -29/+33 | |
2018-08-04 | more tidy | Dylan William Hardison | 5 | -72/+24 | |
2018-08-04 | some cleanups | Dylan William Hardison | 3 | -182/+150 | |
2018-08-04 | fix errors from group review | Dylan William Hardison | 2 | -3/+2 | |
2018-08-04 | fix lint errors | Dylan William Hardison | 1 | -2/+2 | |
2018-08-04 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 49 | -786/+1136 | |
2018-08-03 | Bug 1374266 - Improve the "Zarro Boogs found" message | LastDreadPirate | 1 | -0/+2 | |
2018-08-03 | Bug 1479350 - "Phabricator Reviews Requested of You" lists bugs which I have ↵ | dklawren | 1 | -3/+15 | |
reviewed | |||||
2018-08-03 | bump version to 20180803.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-08-03 | Bug 1480583 - User->match is not paging properly so all user results are not ↵ | dklawren | 1 | -3/+3 | |
return if more than 100 users | |||||
2018-08-02 | no bug - add dependencies needed for monitoring | Dylan William Hardison | 3 | -2/+18 | |
2018-08-01 | bump version to 20180801.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-08-01 | Bug 1478013 - Importance, Status and Platform section labels in show bug ↵ | Kohei Yoshino | 2 | -10/+11 | |
view are linked but not clickable | |||||
2018-07-31 | Bug 1432095 - OpenGraph image not loaded | Kohei Yoshino | 3 | -0/+9 | |
2018-07-31 | Bug 1479563 - Wrap labels in Requests dropdown list | Kohei Yoshino | 1 | -0/+5 | |
2018-07-31 | Bug 1466737 - "use my platform" should default to x86_64 on Mac OS X | Kohei Yoshino | 1 | -0/+1 | |
2018-07-31 | Bug 1475687 - Remove https://bugzilla.mozilla.org/form.reps.it custom form | Kohei Yoshino | 3 | -331/+0 | |
2018-07-31 | Bug 1320977 - performance tweaks | Dylan William Hardison | 4 | -7/+17 | |
2018-07-31 | Bug 1479523 - Disable one-click component watching for logged out users | Kohei Yoshino | 1 | -1/+6 | |
2018-07-27 | Bug 1478983 - WebService endpoint to check if a user can enter a bug into a ↵ | Mark Côté | 1 | -17/+53 | |
given product There is some common code, which we will need again for another WebService call, that can be refactored into their own functions. This WebService endpoint takes a product name and user ID in the form `check_enter_bug/<product>/<user id>`. It returns an object with one attribute, `result`, that is set to 1 if the product exists and the user is allowed to enter bugs in it, or 0 otherwise. | |||||
2018-07-27 | Bug 1320977 - Add review/feedback/needinfo request counts and block statuses ↵ | Kohei Yoshino | 2 | -1/+54 | |
to /rest/user and /rest/user/suggest responses | |||||
2018-07-27 | Bug 1478540 - Update User.pm to load more than 100 users by using the paging ↵ | dklawren | 2 | -17/+28 | |
functionality of Conduit API | |||||
2018-07-27 | Bug 1419636 - Make Google Analytics use beacon/XHR instead of img tag | Kohei Yoshino | 2 | -2/+7 | |
2018-07-25 | Bug 1478012 Phab allows projects to have empty descriptions so Project.pm in ↵ | dklawren | 1 | -1/+1 | |
PhabBugz should allow the same | |||||
2018-07-25 | no bug - Include Bugzilla::Error in PhabBugz's WebService.pm. | Mark Côté | 1 | -0/+1 | |
The ThrowUserError() calls in PhabBugz's WebService.pm were causing errors as Bugzilla::Error wasn't being imported. | |||||
2018-07-24 | Bug 1477894 - get_attachment_revisions() should be returning an empty list, ↵ | dklawren | 3 | -6/+55 | |
instead of a list of [0] | |||||
2018-07-23 | Bug 1476841 - Various code cleanups ahead of the Mojolicious patch | Dylan William Hardison | 8 | -43/+32 | |
2018-07-23 | Bug 1475593 - Bugzilla Emails received when patches are attached in Phabricator | byron jones | 1 | -4/+4 | |
2018-07-23 | no bug - add unit tests around some parts of the phabricator integration | Dylan William Hardison | 1 | -0/+197 | |
2018-07-19 | Bug 1136271 - Make user profile page visible to anyone for easier sharing | Kohei Yoshino | 5 | -10/+6 | |
2018-07-19 | Bug 1472954 - Implement one-click component watching on bug modal and ↵ | Kohei Yoshino | 22 | -597/+994 | |
component description pages | |||||
2018-07-19 | Bug 1476288 - Replace moz_nick with (new, revised) nick and also attempt to ↵ | Dylan William Hardison | 6 | -36/+17 | |
disallow duplicate nicks | |||||
2018-07-17 | bump version to 20180717.2 | Dylan William Hardison | 1 | -1/+1 | |
2018-07-17 | Bug 1474026 - Double HTML escaping in crash signature update | Kohei Yoshino | 3 | -3/+3 | |
2018-07-17 | bump version to 20180717.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-07-17 | Bug 1260096 - BugUserLastVisit api not working and throwing error code : 32614 | Kohei Yoshino | 2 | -1/+10 | |
2018-07-17 | Bug 1472961 - Copy Summary button should copy link as well | Kohei Yoshino | 2 | -26/+17 | |
2018-07-17 | Bug 1476052 - Bugzilla mishandles diff attachments that are UTF-8 and ↵ | Dylan William Hardison | 3 | -0/+4 | |
contain U+FFFF | |||||
2018-07-16 | Bug 1474617 - conduit-suite phabricator local development instance missing ↵ | dklawren | 1 | -4/+31 | |
some default configuration | |||||
2018-07-13 | Bug 1473798 - Add and remove members of a phabricator project instead of ↵ | dklawren | 2 | -9/+16 | |
setting exact list | |||||
2018-07-13 | bump version to 20180712.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-07-13 | Bug 1472896 - Update to Gear Store inventory dropdown | Kohei Yoshino | 1 | -84/+75 | |
2018-07-13 | Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed ↵ | Dylan William Hardison | 9 | -52/+141 | |
row format, and changes charset to utf8mb4) |