1
0
Fork 0
Commit Graph

42401 Commits

Author SHA1 Message Date
Andrey Abramov 5dc01a3f34
Merge pull request #5059 from arangodb/bug-fix/internal-issue-#355.7
issue 355.7: ensure LogicalDataSource::vocbase() returns a reference
2018-04-10 13:34:54 +03:00
Kaveh Vahedipour 53bc6914c0 Only payload, when in PENDING (#5021)
* Only payload, when in PENDING
* change log entry
2018-04-10 11:59:22 +02:00
maxkernbach 0c13321694 Doc - Issue #4868 (#5070)
fix early doc block ending
2018-04-10 11:05:44 +02:00
Simon 68442dae5a Fixing agency prefix in Agency/Job.cpp (#5039)
* Fixing some test issues and fixing the agency prefix in Agency/Job.cpp
* Making logic consistent in  failed- leader / follower job
* reverting condition back to == GOOD
2018-04-09 16:21:24 +02:00
Vasiliy 22b44deced backport: address missed vocbase pointer 2018-04-09 16:34:58 +03:00
Vasiliy d1ce3a97ef issue 355.7: ensure LogicalDataSource::vocbase() returns a reference 2018-04-09 15:38:24 +03:00
Wilfried Goesgens 42d0f7b435 fix condition where the dlls need to be installed (#4326) 2018-04-09 14:27:08 +02:00
Andrey Abramov acf35a33bd
Merge pull request #5052 from arangodb/bug-fix/internal-issue-#355.6
issue 355.6: remove create() from LogicalView, remove IResearch dependency from IndexFactory, store vocbase reference in LogicalDataSource
2018-04-09 15:23:49 +03:00
Manuel B 028eabc297 Doc - more AQL examples (#5016) 2018-04-09 11:48:36 +02:00
Vasiliy 571eaa217b backport: address review concerns 2018-04-09 10:18:02 +03:00
Frank Celler 59953d641c
added /_admin/status (#5055) 2018-04-08 20:43:18 +02:00
Vasiliy e4368b0991 issue 355.6: remove create() from LogicalView, remove IResearch dependency from IndexFactory, store vocbase reference in LogicalDataSource 2018-04-06 16:38:34 +03:00
sleto-it bdeb6175a9
Doc - Updates kube doc (#5051) 2018-04-06 14:26:33 +02:00
Jan a2f8077cd4
fix restoring of smart graph edge collections so it does not time out (#5049) 2018-04-06 14:14:52 +02:00
Tobias Gödderz f4fa677b91 Avoid usleep for Windows (#5045) 2018-04-06 11:21:16 +02:00
Jan Christoph Uhde 9447cdb27d Doc - add missing generated examples (#5041) 2018-04-06 09:51:48 +02:00
Andrey Abramov 8a8d75bd86
Merge pull request #5027 from arangodb/bug-fix/internal-issue-#355.5
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 19:58:48 +03:00
Vasiliy 08b1bf965b backport: MacOS does not support 'u' option on 'cp' 2018-04-05 19:57:20 +03:00
Simon 3ec8bcfd97
Merge branch 'devel' into bug-fix/internal-issue-#355.5 2018-04-05 17:34:55 +02:00
Jan Christoph Uhde f93756f234 Doc - update generated examples (#5028) 2018-04-05 17:01:58 +02:00
Simon 9980067e73 fixing various warnings (#5013) 2018-04-05 17:01:16 +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
sleto-it dd88e3b09a Doc - Fixes build 2 2018-04-05 14:20:28 +02:00
Jan 2eb6d719ca
added ArangoShell helper function for packaging all information about an AQL query so it can be run and analyzed elsewhere: (#5023)
query = "FOR doc IN @@collection FILTER doc.value > @value RETURN doc";
    bind = { value: 42, "@collection": "mycollection" };
    options = { examples: 10, anonymize: true };
    require("@arangodb/aql/explainer").debugDump("/tmp/query-debug-info", query, bind, options);

Entitled users can send the generated file to the ArangoDB support to facilitate
reproduction and debugging.

The data from the generated file can be restored and analyzed via the *inspectDump*
function:

    require("@arangodb/aql/explainer").inspectDump("/tmp/query-debug-info");
2018-04-05 14:06:59 +02:00
Andrey Abramov f6c27ce073
Merge pull request #5017 from arangodb/bug-fix/internal-issue-#355.4
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-05 14:27:44 +03:00
sleto-it 639d40056a
Doc - Fixes build (#5024) 2018-04-05 13:21:50 +02:00
sleto-it eb0b48c52b
Doc - kube-arangodb docs integration (#5014) 2018-04-05 12:57:24 +02:00
sleto-it 7fe3134307
Doc - Cluster HTTP Refactor Part 1 (#5007) 2018-04-05 12:20:03 +02:00
jsteemann 0bef01d85f add missing call to sendState 2018-04-04 17:29:18 +02:00
jsteemann c5660ac54e remove useless warnings 2018-04-04 17:16:15 +02: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
jsteemann d2bf3b3878 fix API after changes 2018-04-03 17:40:45 +02:00
Jan 8b9eb13925
forward port branch feature-3.3/allow-jwt-in-arangosh (#5009) 2018-04-03 17:37:01 +02:00
Jan 167dfcdf7f
Feature/index only scans (#5005) 2018-04-03 17:34:28 +02:00
Jan 7cb115a1a9
remove option `--cluster.my-local-info` (#4999) 2018-04-03 17:34:08 +02:00
Jan 85479a5c99
simplify code a bit (#4936) 2018-04-03 17:32:46 +02:00
Jan e567392e49
improve startup resilience in case there are datafile errors (#4975) 2018-04-03 17:32:30 +02:00
Jan c03bb12216
remove dysfunctional contrib files (#4976) 2018-04-03 17:32:13 +02:00
Jan 65bfeb7054
Bug fix/forward port 3.3.5 changes (#4956) 2018-04-03 17:31:34 +02:00
Jan 11cfbf5039
Feature/optimize cluster collect (#4897) 2018-04-03 17:28:07 +02:00
Andrey Abramov f9b456f328
Merge pull request #5008 from arangodb/bug-fix/internal-issue-#355.3
issue 355.3: allow IResearchLink creation, as opposed to IResearch View update, to direct which CIDs get included in an IResearchView snapshot
2018-04-03 16:23:54 +03:00
Simon f6d3032f59 Enabling cache (#4880) 2018-04-03 14:18:57 +02:00
Vasiliy fa13c72950 backport: address review comments 2018-04-03 10:12:38 +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 530ed50676
Merge pull request #5000 from arangodb/feature/refactor-view-creation
remove code duplication
2018-03-30 17:50:01 +03:00
Andrey Abramov 2cca7a926b remove code duplication 2018-03-30 16:01:00 +03:00
Andrey Abramov 10b338fa77
Merge pull request #4998 from arangodb/feature/arangosearch-cluster-views
arangosearch cluster views
2018-03-30 15:23:24 +03:00
Andrey Abramov 57b5823fcf some fixes after review 2018-03-30 14:34:15 +03:00
Andrey Abramov 3eadf5aaf9 add convenient factory method for views 2018-03-29 20:19:03 +03:00
Max Neunhoeffer 69d6d2eb0f
Fix compilation. 2018-03-29 16:24:29 +02:00