1
0
Fork 0
arangodb/UnitTests/HttpInterface
Simon 345fc3c0b7 Refactor Authentication Layer (devel) (#4592)
* Cherry Picking LDAP changes

* Adding missing merges

* Fixing remaining mentions of FeatureCacheFeature

* Fix jslint

* Fixing some failed tests

* Fixing cluster authentication issue, red tests

* Fixing ldap testsuite, adding trace logging

* Fixint ldap tesuite setup and LDAP recognition

(cherry picked from commit 686d28a779)

* Fixing wrong assert

* Adding changelog entry, making requested changes from code review

* Fixing dump_authentication, fix typos

* improvements found during code review

* oops

* more use of sessionstorage

* fix tests

* Fixing broken handling, disallowing adding of local users when disabled

* Fixing testInvalidGrants

* Removing undefined auth level externally

* Fixing previous commit

* added tests for ldap search mode

* intentionally removed `after` methods from tests

because they are executed before the tests start
no cleanup is performed right now after the authentication tests
however, a cleanup is done at start of every test

* ldap tests all modes

* forward port changes from 3.3

* added generated files

* forward port missing changes for web UI

* added generated files

* added generated files
2018-02-28 13:24:28 +01:00
..
Gemfile
README
api-admin-spec.rb Replacing statistics handler with c++ (#4653) 2018-02-26 15:33:43 +01:00
api-aql-builtin-spec.rb
api-aqlfunction-spec.rb Feature/aqlfunction to cpp (#4573) 2018-02-13 11:50:49 +01:00
api-async-spec-timecritical.rb Replaced lingering calls to removed API. (#3702) 2017-11-15 20:04:03 +01:00
api-attributes-spec.rb
api-batch-spec.rb
api-collection-access-spec.rb try to fix another permissions problem when collections are accessed … (#3485) 2017-10-25 18:05:17 +02:00
api-collection-mmfiles-noncluster-spec.rb Added RocksDB export functionality and some bug fixes. 2017-04-04 17:33:14 -04:00
api-collection-mmfiles-spec.rb Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
api-collection-rocksdb-noncluster-spec.rb make more tests pass 2017-04-05 14:57:18 +02:00
api-collection-rocksdb-spec.rb Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
api-cursor-spec-noncluster.rb
api-cursor-spec.rb fixed issue #4056 (#4057) 2017-12-16 15:10:22 +01:00
api-database-spec.rb
api-document-create-spec.rb
api-document-delete-spec.rb
api-document-key-spec.rb
api-document-read-spec.rb
api-document-update-spec.rb
api-documents-spec.rb
api-edge-spec.rb
api-edges-spec.rb
api-endpoint-spec.rb Converted endpoint handler from JS to C++ (#2905) 2017-08-01 09:53:04 +02:00
api-explain-spec.rb fixed invalid object access, added a test (#2862) 2017-07-25 22:26:51 +02:00
api-export-spec-timecritical-noncluster.rb
api-foxx-manager-spec-nightly.rb we may only execute nightly foxx-manager tests so we don't stress out github. 2017-04-26 13:34:31 +02:00
api-general-graph-spec.rb allow using `returnOld` and `returnNew` attributes in HTTP REST APIs … (#4479) 2018-02-09 14:50:56 +01:00
api-http-spec.rb added OPTIONS to cors methods header 2017-03-28 16:18:53 +02:00
api-import-noncluster-spec.rb
api-import-spec.rb
api-index-geo-spec.rb unify index struct return values in cluster and non-cluster for fulltext and geo indexes (#2534) 2017-06-08 13:35:00 +02:00
api-index-hash-spec.rb added "deduplicate" attribute for array indexes (#2644) 2017-06-30 17:53:50 +02:00
api-index-persistent-spec.rb
api-index-skiplist-spec.rb
api-index-spec.rb test split 2017-04-04 16:16:50 +02:00
api-pipelining-spec-noncluster.rb
api-query-analysis-spec-timecritical.rb
api-replication-global-spec.rb Bug fix/more replication tests (#4500) 2018-02-09 13:06:47 +01:00
api-replication-mmfiles-spec.rb Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
api-replication-rocksdb-spec.rb some fixes for replication (#4621) 2018-02-19 15:54:55 +01:00
api-simple-all-spec.rb
api-simple-any-spec.rb
api-simple-example-spec.rb
api-simple-fulltext-mmfiles-spec.rb rename tests so they run in mmfiles engine only 2017-04-05 08:59:50 +02:00
api-simple-geo-mmfiles-spec.rb rename tests so they run in mmfiles engine only 2017-04-05 08:59:50 +02:00
api-simple-modify-example-cluster-spec.rb
api-simple-modify-example-spec.rb
api-simple-range-spec.rb
api-statistics-spec.rb
api-transactions-cluster-spec.rb Feature/js to cpp transaction handler (#2985) 2017-08-11 09:29:34 +02:00
api-transactions-noncluster-spec.rb do not swallow error messages when transactions fail (#3836) 2017-12-06 10:49:28 +01:00
api-traversal-cluster-spec.rb
api-traversal-edgecollection-cluster-spec.rb
api-traversal-edgecollection-noncluster-spec.rb
api-traversal-noncluster-spec.rb
api-users-spec.rb Refactor Authentication Layer (devel) (#4592) 2018-02-28 13:24:28 +01:00
api-view-spec-noncluster.rb Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
api-wal-noncluster-spec-mmfiles.rb Moving api-wal-noncluster and adding running trx 2017-04-05 11:54:30 +02:00
arangodb.rb RocksDB WAL tailing fixes (#3595) 2017-11-10 09:31:53 +01:00
arangomultipartbody.rb
run-tests
run-tests-replication Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
stress-test.rb

README

Conventions for testing framework:
==================================

All files in this directory whose name starts with "api-"
and ends with ".js" automatically take part in http
or https server tests, with the exception of 
"api-replication-spec.js".

If the filename contains the string "-cluster-", then it is
only executed when testing in cluster mode. If the filename
contains the string "-noncluster-", then it is only executed
when testing in single instance mode.