You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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#88Fixes#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
...
In app/Presenters/DeployStepPresenter.php line 22 calls
$this->command->name;
but if the command has been deleted this causes a fatal errorThe text was updated successfully, but these errors were encountered: