]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
6 years agoBug 1482338 - "Search Bugs" field has "cursor: pointer" style while it's text field
Kohei Yoshino [Tue, 6 Nov 2018 16:54:52 +0000 (11:54 -0500)] 
Bug 1482338 - "Search Bugs" field has "cursor: pointer" style while it's text field

6 years agoBug 1485303 - lists in component descriptions break describecomponents.cgi layout
Kohei Yoshino [Tue, 6 Nov 2018 16:54:29 +0000 (11:54 -0500)] 
Bug 1485303 - lists in component descriptions break describecomponents.cgi layout

6 years agoBug 1499503 - Provide some way of dismissing the uplift form
Kohei Yoshino [Tue, 6 Nov 2018 15:24:27 +0000 (10:24 -0500)] 
Bug 1499503 - Provide some way of dismissing the uplift form

6 years agoBug 1503748 - Trackpad swipe navigation and mobile horizontal scrolling broken, verti...
Kohei Yoshino [Tue, 6 Nov 2018 15:22:11 +0000 (10:22 -0500)] 
Bug 1503748 - Trackpad swipe navigation and mobile horizontal scrolling broken, vertical scrolling partially broken when zoomed

6 years agoBug 1384230 - Document flag_activity API (part 2)
Mark Côté [Thu, 1 Nov 2018 19:19:52 +0000 (15:19 -0400)] 
Bug 1384230 - Document flag_activity API (part 2)

6 years agoBug 1503705 - Stop serving HTML-prettyprinted JSON as REST API results
Kohei Yoshino [Thu, 1 Nov 2018 17:36:14 +0000 (13:36 -0400)] 
Bug 1503705 - Stop serving HTML-prettyprinted JSON as REST API results

6 years agoBug 1436619 - http:// in URL field
Kohei Yoshino [Wed, 31 Oct 2018 20:38:13 +0000 (16:38 -0400)] 
Bug 1436619 - http:// in URL field

6 years agoBug 1384230 - Document flag_activity API.
Mark Côté [Wed, 31 Oct 2018 20:37:44 +0000 (16:37 -0400)] 
Bug 1384230 - Document flag_activity API.

Also update the perldoc to fix the description of the `id`
response field.

6 years agoBug 1503182 - Fix data type of native bug count API return value
Kohei Yoshino [Wed, 31 Oct 2018 12:43:26 +0000 (08:43 -0400)] 
Bug 1503182 - Fix data type of native bug count API return value

6 years agono bug - add a vscode-specific dir to ignore
Dylan William Hardison [Wed, 31 Oct 2018 01:41:11 +0000 (21:41 -0400)] 
no bug - add a vscode-specific dir to ignore

6 years agoBug 1503408 - Remove extensions/PhabBugz/t/review-flags.t as no longer needed
dklawren [Tue, 30 Oct 2018 22:02:49 +0000 (18:02 -0400)] 
Bug 1503408 - Remove extensions/PhabBugz/t/review-flags.t as no longer needed

6 years agoBug 1503162 - Approval request form is incomplete in some cases
Kohei Yoshino [Tue, 30 Oct 2018 19:20:26 +0000 (15:20 -0400)] 
Bug 1503162 - Approval request form is incomplete in some cases

6 years agobump version to 20181029.1
Dylan William Hardison [Mon, 29 Oct 2018 19:56:53 +0000 (15:56 -0400)] 
bump version to 20181029.1

6 years agoBug 1501966 - Warn when there are outdated products or components in the teams list
Israel Madueme [Mon, 29 Oct 2018 18:29:10 +0000 (14:29 -0400)] 
Bug 1501966 - Warn when there are outdated products or components in the teams list

6 years agoBug 1479535 - BUGZILLA.bug_url is wrong on bug page after POSTed, Copy Summary doesn...
Kohei Yoshino [Mon, 29 Oct 2018 18:28:24 +0000 (14:28 -0400)] 
Bug 1479535 - BUGZILLA.bug_url is wrong on bug page after POSTed, Copy Summary doesn’t work as expected

6 years agoBug 1502739 - Disabled account doesn't show any indication on the profile page
Kohei Yoshino [Mon, 29 Oct 2018 18:28:00 +0000 (14:28 -0400)] 
Bug 1502739 - Disabled account doesn't show any indication on the profile page

6 years agoBug 1497230 - Several custom form routes are not resolved, leading to 404 page not...
dklawren [Fri, 26 Oct 2018 21:42:33 +0000 (17:42 -0400)] 
Bug 1497230 - Several custom form routes are not resolved, leading to 404 page not found, including Trademark Usage Requests

