summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-17no bug - have the test runners start up the httpd (#203)Dylan William Hardison5-92/+251
2017-08-16Bug 1390112 - Option for filing security bugsSebastin Santy2-1/+4
2017-08-15Bug 1387106 - UI tweaks and ideasSebastin Santy3-3/+13
2017-08-11Bug 1382225 - Missing code from PhabBugz extension such as http basic auth ↵dklawren5-43/+107
support and other minor improvements
2017-08-08Bug 1386336 - Generate robots.txt at checksetup.pl from a templateMary Umoh5-50/+21
2017-08-07latest, not $TAGDylan William Hardison1-1/+1
2017-08-07Bug 1383355 - nit only push to latest for the master branchDylan William Hardison1-4/+8
2017-08-07Bug 1383355 - Migrate CI tests from taskcluster to CircleCIDylan William Hardison17-121/+517
2017-08-04Bug 1387459 - Tidy the Bugzilla/Config/*.pm modulesDylan William Hardison18-887/+900
2017-08-03Bug 1385937 - Add Data::Password::passwdqc to vendor tarballsDylan William Hardison1-0/+1
2017-08-02Fix #1386675 - Update user comparison in Phabricator push connectorDavid Walsh1-4/+8
2017-08-01Bug 1386238 - Multi-select boxes broken by bug 1366143Dylan William Hardison5-46/+16
This reverts commit 3d864bdde0aff3931aca3afa864228341aaa0e92.
2017-08-01bump version to 20170801.1Dylan William Hardison1-1/+1
2017-08-01Bug 1385524 - Bug titles not escaped before being passed to GraphvizDylan William Hardison1-0/+1
2017-08-01Bug 1385947 - Make revisions fully public (#189)David Walsh1-2/+2
2017-07-31Bug 1383108 - Sync security groups with Phabricator push connectorDavid Walsh3-33/+130
r=dkl
2017-07-28Bug 1383268 - Add attachments to new-bugSebastin Santy4-4/+63
2017-07-28Bug 1383802 - Elasticsearch indexed documents lack an _id based on the ↵Dylan William Hardison3-2/+8
object's primary key
2017-07-28Bug 1369211 - Remove the product dashboard extension as it existsDylan William Hardison21-1802/+0
2017-07-28Bug 1378873 - user autocomplete no longer works for some stringsDylan William Hardison3-2/+91
2017-07-27Bug 1365983 - enter_bug.cgi should be updated to use "Data Platform and Tools"Dipankar Das1-1/+1
2017-07-27Bug 1384100 - Lock out access to /new-bug in productionDylan William Hardison1-0/+5
2017-07-25Bug 1380531 - Write initial CircleCI configuration for BMODylan William Hardison8-30/+51
This is the first (working) iteration of a configuration that allows CircleCI to build 'bmo' docker images that are runnable. Some other changes were required for this: 1. The base image used in Dockerfile was changed from centos:6.7 to mozillabteam/bmo-base:slim. This is a new version of (github) mozilla-bteam/docker-bmo-base which is much smaller, and includes all the system RPMs and other bits that our bmo Dockerfile expects. 2. init.pl mistakenly had '--no-assets' which is not currently a checksetup.pl option. 3. 901-secure-mail-loop.t (which checks for an infinite loop) had to have its timeout increased because CircleCI sometimes is quite slow. 4. version.txt // __version__ now includes build information from CircleCI environmental variables
2017-07-22Bug 1381567 - wrap heredoc in an ifEmma Humphries1-2/+5
2017-07-21Fix bugwords test failureSebastin Santy1-4/+6
2017-07-21Bug 1381752 - Re-organize the layoutSebastin Santy10-183/+1445
2017-07-21better defaults for re.plDylan William Hardison3-0/+89
2017-07-21add to the vagrant vm a 're.pl' command that gives a pretty nice perl shell ↵Dylan William Hardison3-0/+19
(#176) * add re.pl support * order of includes matter
2017-07-20Bug 1381869 - Use separate elasticsearch index for Bugzilla::UserDylan William Hardison10-109/+134
This patch removes the concept of a single, bugzilla-wide index in favor of a per-class index. bugs and comments continue to use Bugzilla->params->{elasticsearch_index} but users use Bugzilla->params->{elasticsearch_index} . "_user". It is assured via the ChildObject trait (role) that comments will share the index with bugs, and we have kept the index for bugs/comments the same to avoid the multi-hour reindexing of production. Re-indexing users takes only five minutes. Subsequent work on this will allow use to version the index names and use aliases, but I wanted to keep this patch small. This patch also corrects some mistakes 1. $indexer->put_mapping() should not have been a public method. 2. Time::HiRes should be imported at the top of the file, not in a sub.
2017-07-20Bug 1380727 - Update BMO Push Connector to Make Revisions Public when Bug ↵dklawren1-2/+2
Made Public
2017-07-20fix pod syntax in Bugzilla/Component.pmDylan William Hardison1-1/+1
2017-07-19Bug 1366143 - Fix alignment of select boxesKohei Yoshino5-16/+46
2017-07-19Bug 1380352 - Allow vertical resizing of autosized commentsWilliam Lachance2-2/+4
2017-07-19Bug 1380727 - Update BMO Push Connector to Make Revisions Public when Bug ↵David Walsh3-13/+54
Made Public
2017-07-19Bug 1374396 - Add initial push connector for PhabricatorDavid Walsh1-14/+2
2017-07-19Bug 1382085 - Add find_first_flag_type() to Bugzilla::ComponentDylan William Hardison1-0/+18
2017-07-18Bug 1381751 - Move create button to the right, and contributor agreement to ↵Sebastin Santy3-4/+9
the left
2017-07-18Bug 1381749 - Add keywords to new-bugSebastin Santy4-19/+45
2017-07-18remove more header_addl_info from filter exceptionsDylan William Hardison1-1/+0
2017-07-18bump version to 20170718.1Dylan William Hardison1-1/+1
2017-07-18remove unused exceptions from filter testsDylan William Hardison1-2/+0
2017-07-18Bug 1381742 - Increase maximum size of autosized commentsWilliam Lachance1-1/+1
2017-07-18Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Dylan William Hardison2-121/+4
default preferences are changed
2017-07-18Bug 1380408 - elasticsearch user completion should consider people with ↵Dylan William Hardison2-7/+10
multiple ircnicks
2017-07-18Bug 1380389 - autosize comments should be a user pref (default: on)Mary Umoh4-9/+26
2017-07-17Bug 1381042 - new-bug doesn't properly engage the email generation machinerySebastin Santy1-0/+24
2017-07-17add ntp configuration to prevent clock skew inside some VM providers, such ↵Dylan William Hardison2-0/+71
as vmware fusion (#155)
2017-07-14replace perltidyrc with on that specifies -pbp with two exceptionsDylan William Hardison1-16/+3
previously, the perltidyrc was written with the original recommendations of the upstream bugzilla project. The style used there is... inconsistent at best. For a while now, I've been using perltidy -pbp and telling others to do the same for new code. However there are two exceptions to -pbp that are widely useful: 1. line length can be up to 120. 2. brace vertical tigntness is turned off. This means that there is always a newline after the { in a multi-line brace construct.
2017-07-14Revert "Bug 1380064 - Remove references to Mozilla skin to prevent problems ↵Dylan William Hardison2-4/+122
when default preferences are changed" This reverts commit 38af0fd192c2edc1b6ad791936cc32888cb94698.
2017-07-14Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Mary Umoh2-122/+4
default preferences are changed