summaryrefslogtreecommitdiff
path: root/test/elixir
Commit message (Expand)AuthorAgeFilesLines
* port users_db_security tests to elixirJuanjo Rodriguez2020-10-073-6/+539
* Complete the port of security_validation tests to ElixirJuanjo Rodriguez2020-10-071-131/+117
* Port show_documents and list_views to ElixirJuanjo Rodriguez2020-10-073-2/+1031
* Add module tag to elixir test cases (#3178)Peng Hui Jiang2020-10-0710-0/+10
* port rewrite and rewrite_js tests into elixirJuanjo Rodriguez2020-10-075-113/+689
* Add elixir tests for builtin reduce group levelsGarren Smith2020-09-301-0/+549
* Merge branch master into prototype/fdb-layerPaul J. Davis2020-09-1672-197/+4987
|\
| * Port view_conflicts.js, view_errors.js and view_include_docs.js into elixir·Juanjo Rodriguez2020-09-114-3/+640
| * Tag elixir tests into meaningful groupsAlessio Biancalana2020-09-0177-0/+120
| * bypass partition query limit for mangoTony Sun2020-08-271-0/+53
| * Port view multi_key tests into elixirJuanjo Rodriguez2020-07-233-3/+510
| * port update_documents.js into elixirJuanjo Rodriguez2020-07-222-1/+325
| * port view_sandboxing.js into elixirJuanjo Rodriguez2020-07-222-1/+192
| * Port view_compaction test to elixirJuanjo Rodriguez2020-07-073-2/+108
| * Port view_collation_raw.js to elixirJuanjo Rodriguez2020-07-072-1/+160
| * Port view_update_seq.js into elixirJuanjo Rodriguez2020-06-302-1/+143
| * Port reader_acl test into elixir test suiteJuanjo Rodriguez2020-06-292-2/+256
| * move compact and replicate functions into CouchTestCase shared moduleJuanjo Rodriguez2020-05-268-155/+56
| * Port rev_stemming into elixirJuanjo Rodriguez2020-05-262-1/+194
| * allow configurability of JWT claims that require a valueRobert Newson2020-05-181-0/+77
| * Port replicator db tests to elixirJuanjo Rodriguez2020-05-023-2/+204
| * Port recreate docs testJuanjo Rodriguez2020-04-122-1/+166
| * Port view_offset.js to elixir test suiteAlessio Biancalana2020-04-023-2/+126
| * Improve test initializationJuanjo Rodriguez2020-04-011-7/+8
| * Verify all presented claimsjwt-controls-2Robert Newson2020-03-301-1/+17
| * Only trust the servers declaration of JWT key typeRobert Newson2020-03-281-3/+3
| * Port view_pagination integration test to elixir test suiteAlessio Biancalana2020-03-252-1/+190
| * Port purge.js into elixir test suiteJuanjo Rodriguez2020-03-252-1/+169
| * Rename the claim used for roles to be more CouchDB specific.Alexander Trauzzi2020-03-241-1/+1
| * Add support for roles to be obtained from JWTs. (#2694)Alexander Trauzzi2020-03-241-1/+2
| * Fix missing apexes in test/elixir/README.mdAlessio Biancalana2020-03-231-2/+2
| * base64 the symmetric jwt keysjwt-enhancementsRobert Newson2020-03-221-1/+1
| * add EC testsRobert Newson2020-03-221-0/+38
| * support RSA for JWT authRobert Newson2020-03-221-2/+42
| * test all variants of jwt hmacRobert Newson2020-03-221-4/+9
| * generate JWT token ourselvesRobert Newson2020-03-221-4/+5
| * Port http, method_override and jsonp tests into elixir test suite (#2646)Juanjo Rodriguez2020-03-215-5/+257
| * Ignore unused string variable inside utf8 test caseAlessio Biancalana2020-03-201-1/+1
| * Port design_docs tests from js to elixir (#2641)Juanjo Rodriguez2020-03-192-1/+480
| * Feature - Add JWT support (#2648)Alexander Trauzzi2020-03-192-1/+40
| * Port elixir proxyauth tests from js to elixir (#2660)Juanjo Rodriguez2020-03-165-4/+170
| * Port _design_docs tests, design_options and design_paths from js to elixir (#...Juanjo Rodriguez2020-03-025-110/+426
* | Update and clean up testsNick Vatamaniuc2020-09-151-1/+4
* | Move error reporting test to EUnitPaul J. Davis2020-09-151-32/+0
* | add local_seq option to views (#3043)garren smith2020-08-051-0/+27
* | Use _scheduler/jobs instead of _active_tasks in replication Elixir testsNick Vatamaniuc2020-07-281-9/+15
* | Fix auth injection in test helperILYA Khlopotov2020-07-061-4/+8
* | mix format all_docs_test.exsGarren Smith2020-05-081-58/+65
* | add local_docs to fold_doc with docidsGarren Smith2020-05-081-0/+64
* | Add fold_docs for DocId listGarren Smith2020-04-231-3/+27