1
0
Fork 0
Commit Graph

30570 Commits

Author SHA1 Message Date
Jan Steemann a9bd836fbf updated documentation 2016-06-02 12:24:40 +02:00
Kaveh Vahedipour f56d36d168 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-02 12:17:40 +02:00
Kaveh Vahedipour 2e87f59218 Testing supervision 2016-06-02 12:17:35 +02:00
Jan Steemann c8cfed1113 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-02 12:04:45 +02:00
Jan Steemann 268c349dee added new AQL functions for syntax highlighting 2016-06-02 12:04:30 +02:00
jsteemann ec79aba2fd Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-02 12:00:50 +02:00
jsteemann b7ebadc055 make some RocksDB options available to ArangoDB 2016-06-02 12:00:36 +02:00
Jan Steemann 80ffc0ae26 added RocksDB to licenses file 2016-06-02 11:39:04 +02:00
Jan Steemann b2c000ab8b added tests 2016-06-02 10:24:40 +02:00
jsteemann 222c57ed32 renamed "rocksdb" index to "persistent" index 2016-06-02 10:23:30 +02:00
Kaveh Vahedipour e53bd53def Removed exception handling around run in supervision in expectation that all errors have been handled 2016-06-02 10:14:27 +02:00
Mark b469ceaf35 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-02 08:47:05 +02:00
Simran Brucherseifer 400c384ac8 Sort numeric functions alphabetically 2016-06-01 20:42:40 +02:00
Jan Steemann 2003d507a8 added tests 2016-06-01 17:29:17 +02:00
Mark 69f622d5af Compiler-Option /MP (multiple processes) added 2016-06-01 17:22:42 +02:00
Jan Steemann dcd449119c added C++ implementation of CONCAT_SEPARATOR 2016-06-01 17:10:16 +02:00
Jan Steemann c3da3692bc removed unused implementation of nextBabies() 2016-06-01 17:09:58 +02:00
Jan Steemann 192caed889 fix Visual Studio compile warnings 2016-06-01 17:09:43 +02:00
Jan Steemann a624ea4ec5 attempt to fix PrimaryIndexIterator::nextBabies() 2016-06-01 16:23:32 +02:00
Jan Steemann e82ed380e6 added tests 2016-06-01 16:23:12 +02:00
Kaveh Vahedipour 1853e118fa Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-01 15:16:30 +02:00
Kaveh Vahedipour 0b6a6788cc supervision was accessing read db after it had started shutting down. 2016-06-01 15:16:21 +02:00
Wilfried Goesgens b6a1837fd5 not not not. 2016-06-01 15:08:02 +02:00
jsteemann 21d0be76e6 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-01 15:06:44 +02:00
jsteemann 7bb5675031 set log level to debug 2016-06-01 15:06:34 +02:00
Wilfried Goesgens eae752786f Windows: also need to check for FN.exe 2016-06-01 15:05:24 +02:00
Kaveh Vahedipour ac2fc7b8a0 hunting down invalid mutex in shutdown of agency 2016-06-01 12:51:56 +00:00
Jan Steemann b73a811c65 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-01 14:32:48 +02:00
Jan Steemann 6c274b8a66 added AQL functions docs 2016-06-01 14:32:38 +02:00
Jan Steemann 5cf2d052d8 added documentation for AQL functions 2016-06-01 14:26:03 +02:00
Wilfried Goesgens 13255937ca Check for files to actually exist before we execute them. 2016-06-01 13:55:07 +02:00
Kaveh Vahedipour 65d9370615 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-01 13:44:38 +02:00
Kaveh Vahedipour cc23d0df99 Cleaning out server 2016-06-01 13:44:27 +02:00
Jan Steemann e2ec68c001 added tests for AQL functions 2016-06-01 13:32:08 +02:00
Wilfried Goesgens ac68aa7c9b Add the build target to the windows install target. 2016-06-01 12:29:25 +02:00
Andreas Streichardt 0c61eab0da Reconnecting now uses the correct user 2016-06-01 12:09:49 +02:00
Frank Celler 54300ed30c moved Console/ClientFeature to arangosh 2016-06-01 09:27:29 +02:00
Jan e2d12ba491 Merge pull request #1849 from Simran-B/devel
Add ATAN2() and adjust/extend tests for CONCAT() and CONCAT_SEPARATOR()
2016-06-01 09:26:22 +02:00
Simran Brucherseifer a3af3ed44a Adjust and extend tests for CONCAT*() 2016-06-01 02:57:31 +02:00
Simran Brucherseifer f718a8995a Add ATAN2() function to AQL 2016-06-01 02:57:31 +02:00
Max Neunhoeffer aadfff916e Change the heading. 2016-05-31 18:20:39 -06:00
Max Neunhoeffer 7e44916426 Protect the whole Supervision thread by a try/catch block. 2016-05-31 18:20:05 -06:00
Max Neunhoeffer 6254dfb836 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-31 18:13:14 -06:00
Max Neunhoeffer 911b4513c1 Move deployment in front of administration. 2016-05-31 18:12:59 -06:00
Max Neunhoeffer 778bb0685b New swagger output. 2016-05-31 18:11:32 -06:00
Max Neunhoeffer 4015b0e873 Structure for cluster documentation. 2016-05-31 18:10:55 -06:00
Kaveh Vahedipour 0f18018610 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-31 22:31:33 +02:00
Kaveh Vahedipour f4591e3a6f hunting down exceptions in agency supervision 2016-05-31 22:28:02 +02:00
Wilfried Goesgens d8a5287098 Properly reference that we need 2.6.7 without re-installing gitbook over and over. 2016-05-31 21:53:00 +02:00
Max Neunhoeffer 9062ff2457 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-31 13:50:10 -06:00