Patrick Van Stee

Results 18 issues of Patrick Van Stee

Since templates are just an extra field as part of a command response, we should be able to override what template the command chose for debugging and general customization. Here...

enhancement

Our bundle chat command can only check the status, enable and disable bundles. We should implement `list` `install` and `uninstall`, `versions`, and `info` to match `cogctl`. We should probably also...

Elixir 1.3 included some improvements both for working with types and in its own spec definitions. After running [dialyxir](https://github.com/jeremyjh/dialyxir) (1.4) the warnings emitted seem to be real warnings and not...

@jason-riddle hit [this issue](https://github.com/operable/cog/issues/392) when trying to run Cog behind an http proxy. Cog should be aware of the `HTTP_PROXY` and `HTTPS_PROXY` env vars and make requests accordingly. We should...

@agis reported that generating a table with 40 rows takes 20 seconds. Let's improve the speed here by looking at how quickly we can make each invocation respond. I think...

We've had a few users mention they were interested in using Cog with Microsoft Teams. To do so we'd have to write another chat adapter, just like we have for...

chat-provider

If someone drops a link to a warehouse bundle in chat, Slack should be able to pull down metadata about that bundle and show a message attachment about it. Slack...

slack

Right now I'm manually updating install docs as part of each Cog release, it would be nice to automate this by building and releasing the book as part of every...

We have integration tests for connecting to chat, but we should also add an integration test for connecting to Relay, installing a bundle, and executing a command.

@tborels mentioned that he'd like more control over who is listed here, which makes sense. We could add an optional env var that allows you to override the users who...