Jan Steemann
e81e057510
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-22 08:38:09 +01:00
Jan Steemann
3e84a3b650
don't throw errors on startup on coordinator
2014-01-22 08:37:54 +01:00
Michael Hackstein
e8111d2424
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-21 16:48:39 +01:00
Michael Hackstein
d78e3ed92b
Added tests for cluster views, of necessary information is passed through each view
2014-01-21 16:48:33 +01:00
Michael Hackstein
8d48855875
Wired Coordinators to backend
2014-01-21 16:29:18 +01:00
Jan Steemann
2be163860d
fix reloading of collections
2014-01-21 15:37:53 +01:00
Jan Steemann
7e732174ce
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-21 15:14:13 +01:00
Jan Steemann
ddfa36274d
preparation
2014-01-21 15:14:07 +01:00
Michael Hackstein
23e0122f0f
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-21 14:42:22 +01:00
Michael Hackstein
43f7248f44
Wired DBServers -> Databases -> Collections -> Shards to backend
2014-01-21 14:42:09 +01:00
Max Neunhoeffer
c4590d3a40
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-21 14:28:48 +01:00
Max Neunhoeffer
a1a99170e1
Add information about Current collections to ClusterInfo.
2014-01-21 14:28:30 +01:00
Michael Hackstein
7cd01e816c
Fixed new discrepancies between the etcd agency and the high level javascript communication, based on Shards in Collections in the Current state
2014-01-21 14:16:24 +01:00
Jan Steemann
80e8250d54
fixed segfault
2014-01-21 12:50:35 +01:00
Max Neunhoeffer
2465a1d870
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-21 11:48:44 +01:00
Max Neunhoeffer
9839719302
Fix remaining time in timeout.
2014-01-21 11:48:26 +01:00
Jan Steemann
1a1e1ed645
unregister ourselves on shutdown
2014-01-21 11:44:53 +01:00
Jan Steemann
2e3f293012
fix uniqid
2014-01-21 11:39:28 +01:00
Jan Steemann
74c76ce41e
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-21 11:10:52 +01:00
Jan Steemann
2ddacc65e8
clean up Current/Databases for ourselves
2014-01-21 11:10:25 +01:00
Max Neunhoeffer
06953daf80
Fix reporting of dropped shard in Current.
2014-01-21 10:44:02 +01:00
Max Neunhoeffer
eec3c08f87
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-21 09:57:26 +01:00
Max Neunhoeffer
18436b6b27
Fix reporting of new collection in Current (shardID instead of DBserverID)
2014-01-21 09:56:54 +01:00
Jan Steemann
b5aeebd891
prevent creation of collections with duplicate name
2014-01-21 09:50:12 +01:00
Jan Steemann
8009885d72
quick fix for property access
2014-01-21 09:37:53 +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
12dbcc535d
updated import manual
2014-01-21 09:16:42 +01:00
Michael Hackstein
41b35c82da
Prepared databases, collections and shards for retrieval from foxx. No Fake data involved in these classes anymore. ToDo: Foxx routes
2014-01-20 17:57:08 +01:00
Michael Hackstein
d5aedea397
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-20 16:38:04 +01:00
Michael Hackstein
c7f86b3def
Updated high-level js communication library for newest version of agency comm
2014-01-20 16:37:56 +01:00
Max Neunhoeffer
278aebc04e
Fix error reporting bug in create collection.
2014-01-20 09:24:50 +01:00
Max Neunhoeffer
b803d9231d
Fix error reporting bug in create database.
2014-01-20 09:24:18 +01:00
Max Neunhoeffer
2c726e6304
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-20 08:41:20 +01:00
Michael Hackstein
77003e90c0
Wired the Frontend for Cluster DBServers with the Backend. A missmatch is left due to changes in AgencyComm. Servers are always in state warning.
2014-01-19 22:47:54 +01:00
Michael Hackstein
af3a5d093e
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-18 20:15:34 +01:00
Michael Hackstein
a0cb9d832f
Created Models and Collections for cluster objects. These return fake data right now, but make wiring to foxx a lot easier
2014-01-18 20:15:20 +01:00
Jan Steemann
bfb076dded
some more notes on importing edges and attribute meanings
2014-01-18 01:47:03 +01:00
Jan Steemann
2f20f8b75f
slightly updated error messages
2014-01-18 01:46:48 +01:00
Jan Steemann
4f5052f469
issue #730 : initial implementation of A*
2014-01-18 01:46:24 +01:00
Jan Steemann
a2e11e606b
added graph-specific error code
2014-01-18 01:08:24 +01:00
Jan Steemann
f59d861df4
dont throw exception in v8 property getter
2014-01-18 01:07:15 +01:00
Jan Steemann
eba5f47f61
updated CHANGELOG
2014-01-18 00:16:58 +01:00
Jan Steemann
6e166c63ae
allow direct access from the `db` object to collections whose names start with an underscore (e.g. db._users).
...
Previously, access to such collections via the `db` object was possible from arangosh, but not from arangod (and thus Foxx and actions). The only way to access such collections from these places was via the `db._collection(<name>)` workaround.
2014-01-18 00:16:13 +01:00
Jan Steemann
b074028339
removed invalid conversion
2014-01-17 23:18:17 +01:00
Jan Steemann
bfc05ae0b9
removed superfluous macro and check
2014-01-17 23:16:18 +01:00
Jan Steemann
e99f813e0a
follow up for issue #738
2014-01-17 22:58:43 +01:00
Jan Steemann
9f69aae986
issue #736 : AQL function to parse collection and key from document handle
2014-01-17 22:39:04 +01:00
Jan Steemann
167e0a60d7
updated CHANGELOG
2014-01-17 22:04:39 +01:00
Jan Steemann
ed08a41a11
small improvement for issue #738
2014-01-17 22:01:24 +01:00
Jan Steemann
c0aa6157ff
Merge branch 'globals-filename-dirname' of https://github.com/pluma/ArangoDB into devel
2014-01-17 21:41:44 +01:00