6 years agoBug 1502198 - GitHubAuth cannot be removed from user_info_class indata/params if...
dklawren [Fri, 26 Oct 2018 21:18:28 +0000 (17:18 -0400)] 
Bug 1502198 - GitHubAuth cannot be removed from user_info_class indata/params if extension enabled or all logins will no longer work

6 years agonit - fix tests
Dylan William Hardison [Fri, 26 Oct 2018 20:52:57 +0000 (16:52 -0400)] 
nit - fix tests

6 years agono bug - silence some mojo warnings, using a rejected patch from upstream
Dylan William Hardison [Fri, 26 Oct 2018 20:52:07 +0000 (16:52 -0400)] 
no bug - silence some mojo warnings, using a rejected patch from upstream

6 years agoBug 1501849 - Speed up IP blocked page: pre-render template
Dylan William Hardison [Fri, 26 Oct 2018 20:51:00 +0000 (16:51 -0400)] 
Bug 1501849 - Speed up IP blocked page: pre-render template

By moving BlockIP plugin first, it is ensured to execute first.
This is a slight speed gain. The primary speed gain is by caching
the content of the template.

Before: 429 Too Many Requests (0.031951s, 31.298/s)
After: 429 Too Many Requests (0.000182s, 5494.505/s)

6 years agoBug 1502181 - MockParams should set user/verify authentication classes to match produ...
dklawren [Thu, 25 Oct 2018 22:05:50 +0000 (18:05 -0400)] 
Bug 1502181 - MockParams should set user/verify authentication classes to match production

6 years agoBug 1501888 - Implement Bugzilla::Util::remote_ip() in terms of Mojolicious API
Dylan William Hardison [Thu, 25 Oct 2018 19:33:49 +0000 (15:33 -0400)] 
Bug 1501888 - Implement Bugzilla::Util::remote_ip() in terms of Mojolicious API

6 years agoBug 1501133 - Attachment flags layout on new bug page is broken
Kohei Yoshino [Thu, 25 Oct 2018 02:13:25 +0000 (22:13 -0400)] 
Bug 1501133 - Attachment flags layout on new bug page is broken

6 years agono bug - reportingMTA is optional
Dylan William Hardison [Thu, 25 Oct 2018 01:43:30 +0000 (21:43 -0400)] 
no bug - reportingMTA is optional

6 years agoBug 1501893 - Tell robots to leave the graphs alone, and leave a trap
Dylan William Hardison [Thu, 25 Oct 2018 00:59:49 +0000 (20:59 -0400)] 
Bug 1501893 - Tell robots to leave the graphs alone, and leave a trap

6 years agoBug 1370855 - Restrict Referer to same-origin
Daniel Aleksandersen [Thu, 25 Oct 2018 00:56:11 +0000 (02:56 +0200)] 
Bug 1370855 - Restrict Referer to same-origin

