Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-26 | Bug 1393532 - Document sanitizeme.pl script | Mary Umoh | 1 | -0/+100 | |
2017-08-24 | Bug 1393145 - See if we can add a directive/rule to robots.txt to get search ↵ | Mary Umoh | 1 | -0/+1 | |
engines to crawl more slowly | |||||
2017-08-23 | Bug 1388526 - Add rules to robots.txt.tmpl to account for the differences ↵ | Mary Umoh | 1 | -0/+4 | |
between development and production | |||||
2017-08-23 | Bug 1390316 - Unused variable in PhabBugz script $phab_api_key | Mary Umoh | 1 | -5/+1 | |
2017-08-23 | Bug 1386784 - High resolution pic for unfurls (#216) | Cynthia Pereira | 3 | -1/+1 | |
2017-08-22 | cleanup some stuff in new-bug (#215) | Dylan William Hardison | 3 | -211/+151 | |
2017-08-22 | bump version to 20170822.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-08-22 | Revert "Bug 1390225 - Make general/untriaged component as default, if available" | Dylan William Hardison | 3 | -37/+7 | |
This reverts commit 293b657da11e7197e90f260dc3e0c118cba126dd. | |||||
2017-08-21 | Bug 1390225 - Make general/untriaged component as default, if available | Sebastin Santy | 3 | -7/+37 | |
2017-08-19 | Bug 1389111 - Address complaints with autosized comments | William Lachance | 2 | -1/+4 | |
2017-08-18 | use mozillabteam/bmo-slim:20170818.1 (#208) | Dylan William Hardison | 1 | -1/+1 | |
2017-08-18 | Bug 1388148 - Test password quality checking code | Dylan William Hardison | 6 | -8/+351 | |
2017-08-17 | Bug 1383500 - Allow giving a default product in the URL in new-bug | Sebastin Santy | 2 | -47/+68 | |
2017-08-17 | Bug 1389372 - Add REST API endpoint to validate whether a BMO user ID can ↵ | David Walsh | 2 | -0/+52 | |
see a given BMO bug | |||||
2017-08-17 | no bug - have the test runners start up the httpd (#203) | Dylan William Hardison | 5 | -92/+251 | |
2017-08-16 | Bug 1390112 - Option for filing security bugs | Sebastin Santy | 2 | -1/+4 | |
2017-08-15 | Bug 1387106 - UI tweaks and ideas | Sebastin Santy | 3 | -3/+13 | |
2017-08-11 | Bug 1382225 - Missing code from PhabBugz extension such as http basic auth ↵ | dklawren | 5 | -43/+107 | |
support and other minor improvements | |||||
2017-08-08 | Bug 1386336 - Generate robots.txt at checksetup.pl from a template | Mary Umoh | 5 | -50/+21 | |
2017-08-07 | latest, not $TAG | Dylan William Hardison | 1 | -1/+1 | |
2017-08-07 | Bug 1383355 - nit only push to latest for the master branch | Dylan William Hardison | 1 | -4/+8 | |
2017-08-07 | Bug 1383355 - Migrate CI tests from taskcluster to CircleCI | Dylan William Hardison | 17 | -121/+517 | |
2017-08-04 | Bug 1387459 - Tidy the Bugzilla/Config/*.pm modules | Dylan William Hardison | 18 | -887/+900 | |
2017-08-03 | Bug 1385937 - Add Data::Password::passwdqc to vendor tarballs | Dylan William Hardison | 1 | -0/+1 | |
2017-08-02 | Fix #1386675 - Update user comparison in Phabricator push connector | David Walsh | 1 | -4/+8 | |
2017-08-01 | Bug 1386238 - Multi-select boxes broken by bug 1366143 | Dylan William Hardison | 5 | -46/+16 | |
This reverts commit 3d864bdde0aff3931aca3afa864228341aaa0e92. | |||||
2017-08-01 | bump version to 20170801.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-08-01 | Bug 1385524 - Bug titles not escaped before being passed to Graphviz | Dylan William Hardison | 1 | -0/+1 | |
2017-08-01 | Bug 1385947 - Make revisions fully public (#189) | David Walsh | 1 | -2/+2 | |
2017-07-31 | Bug 1383108 - Sync security groups with Phabricator push connector | David Walsh | 3 | -33/+130 | |
r=dkl | |||||
2017-07-28 | Bug 1383268 - Add attachments to new-bug | Sebastin Santy | 4 | -4/+63 | |
2017-07-28 | Bug 1383802 - Elasticsearch indexed documents lack an _id based on the ↵ | Dylan William Hardison | 3 | -2/+8 | |
object's primary key | |||||
2017-07-28 | Bug 1369211 - Remove the product dashboard extension as it exists | Dylan William Hardison | 21 | -1802/+0 | |
2017-07-28 | Bug 1378873 - user autocomplete no longer works for some strings | Dylan William Hardison | 3 | -2/+91 | |
2017-07-27 | Bug 1365983 - enter_bug.cgi should be updated to use "Data Platform and Tools" | Dipankar Das | 1 | -1/+1 | |
2017-07-27 | Bug 1384100 - Lock out access to /new-bug in production | Dylan William Hardison | 1 | -0/+5 | |
2017-07-25 | Bug 1380531 - Write initial CircleCI configuration for BMO | Dylan William Hardison | 8 | -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-22 | Bug 1381567 - wrap heredoc in an if | Emma Humphries | 1 | -2/+5 | |
2017-07-21 | Fix bugwords test failure | Sebastin Santy | 1 | -4/+6 | |
2017-07-21 | Bug 1381752 - Re-organize the layout | Sebastin Santy | 10 | -183/+1445 | |
2017-07-21 | better defaults for re.pl | Dylan William Hardison | 3 | -0/+89 | |
2017-07-21 | add to the vagrant vm a 're.pl' command that gives a pretty nice perl shell ↵ | Dylan William Hardison | 3 | -0/+19 | |
(#176) * add re.pl support * order of includes matter | |||||
2017-07-20 | Bug 1381869 - Use separate elasticsearch index for Bugzilla::User | Dylan William Hardison | 10 | -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-20 | Bug 1380727 - Update BMO Push Connector to Make Revisions Public when Bug ↵ | dklawren | 1 | -2/+2 | |
Made Public | |||||
2017-07-20 | fix pod syntax in Bugzilla/Component.pm | Dylan William Hardison | 1 | -1/+1 | |
2017-07-19 | Bug 1366143 - Fix alignment of select boxes | Kohei Yoshino | 5 | -16/+46 | |
2017-07-19 | Bug 1380352 - Allow vertical resizing of autosized comments | William Lachance | 2 | -2/+4 | |
2017-07-19 | Bug 1380727 - Update BMO Push Connector to Make Revisions Public when Bug ↵ | David Walsh | 3 | -13/+54 | |
Made Public | |||||
2017-07-19 | Bug 1374396 - Add initial push connector for Phabricator | David Walsh | 1 | -14/+2 | |
2017-07-19 | Bug 1382085 - Add find_first_flag_type() to Bugzilla::Component | Dylan William Hardison | 1 | -0/+18 | |