Will Holley

Results 16 issues of Will Holley

After creating a search index in a partitioned database in CouchDB 3.1.0, Fauxton fails with an error: ``` vendor.ab7fba521cb7c6902c58.js:80 TypeError: Cannot read property 'options' of undefined at Object.ar [as isDDocPartitioned]...

It looks like #23 introduced a bug in fix_journal_watcher_cgo. Specifically, `DefaultPacketDropLogTimeLayout` needs to reference the `utils` package: ``` make build-cgo ... # github.com/box/kube-iptables-tailer/drop drop/journal_watcher_cgo.go:46:13: undefined: DefaultPacketDropLogTimeLayout godep: go exit status...

## Overview Provide an example container that includes the current CouchDB and Clouseau releases. How: - Clone the 3.2.0-ubi-clouseau directory to `3.2.2-ubi-clouseau` - In `3.2.2-ubi-clouseau`: - Update CouchDB to 3.2.2...

## Overview CouchDB 3.2.2 is the latest 3.x release. This updates the UBI container to CouchDB 3.2.2 and imports the dockerfile_entrypoint changes to support the `COUCHDB_ERLANG_COOKIE` environment variable as per...

Bulk document creation seems straightforward to add. However, bulk updates are a bit more tricky. I imagine we could change the fetch/update workflow to be a bulk fetch/bulk update. Both...

Suggested in response to https://github.com/pouchdb/pouchdb/pull/3391. Temp view support is going away in CouchDB 2.0 so consider removing it as a minimum requirement.

Sometimes it's useful to specify a Cloudant URL without binding to a Cloudant service directly (e.g. if you want to use a proxy). This should be possible by specifying a...

Cloudant / CouchDB has supported using Query selectors as an [alternative to JavaScript filter functions](http://docs.couchdb.org/en/2.0.0/api/database/changes.html#selector) for over a year. Query selectors have a significant performance advantage over using JavaScript filters...

Update chart-testing and kind to the current versions. #### What this PR does / why we need it: Update test dependencies to stay current with chart-testing and KinD. This does...