-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add ability to customize & overwrite deployer stock commands #3802
base: master
Are you sure you want to change the base?
Commits on Mar 28, 2024
-
move addTaskCommands() to end of process to allow custom task command…
…s to overwrite set task commands of same title
Ceili Cornelison committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for fbe26fd - Browse repository at this point
Copy the full SHA fbe26fdView commit details -
Add class vars for function set attrs so they can be overriden by chi…
…ld classes
Ceili Cornelison committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 08d3193 - Browse repository at this point
Copy the full SHA 08d3193View commit details -
breaking out functionality and setters in to individual functions for…
… overriding
Ceili Cornelison committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f3ad30 - Browse repository at this point
Copy the full SHA 5f3ad30View commit details -
Move tasks back to the top, use a custom dir and function for pulling…
… custom command classes
Ceili Cornelison committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 184b84f - Browse repository at this point
Copy the full SHA 184b84fView commit details -
Adding function body to override existing or append additional Commands
Ceili Cornelison committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 213cbca - Browse repository at this point
Copy the full SHA 213cbcaView commit details
Commits on Mar 29, 2024
-
Initializing language for calling php/yaml
Ceili Cornelison committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for fbc6e94 - Browse repository at this point
Copy the full SHA fbc6e94View commit details -
Updating $tempHostFile to a class var as well
Ceili Cornelison committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 328a05d - Browse repository at this point
Copy the full SHA 328a05dView commit details -
Removing explicit vars from template functions php() and yaml() so th…
…ey can more effectively be overriden, referencing class vars
Ceili Cornelison committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 2243745 - Browse repository at this point
Copy the full SHA 2243745View commit details -
Moving setting class vars to its own function for extension
Ceili Cornelison committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for eb58b1c - Browse repository at this point
Copy the full SHA eb58b1cView commit details
Commits on Apr 5, 2024
-
Merge pull request #1 from deployphp/master
Merge in new deployer changes
Configuration menu - View commit details
-
Copy full SHA for 17902db - Browse repository at this point
Copy the full SHA 17902dbView commit details -
Update functions from private to protected
Ceili Cornelison committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for ad5d465 - Browse repository at this point
Copy the full SHA ad5d465View commit details
Commits on Apr 6, 2024
-
adding @var annotation for class vars per phpcs
Ceili Cornelison committedApr 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 6dcabd3 - Browse repository at this point
Copy the full SHA 6dcabd3View commit details