Results 18 issues of Craig Rodrigues

When writing ATF test cases, it is possible to make some mistakes that are not easy to figure out, because the errors are not displayed when doing "kyua test" or...

enhancement

Related to https://github.com/buildbot/buildbot/issues/5875 According to https://github.com/angular/protractor/issues/5502 , Protractor is being sunsetted at the end of 2022. Buildbot may wish to change its e2e tests from Protractor to one of the...

tech debt💰

Is it possible to remove use of `docker` and `/var/run/docker.sock` from `clairctl` and instead replace with https://github.com/containers/podman and https://github.com/containers/skopeo? These tools are alternatives to the docker cli, and can build/push/pull...

Please include examples of bytes formatting, and mention which versions of Python this works in. https://www.python.org/dev/peps/pep-0461/

content

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: In vendor.json, there are these libraries which are not supported upstream: * "path": "go.pedge.io/env" * "path": "go.pedge.io/lion" *...

In: https://github.com/libopenstorage/openstorage/blob/master/api/api.proto#L68 we have this: ``` enum SeverityType { SEVERITY_TYPE_NONE = 0; SEVERITY_TYPE_ALARM = 1; SEVERITY_TYPE_WARNING = 2; SEVERITY_TYPE_NOTIFY = 3; } ``` If I look at the default log...

I created a new Python 3.6 virtualenv, and tried to install kubetop from sources. I ran against a kubernetes 1.10.3 cluster, and right away, kubetop crashed: ``` Traceback (most recent...

help wanted

**Is your feature request related to a problem?** If you create a Kubernetes cluster in AWS, and an ALB is being created in a particular AWS region, the certificate must...

kind/feature
good first issue
lifecycle/stale

I tried the following with buildbot in a Python 3 virtual environment: ``` pip install "git+https://github.com/buildbot/buildbot#subdirectory=pkg" pip install "git+https://github.com/buildbot/buildbot#subdirectory=master" pip install "git+https://github.com/buildbot/buildbot#subdirectory=worker" pip install --upgrade "git+https://github.com/twisted/twisted" ``` I then ran...

In the UI, for a freestyle job, there is a field which allows you to send to a channel or a slack ID: ![image](https://user-images.githubusercontent.com/1895943/72632096-68dd2100-390a-11ea-9ebc-bd6b36109812.png) I need to be able to...