Owen Kelly

Results 40 issues of Owen Kelly

Check if the version is newer, and if so run our e2e tests against it.

enhancement

`yarn build query` should show the cached packages, showing just what needs to be rebuilt. This wasn't done in the first iteration, because done is better than perfect.

enhancement

**Describe the bug** the entrypointjs file for yarn build isn't setting up pnp for child processes ** Fix ** Need to set `NODE_OPTIONS`, similar to https://github.com/yarnpkg/berry/blob/a76373ac01680b85e6499dc2085abac00d4db575/packages/plugin-pnp/sources/index.ts Source: https://discord.com/channels/226791405589233664/226791405589233664/789268044983173160

bug
good first issue

**What is the bug?** The project cannot be vendored as a tool. More info on the concept https://marcofranssen.nl/manage-go-tools-via-go-modules **How can one reproduce the bug?** 1. either `go install github.com/opensearch-project/opensearch-cli@main` ```...

bug

Add opentracing support to Bunjil.

enhancement

Bunjil can be run in a lambda, but if we do that we don’t want to waste time booting a http server and routing. So we should have a `.serverless(query:...

enhancement

- [ ] Redis binding - [ ] memcached binding I'm thinking these may suit being in a bunjil-extensions repo.

enhancement

The ability to add custom logging middleware

enhancement

We should be able to set rate limits for queries. This could either be a schema directive, or just a few rules.

enhancement