Andreas Streichardt
|
82682f8d25
|
Wait for synchronous replication to settle
|
2016-12-07 18:38:15 +01:00 |
Andreas Streichardt
|
11bd9381d5
|
Add satellite collections
|
2016-12-06 16:40:50 +01:00 |
jsteemann
|
817933c77b
|
bugfixes for sync replication and collection status in cluster
|
2016-11-24 17:00:57 +01:00 |
jsteemann
|
f74fe77a40
|
fix startup
|
2016-11-17 17:18:18 +01:00 |
Michael Hackstein
|
c6f31091bc
|
In the properties of a collection now distributeShardsLike is contained.
|
2016-11-03 10:55:22 +01:00 |
jsteemann
|
cfc9ecd198
|
fix Visual Studio complaints
|
2016-10-31 09:59:18 +01:00 |
jsteemann
|
7efabd3706
|
fix revision id handling
|
2016-10-28 13:44:55 +02:00 |
jsteemann
|
09e1fda1a0
|
fix revision id handling
|
2016-10-24 17:24:27 +02:00 |
Kaveh Vahedipour
|
9f1501e2e6
|
type in v8-collection
|
2016-10-05 13:49:02 +02:00 |
Kaveh Vahedipour
|
ca92128104
|
typo in v8-collection
|
2016-10-05 13:44:13 +02:00 |
Kaveh Vahedipour
|
a44f873cfa
|
load() and unload() in smart graphs
|
2016-10-05 13:06:50 +02:00 |
Kaveh Vahedipour
|
9d3214c539
|
minor
|
2016-10-04 15:31:32 +02:00 |
Max Neunhoeffer
|
0698065d63
|
Fix memory leaks around LogicalCollection.
|
2016-10-04 11:56:35 +02:00 |
Max Neunhoeffer
|
5cd913e003
|
Fix error handling for ClusterInfo::getCollection.
|
2016-09-30 14:11:46 +02:00 |
Max Neunhoeffer
|
db021508da
|
Fix virtual cloning of LogicalCollections and derived types.
|
2016-09-28 21:05:29 +02:00 |
Max Neunhoeffer
|
dc706712b1
|
Silence a compiler warning in enterprise mode.
|
2016-09-28 16:23:58 +02:00 |
Kaveh Vahedipour
|
da0f624088
|
Adding Smart Edge Collection drops to v8-vocbase
|
2016-09-28 15:50:53 +02:00 |
Frank Celler
|
eed90fc588
|
fixed cppcheck warnings
|
2016-09-09 15:08:48 +02:00 |
jsteemann
|
68ebbabe17
|
delete unused collection directories
|
2016-09-06 14:40:31 +02:00 |
jsteemann
|
1823cff3a9
|
removed TRI_collection_t
|
2016-09-02 14:54:13 +02:00 |
jsteemann
|
3909103193
|
privatized some members
|
2016-09-02 13:10:17 +02:00 |
jsteemann
|
4839d65b36
|
moved things out of TRI_collection_t
|
2016-09-02 11:56:48 +02:00 |
jsteemann
|
5524b25800
|
removed VocbaseCollectionInfo
|
2016-09-02 09:41:36 +02:00 |
jsteemann
|
e69a82a2a7
|
refactoring
|
2016-09-02 08:44:31 +02:00 |
Michael Hackstein
|
3c851f8687
|
Added proper error handling for collection not found in V8
|
2016-09-01 17:42:27 +02:00 |
jsteemann
|
4cef5d86fb
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-09-01 09:06:15 +02:00 |
jsteemann
|
7dfaf0d3f4
|
remove superfluous _infoLock
|
2016-08-30 11:54:04 +02:00 |
Michael Hackstein
|
82edb8707a
|
Merge branch 'generic-col-types' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-30 10:12:36 +02:00 |
Michael Hackstein
|
7cf7b89c6d
|
Removed more usage of VocbaseCollectionInfo and replaced it by LogicalCollection. It's getting better now. State still not green.
|
2016-08-29 18:44:34 +02:00 |
jsteemann
|
31809ac283
|
fixes for revision id
|
2016-08-29 17:06:07 +02:00 |
jsteemann
|
9e708112a6
|
privatize some TRI_datafile_t internals
|
2016-08-29 15:43:03 +02:00 |
Michael Hackstein
|
e444332def
|
Removed all references to _info in TRI_collection_t. This commit does not start. Constructor is broken.
|
2016-08-29 10:44:31 +02:00 |
jsteemann
|
f5972cc701
|
moved _keyGenerator
|
2016-08-26 16:34:21 +02:00 |
Michael Hackstein
|
0985e7fc88
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-26 12:52:41 +02:00 |
jsteemann
|
6150da7420
|
remove function pointers from TRI_datafile_t, added constructor and destructor
|
2016-08-26 09:08:24 +02:00 |
Michael Hackstein
|
b01a7ac0d5
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-26 08:02:54 +02:00 |
Michael Hackstein
|
7d6402b15c
|
Fixed soem crashes and undefined behaviuor. Server does not crash during tests, however a lot of them are still red
|
2016-08-25 14:51:03 +02:00 |
jsteemann
|
396ab41736
|
allow dropping system collections in some rare cases
|
2016-08-25 12:47:06 +02:00 |
Michael Hackstein
|
1f3dabc8e1
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-25 11:08:39 +02:00 |
Michael Hackstein
|
2af30f056d
|
Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit.
|
2016-08-25 09:57:36 +02:00 |
jsteemann
|
c5f847a912
|
fix figures and volatile collection counts
|
2016-08-24 14:35:55 +02:00 |
jsteemann
|
7794b76b33
|
intermediate commit
|
2016-08-24 10:54:47 +02:00 |
Mark
|
3bd5c27c0c
|
changes for Visual Studio
|
2016-08-19 17:22:57 +02:00 |
Michael Hackstein
|
5f807900d7
|
Implemented updated of LogicalCollectionInfo. Right now this is only used in Cluster Mode
|
2016-08-19 11:14:23 +02:00 |
Michael Hackstein
|
793a157b16
|
Fixed Cluster constructor of logical collection.
|
2016-08-18 15:18:12 +02:00 |
Michael Hackstein
|
d3ba488271
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-18 12:38:07 +02:00 |
Michael Hackstein
|
bb91925903
|
Readded temporary logical collections in cluster. Otherwise it is entirely unclear when which collection has to be deleted.
|
2016-08-18 11:38:16 +02:00 |
jsteemann
|
0d20651614
|
centralize functionality
|
2016-08-17 15:11:45 +02:00 |
Michael Hackstein
|
cd9a2e14b6
|
Fixed all single-server tests. Cluster state is not yet fixed. Still needs some internal cleanup
|
2016-08-17 14:43:57 +02:00 |
Michael Hackstein
|
21335bb398
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-17 11:23:04 +02:00 |