31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-09-20 16:59:02 +00:00
Commit Graph

112 Commits

Author SHA1 Message Date
Michael Babker
58a4d5af97 Use the 3.7 media loader signatures 2016-11-20 15:51:21 -06:00
andrepereiradasilva
090f9f14cc change media version 2016-11-12 11:58:13 +00:00
Nicola Galgano
362de4cc8d Postgresql - bigint field "pull_id" doesn't like LIKE operator - #175
bigint field "pull_id" doesn't like LIKE operator
2016-11-06 08:49:39 +01:00
Michael Babker
2b8e70c380 Change typehint 2016-10-30 19:31:09 -05:00
Michael Babker
bdca1903a5 Add a warning for the 4.0 branch 2016-10-08 11:14:16 -05:00
Michael Babker
59c88977b0 Only check once if in production 2016-10-08 10:52:01 -05:00
Michael Babker
26f8aa915b Add a couple other production exclusions 2016-10-08 10:44:47 -05:00
Michael Babker
f9175ff5b8 Initial cut at renamed file support (Ref #172) 2016-09-22 08:35:55 -05:00
Michael Babker
d9cd1a16d0 Use new script for syncing Crowdin 2016-08-27 12:02:28 -05:00
zero-24
498ffb86e3 prodFileName 2016-07-31 10:45:42 +02:00
zero-24
a7cc928767 fix issues 2016-07-30 22:13:19 +02:00
zero-24
e93bb384e8 fix issues 2016-07-30 22:12:36 +02:00
zero-24
e72b6501d1 allow non cms like structurs 2016-07-30 22:09:04 +02:00
Michael Babker
f7e8fb87ae Fetch from user's repo, not base repo (Fix #165) 2016-07-03 16:45:57 -05:00
Michael Babker
dac2356335 Add check for empty data array 2016-06-25 12:57:24 -05:00
Michael Babker
91fb43e7b9 Tag 3.0.0 alpha
Signed-off-by: Michael Babker <mbabker@flbab.com>
2016-06-25 12:46:15 -05:00
Michael Babker
928d314451 Remove check for binary file 2016-06-25 12:40:28 -05:00
Michael Babker
d94e5396a9 Don't include file body in encoded database record (Fix #156) 2016-06-25 12:39:35 -05:00
Michael Babker
fb0569bc09 Missed GitHub class changes 2016-06-25 12:32:06 -05:00
Michael Babker
8ac84335a6 Refactor how the list of files in a pull request is processed 2016-06-25 12:28:29 -05:00
Michael Babker
542e5f2984 On page 1 of a request look for a pagination header 2016-06-25 11:54:03 -05:00
Michael Babker
0056aa216b Implement custom GitHub API connector (Fix #155) 2016-06-25 11:34:48 -05:00
Michael Babker
a876a3593a Update doc block 2016-06-19 11:07:53 -05:00
Michael Babker
dbaeefa3aa Remove JTable classes 2016-06-19 10:07:43 -05:00
Michael Babker
8658fb62f3 Stop using JTable for database interaction 2016-06-19 10:06:59 -05:00
Michael Babker
dc61f95e9e Add error check to ensure controller exists, translate hardcoded English strings 2016-06-12 16:10:42 -05:00
andrepereiradasilva
459f643957 Solves #142 2016-04-05 09:47:23 -04:00
andrepereiradasilva
1889b48916 fix tfoot colspan 2016-03-29 00:51:37 +01:00
andrepereiradasilva
5378dc6575 notice, not info 2016-03-28 12:05:10 +01:00
Michael Babker
e5d1e6fdd8 Raise warning when a patch includes binary files 2016-03-27 14:45:38 -04:00
Michael Babker
5b3e5bcd96 Process labels during fetch and store RTC state if the label is assigned (Fix #88) 2016-03-27 14:39:34 -04:00
Michael Babker
4811968a5c Merge branch 'master' of github.com:joomla-extensions/patchtester 2016-03-27 14:14:00 -04:00
Michael Babker
0f47672813 Only store/display commit SHA for applied patches 2016-03-27 14:13:44 -04:00
Michael Babker
d7057adff6 Allow empty SHA and don't insert it on fetch routine 2016-03-27 13:46:26 -04:00
zero-24
832f0df38c Fixes https://github.com/joomla-extensions/patchtester/issues/132 2016-03-27 11:59:48 +02:00
Michael Babker
5e60b09f80 Use issues API to fetch instead of pulls 2016-03-26 18:42:18 -04:00
Michael Babker
2af80cf8d4 Add routine to reset the component's state (Fix #124) 2016-03-26 18:08:01 -04:00
Michael Babker
0fe1c63146 Correctly link to the issue tracker if able (Fix #130) 2016-03-18 17:34:31 -04:00
Michael Babker
60b48e2236 Restructure JavaScript 2016-03-16 01:18:16 -04:00
Michael Babker
b72440d460 Fix query 2016-03-16 00:14:19 -04:00
Michael Babker
9ced47ad53 Misc tweaks and review 2016-03-11 11:36:53 -05:00
Michael Babker
1dec9a75e3 Fix constructor arguments (Fix #126) 2016-03-02 08:20:03 -05:00
Michael Babker
c46b1be935 Double slash in view lookup paths 2016-02-20 11:56:58 -05:00
Michael Babker
f7bd9029d3 Note if pulled patch is different than expected state (Fix #121) 2016-02-20 11:54:55 -05:00
Michael Babker
d59e0227f5 Copyright bump 2016-02-20 11:35:10 -05:00
Michael Babker
2b185cb253 Create an abstract controller, reshuffle controller logic between abstract and display 2016-02-20 11:34:23 -05:00
andrepereiradasilva
8df2b18715 search id without "id:" 2016-02-12 13:57:30 +00:00
andrepereiradasilva
0557bf1bf8 Resolve issue when searching by id "id:xxxxx" 2016-02-12 10:20:30 +00:00
Michael Babker
3cdf5624d0 Don't quote the ID in the search 2015-12-17 12:08:16 -05:00
photodude
8052c08aaa Correct for search with partial 2015-12-17 09:52:59 -07:00