rocketeer-slack icon indicating copy to clipboard operation
rocketeer-slack copied to clipboard

Slack notifications for Rocketeer

Results 9 rocketeer-slack issues
Sort by recently updated
recently updated
newest added

The client supports an array of attributes as a second argument to the constructor: ``` if (isset($attributes['channel'])) { $this->setDefaultChannel($attributes['channel']); } if (isset($attributes['username'])) { $this->setDefaultUsername($attributes['username']); } if (isset($attributes['icon'])) { $this->setDefaultIcon($attributes['icon']); }...

The notification to Slack doesn't seem to work. After creating a _Incoming WebHook_ (which is not mentioned anywhere BTW) and adding its _Webhook URL_ as `url` in `.rocketeer/plugins/rocketeers/rocketeer-slack/config.php` all I...

How to integrate rocketeer-slack in the standalone phar package? As i remember you advised me to use rocketeer as the standalone package... or am I wrong?

Hello, I'm using Laravel 4 and the latest version of rocketeer and did a fresh `ignite` after I installed it. I configured everything and was able to deploy. After that...

for support before and after tasks. https://github.com/rocketeers/rocketeer/pull/594

Hi, thanks for the great work on Rocketeer! It's an awesome tool. I recently started using both racketeer for deployment and slack with my teammates on a project, but I...

RocketeerSlack has defined the function as protected, but the AbstractNotifier class has it defined as public. ``` Error Output: PHP Fatal error: Access level to Rocketeer\Plugins\Slack\RocketeerSlack::getMessageFormat() must be public (as...

Pretty sure it has to do with this line in `RocketeerSlack.php:20` ``` php