Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-01 | make linter happy | Dylan William Hardison | 1 | -4/+4 | |
2017-12-01 | fix quotes in conduit script | Dylan William Hardison | 1 | -4/+4 | |
2017-11-27 | no bug - tweaks for conduit/phabricator dev environments | Dylan William Hardison | 2 | -16/+192 | |
* tweak * change around unsafe auth delegation to work in bmo container * fixes for critic errors | |||||
2017-11-14 | no bug - add demo command and allow PORT to be 80 (#271) | Dylan William Hardison | 1 | -0/+5 | |
2017-10-07 | Bug 1404092 - Bugzilla->localconfig should directly use environmental ↵ | Dylan William Hardison | 1 | -63/+2 | |
variables and ignore the localconfig file | |||||
2017-09-15 | re-add cmd_httpd | Dylan William Hardison | 1 | -2/+2 | |
also fix some whitespace | |||||
2017-09-11 | Bug 1393888 - Write httpd access handler to block by ip address stored in ↵ | Dylan William Hardison | 1 | -0/+55 | |
memcached | |||||
2017-08-28 | Bug 1393643 - Add whitelist to rate limiting code (#220) | Dylan William Hardison | 1 | -0/+21 | |
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading | |||||
2017-08-26 | Bug 1393532 - Document sanitizeme.pl script | Mary Umoh | 1 | -0/+100 | |
2017-08-18 | Bug 1388148 - Test password quality checking code | Dylan William Hardison | 2 | -6/+20 | |
2017-08-17 | no bug - have the test runners start up the httpd (#203) | Dylan William Hardison | 1 | -44/+183 | |
2017-08-07 | Bug 1383355 - Migrate CI tests from taskcluster to CircleCI | Dylan William Hardison | 1 | -0/+234 | |
2017-07-22 | Bug 1381567 - wrap heredoc in an if | Emma Humphries | 1 | -2/+5 | |
2017-07-20 | Bug 1381869 - Use separate elasticsearch index for Bugzilla::User | Dylan William Hardison | 1 | -3/+1 | |
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-12 | Bug 1378999 - Add update/new stats to bulk_indexer verbose mode | Dylan William Hardison | 1 | -8/+16 | |
2017-06-20 | Renamed create_app_key.pl to create_app_id.pl | David Lawrence | 1 | -0/+0 | |
2017-06-20 | New script to help with generating app key for auth delegation based on | David Lawrence | 1 | -0/+30 | |
callback and description values. | |||||
2017-06-17 | add --user-pref option to generate_bmo_data.pl | Dylan William Hardison | 1 | -3/+6 | |
this option is used by bmo-ci to turn off the bug_modal interface | |||||
2017-05-24 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 2 | -0/+33 | |
the ES backend | |||||
2017-05-15 | Bug 1361621 - chunk resolve_bug.pl bug updates into multiple transactions | Dylan William Hardison | 1 | -6/+12 | |
2017-05-09 | fix perms | Dylan William Hardison | 1 | -0/+0 | |
2017-05-01 | Bug 1360619 - Move Firefox OS to graveyard | Dylan William Hardison | 1 | -12/+23 | |
Repurpose an old script as a bug resolving implement. | |||||
2017-04-28 | fix @INC for bulk_index | Dylan William Hardison | 1 | -0/+10 | |
2017-04-24 | Bug 1359184 - Use automation user instead of nobody for movecomponent.pl | Dylan William Hardison | 1 | -1/+3 | |
2017-04-14 | Bug 1328874 - Add Vagrantfile for production-like development VMs | Dylan William Hardison | 1 | -1/+1 | |
2017-03-27 | Bug 1349752 - Add script for configuring c9 to run bmo | Dylan William Hardison | 1 | -0/+96 | |
2017-03-21 | add GitHubAuth to prevent test failures. | Dylan William Hardison | 1 | -1/+2 | |
2017-03-21 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 2 | -33/+0 | |
the ES backend Skipping this for this week's push. | |||||
2017-03-17 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 2 | -0/+33 | |
the ES backend This not the cause of test failures, so should live on in master now. | |||||
2017-03-17 | Revert "add persona back to user_info_class" | Dylan William Hardison | 1 | -3/+1 | |
This reverts commit 140cda81da78f1a95dc4159bdb2eae2a533b4fdf. | |||||
2017-03-14 | Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵ | Dylan William Hardison | 2 | -33/+0 | |
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500. | |||||
2017-03-07 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 2 | -0/+33 | |
the ES backend | |||||
2017-03-03 | add persona back to user_info_class | Dylan William Hardison | 1 | -1/+3 | |
2017-03-01 | Bug 1342542 - Add special partner-confidential, jbalaco@mozilla.com and ↵ | Dylan William Hardison | 1 | -0/+25 | |
mbest@mozilla.com to generate_bmo_data.pl | |||||
2017-03-01 | make c9-build script start mysql if not running | Dylan William Hardison | 1 | -0/+3 | |
2017-02-23 | Fix file permissions and add c9-build script | Dylan William Hardison | 7 | -3/+8 | |
2017-02-17 | Bug 1336563 - Clean up accidental Pulsebot spam from Servo vendoring | David Lawrence | 1 | -0/+55 | |
2017-01-04 | Bug 1307478 - Elasticsearch Indexer / Bulk Indexer | Dylan William Hardison | 1 | -0/+70 | |
2016-12-21 | Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ↵ | Dylan William Hardison | 41 | -92/+139 | |
setup with the vendor bundles | |||||
2016-12-08 | Bug 1318502 - Add help utilities to scripts/ dir to aid in setting ↵ | David Lawrence | 2 | -0/+78 | |
localconfig and data/params to custom values. | |||||
2016-11-07 | Bug 1315701 - Re-purpose nightly cleaner to be eject-user-from-groups script | Dylan William Hardison | 2 | -170/+55 | |
2016-10-07 | Bug 1305176 - Populate Triage Leads field (perform as automation@bmo.tld user) | David Lawrence | 1 | -0/+3 | |
2016-10-05 | Bug 1305176 - Populate Triage Leads field | David Lawrence | 1 | -0/+68 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 37 | -94/+86 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 37 | -86/+94 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 37 | -94/+86 | |
local symlink to data/ directory | |||||
2016-09-01 | Bug 1298978 - Bulk assign P3 to all open intermittent bugs without a ↵ | David Lawrence | 1 | -0/+91 | |
priority set in Firefox components | |||||
2016-08-29 | Bug 1298815 - Re-introduce generate_bmo_data.pl | Dylan William Hardison | 1 | -0/+729 | |
2016-08-08 | Bug 1279368 - Run Script to Remove Old Whiteboard Tag and Add New Keyword to ↵ | David Lawrence | 1 | -0/+162 | |
affected bugs where we are creating new keywords. | |||||
2016-07-20 | - Fix some permissions in scripts directory | David Lawrence | 4 | -0/+0 | |