6 years agoBug 1499905 - Update BMO enter bug workflow to include Data Science (#857)
Kohei Yoshino [Tue, 23 Oct 2018 22:27:14 +0000 (18:27 -0400)] 
Bug 1499905 - Update BMO enter bug workflow to include Data Science (#857)

6 years agoBug 1496057 - Update Security Bugs Report
Israel Madueme [Tue, 23 Oct 2018 14:50:33 +0000 (10:50 -0400)] 
Bug 1496057 - Update Security Bugs Report

7 years agoBug 1469733 - Fix scrolling glitch on Safari
Kohei Yoshino [Sat, 20 Oct 2018 05:10:55 +0000 (01:10 -0400)] 
Bug 1469733 - Fix scrolling glitch on Safari

7 years agoBug 1497077 followup - Convert links to absolute path
Kohei Yoshino [Sat, 20 Oct 2018 05:10:28 +0000 (01:10 -0400)] 
Bug 1497077 followup - Convert links to absolute path

7 years agoCount the number and type of phabbugz query timeouts
Mars [Fri, 19 Oct 2018 13:36:15 +0000 (09:36 -0400)] 
Count the number and type of phabbugz query timeouts

7 years agoBug 1487171 - Allow setting bug flags when creating/updating attachment with API
Kohei Yoshino [Wed, 17 Oct 2018 19:43:24 +0000 (15:43 -0400)] 
Bug 1487171 - Allow setting bug flags when creating/updating attachment with API

7 years agobump version to 20181017.1
Dylan William Hardison [Wed, 17 Oct 2018 16:56:14 +0000 (12:56 -0400)] 
bump version to 20181017.1

7 years agoBug 1499477 - Feature request: link from user profile to editusers.
dklawren [Wed, 17 Oct 2018 05:05:44 +0000 (01:05 -0400)] 
Bug 1499477 - Feature request: link from user profile to editusers.

* Bug 1499477 - Feature request: link from user profile to editusers.

* Merged name and email to single field

* Hide redundant Profile link when viewing user profile page

7 years agoBug 1482644 - Improve "Too many requests" page with an explaination
Dylan William Hardison [Tue, 16 Oct 2018 21:33:58 +0000 (17:33 -0400)] 
Bug 1482644 - Improve "Too many requests" page with an explaination

7 years agoBug 1495741 - memory issues: options to control memory usage
Dylan William Hardison [Tue, 16 Oct 2018 21:33:25 +0000 (17:33 -0400)] 
Bug 1495741 - memory issues: options to control memory usage

7 years agono bug - silence mojo warning
Dylan William Hardison [Tue, 16 Oct 2018 21:33:04 +0000 (17:33 -0400)] 
no bug - silence mojo warning

In perl 5.12, length(undef) was made no longer a warning.
In order to reduce memory usage, mojo undefines the outgoing buffer.
This means on perl <= 5.12, a warning is printed frequently (multiple times
per request).

Mojo support for 5.10 is waning, so for the moment we patch that code to silence
this warning.

7 years agoBug 1496004 - Improve layout of attachment detail page, hide comment form when custom...
Kohei Yoshino [Tue, 16 Oct 2018 20:17:05 +0000 (16:17 -0400)] 
Bug 1496004 - Improve layout of attachment detail page, hide comment form when custom form is inserted

7 years agoBug 1499269 - Refactor common parts of the feed daemon and improve timeout logging
Dylan William Hardison [Tue, 16 Oct 2018 19:46:29 +0000 (15:46 -0400)] 
Bug 1499269 - Refactor common parts of the feed daemon and improve timeout logging

7 years agoBug 1499417 - Change BMO docs links from bmo.readthedocs.org to .io
Kohei Yoshino [Tue, 16 Oct 2018 19:39:23 +0000 (15:39 -0400)] 
Bug 1499417 - Change BMO docs links from bmo.readthedocs.org to .io

7 years agoBug 1497077 followup - Convert links to absolute path
Kohei Yoshino [Tue, 16 Oct 2018 17:52:15 +0000 (13:52 -0400)] 
Bug 1497077 followup - Convert links to absolute path

7 years agoBug 1499262 - Bugzilla::DB should gracefully handle disconnection events that happen...
Dylan William Hardison [Tue, 16 Oct 2018 17:51:33 +0000 (13:51 -0400)] 
Bug 1499262 - Bugzilla::DB should gracefully handle disconnection events that happen during transactions

7 years agono bug - saner defaults for pre-forking servers
Dylan William Hardison [Tue, 16 Oct 2018 17:50:49 +0000 (13:50 -0400)] 
no bug - saner defaults for pre-forking servers

7 years agoBug 1497077 - Convert links to absolute path
Kohei Yoshino [Tue, 16 Oct 2018 03:56:01 +0000 (23:56 -0400)] 
Bug 1497077 - Convert links to absolute path

7 years agoadd simple hack to work in GKE
Dylan William Hardison [Mon, 15 Oct 2018 22:51:57 +0000 (18:51 -0400)] 
add simple hack to work in GKE

7 years agoRevert "Bug 1495741 - memory issues: Avoid copying stuff in the webservice layer...
Dylan William Hardison [Mon, 15 Oct 2018 21:54:00 +0000 (17:54 -0400)] 
Revert "Bug 1495741 - memory issues: Avoid copying stuff in the webservice layer so much"

This reverts commit 5688d0e712b85bc892ce405a1b79e3571f6d6d0f.

7 years agoBug 1009716 - Add (Cmd|Ctrl)+Enter shortcut for submitting from text areas.
Kohei Yoshino [Mon, 15 Oct 2018 20:40:30 +0000 (16:40 -0400)] 
Bug 1009716 - Add (Cmd|Ctrl)+Enter shortcut for submitting from text areas.

7 years agoBug 1498362 - Shutter the "Powered By Mozilla" form
Kohei Yoshino [Mon, 15 Oct 2018 15:20:10 +0000 (11:20 -0400)] 
Bug 1498362 - Shutter the "Powered By Mozilla" form

* Bug 1498362 - Shutter the "Powered By Mozilla" form

* Fix text - why this is hardcoded

7 years agoBug 1495741 - memory issues: use local flag cache
Dylan William Hardison [Sat, 13 Oct 2018 04:33:48 +0000 (00:33 -0400)] 
Bug 1495741 - memory issues: use local flag cache

7 years agoBug 1495741 - memory issues: disable etag generation for /rest/product
Dylan William Hardison [Sat, 13 Oct 2018 04:33:18 +0000 (00:33 -0400)] 
Bug 1495741 - memory issues: disable etag generation for /rest/product

7 years agoBug 1495741 - memory issues: Avoid copying stuff in the webservice layer so much
Dylan William Hardison [Sat, 13 Oct 2018 04:32:57 +0000 (00:32 -0400)] 
Bug 1495741 - memory issues: Avoid copying stuff in the webservice layer so much

7 years agoBug 1498436 - Move site-wide message to global header
Kohei Yoshino [Sat, 13 Oct 2018 04:32:10 +0000 (00:32 -0400)] 
Bug 1498436 - Move site-wide message to global header

7 years agono bug - override default mojo favicon
Dylan William Hardison [Fri, 12 Oct 2018 02:52:30 +0000 (22:52 -0400)] 
no bug - override default mojo favicon

7 years agoBug 1497487 - Backport bug 767623 to BMO: Use HMAC to generate tokens and sensitive...
Dylan William Hardison [Fri, 12 Oct 2018 02:47:24 +0000 (22:47 -0400)] 
Bug 1497487 - Backport bug 767623 to BMO: Use HMAC to generate tokens and sensitive graph filenames

7 years agoBug 1498206 - Replace LWP::UserAgent with Mojo::UserAgent in phabbugz extension
Dylan William Hardison [Thu, 11 Oct 2018 19:28:18 +0000 (15:28 -0400)] 
Bug 1498206 - Replace LWP::UserAgent with Mojo::UserAgent in phabbugz extension

7 years agoBug 1354589 - Add Mojo::JWT, the oauth stuff, and Linux::Smaps::Tiny
Dylan William Hardison [Thu, 11 Oct 2018 16:51:48 +0000 (12:51 -0400)] 
Bug 1354589 - Add Mojo::JWT, the oauth stuff, and Linux::Smaps::Tiny

7 years agobump version to 20181010.1
Dylan William Hardison [Tue, 9 Oct 2018 22:10:46 +0000 (18:10 -0400)] 
bump version to 20181010.1

7 years agoBug 1497343 - Add some rudimentary type checking to Bugzilla::WebServe::Util::validate()
Dylan William Hardison [Tue, 9 Oct 2018 21:06:18 +0000 (17:06 -0400)] 
Bug 1497343 - Add some rudimentary type checking to  Bugzilla::WebServe::Util::validate()

7 years agoBug 1496832 - Add timeouts to prevent feed daemon from becoming unresponsive
Dylan William Hardison [Tue, 9 Oct 2018 21:01:35 +0000 (17:01 -0400)] 
Bug 1496832 - Add timeouts to prevent feed daemon from becoming unresponsive

7 years agoBug 623384 - Use Module::Runtime instead of eval { require } or eval "use"
Dylan William Hardison [Tue, 9 Oct 2018 21:01:07 +0000 (17:01 -0400)] 
Bug 623384 - Use Module::Runtime instead of eval { require } or eval "use"

7 years agoBug 1497437 - The crash graph should display Exact Match results by default
Kohei Yoshino [Tue, 9 Oct 2018 15:35:03 +0000 (11:35 -0400)] 
Bug 1497437 - The crash graph should display Exact Match results by default

7 years agoBug 1497070 - In-page links are broken due to <base href> added during Mojo migration
Kohei Yoshino [Mon, 8 Oct 2018 22:15:07 +0000 (18:15 -0400)] 
Bug 1497070 - In-page links are broken due to <base href> added during Mojo migration

7 years agono bug - Update README on VS Code integration
Kohei Yoshino [Mon, 8 Oct 2018 18:25:25 +0000 (14:25 -0400)] 
no bug - Update README on VS Code integration

Update the description as Tasks menu has been merged to Terminal menu.
Also mention an extension bundle made by @dylanwh.

7 years agoBug 1497234 - Remove Personas Plus GitHub link from Custom Bug Entry Forms index
Kohei Yoshino [Mon, 8 Oct 2018 16:00:05 +0000 (12:00 -0400)] 
Bug 1497234 - Remove Personas Plus GitHub link from Custom Bug Entry Forms index

7 years agoBug 1496803 - Suggested component links ignore cloned bug data
Kohei Yoshino [Sat, 6 Oct 2018 00:21:58 +0000 (20:21 -0400)] 
Bug 1496803 - Suggested component links ignore cloned bug data

7 years agoBug 1496832 - Add monitoring for feed daemon becoming unresponsive
Mars [Fri, 5 Oct 2018 23:02:55 +0000 (19:02 -0400)] 
Bug 1496832 - Add monitoring for feed daemon becoming unresponsive

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.

7 years agobump version to 20181005.1
Dylan William Hardison [Fri, 5 Oct 2018 15:19:39 +0000 (11:19 -0400)] 
bump version to 20181005.1

7 years agono bug - Don't know => Unknown
Sylvestre Ledru [Fri, 5 Oct 2018 15:11:00 +0000 (17:11 +0200)] 
no bug - Don't know => Unknown

7 years agoBug 1496172 - Attachments with unicode filenames cause timeout errors when retreiving...
Dylan William Hardison [Fri, 5 Oct 2018 15:10:13 +0000 (11:10 -0400)] 
Bug 1496172 - Attachments with unicode filenames cause timeout errors when retreiving attachments

7 years agoBug 1496570 - Bugzilla doesn't attempt to decode form-urlencoded data without a...
Dylan William Hardison [Fri, 5 Oct 2018 14:34:02 +0000 (10:34 -0400)] 
Bug 1496570 - Bugzilla doesn't attempt to decode  form-urlencoded data without a content-type header

7 years agobump version to 20181004.1
Dylan William Hardison [Thu, 4 Oct 2018 14:32:23 +0000 (10:32 -0400)] 
bump version to 20181004.1

7 years agoBug 1495746 - /app/static/metricsgraphics/css/google-OpenSans.css missing in app...
Kohei Yoshino [Thu, 4 Oct 2018 13:34:49 +0000 (09:34 -0400)] 
Bug 1495746 - /app/static/metricsgraphics/css/google-OpenSans.css missing in app container

7 years agoBug 1495901 - SES type checking error
Dylan William Hardison [Thu, 4 Oct 2018 13:34:13 +0000 (09:34 -0400)] 
Bug 1495901 - SES type checking error

7 years agoBug 1489120 - Add a rest API to get triage owners for each product/component pair...
Kohei Yoshino [Thu, 4 Oct 2018 02:39:57 +0000 (22:39 -0400)] 
Bug 1489120 - Add a rest API to get triage owners for each product/component pair (#797)

7 years agono bug - document the mojo-specific environmental variables
Dylan William Hardison [Wed, 3 Oct 2018 22:02:51 +0000 (18:02 -0400)] 
no bug - document the mojo-specific environmental variables

7 years agoBug 1496233 - "Dunno" -> "Don't know" in approval request form (#795)
Kohei Yoshino [Wed, 3 Oct 2018 22:01:18 +0000 (18:01 -0400)] 
Bug 1496233 - "Dunno" -> "Don't know" in approval request form (#795)

7 years agono bug - make libcmark-gfm optional (#792)
Dylan William Hardison [Wed, 3 Oct 2018 21:52:23 +0000 (17:52 -0400)] 
no bug - make libcmark-gfm optional (#792)

7 years agono bug - add chart-clicker dependency
Dylan William Hardison [Wed, 3 Oct 2018 20:09:30 +0000 (16:09 -0400)] 
no bug - add chart-clicker dependency

7 years agono bug - reformat all new quantum files using new standard
Dylan William Hardison [Wed, 3 Oct 2018 20:08:55 +0000 (16:08 -0400)] 
no bug - reformat all new quantum files using new standard

7 years agoBug 1495906 - After mojo update /latest/configuration API call no longer works and...
dklawren [Wed, 3 Oct 2018 15:23:00 +0000 (11:23 -0400)] 
Bug 1495906 - After mojo update /latest/configuration API call no longer works and gives page not found

7 years agoBug 1495834 - xmlrpc.cgi outputs headers in request-body
Dylan William Hardison [Wed, 3 Oct 2018 00:25:35 +0000 (20:25 -0400)] 
Bug 1495834 - xmlrpc.cgi outputs headers in request-body

7 years agoBug 1495869 - Crash graph not found after mojo migration
Dylan William Hardison [Tue, 2 Oct 2018 20:22:19 +0000 (16:22 -0400)] 
Bug 1495869 - Crash graph not found after mojo migration

7 years agoBug 1263502 - Add duplicates to /rest/bug/id
Kohei Yoshino [Tue, 2 Oct 2018 18:24:06 +0000 (14:24 -0400)] 
Bug 1263502 - Add duplicates to /rest/bug/id

7 years agoadd helpers for handling logins and error handling
Dylan William Hardison [Tue, 2 Oct 2018 18:22:05 +0000 (14:22 -0400)] 
add helpers for handling logins and error handling

7 years agono bug - adopt mojolicious code formatting guidelines (#784)
Dylan William Hardison [Tue, 2 Oct 2018 04:24:25 +0000 (00:24 -0400)] 
no bug - adopt mojolicious code formatting guidelines (#784)

@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.

7 years agoBug 1495349 - Remove Persona extension
Kohei Yoshino [Mon, 1 Oct 2018 04:43:48 +0000 (00:43 -0400)] 
Bug 1495349 - Remove Persona extension

7 years agobump version to 20181002.1
Dylan William Hardison [Mon, 1 Oct 2018 16:18:47 +0000 (12:18 -0400)] 
bump version to 20181002.1

7 years agoBug 1495071 - Mojolicious Cleanup
Dylan William Hardison [Mon, 1 Oct 2018 16:03:41 +0000 (12:03 -0400)] 
Bug 1495071 - Mojolicious Cleanup

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

7 years agoBug 1418378 - Use Material Icons on Bugzilla home page instead of low-res images
Kohei Yoshino [Mon, 1 Oct 2018 15:46:40 +0000 (11:46 -0400)] 
Bug 1418378 - Use Material Icons on Bugzilla home page instead of low-res images

7 years agoBug 1421032 - Detect Markdown attachment files as text/plain so Firefox can display...
Kohei Yoshino [Mon, 1 Oct 2018 15:43:45 +0000 (11:43 -0400)] 
Bug 1421032 - Detect Markdown attachment files as text/plain so Firefox can display the content

7 years agoBug 1494645 - Allow customizing HTML <title> of search results
Kohei Yoshino [Mon, 1 Oct 2018 15:43:11 +0000 (11:43 -0400)] 
Bug 1494645 - Allow customizing HTML <title> of search results

7 years agofix error and bump version (#772)
Dylan William Hardison [Mon, 1 Oct 2018 04:58:26 +0000 (00:58 -0400)] 
fix error and bump version (#772)

7 years agono bug - use more generous timeouts
Dylan William Hardison [Fri, 28 Sep 2018 14:37:18 +0000 (10:37 -0400)] 
no bug - use more generous timeouts

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.

7 years agono bug - use bugzilla as the default template engine
Dylan William Hardison [Fri, 28 Sep 2018 02:01:33 +0000 (22:01 -0400)] 
no bug - use bugzilla as the default template engine

7 years agoBug 1493490 - Remove navigator.buildID usage from Bugzilla Helper
Kohei Yoshino [Wed, 26 Sep 2018 17:29:32 +0000 (13:29 -0400)] 
Bug 1493490 - Remove navigator.buildID usage from Bugzilla Helper

7 years agoBug 1493500 - Remove all trailing whitespaces from all files
Kohei Yoshino [Mon, 24 Sep 2018 21:27:12 +0000 (17:27 -0400)] 
Bug 1493500 - Remove all trailing whitespaces from all files

7 years agoBug 1493847 - Fix buglist.cgi link label on product/component dropdown lists
Kohei Yoshino [Tue, 25 Sep 2018 01:56:03 +0000 (21:56 -0400)] 
Bug 1493847 - Fix buglist.cgi link label on product/component dropdown lists

7 years agoBug 1489718 - Insert form widgets for approval flag requests instead of free-form...
Kohei Yoshino [Wed, 26 Sep 2018 15:29:19 +0000 (11:29 -0400)] 
Bug 1489718 - Insert form widgets for approval flag requests instead of free-form comment text

7 years agoBug 1494065 - Add a basic test using Test::Mojo
Dylan William Hardison [Tue, 25 Sep 2018 21:30:28 +0000 (17:30 -0400)] 
Bug 1494065 - Add a basic test using Test::Mojo