summaryrefslogtreecommitdiffstats
path: root/extensions/PhabBugz/lib/Feed.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-04-11Bug 1453122 - The phabbugz feed daemon should use IO::Async::Timer instead ↵dklawren1-11/+51
of using while loop
2018-03-29Bug 1441063: Fix the unaccepted revision comment (PhabBugz)Piotr Zalewa1-1/+7
* PhabBugz: Fix the unaccepted revision comment Summary: Currently, we're sending the "User removed from revision" comment when the Accept flag has been removed from a revision. This could happen in a number of use cases: 1. The reviewer resigned from being a reviewer. 2. The reviewer has been removed from reviewers list. 3. Someone (author, reviewer) removed acceptance of the revision by changing its status to "Needs Review". This patch is sending a "flag is deactivated" or "reviewer removed from revision" depending on the current status of the reviewer. Test Plan: Accept a revision. Change the revision to "Needs Review". Check the bug comment. Accept the revision. Remove the user from reviewers list. Check the bug comment. Reviewers: dkl Bug #: 1441063 Differential Revision: https://phabricator.services.mozilla.com/D809 * Styling fixed as requested in review. * Perl style fixes
2018-03-27Bug 1440829 - Bugzilla comment for Phabricator commit should include entire ↵dklawren1-1/+1
commit message, not just first line
2018-03-23Bug 1446974 - Revert changes of the subscribers list on secure revisionsdklawren1-3/+5
2018-03-20Bug 1447291 - Remove Apache2::Log from PhabBugs/Push in favor of logging ↵Dylan William Hardison1-40/+40
framework
2018-03-06Bug 1443537 - Add utility functions for switching database handle to ↵Dylan William Hardison1-12/+7
writeable or read-only mode
2018-02-28Bug 1440239 - PhabBugz - Assign a secure-revisionPiotr Zalewa1-1/+6
2018-02-28Bug 1437384 - phabbugz_feed.pl in PhabBugz extension should be extended to ↵dklawren1-30/+176
also query for new users in Phab
2018-02-13Bug 1434438 - Refactor Revision.pm to use Moo for cleaner type checkingdklawren1-1/+1
2018-02-07Bug 1430259 - Update policy code in BMO PhabBugz extension to update custom ↵dklawren1-54/+93
policy if a private bugs groups have changed.
2018-01-05Bug 1428156 - BMO will mark a revision as public if it sees a new one ↵dklawren1-2/+12
created without a bug id associated with it
2018-01-03 Bug 1426518 - Revisions can optionally not have a bug id so we need to make ↵dklawren1-15/+25
it optional in the type constraints of Revision.pm
2017-12-20Bug 1426424 - feed daemon complains when trying to set an inactive review flagDavid Lawrence1-2/+2
2017-12-19Bug 1422329 - The phabricator conduit API method feed.query_id return data ↵David Lawrence1-19/+7
format has changed so the phabbugz_feed.pl daemon needs to be updated
2017-12-19Bug 1409957 - Create polling daemon to query Phabricator for recent ↵David Lawrence1-0/+320
transcations and update bug data according to revision changes
2017-12-05Revert "Bug 1409957 - Create polling daemon to query Phabricator for recent ↵Dylan William Hardison1-320/+0
transcations and update bug data according to revision changes" This reverts commit 7da8e374e0c96e10077690935e829b0c04fc82f4.
2017-12-05Revert "Bug 1422329 - The phabricator conduit API method feed.query_id ↵Dylan William Hardison1-7/+19
return data format has changed so the phabbugz_feed.pl daemon needs to be updated" This reverts commit 357528ba856fd85aee5967e5d7d8f4426bc8d5b6.
2017-12-01Bug 1422329 - The phabricator conduit API method feed.query_id return data ↵David Lawrence1-19/+7
format has changed so the phabbugz_feed.pl daemon needs to be updated
2017-11-29Bug 1409957 - Create polling daemon to query Phabricator for recent ↵dklawren1-0/+320
transcations and update bug data according to revision changes