Jan Steemann
e51dcdb2cb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
...
Conflicts:
js/common/tests/shell-general-graph.js
2014-06-20 13:39:51 +02:00
Michael Hackstein
22d9be8903
Added short hand for graph creation for http api tests
2014-06-20 13:02:40 +02:00
Michael Hackstein
92b50b4d08
Added graph and edge collection tests for traversal API to execution script
2014-06-20 13:01:43 +02:00
Michael Hackstein
43edb7772a
Added tests for traversal API using graphs instead of an edge collection.
2014-06-20 13:00:00 +02:00
Jan Steemann
73e3fd5551
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
2014-06-18 21:13:51 +02:00
Jan Steemann
6fc48d2625
fixed failing test
2014-06-18 21:12:52 +02:00
Frank Celler
dd9f81ec82
fixed version check
2014-06-18 19:14:14 +02:00
Jan Steemann
1d68586500
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
...
Conflicts:
js/apps/system/aardvark/frontend/js/modules/org/arangodb/general-graph.js
2014-06-18 16:37:28 +02:00
Michael Hackstein
02f1552b35
Fixed general graph api tests
2014-06-18 10:55:16 +02:00
Jan Steemann
85b92dbf21
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
2014-06-13 18:16:48 +02:00
Jan Steemann
0c5950507c
fixed test
2014-06-13 17:50:44 +02:00
Michael Hackstein
fdece972d0
Added tests for vertex and edge collection lists in http interface. Added docu for _list in general-graph module
2014-06-13 16:41:48 +02:00
Michael Hackstein
7541149200
Added functions to list all graphs and all vertex/edge collections of a specific graph to http-api
2014-06-13 15:11:59 +02:00
Jan Steemann
d7f35bcc7b
fixed datafile ticks issues
2014-06-13 14:46:21 +02:00
Jan Steemann
d592591a06
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
2014-06-13 11:31:59 +02:00
Michael Hackstein
e9f161c061
Added a route to add an additional edge definition to the graph
2014-06-12 15:32:50 +02:00
Michael Hackstein
2198a03b49
Implemented edge crud in http-graph-module. TODO: Modify definitions
2014-06-12 14:43:21 +02:00
Michael Hackstein
3a0fddb901
Moved the unspecific route to the end of graph-http foxx, was matched too often
2014-06-12 13:15:25 +02:00
Michael Hackstein
25e97eafee
Further implemented graph-http-module. Now offers complete vertex interaction. Tests for Vertex Interaction and Edge Interaction added
2014-06-12 08:09:37 +01:00
Jan Steemann
7e6750c397
wal flush w/ collection unload
2014-06-11 11:33:02 +02:00
Jan Steemann
72a102e794
major internal changes
2014-06-08 00:12:53 +02:00
scottashton
354371a8ab
healed run-tests
2014-06-04 08:33:58 +02:00
scottashton
006eb3b61b
calculation of measurements for graphs added and changed calculation of shortst paths to Floyd–Warshall algorithm
2014-06-03 16:25:13 +02:00
Jan Steemann
78185a60d7
fixed return code for async job cancellation
2014-05-08 18:27:46 +02:00
Jan Steemann
42809a20de
removed debug output
2014-04-23 21:45:41 +02:00
Jan Steemann
b6fa2971ed
debug output
2014-04-22 22:35:36 +02:00
Jan Steemann
906d648df9
fixed test on faster computers
2014-04-22 11:30:38 +02:00
Frank Celler
6cdfa029c9
added more error information, fixed try catch
...
Conflicts:
CHANGELOG
arangod/V8Server/ApplicationV8.cpp
2014-04-21 13:35:06 +02:00
Jan Steemann
a325df8982
fixed test
2014-04-03 13:50:21 +02:00
Max Neunhoeffer
92d28201e1
Fixes for traversal tests for the cluster.
2014-04-02 13:53:53 +02:00
Max Neunhoeffer
ce8580bd8a
Repair traversal tests for new edge index.
2014-04-02 11:12:24 +02:00
Jan Steemann
5a3f2aaa49
improved job API
...
* added REST API method HTTP GET `/_api/job/job-id` to query the status of an
async job without potentially fetching it from the list of done jobs
* fixed non-intuitive behaviour in jobs API: previously, querying the status
of an async job via the API HTTP PUT `/_api/job/job-id` removed a currently
executing async job from the list of queryable jobs on the server.
Now, when querying the result of an async job that is still executing,
the job is kept in the list of queryable jobs so its result can be fetched
by a subsequent request.
2014-03-21 21:19:45 +01:00
Jan Steemann
dd594fe75a
added NO_LOG option to disable rspec logging
2014-03-14 13:25:53 +01:00
Jan Steemann
469923ca26
fixed test
2014-03-03 09:17:55 +01:00
Jan Steemann
b090276273
fixed tests
2014-02-28 20:00:51 +01:00
Jan Steemann
d7c29386ef
fixed replication test runner
2014-02-28 20:00:29 +01:00
Max Neunhoeffer
35db5983a9
Add the cluster test case.
2014-02-28 17:26:15 +01:00
Max Neunhoeffer
803d3789f1
Disable test with a bad timeout on cluster.
2014-02-28 17:22:51 +01:00
Max Neunhoeffer
8f701ee143
Forgot a file in previous commit.
2014-02-28 16:55:15 +01:00
Max Neunhoeffer
4913c7abf6
Split ruby transaction tests for cluster/noncluster.
2014-02-28 16:54:49 +01:00
Jan Steemann
65feb43294
adjusted test expectations
2014-02-28 09:29:52 +01:00
Jan Steemann
6243ec7310
split tests
2014-02-27 15:15:08 +01:00
Jan Steemann
cefef13c42
fixed a failing test
2014-02-27 11:58:16 +01:00
Jan Steemann
8c04d6b12e
fixed tests
2014-02-27 11:39:36 +01:00
Frank Celler
e10bab8059
Merge branch 'devel' of github.com:triAGENS/ArangoDB into sharding
2014-02-27 09:16:02 +01:00
Frank Celler
8406f51435
Merge remote-tracking branch 'origin/1.4' into devel
...
Conflicts:
CHANGELOG
VERSION
arangod/Ahuacatl/ahuacatl-access-optimiser.c
arangod/Ahuacatl/ahuacatl-codegen.c
build.h
configure
configure.ac
js/apps/system/aardvark/api-docs.json
js/apps/system/aardvark/api-docs/batch.json
js/apps/system/aardvark/api-docs/database.json
js/apps/system/aardvark/api-docs/endpoint.json
js/apps/system/aardvark/api-docs/job.json
js/apps/system/aardvark/api-docs/replication.json
js/apps/system/aardvark/api-docs/system.json
js/apps/system/aardvark/frontend/js/modules/org/arangodb/graph/traversal.js
js/common/modules/org/arangodb/graph/traversal.js
js/server/modules/org/arangodb/ahuacatl.js
lib/HttpServer/HttpCommTask.h
2014-02-27 09:13:03 +01:00
Max Neunhoeffer
e68a3e9c05
Rename test.
2014-02-26 15:04:25 +01:00
Max Neunhoeffer
57bf2292be
Disable import test on cluster.
2014-02-26 12:44:56 +01:00
Jan Steemann
23ba186b0d
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
CHANGELOG
arangod/Ahuacatl/ahuacatl-access-optimiser.c
arangod/CapConstraint/cap-constraint.c
js/apps/system/aardvark/frontend/scss/_tiles.scss
js/apps/system/aardvark/frontend/scss/generated.css
js/apps/system/aardvark/frontend/scss/style.scss
js/common/modules/org/arangodb/users-common.js
2014-02-25 17:21:14 +01:00
Jan Steemann
af96607fc1
fixed index tests
2014-02-25 11:19:51 +01:00