summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disable more JS testsmulti/elixir-3Jan Lehnardt2020-01-044-1/+4
* Merge remote-tracking branch 'jjrodrig/port-elixir-auth' into multi/elixir-3Jan Lehnardt2020-01-046-25/+1015
|\
| * Merge branch 'master' of https://github.com/apache/couchdb into port-elixir-authJuanjo Rodriguez2019-10-042-8/+3
| |\
| * | auth cache test is disabledJuanjo Rodriguez2019-10-031-1/+1
| * | Merge branch 'master' of https://github.com/apache/couchdb into port-elixir-authJuanjo Rodriguez2019-10-0239-291/+78
| |\ \
| * \ \ Merge branch 'master' of https://github.com/apache/couchdb into port-elixir-authJuanjo Rodriguez2019-09-1811-66/+22
| |\ \ \
| * | | | Disable auth_cache_testJuanjo Rodriguez2019-09-181-0/+2
| * | | | Merge branch 'master' of https://github.com/apache/couchdb into port-elixir-authJuanjo Rodriguez2019-09-1611-16/+101
| |\ \ \ \
| * \ \ \ \ Merge branch 'port-elixir-auth' of https://github.com/jjrodrig/couchdb into p...Juanjo Rodriguez2019-08-28233-2979/+1912
| |\ \ \ \ \
| | * \ \ \ \ Merge master changesjjrodrig2019-08-2027-389/+637
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into port-elixir-authJuanjo Rodriguez2019-08-02221-2597/+1282
| | |\ \ \ \ \ \
| * | | | | | | | Convert test setup/teardown logic into idiomatic ExUnit and use @moduletag co...Juanjo Rodriguez2019-08-282-80/+93
| |/ / / / / / /
| * | | | | | | Merge branch 'master' into port-elixir-authJuanjo Rodriguez2019-07-112-4/+7
| |\ \ \ \ \ \ \
| * | | | | | | | Correct test nameJuanjo Rodriguez2019-06-271-1/+1
| * | | | | | | | Correct test nameJuanjo Rodriguez2019-06-271-1/+1
| * | | | | | | | Cookie auth test fixesJuanjo Rodriguez2019-06-261-0/+1
| * | | | | | | | Cookie auth test fixesJuanjo Rodriguez2019-06-261-20/+5
| * | | | | | | | Auth cache test fixesJuanjo Rodriguez2019-06-261-19/+14
| * | | | | | | | Merge branch 'master' of https://github.com/apache/couchdb into port-elixir-authJuanjo Rodriguez2019-06-2546-8/+4999
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into port-elixir-authJuanjo Rodriguez2019-06-209-430/+461
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into port-elixir-authJuanjo Rodriguez2019-05-038-15/+110
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | WIP: increase default timeout, revert to fail when login errorJuanjo Rodriguez2019-04-302-4/+6
| * | | | | | | | | | | WIP: make test more robustJuanjo Rodriguez2019-04-253-18/+47
| * | | | | | | | | | | Merge masterJuanjo Rodriguez2019-04-177-9/+89
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Port users_db from js test suite to elixirJuanjo Rodriguez2019-04-171-0/+297
| * | | | | | | | | | | | remove debug log level configJuanjo Rodriguez2019-04-161-5/+0
| * | | | | | | | | | | | Remove conflicting functionsJuanjo Rodriguez2019-04-164-24/+34
| * | | | | | | | | | | | Port cookie_auth test suite into elixirJuanjo Rodriguez2019-04-161-0/+412
| * | | | | | | | | | | | Add auth cache test into elixir test suiteJuanjo Rodriguez2019-04-113-11/+259
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/feat/js-to-exs' into multi/elixirJan Lehnardt2020-01-0453-37/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Disable all JS tests that have Elixir test counterparts.archive/feat/js-to-exsfeat/js-to-exsJan Lehnardt2019-08-0253-35/+85
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge remote-tracking branch 'dottorblaster/update-elixir-test-suite-README' ...Jan Lehnardt2020-01-041-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update elixir test suite README.md with missing ported stuffAlessio Biancalana2019-10-131-3/+3
* | | | | | | | | | | | | | fix: losen assertionJan Lehnardt2020-01-041-1/+1
* | | | | | | | | | | | | | Port UTF8 js test suite to elixirAlessio Biancalana2020-01-042-1/+66
* | | | | | | | | | | | | | Autoupdate false test (#2311)Robert Newson2020-01-042-2/+33
* | | | | | | | | | | | | | Fixes #2151 - start CouchDB from symlinks (#2152)Ronny2020-01-042-2/+22
* | | | | | | | | | | | | | Port erlang views tests into elixir test suite (#2237)Juanjo Rodriguez2020-01-044-3/+120
* | | | | | | | | | | | | | Fix some typos in the bug report issue template (#2233)Bessenyei Balázs Donát2020-01-041-4/+4
* | | | | | | | | | | | | | Refuse startup with no server admin set up (#2389)Jan Lehnardt2020-01-044-70/+87
* | | | | | | | | | | | | | feat: add "access-ready" to feature flags in welcome messageJan Lehnardt2020-01-041-0/+3
* | | | | | | | | | | | | | feat: allow special document member _accessJan Lehnardt2020-01-042-3/+7
* | | | | | | | | | | | | | test: add failing test for _access preparation commitJan Lehnardt2020-01-041-1/+11
* | | | | | | | | | | | | | Fix double "make clean"Joan Touzet2019-12-311-1/+3
* | | | | | | | | | | | | | Speedup eunit: smoosh_serverPaul J. Davis2019-12-251-18/+27
* | | | | | | | | | | | | | Speedup eunit: mem3_sync_event_listenerPaul J. Davis2019-12-251-18/+35
* | | | | | | | | | | | | | Speedup eunit: mem3_shardsPaul J. Davis2019-12-251-18/+36
* | | | | | | | | | | | | | Speedup eunit: mem3_repPaul J. Davis2019-12-251-1/+1
* | | | | | | | | | | | | | Speedup eunit: mango_idx_testPaul J. Davis2019-12-251-17/+30
* | | | | | | | | | | | | | Speedup eunit: fabric_doc_updatePaul J. Davis2019-12-251-19/+34