summaryrefslogtreecommitdiffstats
path: root/extensions/PhabBugz/lib/Feed.pm
AgeCommit message (Collapse)AuthorFilesLines
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