1
0
Fork 0
arangodb/arangod/RestServer
Simon f47367a495 Allow dumping / restoring of views (#5774)
* allow dumping and restoring of views

* fix restore, adding some tests

* remove debug print

* fix global replication
2018-07-05 17:55:28 +02:00
..
AqlFeature.cpp Rest middleware refactoring (#5332) 2018-05-14 17:43:10 +02:00
AqlFeature.h Add AQLFeature. 2017-02-09 11:57:51 +01:00
BootstrapFeature.cpp Read only server (#5652) 2018-07-03 09:58:16 +02:00
BootstrapFeature.h trying to fix cleanup 2016-06-06 23:53:53 +02:00
CheckVersionFeature.cpp remove call to requiresElevatedPrivileges with default value (#5172) 2018-04-23 11:28:24 +02:00
CheckVersionFeature.h Replacing js upgrade logic (#4061) 2018-03-08 13:57:30 +01:00
ConsoleFeature.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
ConsoleFeature.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
ConsoleThread.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
ConsoleThread.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
DatabaseFeature.cpp Allow dumping / restoring of views (#5774) 2018-07-05 17:55:28 +02:00
DatabaseFeature.h Remove Coordinator DBs (#5661) 2018-06-25 19:18:11 +02:00
DatabasePathFeature.cpp Rest middleware refactoring (#5332) 2018-05-14 17:43:10 +02:00
DatabasePathFeature.h added option `--database.required-directory-state` (#5038) 2018-04-13 11:05:21 +02:00
EndpointFeature.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
EndpointFeature.h preparations for velocystream completed 2016-07-21 09:32:00 +02:00
FileDescriptorsFeature.cpp remove call to requiresElevatedPrivileges with default value (#5172) 2018-04-23 11:28:24 +02:00
FileDescriptorsFeature.h raise limit fd as much as possible, warn if too small 2017-03-24 15:13:55 +01:00
FlushFeature.cpp disable flushthread on a coordinator (#5421) 2018-05-22 21:12:25 +03:00
FlushFeature.h Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
FrontendFeature.cpp Make v8 optional on startup (#5220) 2018-04-30 12:48:57 +02:00
FrontendFeature.h WIP 2016-04-13 12:30:18 +02:00
InitDatabaseFeature.cpp remove call to requiresElevatedPrivileges with default value (#5172) 2018-04-23 11:28:24 +02:00
InitDatabaseFeature.h secure-installation will remove all users except root 2016-06-12 12:19:37 +02:00
LockfileFeature.cpp remove call to requiresElevatedPrivileges with default value (#5172) 2018-04-23 11:28:24 +02:00
LockfileFeature.h moved server id detection and pagesize detection into their own features 2016-07-18 14:37:12 +02:00
QueryRegistryFeature.cpp adding ttl option for the query registry (#5677) 2018-06-27 09:05:43 +02:00
QueryRegistryFeature.h adding ttl option for the query registry (#5677) 2018-06-27 09:05:43 +02:00
ScriptFeature.cpp Make v8 optional on startup (#5220) 2018-04-30 12:48:57 +02:00
ScriptFeature.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
ServerFeature.cpp Rest middleware refactoring (#5332) 2018-05-14 17:43:10 +02:00
ServerFeature.h Refactor Authentication Layer (devel) (#4592) 2018-02-28 13:24:28 +01:00
ServerIdFeature.cpp fixed minor several compiler complaints (#5406) 2018-05-23 11:50:00 +02:00
ServerIdFeature.h Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
TransactionManagerFeature.cpp issue 380.2.2: remove extraneous pointers from StorageEngine API (#5589) 2018-06-13 15:22:51 +03:00
TransactionManagerFeature.h optimize away own transaction management for RocksDB engine 2017-05-04 23:16:53 +02:00
TraverserEngineRegistryFeature.cpp remove call to requiresElevatedPrivileges with default value (#5172) 2018-04-23 11:28:24 +02:00
TraverserEngineRegistryFeature.h Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02:00
UpgradeFeature.cpp fix upgrade procedure (#5363) 2018-05-16 13:19:33 +02:00
UpgradeFeature.h Replacing js upgrade logic (#4061) 2018-03-08 13:57:30 +01:00
ViewTypesFeature.cpp Rest middleware refactoring (#5332) 2018-05-14 17:43:10 +02:00
ViewTypesFeature.h Bug fix/issue #5186 (#5269) 2018-05-06 20:38:32 +03:00
VocbaseContext.cpp Read only server (#5652) 2018-07-03 09:58:16 +02:00
VocbaseContext.h Read only server (#5652) 2018-07-03 09:58:16 +02:00
arangod.cpp Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00