Skip to content
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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2024

  1. move addTaskCommands() to end of process to allow custom task command…

    …s to overwrite set task commands of same title
    Ceili Cornelison committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fbe26fd View commit details
    Browse the repository at this point in the history
  2. Add class vars for function set attrs so they can be overriden by chi…

    …ld classes
    Ceili Cornelison committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    08d3193 View commit details
    Browse the repository at this point in the history
  3. breaking out functionality and setters in to individual functions for…

    … overriding
    Ceili Cornelison committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5f3ad30 View commit details
    Browse the repository at this point in the history
  4. Move tasks back to the top, use a custom dir and function for pulling…

    … custom command classes
    Ceili Cornelison committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    184b84f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    213cbca View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Initializing language for calling php/yaml

    Ceili Cornelison committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fbc6e94 View commit details
    Browse the repository at this point in the history
  2. Updating $tempHostFile to a class var as well

    Ceili Cornelison committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    328a05d View commit details
    Browse the repository at this point in the history
  3. Removing explicit vars from template functions php() and yaml() so th…

    …ey can more effectively be overriden, referencing class vars
    Ceili Cornelison committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2243745 View commit details
    Browse the repository at this point in the history
  4. Moving setting class vars to its own function for extension

    Ceili Cornelison committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    eb58b1c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #1 from deployphp/master

    Merge in new deployer changes
    cornelisonc committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    17902db View commit details
    Browse the repository at this point in the history
  2. Update functions from private to protected

    Ceili Cornelison committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ad5d465 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. adding @var annotation for class vars per phpcs

    Ceili Cornelison committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    6dcabd3 View commit details
    Browse the repository at this point in the history