jsteemann
|
77cddde70b
|
improve error message in case wrong JSON is sent to the server
|
2017-03-31 10:32:03 +02:00 |
Dan Larkin
|
42807f17fb
|
Added partialUpdate flag for view property modification.
|
2017-03-30 12:04:58 -04:00 |
jsteemann
|
ddb83c8075
|
fixed issue #2404
|
2017-03-30 14:18:38 +02:00 |
Dan Larkin
|
7dcb555b72
|
Added PATCH support to view rest handler.
|
2017-03-29 12:13:55 -04:00 |
Max Neunhoeffer
|
29338899fd
|
Finally port TraverserEngine locking bug fix manually.
|
2017-03-23 12:44:51 +01:00 |
Max Neunhoeffer
|
32953a4a97
|
Revert "Fix locking of shards in TraverserEngines."
This reverts commit 467088b8af .
|
2017-03-23 12:33:11 +01:00 |
Max Neunhoeffer
|
467088b8af
|
Fix locking of shards in TraverserEngines.
|
2017-03-23 12:23:40 +01:00 |
jsteemann
|
fbb14ceffc
|
added db._engine()
|
2017-03-22 11:19:31 +01:00 |
Dan Larkin
|
6cedc0ba53
|
Merge branch 'views' into devel
|
2017-03-21 11:40:42 -04:00 |
Dan Larkin
|
85132e0eaf
|
Finished adding view support to ArangoShell.
|
2017-03-21 11:40:14 -04:00 |
jsteemann
|
63868b4378
|
move collection keys into engine
|
2017-03-21 14:23:29 +01:00 |
jsteemann
|
7fb536387d
|
move replication-dump into engine
|
2017-03-21 13:55:57 +01:00 |
jsteemann
|
ec0e5e39a7
|
moved export into engine
|
2017-03-21 11:41:50 +01:00 |
jsteemann
|
b8e011eee5
|
move attributes into engine
|
2017-03-21 10:31:50 +01:00 |
jsteemann
|
e3d8ae142e
|
some fixes for view handling
|
2017-03-17 11:18:46 +01:00 |
Dan Larkin
|
a233b949c3
|
Updated rest handler and tests.
|
2017-03-16 22:36:15 -04:00 |
jsteemann
|
25a380f77c
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into views
|
2017-03-16 12:50:11 +01:00 |
jsteemann
|
238fcae46a
|
some simplifications
|
2017-03-16 10:54:08 +01:00 |
Dan Larkin
|
aa23074efd
|
Added view retrieval via HTTP with tests and initial work on view factory.
|
2017-03-15 18:44:48 -04:00 |
jsteemann
|
49aef67cca
|
use std::shared_ptrs for views
|
2017-03-15 13:07:08 +01:00 |
Dan Larkin
|
966e05b596
|
Added very basic rest handler for views.
|
2017-03-14 19:05:14 -04:00 |
Simon Grätzer
|
7b35f75b23
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
# Conflicts:
# arangod/CMakeLists.txt
# arangod/GeneralServer/GeneralServerFeature.cpp
|
2017-03-13 12:25:28 +01:00 |
jsteemann
|
0a07bb3222
|
make RestWalHandler a handler of the MMFiles engine
|
2017-03-10 09:00:37 +01:00 |
Michael Hackstein
|
90b4876d3c
|
Moved WriteMarker code Vocbase => MMFilesEngine. Also removed the decission to write a marker out of Vocbase-API
|
2017-03-09 11:12:39 +01:00 |
Simon Grätzer
|
67066c64ad
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-03-08 18:20:44 +01:00 |
Simon Grätzer
|
a1752da492
|
Added single server support
|
2017-03-08 18:20:36 +01:00 |
Simon Grätzer
|
2c77f42486
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-03-07 15:08:06 +01:00 |
Michael Hackstein
|
e6ab0afb50
|
Moved indexBuckets from Logical => MMFiles collection.
|
2017-03-07 14:07:32 +01:00 |
jsteemann
|
644ef08ce0
|
added "bindVars" to attributes of currently running and slow queries
|
2017-03-07 00:19:01 +01:00 |
Simon Grätzer
|
dfd3cc3869
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
# Conflicts:
# arangosh/Import/ImportHelper.cpp
|
2017-03-04 02:08:27 +01:00 |
jsteemann
|
e1d043e607
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-03-02 22:20:59 +01:00 |
jsteemann
|
e6d5058557
|
fix error message
|
2017-03-02 17:53:33 +01:00 |
jsteemann
|
00631d0307
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-03-02 15:24:17 +01:00 |
jsteemann
|
7051f5d87a
|
fixed --convert false in arangoimp
|
2017-03-02 15:05:06 +01:00 |
jsteemann
|
1b7b668066
|
simplify query list a great deal and use less dynamic memory for its entries
|
2017-03-02 13:20:37 +01:00 |
Simon Grätzer
|
27c617fe10
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
# Conflicts:
# 3rdParty/V8/v8
# arangod/Transaction/Methods.h
# arangod/Utils/UserTransaction.h
# arangod/V8Server/v8-collection.cpp
|
2017-03-01 14:52:35 +01:00 |
jsteemann
|
cf5d20ddee
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-02-28 17:02:42 +01:00 |
jsteemann
|
b6a265068a
|
fix velocypack-over-HTTP responses
|
2017-02-28 17:01:59 +01:00 |
jsteemann
|
666b2f8da9
|
renaming
|
2017-02-27 14:38:27 +01:00 |
jsteemann
|
94ce6a65f8
|
renamed methods
|
2017-02-27 11:22:44 +01:00 |
jsteemann
|
d0df1952e8
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-02-24 17:51:59 +01:00 |
jsteemann
|
e14909966d
|
issue #2326
|
2017-02-24 10:35:52 +01:00 |
Michael Hackstein
|
de31c68539
|
Moved isVolatile into MMfiles collection.
|
2017-02-23 14:56:54 +01:00 |
Michael Hackstein
|
7cf3581812
|
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
|
2017-02-21 13:25:18 +01:00 |
Michael Hackstein
|
aacbb3e4cf
|
This commit should fix cluster startup problems
|
2017-02-21 13:22:29 +01:00 |
Jan Christoph Uhde
|
071137adf6
|
move doCompact into PhysicalColletion
|
2017-02-20 10:53:11 +01:00 |
Michael Hackstein
|
91f303e963
|
Removed readRevision from LogicalCollection. You only get readDocument with a token. Moved it's logic into MMFilesCollection. removed the ignoreWal parameter from readDocumentConditional. It was always true anyways...
|
2017-02-17 17:29:49 +01:00 |
Michael Hackstein
|
f0fbe78b2d
|
Moved restoreIndex to Physical collection.
|
2017-02-16 15:01:00 +01:00 |
Michael Hackstein
|
a3aae2e43b
|
Moved saveIndex logic into the physical collection
|
2017-02-16 12:53:05 +01:00 |
jsteemann
|
089ff78d2d
|
moved collection lock state into its own struct
|
2017-02-16 10:27:14 +01:00 |