1
0
Fork 0
Commit Graph

21378 Commits

Author SHA1 Message Date
Alan Plum 30b19cd760 Simplified 'createCallbackActionCallbackString' implementation. 2015-06-01 12:30:41 +02:00
Alan Plum d39a2d241b More consistency. 2015-06-01 12:30:41 +02:00
Willi Goesgens 6af4c548ae When running --javascript.execute also set __filename and __dirname as JS_Load does - so the environment for scripts is similar. 2015-06-01 12:01:21 +02:00
Alan Plum b2f6f29c55 Consistent punctuation. 2015-06-01 11:45:14 +02:00
Jan Steemann a7448815bf fix Visual Studio complaints 2015-06-01 09:42:51 +02:00
Frank Celler 56f929bf91 only install files 2015-05-31 12:57:21 +02:00
Frank Celler 0771570e1e fixed asset path 2015-05-31 11:46:23 +02:00
Frank Celler 7969289d49 include assests 2015-05-30 14:11:13 +02:00
Michael Hackstein 25aa2a58c3 Temprorarily disabled a neighbors test using the old return format. Will be reactivated soon 2015-05-30 00:41:28 -07:00
Michael Hackstein 99afc6ec87 CXX ExampleMatcher learned about internal attributes. This makes all AQL-Graph tests pass again ;) 2015-05-30 00:00:49 -07:00
Michael Hackstein a185fa9ec4 The JS variant of shortest path now only returns paths of lenght > 0. 2015-05-29 10:22:40 -07:00
Jan Steemann 2abb29fbc1 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-29 18:08:43 +02:00
Jan Steemann b75a39b4c8 fixed typo in message 2015-05-29 18:08:30 +02:00
Jan Steemann 2d2bf87a2d printers for standard objects 2015-05-29 17:49:19 +02:00
Willi Goesgens 741bbd0666 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-05-29 16:52:34 +02:00
Willi Goesgens 1d6765b603 Add TryCatch to JS_Load, since V8 doesn't like to continue here without that. 2015-05-29 16:51:47 +02:00
Thomas Schmidts 6827505631 Fixed #1246 The documentation is updated for the installation chapter 2015-05-29 16:38:06 +02:00
Frank Celler 0274fbf6ba fixed wrong order of from and to 2015-05-29 15:06:36 +02:00
Jan Steemann fcc950119c updated documentation 2015-05-29 14:58:36 +02:00
Jan Steemann 59ce0b7ad9 test option `--create-database` 2015-05-29 14:37:47 +02:00
Jan Steemann caa2e32c5a better provide a default 2015-05-29 14:25:42 +02:00
Jan Steemann ca5695d711 issue #1347: arangorestore: create database if not exists 2015-05-29 14:23:15 +02:00
Jan Steemann 8126781ca7 fixed crash 2015-05-29 11:52:07 +02:00
Jan Steemann a64ac35168 updated documentation 2015-05-29 11:47:14 +02:00
Jan Steemann 6d5b86867d added print methods 2015-05-29 11:45:01 +02:00
Alan Plum e16ddf0b93 Don't allow signing with key and alg:none either. Added test. 2015-05-29 11:08:20 +02:00
Alan Plum c44891bf7f Added note to CHANGELOG. 2015-05-29 10:50:42 +02:00
Alan Plum f95cc7d2a6 Don't verify JWT with alg:none if key is given. 2015-05-29 10:46:22 +02:00
Alan Plum 8aae767ec4 Whitespace. 2015-05-29 10:46:22 +02:00
Jan Steemann 4cd37f8d55 fix MacOS compile errors 2015-05-29 10:01:19 +02:00
Jan Steemann db617fd514 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-29 09:49:31 +02:00
Jan Steemann 88198767dd logging 2015-05-29 09:49:22 +02:00
Willi Goesgens e1255b4e65 Fix signature of windows function dummy. 2015-05-29 09:28:27 +02:00
Michael Hackstein 0ee1688da5 Removed debug switch 2015-05-29 00:00:04 -07:00
Michael Hackstein 117a81b4e2 Further attempt to fix Graph features 2015-05-28 23:47:33 -07:00
Michael Hackstein 849bf9d6cf Fixes in basic SHORTEST_PATH function s.t. the cluster will not crash and uses the JS fallback. But gets the new return format 2015-05-28 23:11:27 -07:00
Michael Hackstein 777928de05 Fixed GRAPH_EDGES and their tests. 2015-05-28 17:31:51 -07:00
Michael Hackstein 78a6b7e90e Removed Debug output 2015-05-28 17:31:25 -07:00
Michael Hackstein e28eedf706 Made the depth always unsigned. 2015-05-28 16:05:29 -07:00
Michael Hackstein 6a7dae216d Merge branch 'devel' of github.com:/arangodb/arangodb into devel 2015-05-28 15:18:32 -07:00
Michael Hackstein 4dbf8b454d Fixed all GRAPH_NEIGHBOR tests for new format. GRAPH_EDGES still failing. CPP MATCHER still not able to match internal attributes 2015-05-28 15:18:24 -07:00
Michael Hackstein 1ca771f304 Removed the freshly integrated distinct option from neighbors 2015-05-28 15:16:15 -07:00
Michael Hackstein f15e56171b Implemented min/maxDepth for neighbors in CPP layer. And removed the option for non-distinct neighbors. 2015-05-28 15:10:14 -07:00
Max Neunhoeffer c81d8410e8 Add optional support to link against tcmalloc.
Just do --enable-tcmalloc at ./configure. You need a system-wide
installation such that
  -ltcmalloc
works without further -L.
2015-05-28 11:01:24 -07:00
Alan Plum 4d8863070d Don't ever use Swagger validator. See #1327. 2015-05-28 16:30:46 +02:00
Jan Steemann 98a52a0566 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-28 16:18:55 +02:00
Jan Steemann 38258c7938 make test more reliable 2015-05-28 16:18:48 +02:00
Frank Celler 88bc61559c Merge branch 'affinity' of github.com:arangodb/arangodb into devel 2015-05-28 15:50:41 +02:00
Frank Celler dd0ef2cae2 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-05-28 15:50:31 +02:00
Max Neunhoeffer 33dec8806b added 3=scheduler, 4=dispatcher 2015-05-28 13:48:02 +00:00