summaryrefslogtreecommitdiffstats
path: root/extensions/Push/lib/Connector
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy4-272/+269
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison1-178/+0
2018-09-07Bug 1488292 - Remove MozReview extension from BMO code tree as MozReview is ↵dklawren1-178/+0
being decommissioned
2018-08-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison1-16/+2
2018-08-06Bug 1478897 - ensure phabbugs doesn't fail outright when encountering ↵dklawren1-16/+2
invalid bug ids
2018-07-08more harmony fixesDylan William Hardison1-353/+0
2018-06-28 Bug 1469378 - Update feed daemon to only manage subscribers on a revision ↵dklawren1-7/+9
if the bug is private, otherwise leave it alone
2018-06-25Bug 1457900 - When restricting a revision to a bugzilla group we should tag ↵dklawren1-15/+4
the revision with the project
2018-05-31Bug 1430905 - Remove legacy phabbugz code that is no longer neededdklawren1-55/+42
2018-04-26Bug 1454647 - Mirror all BMO groups as Phabricator projects and keep them in ↵dklawren1-1/+0
sync
2018-04-20 Code Pull requests 33 Insights Settings Bug 1452531 - PhabBugz code should ↵dklawren1-1/+1
add allow visibility to reviewers when creating custom policies
2018-02-28Bug 1440239 - PhabBugz - Assign a secure-revisionPiotr Zalewa1-5/+23
2018-01-03 Bug 1426518 - Revisions can optionally not have a bug id so we need to make ↵dklawren1-1/+1
it optional in the type constraints of Revision.pm
2017-12-19Bug 1409957 - Create polling daemon to query Phabricator for recent ↵David Lawrence1-2/+2
transcations and update bug data according to revision changes
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-2/+2
2017-12-05Revert "Bug 1409957 - Create polling daemon to query Phabricator for recent ↵Dylan William Hardison1-2/+2
transcations and update bug data according to revision changes" This reverts commit 7da8e374e0c96e10077690935e829b0c04fc82f4.
2017-11-29Bug 1409957 - Create polling daemon to query Phabricator for recent ↵dklawren1-2/+2
transcations and update bug data according to revision changes
2017-10-10Bug 1399593 - Add sync group comments during new revision creation as well ↵David Walsh1-31/+5
as push connector
2017-09-12Bug 1396957 - Synchronize CC list on security bugs over to revisions as ↵dklawren1-8/+22
subscribers (#230) * Bug 1396957 - Synchronize CC list on security bugs over to revisions as subscribers * - Updated to only make subscriber changes if no groups have changed. - This cuts down on the amount of custom policy changes in the revision activity. * Bug 1396957 - Synchronize CC list on security bugs over to revisions as subscribers * - Updated to only make subscriber changes if no groups have changed. - This cuts down on the amount of custom policy changes in the revision activity. * Bug 1396042 - Implement logging for the BMO push connector * Bug 1397747 - Move _get_all_group_names to Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code
2017-09-07Bug 1396042 - Implement logging for the BMO push connectorDavid Walsh1-2/+18
2017-08-30Bug 1393023: Approving a revision creates an r+ flag on the revision ↵dklawren1-30/+5
attachment in the associated bug (#219) Approving a revision creates an r+ flag on the revision attachment in the associated bug * - Working version - Splits accepted_users on ':' instead of accepting a list (phab issue)
2017-08-11Bug 1382225 - Missing code from PhabBugz extension such as http basic auth ↵dklawren1-15/+11
support and other minor improvements
2017-08-02Fix #1386675 - Update user comparison in Phabricator push connectorDavid Walsh1-4/+8
2017-07-31Bug 1383108 - Sync security groups with Phabricator push connectorDavid Walsh1-32/+94
r=dkl
2017-07-19Bug 1380727 - Update BMO Push Connector to Make Revisions Public when Bug ↵David Walsh1-6/+46
Made Public
2017-07-19Bug 1374396 - Add initial push connector for PhabricatorDavid Walsh1-14/+2
2017-06-21Bug 1371464 - Delete code for Aha push connectorMary Umoh1-183/+0
* Add install_update_db to Extension.pm
2017-06-20 Bug 1374396 - Add initial push connector for Phabricator r=dklDavid Walsh1-0/+83
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison6-0/+6
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison6-6/+0
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison6-0/+6
local symlink to data/ directory
2016-07-25Bug 1286988 - Cisco Spark BMO bot configured to lookup room name; consider ↵David Lawrence1-25/+3
using room identifier
2016-07-25Bug 1286987 - When the cisco-spark keyword is added to an existing bug, ↵David Lawrence1-4/+8
please have the BMO bot send info to Spark
2016-07-07Bug 1251668 - Add code to BMO to push specific bug changes to a Cisco Spark ↵David Lawrence1-1/+1
chatroom
2016-06-29Bug 1251668 - Add code to BMO to push specific bug changes to a Cisco Spark ↵David Lawrence1-0/+191
chatroom
2016-03-01Bug 1252216 - Push extension configuration is vulnerable to CSRF and ↵David Lawrence1-0/+2
potentially code execution
2016-02-11Bug 1244602 - rewrite the bmo --> reviewboard connector to create a bug ↵Byron Jones4-256/+102
instead of updating reviewboard
2016-01-05Bug 1224001 - Add push connector for Aha.ioDylan Hardison1-0/+182
2015-01-27Bug 1124432: Backport upstream bug 1079065 to bmo/4.2 to fix improper use of ↵David Lawrence1-1/+1
open() calls
2014-11-11Bug 1096318: Restricting a bug's visibility does not delete any associated ↵Dylan William Hardison1-0/+11
MozReview review requests
2014-07-22Disable unusued push connectorByron Jones1-230/+0
2014-05-21Bug 993223 - Notify Review Board when a bug is made confidentialDylan William Hardison4-0/+320
r=glob
2013-05-21Bug 874327: add Blocking_B2G to tcl connectorByron Jones1-6/+9
2013-03-26Bug 854770: fix issues with bugzilla-pushByron Jones1-0/+2
2013-03-21Bug 833204: add support for sending attachments via pushByron Jones1-0/+32
2012-11-15Fix bug in push/TCL connector filenamesByron Jones1-9/+83
2012-11-14Bug 589322: fix push breakage (Net::RabbitMQ should be optional)Byron Jones1-1/+1
2012-11-14Bug 589322: deploy push extensionByron Jones4-0/+645