1
0
Fork 0
Commit Graph

4248 Commits

Author SHA1 Message Date
a-brandt f1f6eca036 changed the graph document 2013-01-15 17:28:22 +01:00
a-brandt b19d2ec0ee Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-15 17:08:53 +01:00
Jan Steemann 6fde7e2f27 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-15 16:45:54 +01:00
Jan Steemann 7a6db16241 added db._version() 2013-01-15 16:44:48 +01:00
a-brandt a9ca9084d2 added graph documentation 2013-01-15 16:06:09 +01:00
Frank Celler 244d258fe7 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-15 15:51:32 +01:00
Frank Celler 7380ddfabe Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	arangosh/V8Client/arangosh.cpp
	bin/arango32.msi
	bin/arango64.msi
	lib/BasicsC/win-utils.c
2013-01-15 15:50:47 +01:00
Lucas Dohmen 9bb56d801d Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-15 15:48:29 +01:00
Lucas Dohmen 3d59723f99 Tiny additions to Frank
* Missing templates will result in an error
* The middleware calls next
* All JSLint warnings except one fixed
2013-01-15 15:45:47 +01:00
Jan Steemann 2e5f65a2ad speed up insertion into edges index 2013-01-15 15:13:34 +01:00
Jan Steemann 4712e1637e optionally do not check element equality when inserting into the associative multi index
this might speed up insertion a lot if we know that the same element cannot be in the index already
2013-01-15 15:11:16 +01:00
Jan Steemann bedc46f646 issue #355 2013-01-15 15:09:31 +01:00
Jan Steemann 40318ad926 pretty dumper 2013-01-15 15:00:17 +01:00
Jan Steemann c1ec3c49ed shut up prettifiers on demand 2013-01-15 14:53:06 +01:00
Jan Steemann 03a45634d0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-15 14:46:31 +01:00
Jan Steemann 6686a075ca pretty printing fix 2013-01-15 14:46:18 +01:00
a-brandt 64a72fec62 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-15 14:41:47 +01:00
a-brandt a57f428277 added documentation 2013-01-15 14:41:20 +01:00
Jan Steemann c22feb5963 fixed test 2013-01-15 14:37:08 +01:00
Jan Steemann 682d22bfb0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-15 14:35:19 +01:00
Jan Steemann 2058700697 issue #353 2013-01-15 14:35:05 +01:00
a-brandt a78c564eeb Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-15 14:08:14 +01:00
a-brandt c175c73f97 added some missing changes 2013-01-15 14:07:16 +01:00
a-brandt 1bda463f37 more tests 2013-01-15 14:06:51 +01:00
Jan Steemann df94937395 use the upquote package to have real single quotes in the manual instead of latex backticks 2013-01-15 10:03:03 +01:00
Jan Steemann c08db97a3c adjusted manual 2013-01-15 09:21:11 +01:00
Jan Steemann 3fbf030741 fixed Doxygen error 2013-01-15 09:17:19 +01:00
Jan Steemann 31ff0ee1e2 fixed doxygen errors 2013-01-15 09:14:33 +01:00
Jan Steemann 246944eebb fixed Doxgen error 2013-01-15 09:08:39 +01:00
a-brandt f2288b5900 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-15 09:08:28 +01:00
a-brandt 60c8ad808f Changed graph moudule to use _key 2013-01-15 09:07:31 +01:00
Oreste Panaia 3d7f0a1826 windows installers 2013-01-14 23:02:56 +08:00
Jan Steemann c3cf842d72 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-14 14:26:14 +01:00
Frank Celler af98eb2802 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 14:25:49 +01:00
Jan Steemann 33ad3e5e2b no passwd prompt for jslint 2013-01-14 14:25:47 +01:00
Frank Celler 3a5b66d840 added function action 2013-01-14 14:25:41 +01:00
Jan Steemann 2a3293a59e Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-14 14:12:26 +01:00
Jan Steemann f32ba3b165 added frank to Makefile 2013-01-14 14:08:47 +01:00
Jan Steemann 848cc1ae28 added CollectionDatasourceFactory 2013-01-14 14:08:28 +01:00
Lucas Dohmen 7189151f93 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 13:37:15 +01:00
Lucas Dohmen bad6578ce5 Frank: Templates.
You can now use templates (currently via Underscore, but is expandable)
in Frank.
2013-01-14 13:35:43 +01:00
Oreste Panaia cdb9055cf4 shell and import 2013-01-14 20:23:56 +08:00
Jan Steemann c8b55b9b4d added patch & head methods 2013-01-14 13:22:02 +01:00
Oreste Panaia c01a5c6275 arango shell and import 2013-01-14 20:16:09 +08:00
Lucas Dohmen bd3152ce98 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 09:34:42 +01:00
Lucas Dohmen a8561d0121 Frank: Put, Post, Delete 2013-01-14 09:34:25 +01:00
Jan Steemann ac9d5f59b5 added tests for datafile building blocks sizes 2013-01-14 03:08:54 +01:00
Jan Steemann ea0a163038 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-14 02:58:34 +01:00
Jan Steemann 4818f22b21 fixes 2013-01-14 02:58:19 +01:00
Michael Hackstein f32c4b2ae4 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 02:36:51 +01:00