cog icon indicating copy to clipboard operation
cog copied to clipboard

Bringing the power of the command line to chat

Results 61 cog issues
Sort by recently updated
recently updated
newest added

dio: `!ec2:instance-list | raw | echo $security_groups` cog APP: ``` [] [] [] [{"group_name":"launch-wizard-1","group_id":"sg-6cb8d309"}] [] ``` dio: `!ec2:instance-list | echo $security_groups | unique | raw` cog APP: ``` It appears...

type/bug

It would be awesome if you could install / upgrade cog bundles from chat. Perhaps a syntax like this: `@cog bundle install https://raw.githubusercontent.com/cogcmd/format/master/config.yaml`

area/commands
effort/easy
type/feature

Allow command execution to be scheduled to run at a future time. **Requirements:** - Support single execution at a scheduled time (ie: run X at 10:15AM) - Support periodic execution...

area/commands
effort/difficult
type/feature

The upstream [BlakeWilliams/Elixir-Slack](https://github.com/BlakeWilliams/Elixir-Slack) has most, if not all, of the changes that were made in the [operable/Elixir-Slack](https://github.com/operable/Elixir-Slack). We should move over to using the upstream instead of using our own...

If I use two different options it causes a timeout to occur. If I use the same option twice it overrides the first option instead of creating a list valued...

Currently when Cog finishes a pipeline stage and there is no output to pass to downstream stages, a message is output saying ["Pipeline executed successfully, but no output was returned"](https://github.com/operable/cog/blob/1229b19a22f217273ed6617c114d0055f3aff0ec/priv/templates/common/early-exit.greenbar)....

## Tasks - [ ] Add backtick expression support to Piper - [ ] Automatically add pipeline id to available variables on each invocation - [ ] "Splice" backtick expression...

piper
area/commands
type/feature

It should be possible for commands to ask users and rooms questions; pausing pipeline execution until responses are received.

effort/difficult
type/feature

If you try and create a chat handle with a name that already exists Ecto will throw a unique constraint error and the client will receive a 500. We should...

effort/easy
type/bug

Hi, I tried to use the compose file to launch Cog. The Postgre and Cog are running fine, but Relay failed to start. The log shows: ``` WARN[2017-08-21T10:12:25Z] Error loading...