Philip Lombardi

Results 46 issues of Philip Lombardi

Because Watson is a sibling process to the service process it is incapable of properly checking that connectivity can be established between a remote client and the service. For example,...

enhancement

We need to add the Apache Software License v2 to our source files in this project. See: https://github.com/datawire/engineering-tracker/issues/46 for more context.

Documentation

Forge has a number of existing features already and there are a number of desired features that are wanted from various users. The goal of this task is to map...

Stalled

It's not clear what I am supposed to do here... and I couldn't find it in the docs. My `k8s/` dir YAML has a reference like this: ` image: {{...

Last week @rhs and I spent some time trying to come up with the various user roles that Forge might be of interest to and the user scenarios that Forge...

Stalled

Namespaces need to exist before anything else can use them which means they need to be created before any other resources are created if those resources explicitly depend on the...

While working on something that uses Forge I learned that Forge requires a Git remote to operate. My guess is that this is due to the how Forge wants to...

I have a Dockerfile as such: ``` FROM openjdk:9-jdk-slim as build MAINTAINER Philip Lombardi ENV REDIS_VERSION=4.0.8 WORKDIR /srv-build RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ build-essential...

It would be really nice to be able to add custom code before and after commands. A real world use case of this would be to do something like `istioctl...

Jinja2 should error when it sees a variable in a template that it does not have defined. This would prevent empty interpolations from occurring.