Jordan Sussman

Results 33 issues of Jordan Sussman

## Description Users are currently unable to determine how long each command takes within any given step without printing timestamps themselves. Adding some sort of timestamp to the given log...

enhancement
area/api
area/ui
area/worker

This aims to hopefully help workaround intermittent errors returned by the Vela server by adding a retryable http client created by [go-retryablehttp](https://github.com/hashicorp/go-retryablehttp). Do folks think we should override the [default...

### Describe the bug The [s3manageriface](https://pkg.go.dev/github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface) package is missing numerous methods that exist within the [s3manager](https://pkg.go.dev/github.com/aws/aws-sdk-go/service/s3/s3manager) package. ### Expected Behavior All methods that exist within s3manager are able to be...

feature-request
needs-review
p3

I would like the ability to configure [online archives](https://www.datadoghq.com/blog/online-archives-datadog/) within the [datadog_logs_index](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/logs_index) resource.

apichange-needed
changelog/improvement

The `state list` [subcommand](https://developer.hashicorp.com/terraform/cli/commands/state/list) should be supported within this module.

## Description Beginning with macOS Catalina (10.15), [Apple is requiring all software distributed outside of the Mac App Store to be signed and notarized](https://developer.apple.com/news/?id=10032019a). Software that is not signed and...

enhancement
area/cli
discussion

## Description Every function should be updated to have [context.Context](https://pkg.go.dev/context#Context) as the first argument. ## Value > In many Go APIs, especially modern ones, the first argument to functions and...

enhancement
area/server

**Is your feature request related to a problem? Please describe.** Skipper exclusively supports the [Kubernetes Ingress API](https://kubernetes.io/docs/concepts/services-networking/ingress/), creating hurdles for users who wish to transition between other providers and Skipper....

enhancement
kubernetes

As of Xray 2.4.x JFrog has started migrating endpoints from `/v1/ ` to `/v2`. The specific notes from [confluence](https://www.jfrog.com/confluence/display/XRAY/Xray+REST+API) are: > From version 2.4, JFrog Xray is introducing a new...