David Phillips

Results 40 issues of David Phillips

We might also want a config setting for this.

Verify that the agent doesn't have any slots: ``` 17:33 ubuntu@i-64580004:~ prod] galaxy show -h 10.215.90.175 No slots match the provided filters. ``` Try to terminate: ``` [17:33 ubuntu@i-64580004:~ prod]...

When a slot is missing, it should still have the agent info (host, machine, etc.): ``` 31c5 UNKNOWN monitor-event-tap:1.1 @monitor-event-tap:1 Slot is missing; Expected slot to be STOPPED ```

I try to terminate everything on a host and it times out: ``` [17:33 ubuntu@i-64580004:~ prod] galaxy terminate -h 10.215.90.175 uuid host machine status binary config 31c5 10.215.90.175 i-360c0352 STOPPED...

As an example, the [https://mycila.carbou.me/license-maven-plugin/](license-maven-plugin) has the `license:format` goal to update license headers in project files, in addition to the `license:check` goal. This probably requires an additional Mojo in addition...

Currently, it seems the only way to add tracing using OpenTelemetry is via the legacy OpenCensus shim. It would be great to have native OpenTelemetry support with the ability to...

type: feature request
priority: p2

We had a typo in our contributors file which broke the CLA bot for us for several days. It would be nice if CLA bot could email us about such...

It would be helpful to have a page status page (like https://www.githubstatus.com/) that shows the current state of the service. We had an issue where our contributors file had a...

I tried the bookmarklet on http://cr.yp.to/ and it fails with this in the Chrome console: ``` Uncaught Error: Something bad happened when transforming HTML to JSX: ReferenceError: tt is not...

We should send the `Authorization` header eagerly, rather than adding a round-trip for the `401` response. Also, we should only allow basic auth if HTTPS is enabled (to prevent sending...

enhancement