Frank Celler
84507cfc44
merged changes from 1.4 back to devel
2013-12-27 14:59:23 +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
Jan Steemann
2c8ef0125f
ported web interface changes from devel to 1.4
2013-12-18 16:22:16 +01:00
Jan Steemann
7c4944de83
added --server.ssl-protocol option for client tools
...
Conflicts:
arangosh/Benchmark/BenchmarkThread.h
lib/GeneralServer/SslAsyncCommTask.h
2013-12-13 17:58:24 +01:00
Jan Steemann
e7ba403998
added --server.ssl-protocol option for client tools
2013-12-13 17:53:51 +01:00
Jan Steemann
5b0713af9c
added recursive watches and structured get
2013-12-12 11:16:41 +01:00
Jan Steemann
13bcc2bf7a
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
2013-12-11 18:39:10 +01:00
Jan Steemann
025a11dbee
fixed comments
2013-12-11 18:37:26 +01:00
Jan Steemann
620f4b1c47
added agency tests
2013-12-11 18:37:15 +01:00
Jan Steemann
8ac6d9728e
better clone some objects returned by AQL user-defined functions
2013-12-04 22:05:54 +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
16264f992d
better clone some objects returned by AQL user-defined functions
2013-12-04 20:39:51 +01:00
Jan Steemann
c63655b64c
make test more reliable
2013-12-04 20:38:07 +01:00
Jan Steemann
32a247aa2f
added tests for creating / dropping graphs
2013-12-02 15:12:07 +01:00
Jan Steemann
a5f6faaae4
issue #675 : Dropping a collection used in "graph" module breaks the graph
2013-12-02 13:58:29 +01:00
Jan Steemann
28110b01e3
issue #671 : make more graph-methods work client-side, too
2013-11-25 10:23:46 +01:00
Jan Steemann
6cf0fa2b4a
issue #671 : make other graph methods work client-side, too
2013-11-25 10:22:36 +01:00
Jan Steemann
13b8b293bc
increased test threshold
2013-11-25 09:40:51 +01:00
Max Neunhoeffer
3aa1b12a45
Merge branch 'skiplist-cleanup' into devel
...
This implements a considerable cleanup of the skip list index code:
- Replace implementation of skip lists by a generic one using
callbacks for comparisons
- The new implementation resides in lib/BasicsC/skip-list.*
- It uses a singly linked list (unidirectional) as opposed to the
previous implementation which used a doubly linked list
- Adjust skip list index code in arangod/SkipLists/skiplistIndex.* to
use the generic skip list implementation
- Unify unique skip lists and non-unique ones into one code base
- Cleanup in skip list index code, in particular with respect to
iterators
- Prepare the scene for sparse skip list indices
2013-11-22 10:47:04 +01:00
Max Neunhoeffer
b23f299aaa
Add unittest for correctness of skiplist index.
2013-11-22 10:40:13 +01:00
Jan Steemann
b75c66c2e4
fixed segfault in AQL optimiser when using IN on constant, non-list values
2013-11-21 22:56:37 +01:00
Jan Steemann
6302003f06
fixed segfault in AQL optimiser when using IN on constant, non-list values
2013-11-21 22:53:32 +01:00
Lucas Dohmen
2024bdf941
Graph: Fixed `getVertices`
2013-11-20 15:37:56 +01:00
Jan Steemann
436b47eb0c
removed unnecessary shaper attribute from struct
2013-11-20 12:38:47 +01:00
Jan Steemann
0fe4c7b090
fixed shape compaction
2013-11-20 12:02:13 +01:00
Jan Steemann
42257ba2f6
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-11-18 11:42:08 +01:00
Jan Steemann
319f5f8dbd
removed unused variables
2013-11-18 11:41:57 +01:00
Lucas Dohmen
ec9459ef40
Removed unused assignments
2013-11-18 11:25:43 +01:00
Jan Steemann
9054e14232
removed unused variables
2013-11-18 11:22:09 +01:00
Jan Steemann
72aaacbb54
removed priority queues
...
this feature was never advertised nor documented nor tested.
2013-11-18 11:12:36 +01:00
Jan Steemann
5d9cd13c4f
issue #671 : Method graph.measurement does not exist
2013-11-18 10:39:39 +01:00
Jan Steemann
018bbaa01d
issue #671 : Method graph.measurement does not exist
2013-11-18 10:28:09 +01:00
Jan Steemann
4b7b0cabd3
use skiplist index in byExample
2013-11-16 01:20:33 +01:00
Max Neunhoeffer
929ea7bbf8
Increase a threshold because a unittest failed by coincidence.
2013-11-14 14:22:20 +01:00
Jan Steemann
5c2dcf8f74
added database-directory test
2013-11-11 14:36:49 +01:00
Max Neunhoeffer
ea7abdc027
Add a test suite.
...
This is to test the performance of deletion with a skip-list index
and many documents with the same value in the attribute indexed
by the skip-list.
2013-11-08 09:26:06 +01:00
Jan Steemann
40a21d0efb
fixed bitarray index access
2013-11-07 16:27:23 +01:00
Jan Steemann
9d5e5ff7cc
merged fix for issue #653
2013-11-07 16:26:45 +01:00
Jan Steemann
3c3e89721f
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-11-07 16:25:07 +01:00
Jan Steemann
217e5f897b
fixed bitarray index access
2013-11-07 16:24:57 +01:00
Max Neunhoeffer
ba736d1b7a
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-11-07 16:03:04 +01:00
Max Neunhoeffer
7d19f11a70
Add a test suite.
...
This is to test the performance of deletion with a skip-list index
and many documents with the same value in the attribute indexed
by the skip-list.
2013-11-07 16:00:26 +01:00
Jan Steemann
ae872007ac
updated database creation API
2013-11-07 14:06:44 +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
9e78ab5af5
added NTH and POSITION
2013-11-04 18:24:03 +01:00
Jan Steemann
935d1edd53
issue #653 : slow query
2013-11-04 13:33:26 +01:00
Jan Steemann
abcf1c769a
greater tolerance for stddev dist
2013-10-31 18:55:50 +01:00
Jan Steemann
83a2e5ca3d
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-10-31 18:40:33 +01:00
Jan Steemann
fdceda75e8
greater tolerance for stddev dist
2013-10-31 18:40:17 +01:00
Lucas Dohmen
d6efc0f052
Merge pull request #375 from triAGENS/graph-drop
...
Graph.drop should check if vertices are used more than once
2013-10-31 09:07:49 -07:00
Jan Steemann
33cf861bd4
fixed jslint warnings
2013-10-31 16:41:57 +01:00
Lucas Dohmen
7d7e014bfe
Only drop vertices when dropping a graph if vertices aren't used
...
elsewhere
2013-10-31 16:41:49 +01:00
Lucas Dohmen
6049ef11fb
Graph: Replace a given edge by ID
2013-10-31 15:16:58 +01:00
Lucas Dohmen
3da8d973f9
Graph: Also refresh the cache if the rev is different
2013-10-31 15:16:50 +01:00
Lucas Dohmen
c7b5549b08
Graph Refactoring: Determination of ID pushed to Common
2013-10-31 12:30:14 +01:00
Lucas Dohmen
37b7630efb
Code Style
2013-10-31 12:27:50 +01:00
Lucas Dohmen
ea097f6192
Whitespace.
2013-10-31 12:14:03 +01:00
Jan Steemann
0b64f18e77
issue #650 : Randonmess of any() should be improved
2013-10-31 10:37:45 +01:00
Jan Steemann
46d4e14f7b
issue #650 : Randonmess of any() should be improved
2013-10-31 10:09:01 +01:00
Jan Steemann
e190076c29
allow dynamic parameters in DOCUMENT()
2013-10-30 16:19:24 +01:00
Jan Steemann
83866ba58b
made AQL DOCUMENT function polymorphic
2013-10-30 16:19:14 +01:00
Jan Steemann
e576ee5662
allow dynamic parameters in DOCUMENT()
2013-10-30 16:17:37 +01:00
Jan Steemann
73dd3f9185
made AQL DOCUMENT function polymorphic
2013-10-30 15:01:38 +01:00
Jan Steemann
2c434d3b20
added DOCUMENT_HANDLE function
2013-10-29 11:09:47 +01:00
Jan Steemann
3b18804ec6
potential fix for issue #622
2013-10-20 17:45:39 +02:00
Jan Steemann
d71ee7ff6f
fixed issue #615
2013-10-17 11:12:02 +02:00
Jan Steemann
2d6c60c889
removed unused file
2013-10-16 15:32:27 +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
Jan Steemann
cd5d228e77
moved path checks from --upgrade to server start and database creation
2013-10-16 15:30:13 +02:00
Jan Steemann
9bb89bb654
fixed "error with AQL in user function"
2013-10-16 09:43:24 +02:00
Jan Steemann
671b1e850b
added tests for dump/restore
2013-10-15 16:47:37 +02:00
Jan Steemann
3c2a0507fd
report status at end
2013-10-14 09:59:41 +02:00
Jan Steemann
27bb0f5ebf
added database selection to arango-dfdb
2013-10-14 09:56:51 +02:00
Jan Steemann
e3df92d929
fix Windows file handling
2013-10-09 14:07:21 +02:00
gschwab
2f12a5fd8f
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-10-07 10:25:20 +02:00
gschwab
16f6e4bd30
multiple options allowed
2013-10-07 10:23:40 +02:00
Jan Steemann
dc69d6fa60
updated documentation
2013-10-02 17:54:39 +02:00
Jan Steemann
e5bde25f3b
make source database name configurable for replication applier
2013-10-01 17:36:30 +02:00
Jan Steemann
df36d28664
removed print command
2013-09-30 18:01:51 +02:00
Jan Steemann
a4861c67b4
prevent fs error
2013-09-30 14:40:21 +02:00
Jan Steemann
674468b768
updated documentation
2013-09-30 13:43:20 +02:00
Jan Steemann
742a9b8b0a
added aardvark app on upgrade
2013-09-30 11:56:13 +02:00
Jan Steemann
729bbc44f0
use per-database directories for Foxx apps
2013-09-30 10:57:29 +02:00
Jan Steemann
fd9228d84b
issue #595
2013-09-25 17:20:11 +02:00
Jan Steemann
8e627fd3fa
updated documentation
2013-09-24 13:40:58 +02:00
Jan Steemann
cbd2ed60f4
issue #564 : better automatic mimetype detection for assets
...
also added possibility to override automatic detection with hard-coded value from manifest
2013-09-23 23:26:11 +02:00
Jan Steemann
324d7fab03
documentation
2013-09-23 17:49:25 +02:00
Jan Steemann
fb22796acf
issue #592
2013-09-23 17:24:14 +02:00
Jan Steemann
67f3c3c469
changed HTTP return code for not-found cursors
2013-09-23 15:29:03 +02:00
Jan Steemann
568ef4141c
fixed manifest linting in dev mode
2013-09-23 13:41:47 +02:00
Jan Steemann
9155b16252
caching for db[...]
2013-09-21 00:12:35 +02:00
Jan Steemann
0587e80e3e
fixed jslint warnings
2013-09-20 17:28:17 +02:00
Jan Steemann
43a4464daf
grr
2013-09-20 13:33:24 +02:00
Jan Steemann
ed163164c4
fixed queue naming
2013-09-20 13:17:32 +02:00
Lucas Dohmen
6add03669b
Foxx: Documentation of the new Model capabilities
2013-09-18 17:17:50 +02:00
Lucas Dohmen
5eed92d7a5
Foxx: Use defaults in models
2013-09-18 17:00:00 +02:00
Lucas Dohmen
0b89b92efa
Foxx: Whitelist Attributes via Model Annotation
2013-09-18 16:22:00 +02:00
Lucas Dohmen
efc5ee16dd
Foxx: Provide the Model
2013-09-18 15:32:41 +02:00
Lucas Dohmen
bac776ef17
Foxx: Little Refactoring
2013-09-18 14:38:59 +02:00