Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-09 | Bug 623384 - Use Module::Runtime instead of eval { require } or eval "use" | Dylan William Hardison | 8 | -15/+32 | |
2018-10-09 | Bug 1497437 - The crash graph should display Exact Match results by default | Kohei Yoshino | 1 | -3/+3 | |
2018-10-09 | Bug 1497070 - In-page links are broken due to <base href> added during Mojo ↵ | Kohei Yoshino | 1 | -1/+0 | |
migration | |||||
2018-10-08 | no bug - Update README on VS Code integration | Kohei Yoshino | 1 | -4/+6 | |
Update the description as Tasks menu has been merged to Terminal menu. Also mention an extension bundle made by @dylanwh. | |||||
2018-10-08 | Bug 1497234 - Remove Personas Plus GitHub link from Custom Bug Entry Forms index | Kohei Yoshino | 1 | -6/+0 | |
2018-10-06 | Bug 1496803 - Suggested component links ignore cloned bug data | Kohei Yoshino | 1 | -5/+17 | |
2018-10-06 | Bug 1496832 - Add monitoring for feed daemon becoming unresponsive | Mars | 1 | -0/+15 | |
Use Datadog to count the number of times that jobs are run by the phabbugz job scheduler. This should catch problems if the process responsible for running the jobs dies. | |||||
2018-10-05 | bump version to 20181005.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-10-05 | no bug - Don't know => Unknown | Sylvestre Ledru | 1 | -2/+2 | |
2018-10-05 | Bug 1496172 - Attachments with unicode filenames cause timeout errors when ↵ | Dylan William Hardison | 1 | -17/+3 | |
retreiving attachments | |||||
2018-10-05 | Bug 1496570 - Bugzilla doesn't attempt to decode form-urlencoded data ↵ | Dylan William Hardison | 1 | -0/+2 | |
without a content-type header | |||||
2018-10-04 | bump version to 20181004.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-10-04 | Bug 1495746 - /app/static/metricsgraphics/css/google-OpenSans.css missing in ↵ | Kohei Yoshino | 1 | -2/+2 | |
app container | |||||
2018-10-04 | Bug 1495901 - SES type checking error | Dylan William Hardison | 1 | -42/+59 | |
2018-10-04 | Bug 1489120 - Add a rest API to get triage owners for each product/component ↵ | Kohei Yoshino | 2 | -0/+11 | |
pair (#797) | |||||
2018-10-04 | no bug - document the mojo-specific environmental variables | Dylan William Hardison | 1 | -0/+40 | |
2018-10-04 | Bug 1496233 - "Dunno" -> "Don't know" in approval request form (#795) | Kohei Yoshino | 1 | -2/+2 | |
2018-10-03 | no bug - make libcmark-gfm optional (#792) | Dylan William Hardison | 3 | -4/+10 | |
2018-10-03 | no bug - add chart-clicker dependency | Dylan William Hardison | 1 | -0/+6 | |
2018-10-03 | no bug - reformat all new quantum files using new standard | Dylan William Hardison | 10 | -679/+687 | |
2018-10-03 | Bug 1495906 - After mojo update /latest/configuration API call no longer ↵ | dklawren | 1 | -0/+1 | |
works and gives page not found | |||||
2018-10-03 | Bug 1495834 - xmlrpc.cgi outputs headers in request-body | Dylan William Hardison | 2 | -13/+29 | |
2018-10-02 | Bug 1495869 - Crash graph not found after mojo migration | Dylan William Hardison | 12 | -1/+1 | |
2018-10-02 | Bug 1263502 - Add duplicates to /rest/bug/id | Kohei Yoshino | 2 | -0/+12 | |
2018-10-02 | add helpers for handling logins and error handling | Dylan William Hardison | 13 | -36/+211 | |
2018-10-02 | no bug - adopt mojolicious code formatting guidelines (#784) | Dylan William Hardison | 4 | -6/+41 | |
@kyoshino likes 2-char indent for all the frontend. Mojolicious seems to use 2-space too. Let's just adopt their perltidyrc. Included in this is a script (in scripts/) that will modify files according to these rules. | |||||
2018-10-02 | Bug 1495349 - Remove Persona extension | Kohei Yoshino | 16 | -552/+1 | |
2018-10-01 | bump version to 20181002.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-10-01 | Bug 1495071 - Mojolicious Cleanup | Dylan William Hardison | 6 | -152/+65 | |
There are some things that should've been in the first patch but were missed: 1. Calling $c->finish in the finally block should not happen if an exception has been raised. 2. Bugzilla->cleanup() should be called at the same time the mojolicious stash is cleared. 3. Code referencing the shutdownhtml should be removed 4. The conditionals that ran code in Bugzilla.pm when it was not run under mod_perl should instead check where the Bugzilla.pm module was loaded from. 5. Revert the default template from #770 6. Also removed some stuff that manipulates the PATH and signals, which we shouldn't do | |||||
2018-10-01 | Bug 1418378 - Use Material Icons on Bugzilla home page instead of low-res images | Kohei Yoshino | 14 | -104/+121 | |
2018-10-01 | Bug 1421032 - Detect Markdown attachment files as text/plain so Firefox can ↵ | Kohei Yoshino | 1 | -6/+11 | |
display the content | |||||
2018-10-01 | Bug 1494645 - Allow customizing HTML <title> of search results | Kohei Yoshino | 2 | -9/+10 | |
2018-10-01 | fix error and bump version (#772) | Dylan William Hardison | 2 | -2/+2 | |
2018-09-28 | no bug - use more generous timeouts | Dylan William Hardison | 2 | -22/+28 | |
this makes all the mojo timeouts larger -- except for 'clients' which should be smaller because we're so synchronous. It also puts them into environmental variables so ops can tweak them. Note some of the code has moved to the main application class to make future people less likely to not notice these values. | |||||
2018-09-28 | no bug - use bugzilla as the default template engine | Dylan William Hardison | 1 | -0/+1 | |
2018-09-26 | Bug 1493490 - Remove navigator.buildID usage from Bugzilla Helper | Kohei Yoshino | 5 | -34/+0 | |
2018-09-26 | Bug 1493500 - Remove all trailing whitespaces from all files | Kohei Yoshino | 266 | -2000/+1999 | |
2018-09-26 | Bug 1493847 - Fix buglist.cgi link label on product/component dropdown lists | Kohei Yoshino | 1 | -2/+2 | |
2018-09-26 | Bug 1489718 - Insert form widgets for approval flag requests instead of ↵ | Kohei Yoshino | 7 | -33/+522 | |
free-form comment text | |||||
2018-09-25 | Bug 1494065 - Add a basic test using Test::Mojo | Dylan William Hardison | 4 | -7/+102 | |
2018-09-24 | bump version to 20180925.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-09-24 | Bug 1493295 - Add short URL to each bug | Kohei Yoshino | 1 | -0/+1 | |
2018-09-24 | Bug 1491850 - restoreSavedBugComment takes a really long time (100ms) | Kohei Yoshino | 1 | -1/+0 | |
2018-09-24 | Bug 1490595 - Bugzilla update check should use https | Kohei Yoshino | 1 | -1/+1 | |
2018-09-24 | Bug 1473417 - Show often/recently used products/components on New Bug page | Kohei Yoshino | 4 | -1/+145 | |
2018-09-24 | Bug 1492926 - Handle DBIx::Connectors more appropriately | Dylan William Hardison | 1 | -13/+28 | |
This is a bigger change than I anticipated, because the way we cached DBIx::Connector objects was bad. Now we cache the Bugzilla::DB instances in connect_main() and connect_shadow(). This is for maintaining a 1:1 mapping of Bugzilla::DB objects and DBIx::Connector objects. This is important because we want be able to inspect Bugzilla::DB->bz_in_transactions() from the 'connected' event. Note that we weaken the lexical variable $self in _build_connector() because it is referenced by the callback passed to DBI. Without this there would be a memory cycle and stuff would never be freed. (tested my understanding in this gist: https://gist.github.com/dylanwh/646574a027f7b7d92cb7586676da7468) | |||||
2018-09-24 | Bug 1492346 - scripts/syncflags.pl should also add the target product to any ↵ | dklawren | 1 | -0/+12 | |
tracking flags that the source product is a member | |||||
2018-09-24 | Bug 1470536 - Add new GeckoView product to easy product selector on Browse ↵ | Kohei Yoshino | 2 | -5/+9 | |
and Enter Bug pages | |||||
2018-09-20 | Bug 1492511 - Code to updating subscriber values for current private bugs is ↵ | dklawren | 1 | -0/+5 | |
throwing errors in the phabbugz log | |||||
2018-09-20 | Bug 1468489 - Documentation points to https://landfill.bugzilla.org that is ↵ | Kohei Yoshino | 9 | -28/+32 | |
no longer maintained and will be shut down |