nickva opened a new pull request, #5455:
URL: https://github.com/apache/couchdb/pull/5455
This mainly skips new parallel cfile module and simple+pbkdf2 migration
password.
* [6df21c57f](https://github.com/apache/couchdb/commit/6df21c57f) BigInt
support for QuickJS
* [b2ff65a74](https://github.com/apache/couchdb/commit/b2ff65a74) Add
Windows Jenkins pipeline (#4371)
* [07cf90120](https://github.com/apache/couchdb/commit/07cf90120) Optimise
config to use persistent terms
* [6202aa4b5](https://github.com/apache/couchdb/commit/6202aa4b5) Document
callable regex in Spidermonkey 1.8.5
* [d37923884](https://github.com/apache/couchdb/commit/d37923884) fix
arithmetic mean in _prometheus
* [23b1a18af](https://github.com/apache/couchdb/commit/23b1a18af) Document
the parseInt Spidermonkey 1.8.5 discrepancy
* [11f831b8c](https://github.com/apache/couchdb/commit/11f831b8c) Document
consts leaking from nested scopes SM 1.8.5 vs 91/QuickJS/V8
* [fba029fe1](https://github.com/apache/couchdb/commit/fba029fe1) Fix
purge_infos when exceeding purged_infos_limit
* [8a44187ee](https://github.com/apache/couchdb/commit/8a44187ee) [nouveau]
upgrade dropwizard to 4.0.12
* [f1799d6d0](https://github.com/apache/couchdb/commit/f1799d6d0) Fix
atts_since functionality for doc gets
* [e137b72a5](https://github.com/apache/couchdb/commit/e137b72a5) Restore
the ability to return error object from maps
* [b638a3453](https://github.com/apache/couchdb/commit/b638a3453) document
nouveau type for mango index
* [1b72571aa](https://github.com/apache/couchdb/commit/1b72571aa) Fix wrong
link in example within CONTRIBUTING.md
* [9d36a7855](https://github.com/apache/couchdb/commit/9d36a7855) extract
functions
* [dce6769ed](https://github.com/apache/couchdb/commit/dce6769ed) Document
another spidermonkey vs spidermonkey discrepancy
* [1bf03897e](https://github.com/apache/couchdb/commit/1bf03897e) QuickJS
scanner improvements
* [e9b316729](https://github.com/apache/couchdb/commit/e9b316729) Improve
scanner log reporting
* [0747affb5](https://github.com/apache/couchdb/commit/0747affb5) nouveau:
upgrade Lucene to 9.12.1
* [d459256bb](https://github.com/apache/couchdb/commit/d459256bb) Kill all
couchjs processes right after updating the engine setting
* [378f6048b](https://github.com/apache/couchdb/commit/378f6048b) Add a
version check to clouseau connected() function
* [9185e1ffd](https://github.com/apache/couchdb/commit/9185e1ffd) Ensure we
always map the documents in order map mrview updater
* [3d3f4f25a](https://github.com/apache/couchdb/commit/3d3f4f25a) Remove
multi_workers option from couch_work_queue (#5414)
* [06c88fbe8](https://github.com/apache/couchdb/commit/06c88fbe8) fix(js):
re-instate `deepFreeze()` for all object freezing duties
* [faa4fc803](https://github.com/apache/couchdb/commit/faa4fc803) Extract
the response of `_versions` endpoint
* [121ac7cb1](https://github.com/apache/couchdb/commit/121ac7cb1) POWER CI
worker is back
* [346855c9f](https://github.com/apache/couchdb/commit/346855c9f) Exclude
Power CI runner
* [37840c018](https://github.com/apache/couchdb/commit/37840c018) Fix
contributing and api/database/changes minor typos documentation (#5404)
* [97c8bdc1f](https://github.com/apache/couchdb/commit/97c8bdc1f) Remove
idle check timeout
* [2789a1568](https://github.com/apache/couchdb/commit/2789a1568) clarify
RHEL9 caveats
* [5ed0654ab](https://github.com/apache/couchdb/commit/5ed0654ab) Use
fdatasync for commits
* [3d7a01937](https://github.com/apache/couchdb/commit/3d7a01937) Elixir:
Fix negative steps
* [6e74d0fb0](https://github.com/apache/couchdb/commit/6e74d0fb0) Remove
pread_limit config from couch_file
* [1ce7a0447](https://github.com/apache/couchdb/commit/1ce7a0447) Add
retries to the PR CI runs as well
* [d4d3b81b0](https://github.com/apache/couchdb/commit/d4d3b81b0)
chore(dev): Don't wipe documentation source files on `distclean` (#5387)
* [d3eb27306](https://github.com/apache/couchdb/commit/d3eb27306) introduce
acc record
* [ed16e2e94](https://github.com/apache/couchdb/commit/ed16e2e94)
docs/replication: fix typo: fail <- fall
* [9f3d8cabd](https://github.com/apache/couchdb/commit/9f3d8cabd)
chore(ci): Use Bookworm for "Build Release Tarball" stage (#5378)
* [67a6588e9](https://github.com/apache/couchdb/commit/67a6588e9) Cleanup
and improve couch_file
* [3cedbfcb5](https://github.com/apache/couchdb/commit/3cedbfcb5)
chore(docs): Update Sphinx and Sphinx RTD theme (#5376)
* [8adea82b0](https://github.com/apache/couchdb/commit/8adea82b0)
chore(dev): Also use authentication for live checks (#5370)
* [208982eb0](https://github.com/apache/couchdb/commit/208982eb0) Fix typo
in auth.rst
* [49e04399d](https://github.com/apache/couchdb/commit/49e04399d)
chore(docs): Correct default setting of lockout mode
* [5a06e1a50](https://github.com/apache/couchdb/commit/5a06e1a50) Updated
year in NOTICE
* [3290d95a9](https://github.com/apache/couchdb/commit/3290d95a9) Mitigate
the warnings by adding step `-1`
* [55c5464cf](https://github.com/apache/couchdb/commit/55c5464cf) Upgrade
Elixir and its dependencies
* [a5c099116](https://github.com/apache/couchdb/commit/a5c099116) Makefile:
Add `ELIXIR_ERL_OPTIONS=+fnu`
* [1b77d2e29](https://github.com/apache/couchdb/commit/1b77d2e29) Fix
warnings about undefined functions
* [780b48811](https://github.com/apache/couchdb/commit/780b48811) Fix
warnings about comparison between distinct types
* [0e098b08a](https://github.com/apache/couchdb/commit/0e098b08a) Fix
warnings about operator `===` has no effect
* [e35979565](https://github.com/apache/couchdb/commit/e35979565) Remove
warnings about `test_chttpd_auth_lockout_warning`
* [34af2300f](https://github.com/apache/couchdb/commit/34af2300f) Prefix
unused variables with an underscore
* [eeb16fb4c](https://github.com/apache/couchdb/commit/eeb16fb4c) Fix
warnings about quotes
* [57b377492](https://github.com/apache/couchdb/commit/57b377492) Add
`:leex` and `:yecc` to mix.exs
* [0713b51b8](https://github.com/apache/couchdb/commit/0713b51b8) Try
adding retries to our full CI steps
* [974467a39](https://github.com/apache/couchdb/commit/974467a39) Handle
more non-determinism in update, filter and vdus
* [c9731e161](https://github.com/apache/couchdb/commit/c9731e161) fix(dev):
Add compiler flags for MSVC (#5366)
* [4147a8c83](https://github.com/apache/couchdb/commit/4147a8c83) Add
SpiderMonkey backward compatibility
* [5b685a9ec](https://github.com/apache/couchdb/commit/5b685a9ec) feat:
re-enable SpiderMonkey on macOS CI, bump to 128
* [9631e0040](https://github.com/apache/couchdb/commit/9631e0040)
feat(dev): Use `brew --prefix` to find ICU paths on macOS (#5360)
* [2cfb0c376](https://github.com/apache/couchdb/commit/2cfb0c376) Add
support for SpiderMonkey 102, 115 and 128 (#5321)
* [a33c82491](https://github.com/apache/couchdb/commit/a33c82491) feat:
disable macos builder using spidermonkey until >91 support lands
* [f99db2d3e](https://github.com/apache/couchdb/commit/f99db2d3e) Bring
FreeBSD AMD64 worker back
* [8773b0051](https://github.com/apache/couchdb/commit/8773b0051) Document
`clouseau` in `_versions` endpoint
* [37951bfb9](https://github.com/apache/couchdb/commit/37951bfb9) Expose
Clouseau version in `/_node` endpoint
* [f2f6cd72d](https://github.com/apache/couchdb/commit/f2f6cd72d) Fix
attachment size calculation
* [23ac46eb6](https://github.com/apache/couchdb/commit/23ac46eb6) Improve
the QuickJS update function scanning
* [1c00539ac](https://github.com/apache/couchdb/commit/1c00539ac) Allow
empty doc fields in the scanner
* [7fe38c0ad](https://github.com/apache/couchdb/commit/7fe38c0ad) Fix mango
tests using custom db name (#5341)
* [1a3551aff](https://github.com/apache/couchdb/commit/1a3551aff) document
search cleanup api
* [ba9b8020a](https://github.com/apache/couchdb/commit/ba9b8020a) Add more
features to QuickJS scanner
* [316c8bd07](https://github.com/apache/couchdb/commit/316c8bd07) Prevent a
broken mem3 app from permanently failing replication
* [e581401cd](https://github.com/apache/couchdb/commit/e581401cd) Fix
QuickJS scanner function_clause error
* [f5b606621](https://github.com/apache/couchdb/commit/f5b606621) Skip
deleted documents in the scanner
* [f0a004643](https://github.com/apache/couchdb/commit/f0a004643) Skip
validation for ddocs in the scanner
* [f8e6c2553](https://github.com/apache/couchdb/commit/f8e6c2553) Prevent
inserting illegal ddocs via mango
* [bc815359c](https://github.com/apache/couchdb/commit/bc815359c) Do not
crash the server on invalid js_engine setting
* [9cb958d9a](https://github.com/apache/couchdb/commit/9cb958d9a) Allow
online js_engine reconfiguration
* [e8060d13b](https://github.com/apache/couchdb/commit/e8060d13b) expand
x-couch-request-id to allow uuids
* [6f41d029b](https://github.com/apache/couchdb/commit/6f41d029b) allow
client to specify request id
* [3edc60e37](https://github.com/apache/couchdb/commit/3edc60e37) Document
junk before function() SM 1.8.5 vs 78+
* [505c4adcd](https://github.com/apache/couchdb/commit/505c4adcd) improve
nouveau install instructions
* [206353c37](https://github.com/apache/couchdb/commit/206353c37) expand
403 section with lockout statement
* [21e117e08](https://github.com/apache/couchdb/commit/21e117e08) Add
quickjs to the list of welcome features
* [352bf615a](https://github.com/apache/couchdb/commit/352bf615a) Document
yet another SpiderMonkey vs SpiderMonkey incompatibility
* [15731c609](https://github.com/apache/couchdb/commit/15731c609) Add type
specs to clouseau_rpc
* [c92c389f2](https://github.com/apache/couchdb/commit/c92c389f2) fixup:
extend `allow_fallback` to always exclude `all_docs`
* [21d6e7b72](https://github.com/apache/couchdb/commit/21d6e7b72) mango:
fix validation of `use_index`
* [e21d0e983](https://github.com/apache/couchdb/commit/e21d0e983) mango:
add `allow_fallback` for user-specified indexes on `_find`
* [cf99034d0](https://github.com/apache/couchdb/commit/cf99034d0) Handle
another expected error in the scanner
* [a7b963e65](https://github.com/apache/couchdb/commit/a7b963e65) Remove
unused includes and defines
* [d757f5d99](https://github.com/apache/couchdb/commit/d757f5d99) Git
ignore generated .erl files
* [8829abc9f](https://github.com/apache/couchdb/commit/8829abc9f) Git
ignore dev Clouseau artifacts
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]