1
0
Fork 0
Commit Graph

13551 Commits

Author SHA1 Message Date
jsteemann eb7c46e471 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-04-28 11:22:48 +02:00
Wilfried Goesgens 20a7c0e6b2 remove system stackframes from ruby output; lintify 2017-04-28 10:38:31 +02:00
jsteemann 8e95e1ee59 try to make task tests more robust and reliable 2017-04-28 09:40:08 +02:00
Andreas Streichardt 74b721481c Wait for cluster sync when creating collections 2017-04-27 17:46:41 +02:00
Andreas Streichardt 9ad98ad8d3 ahhh jslint 2017-04-27 17:16:52 +02:00
Andreas Streichardt bb3df8cc84 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-04-27 17:00:37 +02:00
Andreas Streichardt ed98832f65 Add test to check waitForSyncReplication 2017-04-27 17:00:21 +02:00
Wilfried Goesgens 4c82acd5e7 only print real errors to the fail file 2017-04-27 16:29:39 +02:00
Andreas Streichardt 3dcef2efbb Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-04-27 16:00:16 +02:00
Andreas Streichardt c47505d514 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-04-27 15:59:11 +02:00
jsteemann 2077b8033e fix invalid testing.js behavior 2017-04-27 15:53:57 +02:00
jsteemann 3b48b6bd51 update safeResumeTick as well 2017-04-27 14:47:22 +02:00
mpv1989 75afe8e6ad Split tests to fix mac 2017-04-27 11:02:41 +02:00
Jan Christoph Uhde 278fad9185 fix jslint errors 2017-04-27 08:37:49 +02:00
Jan Christoph Uhde 3261c4ca89 print executed dump/restore command in extremeVerbosity mode 2017-04-27 07:59:38 +02:00
hkernbach f8cee76c8f fixed issue: #2457 - (3) 2017-04-26 19:16:53 +02:00
hkernbach fe09e5f684 fixed issue: #2457 - (2) 2017-04-26 19:09:39 +02:00
hkernbach 4ac5ca25f5 node info view 2017-04-26 18:16:00 +02:00
hkernbach f61ff4e32a fixed issue: #2457 - (1) 2017-04-26 18:15:40 +02:00
hkernbach aa49a297d1 grunt deploy 2017-04-26 16:00:07 +02:00
hkernbach 9a5e1d128e ui 2017-04-26 15:38:09 +02:00
hkernbach 5de5ff320c checking cluster api health 2017-04-26 15:34:40 +02:00
jsteemann 8c52ccf6cf add experimental and undocumented flush option for fs.write 2017-04-26 14:52:42 +02:00
Frank Celler 33fda9275c Merge pull request #2451 from arangodb/feature/ldap-auth
Feature/ldap auth
2017-04-26 14:12:32 +02:00
Frank Celler 34fb4768b5 Merge pull request #2401 from de3/devel
Fix result value from queue worker
2017-04-26 14:03:33 +02:00
hkernbach 575ada7f2b removed console logs 2017-04-26 12:16:14 +02:00
hkernbach a01e4a014a Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-04-26 12:12:41 +02:00
hkernbach 25083059c7 fixed issue: #2453 2017-04-26 12:12:02 +02:00
baslr 87b3aa3e55 Merge branch 'feature/ldap-auth' of github.com:arangodb/arangodb into feature/ldap-auth 2017-04-26 11:12:51 +02:00
Wilfried Goesgens 0b7e07f096 fix writing of crash summary textfile 2017-04-26 11:08:21 +02:00
Wilfried Goesgens 6abef15252 reduce lines in output 2017-04-26 11:07:20 +02:00
Wilfried Goesgens 0ec9dd444c Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-04-26 11:06:37 +02:00
Wilfried Goesgens 3c23a83f4e give the system some time to write the core dumps 2017-04-26 11:06:30 +02:00
Michael Hackstein 2e417a1576 db._explain should now be backwards-compatible if we access a 3.1 instance with a 3.2 arangosh 2017-04-26 11:01:05 +02:00
baslr f45a7f07b1 Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-04-26 10:52:50 +02:00
Max Neunhoeffer 96615132e4 Port 3.1 fixes to devel, new test. 2017-04-26 10:19:05 +02:00
Max Neunhoeffer b6df2002e6 Port 3.1 fixes to devel, update tests. 2017-04-26 10:13:35 +02:00
Max Neunhoeffer ed13ee7973 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2017-04-26 10:10:06 +02:00
Max Neunhoeffer db3195e736 Port 3.1 fixes to devel, typo. 2017-04-26 10:02:41 +02:00
Max Neunhoeffer bf2e5f30ca Port 3.1 fixes to devel, shortName translation. 2017-04-26 10:02:14 +02:00
Max Neunhoeffer bf082b8e2c Port 3.1 fixes to devel, <coll>.properties() method. 2017-04-26 10:01:41 +02:00
Andreas Streichardt dad5a1429e Add waitForSyncReplication as a _create() option 2017-04-26 09:57:40 +02:00
Michael Hackstein e6aa022962 Fixed dump tests in cluster. MMFiles is working RocksDB gets into undefined state somewhere. 2017-04-26 09:36:01 +02:00
Wilfried Goesgens 05a46e4781 fix db._explain() to work with the new interface of the graph traverser 2017-04-25 20:33:17 +02:00
Dan Larkin c11857df09 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-04-25 13:58:47 -04:00
Dan Larkin 9dd275b497 Fixed dump/restore tests. 2017-04-25 13:54:56 -04:00
hkernbach cd819e0b26 node info view 2017-04-25 19:27:30 +02:00
Kaveh Vahedipour aefe90f89b distributeShardsLike port from 3.1 app.js 2017-04-25 16:56:51 +02:00
Kaveh Vahedipour 6e7843897b distributeShardsLike port from 3.1 app.js 2017-04-25 16:55:40 +02:00
Michael Hackstein f21fd3c0fe Made dropping of graphs more resilient to errors 2017-04-25 15:56:39 +02:00