1
0
Fork 0
Commit Graph

30448 Commits

Author SHA1 Message Date
Simran Brucherseifer 4bb4e74b10 Attempt to stop gitbook from re-downloading specified version everytime, delete header include after build 2016-05-30 21:05:37 +02:00
Simran Brucherseifer 39ef013273 Fix a few docu links and typos 2016-05-30 21:04:41 +02:00
Wilfried Goesgens e6c398b724 Make shure we actualy pinpoint gitbook 2.6.7 which we know we work with. 2016-05-30 17:25:14 +02:00
Wilfried Goesgens 68ff955da2 Merge branch 'devel' of github.com:arangodb/ArangoDB into devel 2016-05-30 17:24:20 +02:00
Wilfried Goesgens 670c95f097 Revert "Fix anchors." <- this only works for gitbook 3.0
This reverts commit 1d146ab3ab.
2016-05-30 17:23:58 +02:00
Kaveh Vahedipour d6db132b94 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-30 15:47:18 +02:00
Kaveh Vahedipour 68478f530d visual studio warning 2016-05-30 15:47:08 +02:00
jsteemann ff0119fd7b Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-30 15:41:47 +02:00
jsteemann b5212558ac attempt to speed up dispatcher actions 2016-05-30 15:41:35 +02:00
Simran Brucherseifer edd292f64f Updated and fixed docs header 2016-05-30 15:30:37 +02:00
Kaveh Vahedipour ddeb9208bf Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-30 15:19:35 +02:00
Kaveh Vahedipour fbbd82681f finish cleans up blocks 2016-05-30 15:18:45 +02:00
jsteemann a143f256e2 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-30 14:45:20 +02:00
jsteemann 3d831b2e2b remove unnecessary checks 2016-05-30 14:45:11 +02:00
Wilfried Goesgens 27c868dfe7 Add piwik plugin 2016-05-30 14:38:22 +02:00
Wilfried Goesgens f7a97c809b Fix access to plugins 2016-05-30 14:38:07 +02:00
jsteemann 6031af9d06 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-30 14:21:36 +02:00
jsteemann 7c5e210f0c removed useless variable 2016-05-30 14:21:26 +02:00
jsteemann e171675371 avoid some unnecessary checks 2016-05-30 14:21:09 +02:00
jsteemann 4cf110db08 removed unused includes 2016-05-30 14:20:46 +02:00
Wilfried Goesgens b81953c525 Fix checking for anchors in README.md 2016-05-30 13:10:04 +02:00
Wilfried Goesgens 1d146ab3ab Fix anchors. 2016-05-30 13:00:26 +02:00
Wilfried Goesgens 1c992add06 Fresh examples. 2016-05-30 12:42:28 +02:00
Wilfried Goesgens b664778da1 fix allready 2016-05-30 09:46:33 +02:00
jsteemann b8f99fa717 slightly adjusted wait times 2016-05-30 09:34:13 +02:00
Simran Brucherseifer 839f1f1ca6 Minor documentation improvements. Descrition of CONCAT() behavior incomplete 2016-05-27 19:59:21 +02:00
Simran Brucherseifer 103ea9ea62 Add margin between enumerations and follow-up content 2016-05-27 19:59:21 +02:00
jsteemann cb8bc41271 translate COUNT(coll) to COLLECTION_COUNT(coll) 2016-05-27 19:51:16 +02:00
Kaveh Vahedipour 54781f0b79 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-27 16:27:54 +02:00
Kaveh Vahedipour 318a073068 finish cleans up blocks 2016-05-27 16:27:38 +02:00
jsteemann 01b3c8f99b fix lockfile handling 2016-05-27 14:08:14 +02:00
Jan Steemann 66c0385fe0 added RocksDB version information, fixed comparator 2016-05-27 12:58:26 +02:00
Mark 40fa08abef Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-27 11:55:23 +02:00
Mark 45c062f18f a bit more busy wait in DispatcherThread main loop on Windows
this is required because the alternative of calling usleep with a
less than 1 ms delay is very expensive on Windows. In fact, calling
usleep is heavy-weight there and should be avoided for small time values.
2016-05-27 11:53:37 +02:00
Andreas Streichardt 569dd0de04 Do not hardcode march=native but use the one arangodb uses
fixing SIGILL on AWS when using a modern machine to build a debian image
2016-05-27 11:43:41 +02:00
Jan Steemann 329370cb11 clear out temporary buffer 2016-05-27 09:54:43 +02:00
Jan Steemann 10c64f319f fix husten 2016-05-27 09:45:17 +02:00
Max Neunhoeffer b45461d56f Try to fix a shutdown memory leak. 2016-05-27 00:10:07 +02:00
Max Neunhoeffer ea8cb2167c Fix a use after free for TRI_vocbase_t objects.
If a background task was scheduled for a database for later
execution and the database was dropped in the meantime and
if there was a shortage of V8 contexts, then the database
could have been dropped before the job began.
The bug was that V8Job received a (used) vocbase, but only
increased the refcount when a V8 context was entered. This
could be much later and so the database could be gone.
2016-05-26 22:59:34 +02:00
Max Neunhoeffer 77e0f85274 Fix a V8 context leak. LOL. 2016-05-26 20:09:20 +02:00
hkernbach fba107e98e grunt build 2016-05-26 14:11:01 +02:00
hkernbach 318e8a3de2 removed console log [ci skip] 2016-05-26 14:03:05 +02:00
hkernbach 7b638a60d8 login view [ci skip] 2016-05-26 14:02:27 +02:00
hkernbach 63f3689725 scss [ci skip] 2016-05-26 12:40:49 +02:00
hkernbach 1282c55cbd scale view 2016-05-26 12:28:06 +02:00
hkernbach 009a02d402 added scale function 2016-05-26 12:27:42 +02:00
hkernbach 1871ca9533 scss [ci skip] 2016-05-26 12:26:05 +02:00
hkernbach da60e89703 cluster offline view - part 2 [ci skip] 2016-05-26 08:33:27 +02:00
hkernbach 205c75f1d4 cluster offline view [ci skip] 2016-05-26 08:17:32 +02:00
jsteemann e758823335 fixed bind parameter id translation in cluster case 2016-05-26 00:06:08 +02:00