couchdb:nouveau-geo

Last commit made on 2023-05-06
Get this branch:
git clone -b nouveau-geo https://git.launchpad.net/couchdb

Branch merges

Branch information

Name:
nouveau-geo
Repository:
lp:couchdb

Recent commits

4922fd4... by Robert Newson <email address hidden>

WIP extend syntax parser for geo

30096d3... by Robert Newson <email address hidden>

initial geo thoughts

think I'll fork StandardSyntaxParser.jj to make it tidier though

fe445bb... by Nick V.

Make Erlang 24 the minimum version

We can drop a compat nouveau_maps module. Later we can check the code and see
if we can replace any maps:map/2 with maps:foreach/2 perhaps.

In smoosh_persist, no need to check for file:delete/2. Later we should probably
make the delete in couch_file do the same thing to avoid going through the file
server.

`sha_256_512_supported/0` has been true for a while but the check had been
broken, the latest crypto module is `crypto:mac/3,4` so we can re-enable these
tests.

ML discussion: https://lists.apache.org/thread/7nxm16os8dl331034v126kb73jmb7j3x

aa8eb07... by Robert Newson <email address hidden>

Merge pull request #4557 from apache/nouveau-partition-support

finish partitioned support for nouveau

d5c78e6... by Robert Newson <email address hidden>

finish partitioned support for nouveau

82aa162... by Robert Newson <email address hidden>

Merge pull request #4556 from apache/nouveau-remove-afterburner

remove afterburner

07546f5... by Robert Newson <email address hidden>

remove afterburner

https://github.com/FasterXML/jackson-modules-base/tree/jackson-modules-base-2.13.3/blackbird#readme

6f4711f... by Robert Newson <email address hidden>

Merge pull request #4555 from apache/nouveau-race-condition-creating-index

23dfab5... by Robert Newson <email address hidden>

fix race condition when creating indexes

8e03f97... by Robert Newson <email address hidden>

Merge pull request #4543 from apache/jenkins-enable-nouveau-ci

enable nouveau in CI