1
0
Fork 0
Commit Graph

8568 Commits

Author SHA1 Message Date
Heiko Kernbach 598d80c3da gV bugfix vertices closing each other 2015-06-08 17:42:49 +02:00
Heiko Kernbach 8f592b71a7 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-06-08 16:30:10 +02:00
Jan Steemann ba7dbbea17 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-06-08 16:16:21 +02:00
Jan Steemann a6b2998b5d added try...catch blocks for V8-to-CPP bindings 2015-06-08 16:04:42 +02:00
Heiko Kernbach f5185181e6 gV bugfix while displaying additional vertex 2015-06-08 14:46:51 +02:00
Heiko Kernbach ba3c85502d some gV css 2015-06-08 14:40:08 +02:00
Heiko Kernbach 4c498b2d58 graphviewer fix - start building graph by attribute 2015-06-08 14:18:49 +02:00
Heiko Kernbach 1b0e3cd9ca Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-06-08 12:23:13 +02:00
Heiko Kernbach 25111ca639 graph viewer can now display and add additional user defined (available) nodes 2015-06-08 12:23:01 +02:00
Alan Plum ec041df069 Merge pull request #1365 from pekeler/dblclick
No more dblclick to add property to document. Fixes #1364.
2015-06-08 12:13:28 +02:00
Heiko Kernbach 9139c22142 graphViewer css 2015-06-08 10:35:50 +02:00
Heiko Kernbach da399320da Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-06-08 09:32:32 +02:00
Christian Pekeler 3b362628e4 no more dblclick to add property to document (because it's a bad user experience when the user tries to copy-paste) 2015-06-06 17:25:36 -06:00
Jan Steemann 4e33128092 adjusted links 2015-06-05 10:08:52 +02:00
Jan Steemann 9af22b9839 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-06-05 09:22:07 +02:00
Jan Steemann 5989157ee5 fixed link 2015-06-05 09:21:54 +02:00
Alan Plum 1e71cd6b6e Can't use ErrorStackParser because internally created ArangoError instances sometimes have stacktraces in their message (d'oh). 2015-06-04 02:27:10 +02:00
Alan Plum ba4e8166ce Oops. 2015-06-04 01:17:54 +02:00
Alan Plum f61671ded5 Fixed validation error detection. 2015-06-04 00:58:38 +02:00
Alan Plum 136897d9c9 Rebuilt aardvark. 2015-06-04 00:29:48 +02:00
Alan Plum 23a50dfd79 Added script results to Aardvark. Simplified some views. 2015-06-04 00:29:43 +02:00
Alan Plum df226744f5 Better routing error handling. 2015-06-03 21:08:52 +02:00
Alan Plum b67166bac9 Minor tweaks. 2015-06-03 21:08:21 +02:00
Alan Plum 9d3a1dc453 Less noise. 2015-06-03 21:06:59 +02:00
Alan Plum 84950f47fc Removed BaseMiddleware#stringRepresentation. Let's see if this breaks stuff. 2015-06-03 20:23:42 +02:00
Alan Plum abee6392c2 Removed vestigial instanceof check. 2015-06-03 20:23:42 +02:00
Alan Plum d3f8c5dbd7 Fixed instanceof checks. 2015-06-03 20:23:42 +02:00
Alan Plum 6170c19c56 Updated npm deps. 2015-06-03 20:23:42 +02:00
Alan Plum be913280f2 Updated AQB to 1.11.0. 2015-06-03 20:23:41 +02:00
Jan Steemann c8a96b73f8 added derived file 2015-06-03 18:24:48 +02:00
Jan Steemann 237276c18d fixed graph examples 2015-06-03 17:10:50 +02:00
Jan Steemann 91ee0bf060 updated documentation for graph functions 2015-06-03 15:44:10 +02:00
Alan Plum 993ad1e0ea De-IFFE-ify all the modules. 2015-06-03 13:08:58 +02:00
Alan Plum e1186eb8e0 Fixed #1355. 2015-06-03 12:11:38 +02:00
Heiko Kernbach d9723dd8a9 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-06-02 18:25:59 +02:00
Heiko Kernbach 1cf977880b prep for using a function for multiple elements 2015-06-02 18:25:50 +02:00
Alan Plum ec1e9fd336 Updated scripts and queues docs. 2015-06-02 16:51:31 +02:00
Alan Plum bf6501c02b FM: script -> run 2015-06-02 15:48:05 +02:00
Heiko Kernbach 25b01f93cd Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-06-02 15:26:02 +02:00
Heiko Kernbach 4574be59b7 changed icon 2015-06-02 15:25:50 +02:00
Alan Plum fcbd66c2ff Make sure manifest always has config and deps. 2015-06-02 15:17:42 +02:00
Jan Steemann a2d99b55ec cxxified more functions 2015-06-02 15:15:45 +02:00
Heiko Kernbach 34a126e156 graphViewer display changes 2015-06-02 15:12:00 +02:00
Alan Plum b94369c4bc Fixed model-events test. 2015-06-02 14:41:14 +02:00
Alan Plum 83d843d1db Fixed repository-events test. 2015-06-02 14:41:14 +02:00
Alan Plum d785e11900 Use 302 instead of 301 for cluster redirect. Fixes #1356. 2015-06-02 14:41:14 +02:00
Heiko Kernbach c39b0754b5 limited vertices to display, optimized some display properties 2015-06-02 14:34:22 +02:00
Jan Steemann 793522a1dd Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-06-02 14:11:29 +02:00
Jan Steemann a68d455a2d whitespace 2015-06-02 14:10:08 +02:00
Alan Plum e4aa4687b8 Fixed repository spec. 2015-06-02 14:06:13 +02:00