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

Fatal error in historical deploys if command is deleted #90

Closed
REBELinBLUE opened this issue Aug 21, 2015 · 0 comments
Closed

Fatal error in historical deploys if command is deleted #90

REBELinBLUE opened this issue Aug 21, 2015 · 0 comments
Labels

Comments

@REBELinBLUE
Copy link
Owner

In app/Presenters/DeployStepPresenter.php line 22 calls $this->command->name; but if the command has been deleted this causes a fatal error

REBELinBLUE added a commit that referenced this issue Aug 25, 2015
* 'master' of github.com:REBELinBLUE/deployer:
  Fixes #90 By including deleted commands in the associations for DeployStep
REBELinBLUE added a commit that referenced this issue Sep 17, 2015
* master: (29 commits)
  Clean up
  DB migration to add the additional status to deployments, horrible!
  Added status to model #95
  Add a "Finished with errors" status for deployments which fail after activation for issue #95
  Updated dependencies
  Updated dependencies
  Remove whitespace
  Adding missing trait
  Updating to Laravel 5.1.11 to make sure of the Authorization feature
  Removing unneeded folder
  Updating dependencies
  Fixes #88
  Fixes #90 By including deleted commands in the associations for DeployStep
  Fixes #87 by removing the builds_to_keep from pagination
  Updated dependencies
  Fix the namespace for broadcast events
  Fix #69 by adding a the ability to define optional commands to default to on
  Updating list of service providers for optimizing
  Fixing the compiled path for laravel 5.0.16
  Typo
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant