Christopher Fry

Results 20 issues of Christopher Fry

Currently, the PackageVariant and PackageVariantSet do not expose errors in the status. Adding errors to the PackageVariant and PackageVariantSet status will make it obvious to the user that the resources...

enhancement
triaged
area/porch

### What happened? I see the following error I attempt to build my configuration using `kustomize build .`: ``` Error: wrong node kind: expected ScalarNode but got MappingNode: node contents:...

lifecycle/rotten
kind/bug
priority/backlog
needs-triage

## Expected Behavior Viewing a resource's yaml should not log any warnings to the developer console. ## Current Behavior Currently, two warnings are logged to the developer console when a...

bug
good first issue
area/ui

## Feature Suggestion Add a first-class [Priority Class](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass) resource editor. ## Context Currently, the Config as Data UI has first-class resource editors for many resources, including for Deployments, Stateful Sets,...

enhancement
good first issue
area/ui

## Feature Suggestion Add a first-class [Network Policy](https://kubernetes.io/docs/concepts/services-networking/network-policies) resource editor. ## Possible Implementation The Network Policy resource editor does not need to implement every field present on the [resource](https://pkg.go.dev/k8s.io/api/networking/v1#NetworkPolicy). The...

enhancement
good first issue
area/ui

## Feature Suggestion Add a visual indicator to the repositories table to allow users to identify any repositories that are not ready. ## Possible Implementation A possible implementation is to...

enhancement
good first issue
area/ui

## Feature Suggestion Allow packages to be compared with sibling packages (packages that share the same upstream package). Today, shown in the screenshot below, packages can only be compared to...

enhancement
good first issue
area/ui

## Feature Suggestion Allow users to abandon draft package revisions. Today, draft package revisions can only be edited or proposed (see screenshot). ![Image](https://user-images.githubusercontent.com/4991787/214905477-cdae9ab9-dd06-4a71-9bc1-e8c8df85f53d.png) ## Possible Implementation Add a 'Abandon' button...

enhancement
good first issue
area/ui

Add support for deploying the Config as Data UI to Amazon Elastic Kubernetes Service (EKS).

enhancement

Creating a new release should automatically publish the Configuration as Data plugins to NPM. Today this is completed with a manual process.

enhancement