Nicholas Amorim

Results 14 issues of Nicholas Amorim

Hi, can you think of any reason why I can receive the disconnection notification but not the connected notification? There's no errors whatsoever, I simply don't get the connected notification....

Any plans on supporting SSO so that teams could login via Google Apps or Github, etc? I looked at pixl-server-user and support for external services is rather crude.

enhancement

There are several errors related bytes/str when running the role with Python3. 1. Writing the goss binary using `w` fails - use `wb` 2. `self.fail` call fails on `stdout.split` line...

Is is possible to add timeout for file/folder checks? The use case being when these are mounted on a NFS and the storage behind that might be broken for whatever...

enhancement
approved

commitizen allows you to specify a ticket number at the end of the process. This information is stripped from the changelog output. How can I add it?

feature
confirmed

What's the difference between using Consul's own Telemetry to export prometheus metrics and using this exporter? I can seemingly see at least one (number of peers.. as Consul only exposes...

hacktoberfest
documentation

After losing hours on this without understanding why the http notification didn't work I decided to try the normal method and it worked instantly. Can we update the docker image...

201 and 202 should be considered success as well. An example is [Stackstorm](https://stackstorm.com). Its native webhooks support returns 202 ACCEPTED. consul-alerts consider anything else other than 200 as "Unable to...

Tornado 6 does not contain the StackContext used in the current implementation. How could we support Tornado 6? Should one of the already-implemented ScopeManagers be used? Should the [contextvars](https://docs.python.org/3/library/contextvars.html) module...

When using Tornado 5 it's common to start migrating to `async/await` syntaxes. However, @traced_function only understands Tornado's Futures but not necessarily AsyncIO coroutines. This PR adds supports to it without...