1
0
Fork 0
Commit Graph

12948 Commits

Author SHA1 Message Date
Michael Hackstein a0985ec515 Fixed tests to use graph functions starting with _ 2014-05-19 09:34:02 +02:00
Michael Hackstein 4ac62a5461 Fixed JSLint and renamed graph functions to start with _ 2014-05-19 09:30:44 +02:00
Michael Hackstein 0ee4913d5a Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-05-19 08:50:46 +02:00
Jan Steemann 2cb694b2d5 make test restartable 2014-05-17 13:13:30 +02:00
Jan Steemann cbb78da0bc prevent double freeing 2014-05-17 13:13:19 +02:00
Jan Steemann a8d5bc32b2 fixed memleaks in client tools 2014-05-17 12:49:50 +02:00
Jan Steemann 1328aed652 small refactoring 2014-05-17 12:17:58 +02:00
Jan Steemann 0a2e155f12 don't copy bytecode after creation 2014-05-17 12:05:15 +02:00
Jan Steemann bed37d7d11 slightly less comparisons 2014-05-17 12:04:54 +02:00
Michael Hackstein 0a73cd6823 Implemented restrict interface on edges, right now implementation is not optimized, missing cursor functionality 2014-05-17 11:27:47 +02:00
Jan Steemann 73ca0bee87 use bigger initial buffer 2014-05-17 11:15:36 +02:00
Jan Steemann b35c38236e fixed size bug 2014-05-17 10:48:59 +02:00
Jan Steemann e532223fcd small optimizations 2014-05-17 01:38:39 +02:00
Jan Steemann e9c4a759f7 add string length to object creation 2014-05-17 01:37:36 +02:00
Jan Steemann 63b287157f jshund 2014-05-17 00:55:37 +02:00
Jan Steemann d16535351a reserve space in result vector 2014-05-17 00:49:52 +02:00
Jan Steemann 0ca849efb9 emit buffer to prevent very big string allocations/reallocations 2014-05-17 00:12:32 +02:00
Jan Steemann 2857f4619c removed v8 dependency from the build 2014-05-16 21:52:50 +02:00
Jan Steemann 90cea0533e fixed Windows build 2014-05-16 21:48:46 +02:00
Jan Steemann 42b33046d1 removed v8 dependency 2014-05-16 21:46:31 +02:00
Jan Steemann 4bfde2e6d1 remove v8 dependency from arangodump, arangorestore and arangob builds 2014-05-16 21:35:02 +02:00
Jan Steemann 127763f5b6 fixed make doxygen command after graph file renaming 2014-05-16 21:29:46 +02:00
Jan Steemann b811d21fad issue #862: added `--overwrite` option for arangoimp 2014-05-16 21:29:20 +02:00
Jan Steemann 93179cc03b removed unused variable 2014-05-16 21:16:45 +02:00
Jan Steemann 36567df644 removed libbson 2014-05-16 20:32:05 +02:00
Jan Steemann a355c9d37f break instead of return 2014-05-16 20:26:06 +02:00
Jan Steemann 1c6f63bad0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-05-16 20:13:33 +02:00
Jan Steemann 666b1f1682 updated CHANGELOG 2014-05-16 20:13:26 +02:00
Jan Steemann a0ffb65b88 emit output of print function to prevent buffering of super-long strings 2014-05-16 20:11:31 +02:00
Heiko Kernbach 6582ce9b8a merge 2014-05-16 20:02:29 +02:00
Heiko Kernbach 71f8619ede karma 2014-05-16 20:01:26 +02:00
Heiko Kernbach 8aa7120dbb jslint 2014-05-16 20:01:07 +02:00
Heiko Kernbach 8172666dbb added new indicator for shortcuts help 2014-05-16 19:47:43 +02:00
Heiko Kernbach 2eaac09ec4 added hotkey modal template to manifest.json 2014-05-16 19:36:57 +02:00
Heiko Kernbach e14c87f0d7 added template for hotkeys modal 2014-05-16 19:36:37 +02:00
Heiko Kernbach 9d3b292183 new scss file for hotkeys modal 2014-05-16 19:36:23 +02:00
Heiko Kernbach a0bbd238c3 added global shortkey helper - press question mark + shift 2014-05-16 19:35:51 +02:00
Heiko Kernbach 02680a4c15 fixed arangoSpec 2014-05-16 19:35:25 +02:00
Jan Steemann 9c8e8c922a updated CHANGELOG 2014-05-16 19:30:06 +02:00
Jan Steemann 51e9059e3e Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-05-16 19:06:26 +02:00
Jan Steemann e3f7df878e added derived file 2014-05-16 19:06:16 +02:00
Jan Steemann d5200f26d7 moved magic number to function 2014-05-16 19:05:54 +02:00
Jan Steemann 81c68927aa remove no-ops from shape-accessor 2014-05-16 18:39:23 +02:00
Jan Steemann 6da081474c explicitly name test cases 2014-05-16 18:38:53 +02:00
Michael Hackstein ee8d942699 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-05-16 17:22:36 +02:00
Michael Hackstein 20d33b80a5 Bound collections by name to graph object. graph.v === db.v 2014-05-16 17:22:32 +02:00
Michael Hackstein f490018530 Renamed internal functionality to '_' and internal variables with equal names to '__' 2014-05-16 16:50:11 +02:00
Jan Steemann 2e58980d0d Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-05-16 16:45:00 +02:00
Jan Steemann e5953ee140 reverted configuration change 2014-05-16 16:44:46 +02:00
Michael Hackstein fd939bdca2 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	js/common/modules/org/arangodb/general-graph.js
2014-05-16 16:28:03 +02:00