summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2017-09-15re-add cmd_httpdDylan William Hardison1-2/+2
also fix some whitespace
2017-09-11Bug 1393888 - Write httpd access handler to block by ip address stored in ↵Dylan William Hardison1-0/+55
memcached
2017-08-28Bug 1393643 - Add whitelist to rate limiting code (#220)Dylan William Hardison1-0/+21
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading
2017-08-26Bug 1393532 - Document sanitizeme.pl scriptMary Umoh1-0/+100
2017-08-18Bug 1388148 - Test password quality checking codeDylan William Hardison2-6/+20
2017-08-17no bug - have the test runners start up the httpd (#203)Dylan William Hardison1-44/+183
2017-08-07Bug 1383355 - Migrate CI tests from taskcluster to CircleCIDylan William Hardison1-0/+234
2017-07-22Bug 1381567 - wrap heredoc in an ifEmma Humphries1-2/+5
2017-07-20Bug 1381869 - Use separate elasticsearch index for Bugzilla::UserDylan William Hardison1-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-12Bug 1378999 - Add update/new stats to bulk_indexer verbose modeDylan William Hardison1-8/+16
2017-06-20Renamed create_app_key.pl to create_app_id.plDavid Lawrence1-0/+0
2017-06-20New script to help with generating app key for auth delegation based onDavid Lawrence1-0/+30
callback and description values.
2017-06-17add --user-pref option to generate_bmo_data.plDylan William Hardison1-3/+6
this option is used by bmo-ci to turn off the bug_modal interface
2017-05-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison2-0/+33
the ES backend
2017-05-15Bug 1361621 - chunk resolve_bug.pl bug updates into multiple transactionsDylan William Hardison1-6/+12
2017-05-09fix permsDylan William Hardison1-0/+0
2017-05-01Bug 1360619 - Move Firefox OS to graveyardDylan William Hardison1-12/+23
Repurpose an old script as a bug resolving implement.
2017-04-28fix @INC for bulk_indexDylan William Hardison1-0/+10
2017-04-24Bug 1359184 - Use automation user instead of nobody for movecomponent.plDylan William Hardison1-1/+3
2017-04-14Bug 1328874 - Add Vagrantfile for production-like development VMsDylan William Hardison1-1/+1
2017-03-27Bug 1349752 - Add script for configuring c9 to run bmoDylan William Hardison1-0/+96
2017-03-21add GitHubAuth to prevent test failures.Dylan William Hardison1-1/+2
2017-03-21Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison2-33/+0
the ES backend Skipping this for this week's push.
2017-03-17Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison2-0/+33
the ES backend This not the cause of test failures, so should live on in master now.
2017-03-17Revert "add persona back to user_info_class"Dylan William Hardison1-3/+1
This reverts commit 140cda81da78f1a95dc4159bdb2eae2a533b4fdf.
2017-03-14Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵Dylan William Hardison2-33/+0
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.
2017-03-07Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison2-0/+33
the ES backend
2017-03-03add persona back to user_info_classDylan William Hardison1-1/+3
2017-03-01Bug 1342542 - Add special partner-confidential, jbalaco@mozilla.com and ↵Dylan William Hardison1-0/+25
mbest@mozilla.com to generate_bmo_data.pl
2017-03-01make c9-build script start mysql if not runningDylan William Hardison1-0/+3
2017-02-23Fix file permissions and add c9-build scriptDylan William Hardison7-3/+8
2017-02-17Bug 1336563 - Clean up accidental Pulsebot spam from Servo vendoringDavid Lawrence1-0/+55
2017-01-04Bug 1307478 - Elasticsearch Indexer / Bulk IndexerDylan William Hardison1-0/+70
2016-12-21Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ↵Dylan William Hardison41-92/+139
setup with the vendor bundles
2016-12-08Bug 1318502 - Add help utilities to scripts/ dir to aid in setting ↵David Lawrence2-0/+78
localconfig and data/params to custom values.
2016-11-07Bug 1315701 - Re-purpose nightly cleaner to be eject-user-from-groups scriptDylan William Hardison2-170/+55
2016-10-07Bug 1305176 - Populate Triage Leads field (perform as automation@bmo.tld user)David Lawrence1-0/+3
2016-10-05Bug 1305176 - Populate Triage Leads fieldDavid Lawrence1-0/+68
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison37-94/+86
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison37-86/+94
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison37-94/+86
local symlink to data/ directory
2016-09-01Bug 1298978 - Bulk assign P3 to all open intermittent bugs without a ↵David Lawrence1-0/+91
priority set in Firefox components
2016-08-29Bug 1298815 - Re-introduce generate_bmo_data.plDylan William Hardison1-0/+729
2016-08-08Bug 1279368 - Run Script to Remove Old Whiteboard Tag and Add New Keyword to ↵David Lawrence1-0/+162
affected bugs where we are creating new keywords.
2016-07-20- Fix some permissions in scripts directoryDavid Lawrence4-0/+0
2016-07-19Bug 1254882 - develop a nightly script to revoke access to legal bugs from ↵Dylan Hardison1-0/+166
ex-employees
2016-07-13Bug 1286650 - Add option to scripts/issue-api-key.pl to specify an API key ↵Mark Côté1-2/+9
explicitly. r=dylan This is useful for testing, so we don't have to store a randomly generated key for the duration of the test; instead we can hardcode one in the tests.
2016-05-14Bug 232193 - bmo's systems (webheads, database, etc) should use UTC natively ↵David Lawrence1-0/+125
for o/s timezone and date storage
2016-03-07Bug 1253691 - In issue-api-key.pl, set the MozReview API key if the ↵Mark Côté1-2/+9
description is 'mozreview'. r=dylan
2016-02-24Bug 1249196 - mass-resolve l10n fxos bugsDavid Lawrence1-0/+82