Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-07-18 | Bug 1381751 - Move create button to the right, and contributor agreement to ↵ | Sebastin Santy | 3 | -4/+9 | |
the left | |||||
2017-07-18 | Bug 1381749 - Add keywords to new-bug | Sebastin Santy | 4 | -19/+45 | |
2017-07-18 | remove more header_addl_info from filter exceptions | Dylan William Hardison | 1 | -1/+0 | |
2017-07-18 | bump version to 20170718.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-07-18 | remove unused exceptions from filter tests | Dylan William Hardison | 1 | -2/+0 | |
2017-07-18 | Bug 1381742 - Increase maximum size of autosized comments | William Lachance | 1 | -1/+1 | |
2017-07-18 | Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵ | Dylan William Hardison | 2 | -121/+4 | |
default preferences are changed | |||||
2017-07-18 | Bug 1380408 - elasticsearch user completion should consider people with ↵ | Dylan William Hardison | 2 | -7/+10 | |
multiple ircnicks | |||||
2017-07-18 | Bug 1380389 - autosize comments should be a user pref (default: on) | Mary Umoh | 4 | -9/+26 | |
2017-07-17 | Bug 1381042 - new-bug doesn't properly engage the email generation machinery | Sebastin Santy | 1 | -0/+24 | |
2017-07-17 | add ntp configuration to prevent clock skew inside some VM providers, such ↵ | Dylan William Hardison | 2 | -0/+71 | |
as vmware fusion (#155) | |||||
2017-07-14 | replace perltidyrc with on that specifies -pbp with two exceptions | Dylan William Hardison | 1 | -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-14 | Revert "Bug 1380064 - Remove references to Mozilla skin to prevent problems ↵ | Dylan William Hardison | 2 | -4/+122 | |
when default preferences are changed" This reverts commit 38af0fd192c2edc1b6ad791936cc32888cb94698. | |||||
2017-07-14 | Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵ | Mary Umoh | 2 | -122/+4 | |
default preferences are changed | |||||
2017-07-14 | Bug 1380280 - "Words:" text is not centered vertically in "Instant Search" | Kohei Yoshino | 1 | -2/+2 | |
2017-07-14 | Bug 1380407 - Make elasticsearch ircnick checks consider numbers to be valid too | Dylan William Hardison | 2 | -2/+6 | |
2017-07-12 | Bug 1380350 - invalid html - missing space before "required" attribute | Dylan William Hardison | 1 | -1/+1 | |
2017-07-12 | bump version to 20170712.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-07-12 | Bug 1378999 - Add update/new stats to bulk_indexer verbose mode | Dylan William Hardison | 2 | -8/+21 | |
2017-07-12 | Bug 1371446 - Don't allow needinfo requests from the void | Mary Umoh | 2 | -0/+8 | |
2017-07-11 | Bug-1369521 - 'bmo should include an .editorconfig file that specifies our ↵ | Dipankar Das | 1 | -0/+13 | |
tab/indent policy' | |||||
2017-07-11 | Bug 1331305 - Auto-resize comment boxes | William Lachance | 5 | -14/+13 | |
Inspired by earlier work by @KuoE0 in https://github.com/mozilla-bteam/bmo/pull/40 * address review comments * Auto-resize comment when replying | |||||
2017-07-11 | Bug 1379483 - Required fields in bug_modal | Sebastin Santy | 1 | -0/+1 | |
2017-07-11 | Bug 1380019 - Background color of security bugs is wrong (#137) | Dylan William Hardison | 2 | -33/+30 | |
2017-07-11 | bump version to 20170711.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-07-11 | No Bug - clean trailing whitespace to t/008filter.t passes again (#135) | Dylan William Hardison | 1 | -3/+3 | |
2017-07-10 | Bug 1379632 - Error is thrown by update_project_members.pl when Phabricator ↵ | David Lawrence | 1 | -1/+2 | |
returns a null value for a bmo user id search | |||||
2017-07-07 | Bug 1378583 - /new-bug has several js errors | Sebastin Santy | 1 | -5/+0 | |
2017-07-07 | Bug 1378848 - Add test to ensure Crypt::OpenPGP does not use /dev/random | Dylan William Hardison | 1 | -0/+25 | |
2017-07-07 | Bug 1377621 - YUI is broken on review history page | Dylan William Hardison | 2 | -15/+17 | |