Vasiliy
|
9062c41592
|
issue 383.3: implement remainder of IResearchViewDBServer tests, use the data-source id (primary key) instead of an arbitrary instance for dropCollection()/dropView(), backport from iresearch upstream: ensure block is flushed if key index is full (#5176)
|
2018-04-23 00:33:46 +03:00 |
Simon
|
7677afabf1
|
Remove copy of request body in rest handlers (#5104)
|
2018-04-16 14:49:51 +02:00 |
Vasiliy
|
99b83ba8c8
|
issue 355.5: remove more unused methods, move view-related storage engine functionality from vocbase into DBServerLogicalView, address MSVC cmake dependency issue
|
2018-04-05 16:17:07 +03:00 |
Vasiliy
|
635db3b409
|
issue 355.4: remove redundant methods and code, use 'cp' instead of 'cmake copy_directory' where possible, use vocbase reference instead of pointer
|
2018-04-04 10:53:48 +03:00 |
Vasiliy
|
7c25902b27
|
issue 355.3: allow IResearchLink creation, as opposed to IResearch View update, to direct which CIDs get included in an IResearchView snapshot
|
2018-04-02 15:27:48 +03:00 |
Andrey Abramov
|
b641cf9b13
|
remove view implementation part 1
|
2018-03-26 23:18:08 +03:00 |
Andrey Abramov
|
01d9baf359
|
remove TRI_ERROR_ARANGO_VIEW_NOT_FOUND, rename TRI_ERROR_ARANGO_COLLECTION_NOT_FOUND to TRI_ERROR_ARNANGO_DATA_SOURCE_NOT_FOUND
|
2018-03-17 19:36:14 +03:00 |
Jan
|
2a96df5ca5
|
Feature iresearch (#4071)
|
2017-12-18 15:04:59 +01:00 |
Simon Grätzer
|
64e9377c05
|
Replacing /_api/collection with RestHandler (#3543)
|
2017-11-02 14:57:17 +01:00 |
Dan Larkin
|
42807f17fb
|
Added partialUpdate flag for view property modification.
|
2017-03-30 12:04:58 -04:00 |
Dan Larkin
|
7dcb555b72
|
Added PATCH support to view rest handler.
|
2017-03-29 12:13:55 -04:00 |
Dan Larkin
|
85132e0eaf
|
Finished adding view support to ArangoShell.
|
2017-03-21 11:40:14 -04: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
|
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 |