Will Holley
Will Holley
@elcritch this repository is moving to https://github.com/apache/couchdb-docker - could you reissue your PR there please?
For me, the benefit of `secretGenerator` is that it adds a hash suffix to every secret and updates all references to those secrets. This, in turn, forces pods referencing the...
Additionally, it seems like it's not possible to define an ibm_iam_access_group_policy which controls access by tag using Terraform.
It seems upgrading to node 12 is one workaround. I tested with the following Dockerfile: ``` FROM node:12-stretch-slim RUN apt-get update && apt-get install -y git; \ git clone https://github.com/apache/couchdb-fauxton.git;...
It should be possible to pass `keys` to the underlying view in some cases. Perhaps this isn't ideal, but I would think is preferable to a range scan and in-memory...
I'm seeing the same behaviour with multiple tail inputs. Again, I'm using the YAML configuration, but my issue seems related to the ordering of the inputs in the config file....
I wonder whether we need to decouple the implementation of statistics collection for user-facing results when `execution_stats=true` is specified vs the `chttpd_stats_reporter` use case. For the user-facing case, performance of...
I don't think this issue / PR has anything to do with query efficiency - only fixing the unclear semantics of `use_index`. I'm open to a discussion about if we...
I wonder whether a `$startsWith` operator would be cleaner, as we could then optimize it for text indexes specifically? The `$regex` operator originally did differ for text indexes iirc but...
Appreciating the difficulties with augmenting existing endpoints, I think it's worth considering adding "selector" and "fields" support to the existing _all_docs, view and search endpoints. This would be consistent with...