forked from elkuku/patchtester
-
Notifications
You must be signed in to change notification settings - Fork 49
[4.0] Patch tester enhancement for joomla4 (pre-compiled diff) #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 21 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
5e3c94d
First Attempt to add an "apply method via CI Server".
723deb1
Added method for reverting applied patches, added methods to reduce d…
690a3c7
Small fix to avoid calling apply method multiple times.
82befbe
Added a validation in revert method to check if a directory is empty …
aaeccd3
Added method for reverting applied patches, added methods to reduce d…
8f06c8d
Refactored JSCode for button-click events.
16c4158
Added Git-Request to retrieve sha in applyWithCiServer method.
84cb1b3
Fixed revert/applying patch methods and added language constants.
b5bd811
Fixed deleting files from master.
13bc747
Added configuration support for CI-Server. Now it is possible to swit…
7360369
Added patch chain to lock order of reverting - avoid demolishing own …
1006702
Added patch chain to lock order of reverting - avoid demolishing own …
4f301b2
Merge remote-tracking branch 'origin/4.0-dev' into 4.0-dev
a321ad0
Changed parameter of revert from db_id to pull_id. Configured resetCo…
3b1f157
Reworked patchChain as json to store pull_id and db_id for checking l…
26b5399
First attempt to move the patch_chain.json to database.
4ffb145
Fixes to previous commit.
f9eb75c
Added gate way to prevent reverting ci applied pulls with git option.…
f958707
Modified default value for server.url in ciSettings.
0e1d201
Updated composer.lock
5daeb04
Updated some lines to Joomla coding standards.
b5b0636
Re-added J3 templates and replaced JScript via anchor with event bind…
e7bf31b
Re-configured CI url in Helper and in default values for CI settings.
81f76e4
Added an additional condition to ignore the "apply by ci path" automa…
986b6cf
Apply suggestions from code review
sebenns 5a19d0a
Reverted some changes f.e. white-spaces between separators in ini fil…
sebenns 502a493
Merge branch '4.0-dev' of https://github.com/eXsiLe95/patchtester int…
sebenns 6f4a951
Apply suggestions from code review
sebenns 4103c5f
Regenerated composer.lock, reformatted config.xml and replaced let as…
sebenns bdd05fe
Merge remote-tracking branch 'origin/4.0-dev' into 4.0-dev
sebenns af4cecf
Merge branch '4.0-dev' into 4.0-dev
Hackwar 8286b48
Merge remote-tracking branch 'origin/4.0-dev' into 4.0-dev
sebenns File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use single quotes except where double quotes are necessary.