Commit Graph

18 Commits (master)

Author SHA1 Message Date
Zaahir Moolla 9ebb903f3e Merge pull request #3069 from duckduckgo/mintsoft/jira-template
JIRA: Switching to info template
2016-06-08 15:32:10 -04:00
Rob 9709d66f62 Jira: Switching to info template! No HTML needed yey! 2016-05-24 20:40:41 +01:00
Ben Moon 83b9bbd6b7 Fix newline at end of file 2016-05-16 14:19:39 +01:00
Ben Moon 5f85cf4121 Update Goodies to use Test::Deep
* Ensure Test::Deep is imported.

* Replace '-ANY-' with ignore()

* Replace regexes with re(...)
2016-05-16 14:07:57 +01:00
Rob Emery 0d73da25b2 Jira: Fixing options->group; this should be content 2016-05-15 19:33:20 +01:00
Rob Emery 5f87fa6b38 JIRA: updating tests for template 2016-05-15 18:50:49 +01:00
Rob Emery 536c21c1eb Switching JIRA to text template 2016-05-15 18:46:11 +01:00
Matt Miller 33420ef0bf Jira: add structured answer 2014-11-15 21:32:59 +02:00
Matt Miller da70710f7d EOL: remove trailing whitespace. 2014-10-28 20:36:15 +02:00
Eric Johnson 9c29b27338 Added tests for example queries which are not currently tested.
Conflicts:

	t/TimezoneConverter.t
2014-02-10 21:36:14 +00:00
Dylan Lloyd 3934646133 only add <br> when multiple results found 2013-06-08 16:32:10 -04:00
Dylan Lloyd d4577695c8 return text => undef rather than an empty string 2013-06-08 16:32:10 -04:00
arroway 4b2a77d991 Uppercase ticket name in the result whatever the input is 2013-06-08 16:32:10 -04:00
arroway b5af245585 Display the project name in the result template 2013-06-08 16:32:10 -04:00
arroway bbb28f6a04 Remove header for it provides redundant information 2013-06-08 16:32:10 -04:00
arroway ca20d3d3c4 Hardcoding every project key in the regular expression
The search for the project name is dropped, but the function as
implemented now is much simpler and cleaner.
2013-06-08 16:32:10 -04:00
arroway 46e1111d41 Delete redundant tests for the Jira module 2013-06-08 16:32:10 -04:00
arroway f69cb06924 Jira Goodie first (incomplete) version
When a JIRA bug ticket number is searched, this goodie
checked if the ticket is owned by a project hosted on the Apache JIRA bugtracker
or on the Codehause JIRA bugtracker.
A JIRA ticket is formed by a KEY (corresponding to a project) and
a ticket number. The validity of the key is checked before displaying
any result (comparison with hard-coded keys).

This version is runnable but is still incomplete because not every project key
has been added yet.
2013-06-08 16:32:10 -04:00