Nick Miyake
Nick Miyake
It is unclear that the `--tags` flag expects a key from the `tags-template` config block. As is there are a couple of undesired behaviors: 1. If the tag does not...
Generate a Conjure client using the following definition: ``` types: definitions: default-package: com.palantir.product objects: AliasOne: alias: string AliasTwo: alias: optional AliasThree: alias: AliasTwo services: EteService: name: Ete Service package: com.palantir.product...
When using the `DownloadVersion` function for a package version with multiple files, the behavior of `DownloadVersionParams.TargetPath` is unintuitive. The observed behavior is the following: 1. If `TargetPath` is the path...
Adds new concepts like a FileWriterProvider which provides a mechanism for a witchcraft.Server and invoking code to share common io.Writer objects for performing logging operations. Fixes #96 --- This change...
This change is [](https://reviewable.io/reviews/palantir/witchcraft-go-server/99)
`witchcraft-go-server` has a notion of logging and is opinionated on output -- it decides on the `io.Writer` to use for writing logs based on factors such as configuration (`useConsoleLog`) and...
Updates schema values in ITE-10 to reflect the actual values as specified in the in-toto spec and updates the newly proposed field to match the existing style.
#### Summary Fixes spelling errors in documentation for `Bundle` type. #### Release Note NONE #### Documentation
## Before this PR ## After this PR ==COMMIT_MSG== Adds support for `audit.3` logs. Specifically, ensures that an `audit3.Logger` is set on all server contexts and that there is a...
**Describe the bug** When using `lexer.Tokenize` to tokenize input, the `IndentLevel` for a token is not properly reset when it is supposed to decrease by more than 1 -- the...