Joshua Carp

Results 49 issues of Joshua Carp

Looks like these aren't used anymore.

If max retention hours is 2, the default retention hours in the create form leads to an invalid submission. The default value in the form should be

bug
front-end

Currently, the message expiration task loads all messages into memory and issues a separate delete for each expired message. We should use a single delete query instead--something like ``` delete...

bug
back-end

# Bug Report After a rolling restart of concourse workers, old workers remain in the `stalled` state until manually pruned: ``` name containers platform tags team state version 0eecd635-cacd-413c-a9e5-2446e45ae176 40...

bug
ops/day2

**Description of your changes:** Argo retryStrategy includes an expression field. This PR exposes the field in the kfp dsl. **Checklist:** - [x] The title for your pull request (PR) should...

size/S
ok-to-test
lifecycle/stale
cla: yes

Max active series per user depends on default and per-tenant limits, as well as distributor sharding strategy and number of healthy ingesters. To simplify alerting when a tenant is approaching...

stale
size/S

In order to comply with https://web.nvd.nist.gov/view/800-53/Rev4/control?controlName=AC-10, we would like to be able to control the maximum number of active tokens per user per client, such that old tokens are automatically...

scheduled
waiting-4-pr

Back in 0.1, we had a basic interface for customizing the behavior of relationship fields via a `keygetter` passed to `QuerySelect` or `QuerySelectList`. That wound up being a less than...

The envelope used to serialize responses is implemented in a set of helper methods (`format_items`, `wrap_response`, etc.) that could be challenging to introspect (e.g. for building swagger docs). Implementing the...