1
0
Fork 0
arangodb/arangod
Heiko a472758986 Bug fix/fix internal issue 4451 (#10540)
* Fix dump_authentication suite

* user the correct attribute name

* properly reload user permissions after _users collection restore

* fixed foxx restore test

* changelog

* changed the order of index creation during restore for _users collection

* changed interface of forwarding target in general server rest handler

* added remove header function to general request class

* implemented forwardingRequest interface changes

* added method to find collection in vocbase through shard id

* added co perm verification

* Revert "added method to find collection in vocbase through shard id"

This reverts commit af28442c01432224cfe4d777b6134d0f685e38ba.

* added shard to name map to cluster info

* return ResultT in forwarding

* fixed test

* fixed compile issue

* changelog

* Improved changelog formatting.

* Revert "fixed test"

This reverts commit 3f63d94ff099a94e56addcb432bd0fe733d1bcc6.

* Added authentication dump to singleserver and handle admin users.

* restore perms
2019-11-30 02:40:28 +01:00
..
Actions C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
Agency feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
Aql Parallelize certain AQL write operations (#10503) 2019-11-27 19:05:04 +01:00
Auth Bug fix/fix internal issue 4451 (#10540) 2019-11-30 02:40:28 +01:00
Cache C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
Cluster Bug fix/fix internal issue 4451 (#10540) 2019-11-30 02:40:28 +01:00
ClusterEngine feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
FeaturePhases Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
GeneralServer Bug fix/fix internal issue 4451 (#10540) 2019-11-30 02:40:28 +01:00
GeoIndex Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
Graph Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
IResearch fix compilation on mac (#10505) 2019-11-22 09:36:42 +03:00
Indexes Allow the optimizer to use indexes (#10541) 2019-11-27 16:46:31 +01:00
InternalRestHandler Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
MMFiles fix segfault and try to avoid oom (#10518) 2019-11-25 13:49:50 +03:00
Network Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
Pregel clean up a bit (#10391) 2019-11-11 09:28:18 +01:00
Replication remove cctype (#10501) 2019-11-21 15:59:59 +01:00
RestHandler Bug fix/fix internal issue 4451 (#10540) 2019-11-30 02:40:28 +01:00
RestServer only anounce coordinator readiness once the agency is convinced we are (#10562) 2019-11-28 18:56:59 +01:00
RocksDBEngine Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
Scheduler abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
Sharding Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
Statistics Parallelize certain AQL write operations (#10503) 2019-11-27 19:05:04 +01:00
StorageEngine feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
Transaction Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
Utils remove cctype (#10501) 2019-11-21 15:59:59 +01:00
V8Server Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
VocBase Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
CMakeLists.txt Missing post failure on readlock in SynchronizeShard (#7860) 2019-11-26 17:46:26 +01:00
dbg.cmake