Ryland Herrick

Results 10 issues of Ryland Herrick

We previously had code in place that made the requests `/avatars/foo.png` and `/avatars/foo` "the same;" it was accomplished by simply stripping the extension out of the identifier. I removed this...

This optimization comes from @TylerK: we should be able to reduce our image sizes (and thus bandwidth, etc.) by modifying our imagemagick params (and/or using pngcrush) to limit the images'...

enhancement

Hi! First off, thanks for the great library. The main thing I'm looking for is confirmation/denial of this as a possibility; I simply don't have enough knowledge to know whether...

high priority
unverified

``` ruby # lib/tasks/dredd_rack.rake require 'dredd/rack' Dredd::Rack::RakeTask.new ``` causes the same symptoms as described in #8. The reason is that the hook that loads all these tasks, `Rails.application.load_tasks`, seems to...

## Summary These tests were skipped previously due to `es_archiver` [failing](https://github.com/elastic/kibana/issues/171426) on a mapping error, but upon unskipping it was discovered that there were a few mistakes in these tests,...

chore
release_note:skip
Team: SecuritySolution
Feature:ML Rule
Team:Detection Engine

## Summary This PR introduces Alert Suppression for ML Detection Rules. This feature is behaviorally similar to alerting suppression for other Detection Engine Rule types, and nearly identical to the...

release_note:enhancement
Feature:ML Rule
Feature:Alert Suppression
Team:Detection Engine
8.15 candidate

This is a subtask of #9, but big enough that I think it warrants its own issue. Basic prompt format: `BRANCH|STATE` Prompt States: #### Remote - Ahead - Behind -...

There have been cases where a [really cool function](https://github.com/rylnd/shpec/pull/82) has been written that doesn't belong in shpec proper but would be great as an optional library. What I'd like is...

enhancement

See discussion in #87.

in progress

Similar to #15, it would be nice to keep track of what's done inside of an individual test, and rollback those modifications at the end of the test. I'm thinking...

enhancement