summaryrefslogtreecommitdiffstats
path: root/extensions/Push
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy28-2535/+2389
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison2-403/+0
2018-09-07Bug 1488292 - Remove MozReview extension from BMO code tree as MozReview is ↵dklawren2-403/+0
being decommissioned
2018-08-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison3-40/+51
2018-08-16Bug 1480878 - Monitor the health of Push connector job processingMars1-22/+48
2018-08-10Bug 1482475 - Add extensive testing frameworkDylan William Hardison1-2/+1
2018-08-06Bug 1478897 - ensure phabbugs doesn't fail outright when encountering ↵dklawren1-16/+2
invalid bug ids
2018-07-08more harmony fixesDylan William Hardison2-359/+0
2018-07-08Merge remote-tracking branch 'bmo/master'Dylan William Hardison5-78/+50
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-20Bug 1455493 - cleanup push connector loggingDylan William Hardison4-25/+20
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-04-08disable Push tooDylan William Hardison1-0/+0
2018-03-20Bug 1447291 - Remove Apache2::Log from PhabBugs/Push in favor of logging ↵Dylan William Hardison1-30/+22
framework
2018-03-07Revert Bug 1273381Dylan William Hardison5-34/+2
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5.
2018-03-05Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵Upasana5-2/+34
for object accessors
2018-02-28Bug 1440239 - PhabBugz - Assign a secure-revisionPiotr Zalewa1-5/+23
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison1-2/+2
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 Hardison3-4/+4
2017-12-05Bug 1423206 - Remove aha removal codeDylan William Hardison1-9/+0
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 Umoh2-183/+9
* Add install_update_db to Extension.pm
2017-06-20 Bug 1374396 - Add initial push connector for Phabricator r=dklDavid Walsh1-0/+83
2017-05-19Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug ↵David Lawrence3-0/+6
1361151
2016-12-21Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ↵Dylan William Hardison2-4/+2
setup with the vendor bundles
2016-10-04Bug 1306589 - BMO: CSRF vulnerability allows deleting admin queue entriesDavid Lawrence4-11/+32
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison29-8/+34
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison29-34/+8
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 Hardison29-8/+34
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-07-05Bug 1237326 - Apache2::Log should only be loaded if we're running under mod_perlAnup Kumar1-1/+1
2016-06-29Bug 1251668 - Add code to BMO to push specific bug changes to a Cisco Spark ↵David Lawrence1-0/+191
chatroom
2016-03-07Bug 1252862 - Remove calls to delete_token() in several places where it is ↵David Lawrence1-2/+1
unnecessary