-
Notifications
You must be signed in to change notification settings - Fork 27
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
Refactor for --type support of ee site command #104
Merged
rahulsprajapati
merged 41 commits into
EasyEngine:develop
from
mrrobot47:refactor-for-type
Aug 30, 2018
+2,953
−313
Merged
Changes from 21 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
9030635
Move AcmePhp from core to site-command
mrrobot47 9dcdd84
Move site related files from core to site-command
mrrobot47 ab8c4d0
Update composer dependencies
mrrobot47 74dbc3a
Update namespaces and change Site_Command to HTML site-type
mrrobot47 106134c
Use constants where applicable
mrrobot47 7dbb02f
Add site-type routing in site-command
mrrobot47 2535117
add help hook for site-type and register html site-type
mrrobot47 a2cbf6a
Move template from core to site-command
mrrobot47 b947d24
Update template path
mrrobot47 81e5159
Update namespace and filenames
mrrobot47 1cf1d40
Update namespace and filenames
mrrobot47 b8ff0f0
Load site utility function file
mrrobot47 2976ebe
Add type namespace in shutdownhandler and letsencrypt class
mrrobot47 a7382df
Remove unnecessary namespace
mrrobot47 da2cb12
Add type namespace to Abstract class
mrrobot47 ebd3eff
Add type namespace to letsencrypt class
mrrobot47 0178748
Update EE usage to \EE acc to new namespace
mrrobot47 a8af7f1
Update getting of args in help and set default type
mrrobot47 5df0eaf
Update EE usage to \EE for letsencrypt class
mrrobot47 000c413
Update execeptions according to namespace changes
mrrobot47 a7f5d88
Merge branch 'develop' into refactor-for-type
mrrobot47 c9590a5
Move hooks to helper
mrrobot47 f5d6cce
Reorganize files to helper and site-type folders
mrrobot47 eaefba4
Move use statement to hooks file
mrrobot47 828e731
Update doc comment
mrrobot47 ed5c6e0
Update warning message
mrrobot47 eb2e1e4
Update sprintf
mrrobot47 69b6976
Remove TODO from code to track in seperate issue
mrrobot47 4d9dc92
Update hook name and doc comment
mrrobot47 4f66fc2
Add early return in help hook
mrrobot47 75e55f7
Rename html class file
mrrobot47 6dd18f8
Update help info in doc block
mrrobot47 18c462f
Update path for require
mrrobot47 077316c
Move shutdownfunction and common rollback to abstract class
mrrobot47 b5c167d
Move file loading to composer
mrrobot47 e408a92
Update loading sequence
mrrobot47 72444d8
Change hook addition
mrrobot47 eb15ce5
Remove test trigger of error
mrrobot47 a313af6
Update hooks file to add hooks
mrrobot47 482b4f8
Update sprintf usage
mrrobot47 cd38bc7
Update function name
mrrobot47 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 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 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.
add file using abs path.
Use DIR . '/src/helper/site-utills.php';
Do same for other places also.