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
|
e7bf31b20e
|
Re-configured CI url in Helper and in default values for CI settings.
|
2019-09-18 15:13:24 +02:00 |
|
Sebastian Enns
|
b5b0636502
|
Re-added J3 templates and replaced JScript via anchor with event binding. Removed temp folder and updated build.sh script.
|
2019-09-15 18:23:58 +02:00 |
|
Sebastian Enns
|
5daeb04450
|
Updated some lines to Joomla coding standards.
|
2019-09-14 19:51:08 +02:00 |
|
Sebb
|
0e1d2017f1
|
Updated composer.lock
|
2019-09-12 15:49:23 +02:00 |
|
datsepp
|
f958707caf
|
Modified default value for server.url in ciSettings.
|
2019-09-12 15:43:41 +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 |
|
Bear
|
211f413f91
|
Update README.md
Current patch tester walk-through tutorial as documented in https://docs.joomla.org/Testing_Joomla!_patches
|
2019-09-11 20:52:49 -05:00 |
|
Sebastian Enns
|
4f301b2636
|
Merge remote-tracking branch 'origin/4.0-dev' into 4.0-dev
# Conflicts:
# administrator/components/com_patchtester/PatchTester/Model/PullModel.php
|
2019-09-11 23:35:29 +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 |
|
Sebastian Enns
|
7360369c5b
|
Added patch chain to lock order of reverting - avoid demolishing own installation by accident.
|
2019-09-11 22:51:03 +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
|
8f06c8db1c
|
Refactored JSCode for button-click events.
|
2019-09-10 15:22:19 +02:00 |
|
Michael Babker
|
b51368529a
|
Merge pull request #225 from brianteeman/patch-2
Update deprecated license …
|
2019-09-10 07:15:09 -05: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 |
|
Brian Teeman
|
60cc4f6f1a
|
Update deprecated license …
The spdx have deprecated the short license identifier GPL-2.0+ and we should use GPL-2.0-or-later
https://spdx.org/licenses/
|
2019-09-10 10:50:22 +01: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
|
444498a542
|
Sync languages
|
2019-09-04 19:06:04 -05: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
|
8a515def27
|
Break view class inheritance
|
2019-08-27 20:05:12 -05:00 |
|
Michael Babker
|
208dfdda42
|
Break model class inheritance
|
2019-08-27 19:57:15 -05:00 |
|
Michael Babker
|
5537bcfe1f
|
Break controller class inheritance
|
2019-08-27 19:50:21 -05:00 |
|
Michael Babker
|
6ae47e8b4a
|
Require 3.9
|
2019-08-27 19:46:12 -05:00 |
|
Michael Babker
|
c14078c918
|
Merge branch 'master' of github.com:joomla-extensions/patchtester
|
2019-08-27 19:45:34 -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
|
a41c52c54c
|
Merge pull request #223 from twister65/atum-icon
Fix joomla icon.
|
2019-08-27 18:33:25 -05:00 |
|
Michael Babker
|
3ad49d72ec
|
Remove Hathor overrides
|
2019-08-27 18:18:54 -05:00 |
|
Michael Babker
|
a39872f886
|
Actually, specify PHP version constraints for dev and non-dev separately (dev is only higher because of the dependency tree)
|
2019-08-27 17:23:34 -05:00 |
|
Michael Babker
|
ec13822987
|
Remove PHP version constraint, bump dev deps
|
2019-08-27 17:21:55 -05:00 |
|
Olivier Laverré
|
0a6e2d9f0b
|
Fix joomla icon.
|
2019-07-07 15:30:09 +02:00 |
|
Michael Babker
|
241cc6b29a
|
Merge pull request #221 from richard67/fix-schema-updates-1
Correct 2.0.0 schema updates
|
2019-05-19 11:34:37 -05:00 |
|
Richard Fath
|
e020605193
|
Correct 2.0.0 schema updates
Correct 2.0.0 schema updates so that they fit to 2.0.0 new installation and so the 3.0.0 schema updates won't fail.
|
2019-05-19 17:20:26 +02:00 |
|
Michael Babker
|
b5f3246503
|
Merge pull request #220 from twister65/master
Add PostgreSQL (PDO) driver.
|
2019-04-28 08:23:40 -05:00 |
|
Olivier Laverré
|
ed3c646443
|
Add PostgreSQL (PDO) driver.
To work with J4
|
2019-04-28 14:51:39 +02:00 |
|
Michael Babker
|
1029a7ceb3
|
Merge pull request #216 from hardik-codes/filterOptions
[4.0] Change 'Table Options' to 'Filter Options'
|
2019-03-14 14:46:40 -05:00 |
|
Hardik Agarwal
|
ad9ef39501
|
Change Table Options to Filter Options
|
2019-03-15 00:59:56 +05:30 |
|