summaryrefslogtreecommitdiffstats
path: root/extensions/PhabBugz/lib/Revision.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-08-20Bug 1482145 - refactor revison reviewers to be a list of revsion reviewsDylan William Hardison1-25/+14
2018-08-17Bug 1482145 - add more type checking to phabbugz codeDylan William Hardison1-5/+7
2018-08-06Bug 1480897 - When making a revision public, make the revision editable only ↵dklawren1-2/+8
by the bmo-editbugs-team project (editbugs)
2018-07-24Bug 1477894 - get_attachment_revisions() should be returning an empty list, ↵dklawren1-0/+2
instead of a list of [0]
2018-06-29Bug 1472196 - Disable use of editbugs as edit policy since group member ↵dklawren1-8/+1
syncing is currently broken on prod bmo
2018-06-25Bug 1457900 - When restricting a revision to a bugzilla group we should tag ↵dklawren1-13/+91
the revision with the project
2018-06-25Bug 1469881 - Patches posted by Phabricator to Bugzilla don't list the patch ↵dklawren1-1/+1
author
2018-05-11Bug 1440086 - Refactor PhabBugz extension code to use new User.pm module for ↵dklawren1-35/+28
better type checking
2018-05-09Revert "Bug 1440086 - Refactor PhabBugz extension code to use new User.pm ↵Dylan William Hardison1-28/+35
module for better type checking" This reverts commit 739676cf4b122cdec12981c2bc3a79c3f54aa7e4.
2018-05-08Bug 1440086 - Refactor PhabBugz extension code to use new User.pm module for ↵dklawren1-35/+28
better type checking
2018-03-27Bug 1440829 - Bugzilla comment for Phabricator commit should include entire ↵dklawren1-0/+2
commit message, not just first line
2018-02-28Bug 1440239 - PhabBugz - Assign a secure-revisionPiotr Zalewa1-1/+32
2018-02-28Bug 1437384 - phabbugz_feed.pl in PhabBugz extension should be extended to ↵dklawren1-0/+1
also query for new users in Phab
2018-02-13Bug 1434438 - Refactor Revision.pm to use Moo for cleaner type checkingdklawren1-147/+155
2018-01-11Bug 1429600 - Update Revision.pm type checking to treat bug id as a simple ↵dklawren1-2/+5
string or undefined
2018-01-09Bug 1429110: Update Revision.pm type checking to treat bug id as a simple stringdklawren1-7/+5
2018-01-03 Bug 1426518 - Revisions can optionally not have a bug id so we need to make ↵dklawren1-4/+11
it optional in the type constraints of Revision.pm
2017-12-19Bug 1422329 - The phabricator conduit API method feed.query_id return data ↵David Lawrence1-0/+4
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/+372
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-372/+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-4/+0
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-0/+4
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/+372
transcations and update bug data according to revision changes