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

126 Commits

Author SHA1 Message Date
Roland Dalmulder
5c6b278628
Fixed path checking on Windows #262
Turn off CI server by default
Changed CI server port
Removed left over from patch chain

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-04 14:04:47 +02:00
Roland Dalmulder
5e42279dfa
Bump version to 4.0.0-rc
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-03 22:19:05 +02:00
Roland Dalmulder
daa9c3b712
Make sure the autoloader class is not loaded yet
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-03 22:07:34 +02:00
Roland Dalmulder
f70ea39171
Codestyle fixing
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-03 17:46:07 +02:00
Roland Dalmulder
0a07c92570
Remove obsolete variable 2020-04-03 17:39:53 +02:00
Roland Dalmulder
fad93340f4
Check against all composer files if any of the new files exist 2020-04-01 19:37:31 +02:00
Roland Dalmulder
1e5dffa719
First round of verifying composer on applying a patchˆ 2020-03-31 21:44:32 +02:00
Roland Dalmulder
ab56101511
Remove the patch chain Fixed #234 2020-03-31 20:19:05 +02:00
Richard Fath
34e4271a71
Update path to autoloader file to changes in J4 (#260) 2020-03-28 23:17:31 +00:00
Roland Dalmulder
702712a62e
Remove Joomla 4 check as this only runs on Joomla 4 Fixes #232 2020-03-22 10:41:28 +01:00
Roland Dalmulder
96fe1e3143
Code cleanup Fixes #231 2020-03-22 10:37:29 +01:00
Richard Fath
98b69ee49c Fix silly typo causing syntax error 2020-03-21 16:34:25 +01:00
Richard Fath
10f3e5766c Delete libraries/autoload_psr4.php
Delete libraries/autoload_psr4.php when applying or reverting patches on Joomla 4 and later.
2020-03-21 16:22:11 +01:00
Richard Fath
7e47be334b Use HttpFactory to download zip file 2020-03-21 10:58:04 +01:00
Roland Dalmulder
e53009ba25
Set correct argument order #252 2020-03-20 21:05:22 +01:00
Hannes Papenberg
715b71793d
[4.0] Fix PHP warning "failed to open stream: No such file or di… (#241)
[4.0] Fix PHP warning "failed to open stream: No such file or directory"
2019-11-09 11:23:59 +01:00
Richard Fath
63d9019052
Update PullModel.php 2019-10-19 15:47:43 +02:00
Richard Fath
380831c017
Fix PHP warning "failed to open stream..." 2019-10-19 12:50:41 +02:00
Hannes Papenberg
af4cecf474
Merge branch '4.0-dev' into 4.0-dev 2019-10-13 10:42:07 +02:00
Hannes Papenberg
e9baadd522 Updating to use Drone and newest codestyle 2019-10-13 10:12:37 +02:00
Sebastian Enns
502a4937ba Merge branch '4.0-dev' of https://github.com/eXsiLe95/patchtester into 4.0-dev 2019-09-30 12:13:57 +02:00
Sebastian Enns
5a19d0a2a3 Reverted some changes f.e. white-spaces between separators in ini files and already removed new lines, changed to single quotes instead of double quotes where necessary, reformatted config and template files and reverted changes in composer.json file. 2019-09-30 12:13:48 +02:00
Sebastian Enns
986b6cf36c
Apply suggestions from code review
Removed white spaces between separators and short-array syntax

Co-Authored-By: SharkyKZ <sharkykz@gmail.com>
2019-09-30 12:10:54 +02:00
Sebastian Enns
81f76e4251 Added an additional condition to ignore the "apply by ci path" automatically if j3 is used. Fixed a bug where patches could be applied by the old patcher even if there are no files to patch, because they got ignored during parsing. 2019-09-23 15:33:46 +02:00
Sebastian Enns
5daeb04450 Updated some lines to Joomla coding standards. 2019-09-14 19:51:08 +02:00
datsepp
f9eb75c1b7 Added gate way to prevent reverting ci applied pulls with git option. Now they will be removed by ci automatically. 2019-09-12 15:25:46 +02:00
datsepp
4ffb145b61 Fixes to previous commit. 2019-09-12 12:58:17 +02:00
datsepp
26b5399df6 First attempt to move the patch_chain.json to database. 2019-09-12 12:08:51 +02:00
datsepp
3b1f1578da Reworked patchChain as json to store pull_id and db_id for checking later on on reverting or resetting. 2019-09-12 10:52:34 +02:00
datsepp
a321ad0d2f Changed parameter of revert from db_id to pull_id. Configured resetController to remove first all git patches and then revert all ci patches in order of patchChain. 2019-09-12 09:04:05 +02:00
Sebastian Enns
1006702eb8 Added patch chain to lock order of reverting - avoid demolishing own installation by accident.
Fix of some mistakes in Patch Chain.
2019-09-11 23:32:09 +02:00
datsepp
13bc747b71 Added configuration support for CI-Server. Now it is possible to switch between methods of applying patches. 2019-09-11 14:57:35 +02:00
datsepp
b5bd81143e Fixed deleting files from master. 2019-09-11 13:57:14 +02:00
datsepp
84cb1b369b Fixed revert/applying patch methods and added language constants. 2019-09-11 11:41:01 +02:00
datsepp
16c415872c Added Git-Request to retrieve sha in applyWithCiServer method. 2019-09-10 15:39:57 +02:00
datsepp
aaeccd3402 Added method for reverting applied patches, added methods to reduce duplicate code and edited build.sh 2019-09-10 13:53:40 +02:00
Sebastian Enns
82befbe554 Added a validation in revert method to check if a directory is empty and remove it after reverting patch. 2019-09-09 21:38:23 +02:00
Sebastian Enns
690a3c7cd0 Small fix to avoid calling apply method multiple times. 2019-09-09 18:38:25 +02:00
datsepp
723deb1c88 Added method for reverting applied patches, added methods to reduce duplicate code and edited build.sh 2019-09-09 17:32:50 +02:00
Sebastian Enns
5e3c94d5c2 First Attempt to add an "apply method via CI Server". 2019-09-08 18:02:14 +02:00
Michael Babker
fadbf7ac1e Namespace everything 2019-08-27 20:20:49 -05:00
Michael Babker
ecfeb835d4 Fix misc. typehints 2019-08-27 20:07:28 -05:00
Michael Babker
208dfdda42 Break model class inheritance 2019-08-27 19:57:15 -05:00
Michael Babker
d29861df2f Change Atum layouts for the newest incarnation of the template, adjust filtering logic a bit so it's closer to core search tools implementation 2019-08-27 19:44:51 -05:00
Michael Babker
6dd9a1cfc8
Add new languages forgotten in previous commit, prep release 2018-09-01 09:32:34 -05:00
Michael Babker
4d5475bc18 Bump to 3.8 minimum, use namespaced classes 2017-08-17 18:22:01 -05:00
Michael Babker
a6b349aad6
Tag 3.0 beta 3 2017-05-31 03:06:00 -05:00
Michael Babker
66caae6668 Fix regex to support up to 3 digits for a page value (Fix #192) 2017-05-04 19:48:24 -05:00
Michael Babker
1a5b47a108 Account for differences in 3.x and 4.x HTTP client 2017-04-22 12:09:19 -05:00
Michael Babker
b4df300946 Ability to filter on branches (Ref #191) 2017-04-22 11:55:17 -05:00