John S. Ryan

Results 60 issues of John S. Ryan

**Describe the problem/challenge you have** Multiple users have found the "namespace" portion of `kapp list` to be unintuitive (at best), confusing, or lead them to incorrect conclusions (at worst). Examples:...

enhancement
ui

Current documentation lacks guidance on why and when to configure aspects of deployment as well as how to pull together the mechanisms to do so. Some of this is captured...

Epic

With the core validation rules implemented, let's get usability and suitability feedback from users. The goal is to vet our assumptions so that we can either confidently adjust or move...

- [x] Create release in Github - [x] [Bump Version](https://hackmd.io/uVpvITUuR4Cbwzkzb7MEpQ?view#Bump-version) - [x] [Create Draft Github Release](https://hackmd.io/uVpvITUuR4Cbwzkzb7MEpQ?view#Create-Draft-Github-Release) - [x] [Create Release Notes](https://hackmd.io/uVpvITUuR4Cbwzkzb7MEpQ?view#Create-the-Release-Notes) - [x] [Generate Binaries and Checksum](https://hackmd.io/uVpvITUuR4Cbwzkzb7MEpQ?view#Generate-Binaries-and-Checksum) - [x] [Upload...

Release

- [ ] Create release in Github - [ ] [Bump Version](https://hackmd.io/uVpvITUuR4Cbwzkzb7MEpQ?view#Bump-version) - [ ] [Create Draft Github Release](https://hackmd.io/uVpvITUuR4Cbwzkzb7MEpQ?view#Create-Draft-Github-Release) - [ ] [Create Release Notes](https://hackmd.io/uVpvITUuR4Cbwzkzb7MEpQ?view#Create-the-Release-Notes) - [ ] [Generate Binaries...

Release

🚧 **Under Construction** 🚧 --- Candidate Story Categories: - allow for more flexible use of schema with `@schema/key` - request: #656 - command-line flags to accept Schema (just like data...

Epic

**As a** Configuration Author **I want to** declare what constitutes a _valid_ Data Value right in my schema definition *So that** - I can state those invariants in one central...

Epic

Convert YAML Fragments to Starlark equivalents when reporting these values in error messages. ## Current Behavior ```yaml #@ def log_levels(): - error - warning - info - debug #@ end...

When a value is `null` and `not_null=True`, no other validation rules should run. ## Current behavior ```yaml #! schema.yaml #@data/values-schema --- #@schema/validation min_len=1, not_null=True hostname: "" ``` ```console $ ytt...

Write a [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) for `ytt` files (i.e. Starlark within YAML). _(TODO: there is a lot that can be packed into an LSP; enumerate the features so that we...

discussion