summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-31bump version to 20170831Dylan William Hardison1-1/+1
2017-08-31Bug 1395143 - Remove onclick/onchange handlers in favor of event listenerDylan William Hardison1-15/+18
2017-08-30Revert "Bug 1395346 - Allow setting obsolete to false for phabricator ↵David Lawrence1-8/+2
attachments when a user reclaims a revision" This reverts commit c48fede1691feb1056cd21422716f297af9e7bc3.
2017-08-30Bug 1395346 - Allow setting obsolete to false for phabricator attachments ↵David Lawrence1-2/+8
when a user reclaims a revision
2017-08-30Bug 1394915- Protect against 2FA by-pass in reset_password.cgiMary Umoh2-0/+6
2017-08-30Bug 1393023: Approving a revision creates an r+ flag on the revision ↵dklawren3-39/+183
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-29Bug 1392769 - Add other fields to new-bugSebastin Santy2-3/+65
2017-08-29Bug 1394466 - Include noindex on error pagesMary Umoh3-121/+127
2017-08-29bump version to 20170829Dylan William Hardison1-1/+1
2017-08-28Bug 1393643 - Add whitelist to rate limiting code (#220)Dylan William Hardison7-6/+141
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading
2017-08-26Bug 1394014 - Old abusive username appears in autocompleteDylan William Hardison1-1/+1
2017-08-26Bug 1393532 - Document sanitizeme.pl scriptMary Umoh1-0/+100
2017-08-24Bug 1393145 - See if we can add a directive/rule to robots.txt to get search ↵Mary Umoh1-0/+1
engines to crawl more slowly
2017-08-23Bug 1388526 - Add rules to robots.txt.tmpl to account for the differences ↵Mary Umoh1-0/+4
between development and production
2017-08-23Bug 1390316 - Unused variable in PhabBugz script $phab_api_keyMary Umoh1-5/+1
2017-08-23Bug 1386784 - High resolution pic for unfurls (#216)Cynthia Pereira3-1/+1
2017-08-22cleanup some stuff in new-bug (#215)Dylan William Hardison3-211/+151
2017-08-22bump version to 20170822.1Dylan William Hardison1-1/+1
2017-08-22Revert "Bug 1390225 - Make general/untriaged component as default, if available"Dylan William Hardison3-37/+7
This reverts commit 293b657da11e7197e90f260dc3e0c118cba126dd.
2017-08-21Bug 1390225 - Make general/untriaged component as default, if availableSebastin Santy3-7/+37
2017-08-19Bug 1389111 - Address complaints with autosized commentsWilliam Lachance2-1/+4
2017-08-18use mozillabteam/bmo-slim:20170818.1 (#208)Dylan William Hardison1-1/+1
2017-08-18Bug 1388148 - Test password quality checking codeDylan William Hardison6-8/+351
2017-08-17Bug 1383500 - Allow giving a default product in the URL in new-bugSebastin Santy2-47/+68
2017-08-17Bug 1389372 - Add REST API endpoint to validate whether a BMO user ID can ↵David Walsh2-0/+52
see a given BMO bug
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