Michael Hackstein
e37167674b
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
js/actions/api-traversal.js
2014-06-18 15:56:55 +02:00
Michael Hackstein
4305c8e67b
Examples in traversal module now use new graph module
2014-06-18 15:55:35 +02:00
Alan Plum
ba61e07e02
More linting.
2014-06-18 15:21:29 +02:00
Michael Hackstein
1d503a0d2a
Added the knows graph of the traversal module to graph examples. Started rewriting traversal examples for new graph module.
2014-06-18 14:44:40 +02:00
Jan Steemann
02d171412d
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-16 14:47:41 +02:00
Michael Hackstein
dc3e3703cc
Solved uniqueness conflicts for generated examples
2014-06-15 23:12:26 +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
66bb4e2047
Corrected API documentation of old graph-api and regenerated api-docs for frontend
2014-06-13 09:33:14 +02:00
Jan Steemann
1b94fbf904
fixed crash in dump
2014-06-13 01:53:44 +02:00
Jan Steemann
49cc332361
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
...
Conflicts:
js/common/bootstrap/errors.js
2014-06-11 14:23:47 +02:00
Jan Steemann
7e6750c397
wal flush w/ collection unload
2014-06-11 11:33:02 +02:00
Frank Celler
57bb47185b
moved try/catch block to the top of routing chain
2014-06-10 22:57:10 +02:00
Esteban Lombeyda
86bf6ad529
Bug Fix update-by-example in Coordinator
2014-06-06 14:18:15 +02:00
Esteban Lombeyda
02f119475b
Bug Fix in examples (make examples)
2014-06-02 12:06:33 +02:00
Michael Hackstein
5228984679
Fixed graph tests
2014-05-28 21:48:22 +02:00
Max Neunhoeffer
c53f17f66a
Implement cluster upgrade in Kickstarter.
2014-05-28 15:17:19 +02:00
Esteban Lombeyda
6d76e8c6ac
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-05-28 10:29:45 +02:00
Esteban Lombeyda
a4a4d770b6
more documentation
2014-05-28 10:29:10 +02:00
gschwab
dc0c91c038
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-05-28 09:25:29 +02:00
gschwab
e955d27f7b
arango-blueprints updated to use new graph sturcture
2014-05-28 09:22:35 +02:00
Esteban Lombeyda
d278fdc28e
Bug fix: in updateByExample
2014-05-27 16:27:03 +02:00
Esteban Lombeyda
a803c16016
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-05-26 10:56:17 +02:00
Frank Celler
aa3a0c2896
cleanup cluster dashboard
2014-05-25 23:10:34 +02:00
Esteban Lombeyda
f1c8e9e1b4
Functions ..ByExample support new signature
2014-05-23 16:26:23 +02:00
Thomas Schmidts
4d76ff399e
issue #867 : added declaration for several methods
2014-05-22 10:20:01 +02:00
Thomas Schmidts
166d010b35
added declaration in update vertex
2014-05-21 14:25:21 +02:00
scottashton
700480f20a
adjusted all require(org/arangodb/graph) to new graph-blueprint module
2014-05-15 10:33:20 +02:00
Jan Steemann
8818a880bc
added comments
2014-05-14 11:41:39 +02:00
Jan Steemann
2d36eb2473
removed name attribute
2014-05-14 09:47:48 +02:00
Jan Steemann
684bc82a5f
fixed jslint warning
2014-05-13 18:18:32 +02:00
Jan Steemann
299e05c0b2
fixed unrestricted queries in cluster dashboard
2014-05-13 18:15:34 +02:00
Frank Celler
9127ed2ac5
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
js/apps/system/aardvark/frontend/scss/_newDashboard.scss
js/apps/system/aardvark/frontend/scss/generated.css
2014-05-12 00:07:46 +02:00
Jan Steemann
2320c20f61
issue #847 : fixed wrong return code value in docs
2014-05-06 13:11:12 +02:00
Frank Celler
3608301be2
cosmetics
2014-05-04 15:27:34 +02:00
Jan Steemann
0a5e641f97
added index memory usage statistics
...
this also adds index memory usage to the output of the `figures` method
2014-05-02 22:05:29 +02:00
Jan Steemann
8356a13310
silence the routing cache a bit
2014-04-23 23:01:08 +02:00
gschwab
ca984e1212
added 'passwordToken' to create user, fixed small bug with changePassword attribute
2014-04-17 13:27:02 +02:00
Frank Celler
76b4c71d2e
added isSystem to default representation
2014-04-17 09:46:10 +02:00
Frank Celler
39fd596abc
changed return of users.remove
...
Conflicts:
js/actions/api-user.js
2014-04-16 19:56:04 +02:00
Frank Celler
22ad916024
added configuration module, documentation is not there yet
2014-04-13 14:20:09 +02:00
Frank Celler
e30414b839
fixed path
2014-04-10 17:32:08 +02:00
Jan Steemann
03ee5cc3c4
better description of some figures
2014-04-04 17:22:24 +02:00
Jan Steemann
06fa64b671
fixed jslint complaint
2014-04-04 17:22:16 +02:00
Max Neunhoeffer
b0f43cf027
Fix documentation of traversals w.r.t. sorting the edges at a vertex.
2014-04-02 11:36:07 +02:00
Max Neunhoeffer
5e0280bfc7
Export sort attribute for traversals via REST.
2014-04-02 11:12:03 +02:00
gschwab
08878cb42c
removed unnecessary authorization handon
2014-03-26 15:09:38 +01:00
Jan Steemann
b4a78b55db
fixed failing test
2014-03-25 18:48:53 +01:00
Frank Celler
d34832bbcf
added changePassword attribute for users
2014-03-25 11:40:13 +01:00
Frank Celler
11fb42e722
removed SYS_TEST_PORT from global namespace
2014-03-20 23:05:17 +01:00
Jan Steemann
9b0bb25cc5
don't requeue identical global context methods
2014-03-13 21:48:27 +01:00
Jan Steemann
0862d45f0a
fixed collection type selection when creating collection via web interface
...
Conflicts:
CHANGELOG
2014-03-12 17:54:11 +01:00
Jan Steemann
1dc2f55666
added missing API documentation for HTTP GET `/_admin/server/role`
2014-03-10 10:29:51 +01:00
Max Neunhoeffer
9d43383f1d
Fix automatic reload of user config on coordinators.
2014-03-07 11:37:16 +01:00
scottashton
6fb391eb3f
jslint hints fixed
2014-03-04 13:32:39 +01:00
scottashton
44ab5d1398
new method admin/history to fetch the statistics history for single arango, coordinator and dbserv
2014-03-04 12:05:00 +01:00
Jan Steemann
92c9760cf3
added documentation
2014-03-04 10:40:17 +01:00
Jan Steemann
65bc5dddad
documentation
2014-03-03 10:40:29 +01:00
Jan Steemann
1481ceba42
documentation
2014-03-03 10:28:38 +01:00
Frank Celler
cdf635d5c6
added residentSizePercent
2014-03-01 18:14:14 +01:00
Frank Celler
e70c9bed21
added total memory for mac
2014-03-01 17:16:10 +01:00
Michael Hackstein
017c15638e
Fixed all routes for the geraffelige dashboard reload in cluster
2014-02-28 23:19:57 +01:00
Max Neunhoeffer
b114042e28
Add trampoline for DBserver statistics.
2014-02-28 19:54:13 +01:00
Max Neunhoeffer
1c2858f80a
Hand on authorization header in dispatcher and planner action.
2014-02-28 16:26:34 +01:00
Jan Steemann
4615310e97
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-02-28 13:50:56 +01:00
Jan Steemann
fd08bb0feb
use indexes in AQL
2014-02-28 13:50:39 +01:00
Max Neunhoeffer
454f86ef01
New setup of paths on cluster kickstarter.
2014-02-28 12:15:31 +01:00
Jan Steemann
3d5149b022
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
arangosh/V8Client/arangosh.cpp
2014-02-26 21:34:34 +01:00
Jan Steemann
7b9fcf59da
documentation
2014-02-26 13:53:07 +01:00
Jan Steemann
24d607c7ee
fixed undefined variable access
2014-02-26 10:38:17 +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
Frank Celler
f2121ff442
cleanup
2014-02-25 15:32:07 +01:00
Frank Celler
569778ae10
Merge branch 'sharding' of github.com:triAGENS/ArangoDB into sharding
2014-02-25 12:07:46 +01:00
Frank Celler
42fb8244e1
added requeue
2014-02-25 12:07:16 +01:00
Jan Steemann
8fe19fa897
fixed index tests
2014-02-25 11:55:39 +01:00
Jan Steemann
870f969933
added user validation API at POST `/_api/user/<username>`
2014-02-24 11:12:37 +01:00
scottashton
f658dc67a9
dashboard refactoring
2014-02-21 20:08:06 +01:00
Florian Bartels
f037fc0ca6
dashboard refactoring
2014-02-21 20:00:21 +01:00
Jan Steemann
7a0aac82e2
re-create database objects on coordinator now, and switch into them
2014-02-21 17:40:00 +01:00
Jan Steemann
8238c0515b
removed undocumented API method
2014-02-20 12:54:01 +01:00
Jan Steemann
29c09e1ef7
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
2014-02-20 10:04:43 +01:00
Jan Steemann
a0c3a7fe56
improved users API
2014-02-20 10:04:13 +01:00
Jan Steemann
66bc4c9a41
allow unique index creation on shard keys only
2014-02-19 10:30:41 +01:00
Heiko Kernbach
b69fad0381
merge origin/devel
2014-02-18 14:29:44 +01:00
Jan Steemann
dc8e590bca
inedges, outedges, edges
2014-02-18 13:46:09 +01:00
Jan Steemann
39584f0735
adjusted user result structure
2014-02-18 12:05:05 +01:00
Michael Hackstein
015ab56259
Merge remote-tracking branch 'origin/devel' into sharding
...
Conflicts:
arangod/VocBase/document-collection.c
arangosh/CMakeLists.txt
js/apps/system/aardvark/test/karma/karma.conf.js
2014-02-18 08:50:27 +01:00
Heiko Kernbach
899fa52876
added api-cmd for getting a complete user list
2014-02-17 16:37:50 +01:00
Jan Steemann
3fd053eb1e
updated tests
2014-02-14 18:44:36 +01:00
Jan Steemann
710ce8efd1
updated and fixed documentation
2014-02-14 10:53:04 +01:00
Jan Steemann
0f0ef8a33f
updated index docs
2014-02-14 10:30:05 +01:00
Jan Steemann
f8476ce0b0
fixed tests
2014-02-13 18:14:53 +01:00
Jan Steemann
70988aa215
removed withStats option
2014-02-13 08:48:22 +01:00
Jan Steemann
5270f994c9
Merge remote-tracking branch 'origin/devel' into sharding
...
Conflicts:
js/apps/system/aardvark/frontend/css/layout.css
js/server/modules/org/arangodb/arango-collection.js
2014-02-12 12:53:08 +01:00
Jan Steemann
3dad329979
ensureIndex
2014-02-12 12:47:51 +01:00
scottashton
ee822fb182
cleanup code, added linebreaks
2014-02-12 09:27:39 +01:00
Michael Hackstein
bc16cfae86
Merge remote-tracking branch 'origin/devel' into sharding
...
Conflicts:
Documentation/InstallationManual/Installing.md
arangosh/CMakeLists.txt
2014-02-11 15:52:49 +01:00
Max Neunhoeffer
a78cbf832f
Take out a debugging statement and change an error message.
2014-02-11 15:42:01 +01:00
Max Neunhoeffer
97ff9d086d
Forward planner and kickstarter to arangosh.
2014-02-11 15:40:33 +01:00
Max Neunhoeffer
08077cccb4
Add isHealthy for cluster in kickstarter.
2014-02-11 12:55:25 +01:00
Max Neunhoeffer
95f01d879c
Add cleanup functionality for cluster kickstarter.
2014-02-11 11:03:50 +01:00
Max Neunhoeffer
945c80f23d
Handle errors in check port better.
2014-02-11 09:52:14 +01:00
scottashton
80768b564b
fixed waitForSync in graph api, adjusted documentation, delete tests in api-http-spec.rb due to change in ruby lib
2014-02-10 17:53:21 +01:00
Max Neunhoeffer
432a52d5c5
Fix a few typos.
2014-02-10 16:10:48 +01:00
Max Neunhoeffer
77df9b6781
Add documentation for kickstarter and planner.
2014-02-10 15:58:38 +01:00
Jan Steemann
20008734b9
fixed documentation
2014-02-06 16:12:10 +01:00
Jan Steemann
c5eb7376e8
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-02-06 15:54:42 +01:00
Jan Steemann
b4d9f10f17
fixed some database methods
2014-02-06 15:54:34 +01:00
Max Neunhoeffer
4f2f96b635
Kickstart finally working, seemingly.
2014-02-06 14:32:05 +01:00
Max Neunhoeffer
7bc57b0852
Fix kickstarter bugs with multiple dispatchers.
2014-02-06 14:09:58 +01:00
Jan Steemann
c36b959c69
jslint
2014-02-06 12:21:16 +01:00
Jan Steemann
57365cdcb0
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-02-06 12:17:51 +01:00
Jan Steemann
b5550e17a6
updated tests and documentation
2014-02-06 12:11:17 +01:00
Max Neunhoeffer
9295939d98
First working version of planner/kickstarter.
2014-02-06 12:06:23 +01:00
Max Neunhoeffer
67ba924aa9
Set up framework for kickstarters/dispatchers.
2014-02-03 13:58:25 +01:00
Max Neunhoeffer
73f3dbc328
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-31 18:56:47 +01:00
Max Neunhoeffer
3fadaa438a
Start cluster actions and move cluster test there.
2014-01-31 16:02:45 +01:00
Jan Steemann
04d40c10e9
fixed wrong REST API parameter type in documentation
2014-01-31 13:56:24 +01:00
Jan Steemann
e9c5af7895
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
CHANGELOG
js/apps/system/aardvark/frontend/css/collectionsView.css
js/apps/system/aardvark/frontend/css/layout.css
js/apps/system/aardvark/frontend/js/routers/router.js
2014-01-30 19:40:21 +01:00
Jan Steemann
4f3070715c
implemented first() and last()
2014-01-30 19:11:48 +01:00
Jan Steemann
e88fe036d6
updated documentation
2014-01-27 17:29:29 +01:00
Jan Steemann
d1d0fb56ba
allow quotes in revision headers in graph API
2014-01-27 12:56:06 +01:00
Jan Steemann
1b08bc6582
start up the HTTP server when starting ArangoDB in console mode
2014-01-27 09:45:26 +01:00
Jan Steemann
df1ce45e15
issue #751 : Create database through API should return HTTP status code 201
2014-01-27 08:54:36 +01:00
a-brandt
ab42b2adfe
Bugfix: Expected '===' and instead saw '=='
2014-01-24 14:53:04 +01:00
a-brandt
0550715088
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-01-24 14:50:45 +01:00
Jan Steemann
ea2af50683
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
Documentation/ImplementorManual/HttpSystem.md
js/apps/system/aardvark/aardvark.js
js/apps/system/aardvark/frontend/css/buttons.css
js/server/version-check.js
2014-01-24 14:50:09 +01:00
a-brandt
041b7f5daa
added HAS and HAS_NOT
2014-01-24 14:49:50 +01:00
Jan Steemann
b3df999f56
jshund
2014-01-24 14:37:16 +01:00
Jan Steemann
d793702247
fixed obvious error in body parsing
2014-01-24 14:30:06 +01:00
Jan Steemann
39fd7611ed
load/unload of collections
2014-01-22 17:20:06 +01:00
Jan Steemann
64417d4423
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
arangod/V8Server/v8-vocbase.cpp
2014-01-21 09:29:45 +01:00
Jan Steemann
0bbbd53d4d
added fm.rescan() method
...
Conflicts:
CHANGELOG
2014-01-17 14:06:27 +01:00
Jan Steemann
c9dabaca86
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-16 15:02:44 +01:00
Jan Steemann
f760d056df
added startupPath value to result of /_api/foxx/config
...
Conflicts:
js/actions/api-foxx.js
2014-01-15 18:10:26 +01:00
Jan Steemann
b1c4f75e50
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-14 13:29:07 +01:00
Jan Steemann
50105fc0d9
fixed error in index documentation
2014-01-13 17:30:08 +01:00
Max Neunhoeffer
57f18783c4
Implement asking for databases in a cluster.
2014-01-09 14:56:44 +01:00
Max Neunhoeffer
e809630bfc
Remove unnecessary double check.
2014-01-09 10:37:55 +01:00
Jan Steemann
9ce78430ac
create collections, v0.0.0
2014-01-07 16:28:12 +01:00
Max Neunhoeffer
4d329f477a
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-07 11:56:25 +01:00
Jan Steemann
7c5d145503
added documentation
2014-01-07 11:52:17 +01:00
Jan Steemann
141498e619
added /_admin/test
2014-01-07 11:50:53 +01:00
Max Neunhoeffer
bbf28e3501
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
arangod/Cluster/v8-cluster.cpp
2014-01-07 11:45:43 +01:00
Max Neunhoeffer
e21431cbd4
Allow /_admin/execute to return raw JSON.
2014-01-07 11:32:21 +01:00
Max Neunhoeffer
eb2afb2f04
Implement case distinction for create collection between cluster and not.
2014-01-03 16:17:34 +01:00
Jan Steemann
486bdc2d41
fixed jslint warnings
2014-01-03 15:49:37 +01:00
Max Neunhoeffer
2a0c85bc07
Finish documentation of ClusterComm test API call.
...
Also fix bug in synchronous mode test.
2014-01-03 11:36:05 +01:00
Max Neunhoeffer
95f94397b0
Add synchronous request to ClusterComm.
2013-12-30 23:21:41 +01:00
Max Neunhoeffer
bd03094ba9
Better error handling in sharding test.
2013-12-30 15:23:31 +01:00
Max Neunhoeffer
5d51d7b3ba
Get rid of many debugging messages.
2013-12-30 14:49:14 +01:00
Max Neunhoeffer
c8b684dbd6
Generic test function for ClusterComm working.
2013-12-30 14:37:03 +01:00
Max Neunhoeffer
3415e3c0c8
Some cleanup in asyncRequest setup.
2013-12-30 10:22:21 +01:00
Max Neunhoeffer
9801cc9d19
Timeout basically working.
2013-12-27 16:18:56 +01:00
Jan Steemann
b903d9080d
Merge remote-tracking branch 'origin/devel' into sharding
...
Conflicts:
js/apps/system/aardvark/test/karma/karma.conf.js
2013-12-20 15:35:50 +01:00
Max Neunhoeffer
bfbbe18c57
Create a testing possibility for ClusterComm.
2013-12-19 11:33:34 +01:00
Jan Steemann
ed927d26c8
split big group of statistics into 2 separate groups
2013-12-13 15:58:59 +01:00
Jan Steemann
44b3237882
moved server-only tests to js/server/tests
...
this hopefully removes some future confusion about the tests
also moved some graph stuff into js/common as client-side graphs did not fully work
make logfile path accessible
2013-12-04 22:05:00 +01:00
Jan Steemann
32a247aa2f
added tests for creating / dropping graphs
2013-12-02 15:12:07 +01:00
Jan Steemann
a76318f940
fixed unreadable swagger documentation
2013-12-02 13:19:59 +01:00
Jan Steemann
d05a2a050d
fixed jslint errors
2013-11-13 19:07:30 +01:00
Max Neunhoeffer
2659c708d5
Enable stats in getIndexes in REST interface.
2013-11-13 15:33:03 +01:00
Frank Celler
443e012ae7
switch to -uid config
2013-11-07 15:36:36 +01:00
Jan Steemann
23a1fedd15
updated documentation
2013-11-07 13:59:14 +01:00
Jan Steemann
0384a17186
updated documentation for database creation
2013-11-07 13:46:34 +01:00
Jan Steemann
819e9a1cb6
fixed user creation on database creation
2013-11-07 13:32:42 +01:00
Jan Steemann
c46d6b99f4
add users when creating a database
2013-11-06 16:48:18 +01:00
Jan Steemann
7924f657d4
added `/_api/database/user` method
2013-11-04 14:22:00 +01:00
Jan Steemann
09967f45ec
do not return dev-app-path in non-development mode
2013-11-01 14:15:45 +01:00
Jan Steemann
e1382dd255
added detailed HTTP request statistics
2013-10-31 16:39:59 +01:00
Frank Celler
ebca4c601e
Merge remote-tracking branch 'origin/devel' into 1.4
2013-10-29 11:18:27 +01:00
Jan Steemann
43b4f78b62
issue #620
2013-10-28 19:38:19 +01:00
Frank Celler
d33bcdc623
rc1
2013-10-28 17:54:24 +01:00
Jan Steemann
7dc8ed7c47
issue #617 : Swagger API is missing '/_api/version'
2013-10-17 11:55:39 +02:00
Jan Steemann
d71ee7ff6f
fixed issue #615
2013-10-17 11:12:02 +02:00
Jan Steemann
98d4b6172d
closed issue #614
2013-10-17 10:12:07 +02:00
Jan Steemann
ee2b4fc8bb
create less collections for a new databases
...
this is achieved by creating some seldomly used collections (`_structures`, `_fishbowl`) only when required.
2013-10-16 15:30:41 +02:00
Frank Celler
be162a1e35
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.4
...
Conflicts:
CHANGELOG
Documentation/Manual/NewFeatures14.md
Documentation/Manual/NewFeatures14TOC.md
Documentation/Manual/Upgrading14.md
js/apps/system/aardvark/api-docs/collection.json
js/apps/system/aardvark/api-docs/cursor.json
js/apps/system/aardvark/api-docs/database.json
js/apps/system/aardvark/api-docs/document.json
js/apps/system/aardvark/api-docs/edge.json
js/apps/system/aardvark/api-docs/edges.json
js/apps/system/aardvark/api-docs/endpoint.json
js/apps/system/aardvark/api-docs/graph.json
js/apps/system/aardvark/api-docs/index.json
js/apps/system/aardvark/api-docs/job.json
js/apps/system/aardvark/api-docs/replication.json
js/apps/system/aardvark/api-docs/simple.json
js/apps/system/aardvark/api-docs/system.json
js/apps/system/aardvark/api-docs/traversal.json
2013-10-14 14:00:29 +02:00
Jan Steemann
dc69d6fa60
updated documentation
2013-10-02 17:54:39 +02:00
Jan Steemann
04df715864
applied fixes that occurred during build
2013-09-30 18:03:52 +02:00
Frank Celler
ad2d4b9d76
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.4
...
Conflicts:
VS2012/Arangod Binary/Arangod Binary.vcxproj
VS2012/Arangoimp Binary/Arangoimp Binary.vcxproj
VS2012/Arangosh Binary/Arangosh Binary.vcxproj
arangod/Ahuacatl/ahuacatl-grammar.c
js/actions/api-database.js
js/apps/aardvark/api-docs/edges.json
js/apps/aardvark/api-docs/traversal.json
js/apps/system/aardvark/api-docs/collection.json
js/apps/system/aardvark/api-docs/cursor.json
js/apps/system/aardvark/api-docs/database.json
js/apps/system/aardvark/api-docs/document.json
js/apps/system/aardvark/api-docs/edge.json
js/apps/system/aardvark/api-docs/graph.json
js/apps/system/aardvark/api-docs/index.json
js/apps/system/aardvark/api-docs/replication.json
js/apps/system/aardvark/api-docs/simple.json
js/apps/system/aardvark/api-docs/system.json
2013-09-30 14:39:59 +02:00
Jan Steemann
b4cdc79697
added db._id()
2013-09-30 13:44:28 +02:00
Jan Steemann
5c1554061f
added foxx-manager.config() method
2013-09-26 13:20:29 +02:00
Jan Steemann
e722418fe5
updated documentation
2013-09-24 18:43:03 +02:00
Jan Steemann
7a1f3ae756
updated documentation, added tests
2013-09-24 17:27:52 +02:00
Jan Steemann
73f0405ead
added documentation for endpoints
2013-09-23 16:21:02 +02:00
Jan Steemann
67f3c3c469
changed HTTP return code for not-found cursors
2013-09-23 15:29:03 +02:00
Jan Steemann
1525e344f5
remove old action
2013-09-20 17:32:26 +02:00
Jan Steemann
0bdae05b96
changed reference counting for cursors
2013-09-16 13:51:33 +02:00
Jan Steemann
894180dc20
added test cases
2013-09-13 18:25:28 +02:00
Jan Steemann
64741f8a8d
added test cases for endpoints
2013-09-13 14:07:30 +02:00
Jan Steemann
7f8909b63b
fixed jslint warnings
2013-09-13 09:31:56 +02:00
Jan Steemann
a120a4dbe6
reverted name change for _graphs collection
2013-09-12 18:15:34 +02:00
Jan Steemann
6ff314de0e
runtime addition and removal of endpoints
2013-09-12 18:07:39 +02:00
Jan Steemann
3a6cabfe44
creating/dropping
2013-09-11 17:16:43 +02:00
Jan Steemann
ac4ed728c0
renamed collection `_graphs` to `arangodb_graphs`
2013-09-09 11:07:10 +02:00
Frank Celler
055e172bdb
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.4
...
Conflicts:
arangod/Replication/Syncer.cpp
arangod/VocBase/index-garbage-collector.c
build_posix.h
html/admin/api-docs/traversal.json
js/apps/aardvark/api-docs/collection.json
js/apps/aardvark/api-docs/cursor.json
js/apps/aardvark/api-docs/document.json
js/apps/aardvark/api-docs/edge.json
js/apps/aardvark/api-docs/edges.json
js/apps/aardvark/api-docs/graph.json
js/apps/aardvark/api-docs/index.json
js/apps/aardvark/api-docs/replication.json
js/apps/aardvark/api-docs/simple.json
js/apps/aardvark/api-docs/system.json
2013-09-05 13:03:07 +02:00
Jan Steemann
b9fbbc85ea
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-09-05 12:43:17 +02:00
Jan Steemann
369433f1e2
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
Conflicts:
arangosh/Benchmark/BenchmarkThread.h
lib/SimpleHttpClient/SimpleHttpClient.cpp
2013-09-05 12:34:45 +02:00
Frank Celler
bbab760a54
renamed foxx-manager to foxx/manager
2013-09-05 10:02:31 +02:00
Jan Steemann
ca2f5feb4b
fixed redirect URLs
2013-09-04 17:30:37 +02:00
Jan Steemann
897412b4de
initial dropping of databases
2013-09-04 13:04:13 +02:00
Jan Steemann
bae9f097fc
added _dropDatabase()
2013-09-02 18:04:19 +02:00
Jan Steemann
41acd59698
added _createDatabase(), _listDatabases()
2013-09-02 10:55:41 +02:00
Jan Steemann
75c83a22de
fixed rotation
2013-08-27 15:07:29 +02:00
Jan Steemann
d30e407c4a
only create new journal file when requested
...
make collection.rotate() publicly available
2013-08-27 14:39:28 +02:00
Jan Steemann
dbaadcdcd3
updated docs
2013-08-21 14:23:05 +02:00
Jan Steemann
38abd5bf9e
issue #576
2013-08-21 14:02:09 +02:00
Jan Steemann
d5a9fe3578
fixed some test fails
2013-08-19 19:46:22 +02:00
Jan Steemann
9eb1752a7e
use AQL LIMIT but still return the unlimited count value
...
Still needs documentation and tests
2013-08-19 18:41:00 +02:00
Jan Steemann
3411b4600b
issue #576
2013-07-31 12:43:21 +02:00
Frank Celler
e662bbbffb
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-07-27 00:03:22 +02:00
Frank Celler
dc247ed1f8
fixed pathHandler and logging
2013-07-27 00:03:16 +02:00
Jan Steemann
cc5ae9d1bc
added purge()
2013-07-26 23:57:00 +02:00
Frank Celler
d4ae3d280a
fixed wrong app id
2013-07-26 23:10:03 +02:00
Frank Celler
f5016a2ce9
cleanup
2013-07-26 22:46:53 +02:00
Jan Steemann
528563caf1
improved output
2013-07-26 15:48:16 +02:00
Frank Celler
fc96e7fe9c
add uninstall
2013-07-26 13:47:22 +02:00
Frank Celler
45aff333da
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-07-25 18:33:32 +02:00
Frank Celler
709e09d04e
added install command
2013-07-25 18:33:24 +02:00
Frank Celler
1b6dfad627
new name convention
2013-07-25 17:25:39 +02:00
Jan Steemann
227e6546c0
fixed jslint warnings
2013-07-25 16:35:21 +02:00
Jan Steemann
7715c3a6d1
added `replicate` flag to documentation
2013-07-25 16:31:50 +02:00
Jan Steemann
95a0f9dfb4
added GET /_api/graph
2013-07-25 15:56:08 +02:00
Jan Steemann
70b49c1cf6
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-07-25 14:14:03 +02:00
Jan Steemann
051e898a8a
updated replication documentation
2013-07-25 14:13:53 +02:00
Frank Celler
c213c57837
added dev teardown and setup
2013-07-25 13:34:59 +02:00
Jan Steemann
8a254ea230
replication API documentation
2013-07-24 17:37:16 +02:00
Jan Steemann
bf12b6ec5a
fixed journalSize
2013-07-23 11:57:56 +02:00
Jan Steemann
3ab117de67
added collection.first() and collection.last()
2013-07-19 14:21:46 +02:00
Jan Steemann
9b55a5ed92
fixed typos
2013-07-19 13:32:22 +02:00
Jan Steemann
e359dc29dd
INCOMPATIBLE CHANGE: changed AQL user function namespace resolution operator from `:` to `::`
...
AQL user-defined functions were introduced in ArangoDB 1.3, and the namespace resolution
operator for them was the single colon (`:`). A function call looked like this:
RETURN mygroup:myfunc()
The single colon caused an ambiguity in the AQL grammar, making it indistinguishable from
named attributes or the ternary operator in some cases, e.g.
{ mygroup:myfunc ? mygroup:myfunc }
The change of the namespace resolution operator from `:` to `::` fixes this ambiguity.
Existing user functions in the database will be automatically fixed when starting ArangoDB
1.4 with the `--upgrade` option. However, queries using user-defined functions need to be
adjusted on the client side to use the new operator.
2013-07-18 12:02:28 +02:00
Jan Steemann
5cf234b40d
simplified query testing and query interface a bit
2013-07-18 02:15:22 +02:00
Jan Steemann
a0c5d1f7b4
simplify AQL query calls
2013-07-17 21:22:24 +02:00
Jan Steemann
0b8883f6e2
issue #568 : fixed HttpCollection docs
2013-07-16 09:32:56 +02:00
Jan Steemann
1325271bca
fixed collection docs
2013-07-11 14:58:33 +02:00
Jan Steemann
3cc4405c18
added collection.checksum()
2013-07-10 11:10:00 +02:00
Jan Steemann
6c35ea2520
added missing explanation for system attributes
2013-07-01 10:09:09 +02:00
a-brandt
7bb3704335
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-06-28 10:17:46 +02:00
a-brandt
93a8c574bd
added a check
2013-06-28 10:17:39 +02:00
Jan Steemann
2a286dc074
updated documentation for #557
2013-06-27 11:33:21 +02:00
Jan Steemann
db50b38370
fixed typos
2013-06-25 09:06:20 +02:00
Jan Steemann
654ea77f25
extended cap constraints with size constraints
2013-06-22 02:44:48 +02:00
Jan Steemann
cae82f27e4
added `/_api/current-database`
2013-06-21 10:25:15 +02:00
Jan Steemann
9dfb7483ff
"doCompact" attribute for collections
2013-06-19 16:51:16 +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
Jan Steemann
60d0a0e773
fixed doxygen error
2013-06-14 09:37:31 +02:00
Jan Steemann
e7975b5273
niced up the examples
2013-06-13 16:07:48 +02:00