summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Lower the view indexer transaction retry limitlower-view-indexer-tx-retry-limitNick Vatamaniuc2021-03-032-2/+25
* Allow applying per-transaction options with fabric2_fdb:transactional/3Nick Vatamaniuc2021-03-033-24/+71
* Bump erlfdb to 1.2.6 (#3400)Joan Touzet2021-03-031-1/+1
* Update Makefile stripping remaining direct make refsAlessio Biancalana2021-03-031-4/+4
* Relax isolation level when indexer reads from DB (#3393)Adam Kocoloski2021-03-022-7/+9
* Fix badmatch in couch_views_indexerNick Vatamaniuc2021-03-021-4/+6
* Make session elixir test more robustBessenyei Balázs Donát2021-03-011-1/+1
* Set default nodes in dev/run to 1Bessenyei Balázs Donát2021-03-011-2/+2
* Merge pull request #3386 from apache/ebtree-lookup-optRobert Newson2021-02-281-4/+4
|\
| * Optimize lookup/3ebtree-lookup-optRobert Newson2021-02-271-4/+4
|/
* Merge pull request #3384 from apache/ebtree-lookup-collate-eqRobert Newson2021-02-261-6/+6
|\
| * use collate in lookupRobert Newson2021-02-261-6/+6
* | Fix ebtree:lookup_multi/3Paul J. Davis2021-02-261-6/+5
* | Add failing cases for ebtree:lookup_multi/3 bugPaul J. Davis2021-02-262-1/+28
* | Fix typoPaul J. Davis2021-02-261-8/+8
* | Merge pull request #3365 from apache/active-tasks-process-status-mainRobert Newson2021-02-091-1/+10
|\ \ | |/
| * Show process status in active_tasksRobert Newson2021-02-091-1/+10
|/
* Handle all erlfdb error codes (#3355)Robert Newson2021-02-082-28/+6
* Fix PUT of multipart/related attachments support for Transfer-Encoding: chunk...Bessenyei Balázs Donát2021-02-033-2/+22
* Add a development container for VS Code (#3343)Adam Kocoloski2021-01-257-2/+136
* fix additional links after branch renaming (master -> main)Ronny2021-01-253-6/+6
* fixing links after master->main branch renamebig-r812021-01-251-2/+2
* Simplify and speedup dev node startup (main branch) (#3338)Adam Kocoloski2021-01-216-155/+69
* add http error for fdb 1031Garren Smith2021-01-181-0/+5
* remove {restart_tx, true} from mango _all_docsGarren Smith2021-01-181-2/+1
* Update README.mdRobert Newson2021-01-151-6/+0
* Allow gzipped requests to _session (#3323)Bessenyei Balázs Donát2021-01-123-3/+14
* Switch from assert length === 0 to Enum.empty? as Credo suggestsAlessio Biancalana2021-01-031-1/+1
* Add to credo ignores and gitignore new file_system dependencyAlessio Biancalana2021-01-032-0/+2
* Upgrade Credo to 1.5.4Alessio Biancalana2021-01-032-3/+4
* Goodbye 2020. Hello 2021. YES. (#3318)Joan Touzet2021-01-011-1/+1
* treat 408 as a retryable error condition (#3303)Robert Newson2020-12-201-18/+18
* Merge pull request #3286 from cloudant/specify-elixir-testsiilyak2020-12-027-17/+1165
|\
| * Use elixir-suiteILYA Khlopotov2020-12-021-1/+1
| * Add ability to control which Elixir integration tests to runILYA Khlopotov2020-12-027-16/+1164
|/
* Add missing default headers to responses (#3279)Bessenyei Balázs Donát2020-11-234-3/+23
* Remove unnecessary line wrapsPaul J. Davis2020-11-171-4/+2
* Minimize conflicts while building viewsPaul J. Davis2020-11-172-8/+91
* Allow specifying an end_key for fold_changesPaul J. Davis2020-11-172-7/+22
* Allow snapshots through fabric2_fdb:transactionalPaul J. Davis2020-11-172-0/+151
* Merge pull request #3274 from cloudant/fix-mango-testsiilyak2020-11-172-1/+5
|\
| * Disable TextIndex test since it is not implemeneted yetILYA Khlopotov2020-11-171-0/+4
| * `q` and `n` are not needed for FDB based CouchDBILYA Khlopotov2020-11-171-1/+1
|/
* Bump erlfdb to v1.2.3Nick Vatamaniuc2020-11-161-1/+1
* Merge pull request #3268 from cloudant/reuse-json-bodyiilyak2020-11-161-2/+5
|\
| * Use `req_body` field if presentILYA Khlopotov2020-11-161-2/+5
|/
* Merge pull request #3263 from apache/fix-ebtree-range-clearsRobert Newson2020-11-121-2/+2
|\
| * Assure that all node ids are the same lengthRobert Newson2020-11-121-1/+1
| * Avoid deleting UUID keys that start with zerosPaul J. Davis2020-11-121-1/+1
|/
* Fix flaky testPaul J. Davis2020-11-101-2/+8