Lucas Dohmen
6a84d4726b
Graph Module: Pulled Iterator into Common
...
Also adjusted it to be useful for the Server Side.
2013-06-19 17:09:19 +02:00
Lucas Dohmen
38327183e8
Graph Module: Edge almost entirely pulled into Common
2013-06-19 17:09:18 +02:00
Jan Steemann
74b3055747
added stub tests for functions
2013-06-19 16:51:50 +02:00
Jan Steemann
9dfb7483ff
"doCompact" attribute for collections
2013-06-19 16:51:16 +02:00
Lucas Dohmen
1771c581b7
Graph Module (Client): GraphAPI refined
...
* Restructering of GraphAPI
* No more feature envy from GraphAPI
2013-06-19 10:29:42 +02:00
Lucas Dohmen
7966657ac0
Graph Module (client): Introducing the GraphAPI
...
Also some reordering of the methods inside of it.
2013-06-19 10:29:42 +02:00
Lucas Dohmen
c8385e4671
Use the connection directly
2013-06-19 10:29:42 +02:00
Lucas Dohmen
f1c17dd0d3
Graph Module (client): Pulled get and post graph to request
2013-06-19 10:29:42 +02:00
Lucas Dohmen
5697a7dd74
Graph module (client): Removed Duplication of Iterator
2013-06-19 10:29:42 +02:00
Lucas Dohmen
bb71d1391d
Graph Module (client): Moved Cursor creation to connection class
2013-06-19 10:29:42 +02:00
Lucas Dohmen
cc43747af8
Graph Module (Client): More extracted to the request class
2013-06-19 10:29:42 +02:00
Lucas Dohmen
9cd9b4046b
Graph Module (Client): _saveVertex and _saveEdge
2013-06-19 10:29:41 +02:00
Lucas Dohmen
27b3c0fe89
Graph Module (Client): Refactored drop
2013-06-19 10:29:41 +02:00
Lucas Dohmen
12271e7689
Tiny change
2013-06-19 10:29:41 +02:00
Lucas Dohmen
393b887aed
Graph Module (Client): First step of extracting shared getEdge behaviour
2013-06-19 10:29:41 +02:00
Lucas Dohmen
14e9279232
Graph Module (Client): Pulling out JSON.stringify to the request method
2013-06-19 10:29:41 +02:00
Lucas Dohmen
53abbdfb8b
Pulling out requests in the client Graph module
2013-06-19 10:29:41 +02:00
a-brandt
04e63d52cc
added example
2013-06-19 09:53:23 +02:00
a-brandt
a9184ce73c
fixed jslint warnings
2013-06-18 16:50:50 +02:00
a-brandt
71c5f89010
Added unittests for structures
2013-06-18 15:56:01 +02:00
Jan Steemann
7e53913744
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-14 18:58:27 +02:00
Lucas Dohmen
294b31e839
Further Refactoring of GraphCommon
2013-06-14 10:13:17 +02:00
Lucas Dohmen
c357fa1133
Pulled addVertex into Common + tiny style fixes
2013-06-14 10:13:17 +02:00
Lucas Dohmen
a81a0f0728
Tiny Refactoring of GraphCommon
2013-06-14 10:11:19 +02:00
Lucas Dohmen
222db29812
More functionality for the tiny is.x library
2013-06-14 10:11:19 +02:00
Jan Steemann
60d0a0e773
fixed doxygen error
2013-06-14 09:37:31 +02:00
Jan Steemann
74872e4575
fixed error message
2013-06-13 16:08:42 +02:00
Jan Steemann
7d101890c7
speedup for KEYS()
2013-06-13 16:08:11 +02:00
Jan Steemann
e7975b5273
niced up the examples
2013-06-13 16:07:48 +02:00
Jan Steemann
f1ed44dec9
fixed jslint errors
2013-06-13 15:05:30 +02:00
Jan Steemann
8327d76db6
fixed line too long errors
2013-06-13 15:05:18 +02:00
Jan Steemann
74d2a00737
test internal.download()
2013-06-13 15:05:08 +02:00
Jan Steemann
cea8f05db2
fixed example
2013-06-13 13:07:01 +02:00
Jan Steemann
b1bc9b3285
adjust traversal docs and examples
2013-06-13 13:06:48 +02:00
Jan Steemann
01cd80d3ea
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-13 12:56:02 +02:00
Jan Steemann
98001c21cc
added extra return codes
2013-06-13 12:55:48 +02:00
a-brandt
50e2434d33
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-06-13 12:29:43 +02:00
a-brandt
a1ef5d7425
added PUT
2013-06-13 12:29:24 +02:00
Michael Hackstein
ba7f298449
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-06-13 11:15:15 +02:00
Michael Hackstein
9443ab68d8
Fixed returncode of RestCursorCreateCursorUnknownCollection example
2013-06-13 11:14:56 +02:00
Michael Hackstein
d465837056
Added an example for maxIterations
2013-06-13 11:14:12 +02:00
a-brandt
846163e8e4
bugfix 'collection' is already defined.
2013-06-13 11:07:41 +02:00
a-brandt
69fd2b5bb1
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-06-13 10:48:45 +02:00
a-brandt
7d1097ac78
first version structure API
2013-06-13 10:48:34 +02:00
Michael Hackstein
fc5f10b3ed
Solved conflict
2013-06-13 09:48:46 +02:00
Michael Hackstein
ce8343baa4
Made the user-defined expander work
2013-06-13 09:45:27 +02:00
Jan Steemann
9599a021b9
moved some graph traversal validation into the traversal module
...
- that simplifies some of the traversal-calling routines
- make returning error codes more consistent (specific 404 errors when
referring to unknown collections instead of simple 400 errors)
- optionally limit traversals to a certain number of iterations so they
don't run endlessly in cyclic graphs
2013-06-12 17:04:47 +02:00
Michael Hackstein
4dd6ff7219
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-06-12 16:08:10 +02:00
Michael Hackstein
ed32dd0a9b
Started documentation of Traversals. Expander example not yet working
2013-06-12 16:06:47 +02:00
Jan Steemann
212117d3b4
graph traversal API tests
2013-06-12 15:25:35 +02:00
Jan Steemann
68c3b02ffb
added a test for rotate()
2013-06-12 13:09:46 +02:00
Oreste Panaia
81f20c7ba0
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-12 17:03:29 +08:00
Jan Steemann
bb7445a547
fixed jslint warnings
2013-06-11 18:47:15 +02:00
Jan Steemann
005f9f6c6f
add safety
2013-06-11 18:31:58 +02:00
a-brandt
daa80af5b8
Merge branch 'devel' into multiple_databases
2013-06-11 16:00:34 +02:00
Jan Steemann
0acc1c9580
added stub documentation for traversals (still unfinished)
2013-06-11 15:58:41 +02:00
Jan Steemann
223674f399
fixed doxygen
2013-06-11 13:01:58 +02:00
Jan Steemann
31bd0e915b
jslintify all APIs in js/actions
2013-06-11 12:01:04 +02:00
a-brandt
d9fc2a6c60
Merge branch 'devel' into multiple_databases
...
Conflicts:
arangod/V8Server/v8-vocbase.cpp
arangod/VocBase/primary-collection.c
2013-06-11 11:17:41 +02:00
Jan Steemann
e8e10844f4
moved compaction tests
2013-06-11 10:41:40 +02:00
Jan Steemann
564523896a
compaction tests
2013-06-11 10:10:58 +02:00
Thomas Richter
d8e43c676b
generated examples for api-aqlfunction.js
2013-06-10 14:43:19 +02:00
Oreste Panaia
35ab2e6f62
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-10 17:05:58 +08:00
Thomas Richter
4ab74c56f1
generated examples for api-query.js
2013-06-10 10:41:32 +02:00
Thomas Richter
8db9e9c4fa
generated examples for api-explain.js
2013-06-10 10:23:01 +02:00
Thomas Richter
c5d49ba3d5
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-07 17:21:17 +02:00
Thomas Richter
b3f4383117
generated examples for api-index.js
2013-06-07 17:20:40 +02:00
Jan Steemann
e3275136cd
allow incremental access to all documents from a collection out of AQL
2013-06-07 16:51:42 +02:00
Jan Steemann
3356055b64
derived files, jslint
2013-06-07 16:41:06 +02:00
Lucas Dohmen
567a548cff
Tearing appart Graph#addEdge and fixing the build even harder
2013-06-07 14:56:08 +02:00
Jan Steemann
f619c7f51e
jslint
2013-06-07 14:48:39 +02:00
Jan Steemann
241978ee54
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-07 14:45:00 +02:00
Thomas Richter
2cd6434788
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-07 14:38:58 +02:00
Thomas Richter
43497f00ab
generated examples for api-collection.js
2013-06-07 14:38:28 +02:00
Jan Steemann
15f6f54f76
moved "use strict" inside functions
2013-06-07 14:20:57 +02:00
Jan Steemann
fe26fa593e
jslint
2013-06-07 14:20:50 +02:00
Lucas Dohmen
5aadaf1b99
Restructering Graph Module, fixing the build
2013-06-07 13:51:22 +02:00
Thomas Richter
94757fd74f
generated examples for api-transaction.js
2013-06-07 12:47:30 +02:00
Lucas Dohmen
8e27de26a7
Fix for #546
2013-06-07 10:19:37 +02:00
Jan Steemann
54b0552dee
use a stable sort in COLLECT
2013-06-06 16:56:39 +02:00
Thomas Richter
9d51338aee
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-06 16:34:42 +02:00
Thomas Richter
55ff32fbf3
generated examples api-cursor.js finished
2013-06-06 16:34:06 +02:00
a-brandt
9e0335a1bf
Merge branch 'devel' into multiple_databases
2013-06-06 16:12:44 +02:00
Jan Steemann
403e8669ae
fixed non-existing error codes
2013-06-06 16:11:18 +02:00
Thomas Richter
638a0cb05f
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-06 14:52:35 +02:00
Thomas Richter
dc691ca6c2
examples generated in api-simple.js
2013-06-06 14:43:36 +02:00
a-brandt
e4096900cc
Merge branch 'devel' into multiple_databases
2013-06-06 12:54:58 +02:00
Heiko Kernbach
8b2527f572
checked jslint + added js files in makefile.files
2013-06-06 11:23:04 +02:00
Heiko Kernbach
de1b9946ba
added jslint checks for webif
2013-06-06 10:49:43 +02:00
a-brandt
793dc6077d
Merge branch 'devel' into multiple_databases
2013-06-05 17:29:34 +02:00
a-brandt
f061801cb9
added new collection
2013-06-05 17:27:36 +02:00
Oreste Panaia
2afd8a742c
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-05 19:53:25 +08:00
Oreste Panaia
8a95c1c2a8
update
2013-06-05 19:52:34 +08:00
Jan Steemann
af7866f238
made internal.download() function more flexible
...
required by @mchacki
can now send custom headers and use non-GET method
2013-06-05 00:25:36 +02:00
Jan Steemann
5bdaa22049
issue #545
2013-06-04 18:31:16 +02:00
Thomas Richter
e8ca05e9b8
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-06-04 15:17:27 +02:00
Thomas Richter
5cf5a59471
generated examples api-graph.js finished
2013-06-04 15:17:10 +02:00
a-brandt
384b3c283c
Merge branch 'devel' into multiple_databases
2013-06-04 13:07:06 +02:00
Jan Steemann
3a8ecd20e4
issue #550 : Make AQL graph functions support key in addition to id
2013-06-04 11:37:41 +02:00
a-brandt
aeec284400
Merge branch 'devel' into multiple_databases
2013-06-03 17:09:21 +02:00