Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-10 | no bug - move cereal to its own script | Dylan William Hardison | 1 | -0/+49 | |
2018-03-04 | remove file that was accidentally added | Dylan William Hardison | 1 | -35/+0 | |
2018-03-04 | apply checksetup.pl's permission changes | Dylan William Hardison | 5 | -0/+0 | |
2018-03-01 | Bug 1437646 - Refactor entrypoint to use Bugzilla::DaemonControl | Dylan William Hardison | 1 | -187/+68 | |
2018-02-28 | Bug 1441569 - remove_idle_group_members.pl fails on vagrant box | byron jones | 1 | -0/+5 | |
Create missing automation@bmo.tld user. | |||||
2018-02-28 | Bug 1403344 - Add command to docker container for schema / data migrations | Dylan William Hardison | 1 | -0/+6 | |
2018-02-19 | Bug 1435735 - Add script to add email job to jobqueue | Dylan William Hardison | 1 | -0/+39 | |
2018-02-18 | Add docker-compose setup for local development | Dylan William Hardison | 1 | -0/+14 | |
2018-02-14 | fix critic warnings from secbugstats (#397) | Dylan William Hardison | 1 | -2/+8 | |
2018-02-13 | Bug 1343248 - Migrate secbugstats scripts to bmo production | Dylan William Hardison | 1 | -0/+26 | |
2018-02-07 | Bug 1436301 - Exempt bot accounts from idle group removal | Dylan William Hardison | 1 | -2/+6 | |
2018-01-23 | no bug - fix the entrypoint arbitrary command execution | Dylan William Hardison | 1 | -1/+1 | |
2018-01-09 | Bug 1429060 - Fix nagios checker blocker breakage from PR #340 | Dylan William Hardison | 1 | -1/+2 | |
2018-01-04 | no bug - fix some perlcritic warnings to make test happy (#340) | Dylan William Hardison | 1 | -13/+14 | |
2018-01-04 | no bug - move contrib nagios checker to scripts dir | gcoxmoz | 1 | -70/+113 | |
2017-12-16 | Bug 1403777 - Migrate urlbase from params to localconfig | Dylan William Hardison | 2 | -32/+73 | |
2017-12-13 | Bug 1424155 - Write scripts to import/export attachments to disk | Dylan William Hardison | 1 | -0/+133 | |
2017-12-13 | no bug - add bmo product and cf_due_date to testing data set (#293) | Dylan William Hardison | 1 | -2/+61 | |
2017-12-06 | Bug 1423391 - Add additional phabricator settings to ↵ | dklawren | 2 | -38/+53 | |
generate_conduit_data.pl for running bmo-extensions demo | |||||
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. |