cburroughs

Results 48 issues of cburroughs

In v1.1.1 hikaru switched from one big package, to a collection of packages: https://github.com/haxsaw/hikaru/blob/main/release_notes.rst#v110 This means that 'which version of hikaru are we using?' and 'which k8s model versions do...

category:internal
backend: Helm

**Describe the bug** I'm a little hand-wavy here on the slow/hang/freeze distinction. Internally I have a case that exhausts the patience of humans and hits a one hour CI timeout....

bug
backend: Docker

**Is your feature request related to a problem? Please describe.** As described in https://www.pantsbuild.org/docs/tagging-docker-images#using-env-vars-to-include-dynamic-data-in-tags I'd like common dynamic git data like the sha or branch name to be available in...

enhancement

Dots (`.`) are a common character to have in a unix path so I'm not sure how much justifying context is needed but: We use a build system (Pants) that...

As of this writing Triton does not have server side support for Ed25519 keys and on first glance BouncyCastle does not support them either. However, we would eventually support them.

This is another kind of special openssh format that starts with `BEGIN OPENSSH PRIVATE KEY`. This format is always used for Ed25519 keys (#31) ``` * Add a new private...

Followup from #10. java-http-signature controls the fingerprint generation, and the user supplied fingerprint is only used (if at all) for sanity checking. This opens up the possibility to -- given...

```` mvn integration-test site ...... [INFO] ------------------------------------------------------------------------ [INFO] Building java-manta-client-kryo-serialization 3.1.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ java-manta-client-kryo-serialization --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ java-manta-client-kryo-serialization --- [INFO]...

enhancement
test-bug

Specifically `com.joyent.manta.org.apache.http.impl.execchain.ConnectionHolder@1ee8b444` and `com.joyent.manta.org.apache.http.params.BasicHttpParams@7880feac` could probably be more useful. ``` ERROR [pool-1-thread-48] 2017-08-05 01:34:35,976 Checker:145 - Error when checking: /foo com.joyent.manta.exception.MantaClientHttpResponseException: HTTP request failed to: /foo Exception Context: [1:mantaSdkVersion=3.1.3] [2:statusLine=HTTP/1.1...

From the CHANGELOG "this project aims to adhere to Semantic Versioning". However, that leaves open the questions of what exactly the public api is. Is it all classes that happened...