1
0
Fork 0
Commit Graph

1075 Commits

Author SHA1 Message Date
Jan 7cb115a1a9
remove option `--cluster.my-local-info` (#4999) 2018-04-03 17:34:08 +02:00
Jan e567392e49
improve startup resilience in case there are datafile errors (#4975) 2018-04-03 17:32:30 +02:00
Simon f6d3032f59 Enabling cache (#4880) 2018-04-03 14:18:57 +02:00
Simran c662df5cc0 Doc - fix query parse example (#4982) 2018-03-28 09:55:45 +01:00
Simran 209932da8b Doc - Use relative links for cross references (#4904) 2018-03-27 17:29:19 +01:00
Simran 6c11452ace Doc - Add some missing db and collection methods (#4901) 2018-03-27 17:22:43 +01:00
Heiko 69f332c960 Doc - Update MacOSX.md (#4873)
updated very old paths and version (1.4 -> 3.3.4)
2018-03-16 10:49:40 +01:00
Simran 8178c4ece6 Fix spelling, improve anchor links (#4821) 2018-03-12 12:47:53 +01:00
sleto-it a8e44054b5
Doc - Release notes improvements - Part 2 (#4813) 2018-03-12 11:38:26 +01:00
sleto-it 99f091c57d
Doc - Release notes improvements (#4748) 2018-03-12 10:38:41 +01:00
sleto-it 51ab3b1517 Doc - fix build error introduced by #4787 - attempt 1 2018-03-12 09:52:14 +01:00
sleto-it bb2d944e04
Doc - Getting Started refactor - Part 1 (#4749) 2018-03-12 09:33:31 +01:00
Simon 5609cbf517 Deadlock detection uses TransactionID instead of Thread ID (#4787) 2018-03-09 18:35:38 +01:00
Jan 7a78dde426
forward-port LDAP changes (#4766) 2018-03-06 22:32:53 +01:00
Jan 66faa0fab9
Improve the description of --ldap.tls-version (#4755) 2018-03-05 13:52:03 +01:00
Wilfried Goesgens 8297fd38b8 Doc - Fix doc build attempt 2 (#4744) 2018-03-02 15:02:42 +01:00
sleto-it dec0e0c7f0
Doc - Fix doc build (#4741) 2018-03-02 12:23:49 +01:00
sleto-it 801d43e250
Doc - Replication Refactor - Part 2 (#4717)
* progress the refactor + bug fixes
2018-03-02 11:14:53 +01:00
Simon 345fc3c0b7 Refactor Authentication Layer (devel) (#4592)
* Cherry Picking LDAP changes

* Adding missing merges

* Fixing remaining mentions of FeatureCacheFeature

* Fix jslint

* Fixing some failed tests

* Fixing cluster authentication issue, red tests

* Fixing ldap testsuite, adding trace logging

* Fixint ldap tesuite setup and LDAP recognition

(cherry picked from commit 686d28a779)

* Fixing wrong assert

* Adding changelog entry, making requested changes from code review

* Fixing dump_authentication, fix typos

* improvements found during code review

* oops

* more use of sessionstorage

* fix tests

* Fixing broken handling, disallowing adding of local users when disabled

* Fixing testInvalidGrants

* Removing undefined auth level externally

* Fixing previous commit

* added tests for ldap search mode

* intentionally removed `after` methods from tests

because they are executed before the tests start
no cleanup is performed right now after the authentication tests
however, a cleanup is done at start of every test

* ldap tests all modes

* forward port changes from 3.3

* added generated files

* forward port missing changes for web UI

* added generated files

* added generated files
2018-02-28 13:24:28 +01:00
sleto-it 0ba532b16a
Doc - Replication Refactor - Part 1 (#4555)
Next steps after DC2DC and Cluster doc improvements:

- We refactor replication sections and make more intuitive separation between Master/Slave and the new Active Failover in 3.3
- We create corresponding sections for Master/Slave and Active Failover in the Administration and Deployment chapters, as well as in the Scalability chapter, where these "modes" are introduced
- We touch and improve the "Architecture" chapter as well, where some architecture info have to be placed
- We reorg the TOC having in more "logical" order:
-- Deployment
-- Administration
-- Security
-- Monitoring
-- Troubleshooting
- We adds parts in the TOC
- We add toc per pages, using page-toc plugin
- We also put close together "Scalability" and "Architecture" chapters, preliminary steps of further improvements / aggregation
- We improve swagger

Internal Ref:
- https://github.com/arangodb/planning/issues/1692
- https://github.com/arangodb/planning/issues/1655
- https://github.com/arangodb/planning/issues/1858
- https://github.com/arangodb/planning/issues/973 (partial fix)
- https://github.com/arangodb/planning/issues/1498 (partial fix)
2018-02-28 12:23:19 +01:00
Vasiliy 423ce33ed1 Changes since last PR: remove 'dataPath' IResearchView configuration property and use a hardcoded path similar to a LogicalCollection (#4683) 2018-02-27 18:10:32 +01:00
Wilfried Goesgens b8e55ef022 fix https://github.com/arangodb/arangojs/issues/508 (#4664) 2018-02-27 14:54:51 +01:00
sleto-it 991aacd8a5
Doc - ArangoSearch - Fix broken link (#4591) 2018-02-14 21:02:46 +01:00
sleto-it 6d1b6f9f8c
Doc - fix link 2018-02-14 20:59:50 +01:00
sleto-it db65d16bfc
Doc - Fix link 2018-02-14 20:23:57 +01:00
sleto-it ecd033491f
Doc - ArangoSync doc integration (#4590) 2018-02-14 18:59:18 +01:00
sleto-it 7498b67f67
Doc - ArangoDB Starter doc integration (#4549)
Internal Ref: https://github.com/arangodb/planning/issues/1479
2018-02-14 17:07:38 +01:00
Wilfried Goesgens dbfe4344f5 Doc - fixes TOC (#4580) 2018-02-13 20:44:30 +01:00
Simran 0e0b467a45 Doc - Adds toc plugin (#4577)
Internal Ref: arangodb/planning#1053
2018-02-13 19:04:32 +01:00
Wilfried Goesgens 619155a62d Feature/aqlfunction to cpp (#4573) 2018-02-13 11:50:49 +01:00
sleto-it 325abef136
Doc - Cluster admin (#4228)
This PR is a first attempt to improve Cluster documentation. The PR aims at keeping / preserving existing external links

Planning issues ref:

    arangodb/planning#1430
    arangodb/planning#1500
    arangodb/planning#1655
2018-02-09 15:37:08 +01:00
Simon 35136a89c0 Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
Tobias Gödderz a7ee38b5fa Issue #4160: Clearer log messages during upgrade (#4534) 2018-02-08 09:14:26 +01:00
Manuel B 96fd64d620 fix js in aragosh user mngmnt example (#4466) 2018-02-06 23:13:03 +01:00
Vasiliy aa041ddfb9 locally tested only (#4476) 2018-02-05 11:24:34 +01:00
Wilfried Goesgens 054989cd41 Documentation/rename iresearch files (#4456) 2018-01-29 17:23:18 +01:00
Michael Hackstein 7a5a9a620c
Bug fix/distribute shards like (#4415) 2018-01-29 13:07:06 +01:00
Jan 05e5184e04 Doc - added documentation for ArangoShell `print` function (#4398) 2018-01-23 13:56:58 +00:00
Simon 3de120d915 Doc - Move cursor documentation out of deprecation folder (#4353) 2018-01-23 11:01:29 +00:00
Wilfried Goesgens 54620d7799 fix typo (#4388) 2018-01-22 17:38:51 +01:00
Andrey Abramov a1cfb3d72b Feature iresearch (#4105) 2018-01-19 14:23:58 +01:00
Jan b32cf3822a
explicitly control activation of RocksDB write-throttling feature (#4360)
also consistently use -DNDEBUG to avoid different class layouts when
the same class are used by different translation units
2018-01-19 09:33:01 +01:00
Wilfried Goesgens 6f9b38b974 Doc - fix references (#4322) 2018-01-16 10:35:19 +00:00
sleto-it 51b927e144
Doc - Improvements to DC2DC - PR #4162 2018-01-16 09:58:05 +00:00
Jan Christoph Uhde bddadda0ee add 'create database' to 'import feature' (#4278) 2018-01-15 15:15:31 +01:00
Wilfried Goesgens 1eaa0332ad work on iresearch documentation (#4297) 2018-01-12 17:47:11 +01:00
Mark 6d25bd9d4b Add release notes of REST API changes (#4291) 2018-01-12 11:25:52 +01:00
Mark cd81012ad3 Add release notes of REST API changes (devel) (#4281) 2018-01-11 11:18:06 +01:00
Jan 956902a5a9
issue #3504: export database name with dump for easier restore (#4216) 2018-01-05 14:52:56 +01:00
Alan Plum d37fd83a96 Warn about Foxx manifest names (#3899)
Via #3818
2018-01-05 14:49:05 +01:00
Jörg 0e5cbf4142 Update Request.md (#3869)
timeout in seconds instead of milliseconds. Or is it a bug in the code?
2018-01-05 11:39:56 +01:00
Jan 6040b4ae9f
add ignore-missing option to arangoimport (#4129) 2017-12-22 11:29:10 +01:00
Jan 822d349f3d
some more release notes (#4146)
* some more release notes

* added `--cluster.my-local-info`

* Update UpgradingChanges33.md

Fix indentation, remove extra "parameter"
2017-12-22 11:23:27 +01:00
Simran efa75d345c Proper links for new features, correct sitemap URL of Cookbook (#4118)
* Proper links for new features, correct sitemap URL of Cookbook

* Update CSS, remove HEADER.html, remove traces of MDPP
2017-12-21 11:34:05 +01:00
jsteemann ba74203be6 port documentation changes from 3.3 2017-12-20 15:48:17 +01:00
Heiko f091b898bc Documentation/global async (#4110)
* added global sync, not finalized yet

* repl global docu
2017-12-20 13:30:17 +01:00
Wilfried Goesgens 34c3ee6678 Tie up loose ends in the iresearch documentation (#4100) 2017-12-19 13:53:57 +01:00
Jan 2a96df5ca5
Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
Dan Larkin 9cd8c47eb7 Renamed arangoimp to arangoimport (with alias for compatibility.) (#4040) 2017-12-14 21:31:21 +01:00
Simran a1a02d29ce Documentation/minor changes 1 (#3952)
* Add WITH to graph traversal syntax

* State clearer what where whitespace is ignored in conf files

* Add cross-references between POSITION() and CONTAINS()

* Mention GeoJSON in the description of the useLonLat option

* Troubleshooting: unexpected long running queries

Add remark that collection literals are inferior to FOR constructs and should not be used accidentally instead of variable names

* Add storage engine comparison table, replace hint to note that users might want to pick RocksDB for an installation

* CSS: No margin extra margin after last paragraph in callouts / hint boxes
2017-12-14 20:18:13 +01:00
Jan f5d71f42d2
added tests and updated documentation for Foxx queues (#3861) 2017-12-08 15:52:45 +01:00
Wilfried Goesgens 3fe4b2fda5 backport documentation variable configurations (#3850)
* Correct custom search IDs, sitemap and edit URLs

* deploy versions through shell script from central places

* shellcheckify

* shellcheck, indent

* move all configs into one file

* add settings

* one more char that may occur in ids

* add per book version, its not yet the right ids.

* Update VERSIONS

Created new CSE for Devel Cookbook, replaced all IDs by Devel CSE IDs, adjusted prio to 0.3
2017-12-05 14:11:21 +01:00
Jan 64f259aa70
update wrong information in arangorestore documentation (#3885)
fixes issue #3732
2017-12-04 14:33:19 +01:00
Alan Plum 816f74d9af Fix issue #3224 (#3825) 2017-11-29 10:35:11 +01:00
Wilfried Goesgens d35ec451fc document how user permissions work with collections - as explained in #3809 (#3816) 2017-11-27 21:48:33 +01:00
Max Neunhöffer 8634a1d4c6 Harmonize capitalization of Etag in the documentation. (#3814) 2017-11-27 20:16:31 +01:00
Wilfried Goesgens 81c63df5bb fix #2409 - document how directories should be referenced. (#3775) 2017-11-27 12:31:19 +01:00
Max Neunhoeffer 5901aceca5
Copy over new version of DC2DC tutorial. 2017-11-24 15:02:09 +01:00
Frank Celler 20c8565b25
Feature/encrypted dump (#3777) 2017-11-22 17:25:25 +01:00
Andreas Streichardt 001951abbe Add DC2DC documentation 2017-11-17 16:58:51 +01:00
jsteemann 344766ba20 fixthedocs.arangodb.com 2017-11-15 12:34:03 +01:00
m0ppers d52061a9d4 Missing documentation (#3699) 2017-11-14 17:13:54 +01:00
Jan ba9bc41457 fix some typos in code and docs (#3671) 2017-11-13 17:33:36 +01:00
Simon Grätzer 87f441753b RocksDB WAL tailing fixes (#3595) 2017-11-10 09:31:53 +01:00
Mark 3022ad4658 Improve user rights docs (#3573) 2017-11-07 10:23:22 +01:00
Heiko 2063671dd8 modified documentation css (#3529) 2017-10-30 17:33:55 +01:00
Heiko 78fea29c86 Documentation/js addition (#3495)
* added some js to documentation

* added arangorestore information
2017-10-25 18:06:21 +02:00
Simon Grätzer 3e211f0d9e Fix --cluster.my-local-info (#3481)
* Compatibility for old startup methods.

* removed my-local-info from docs
2017-10-23 12:20:17 +02:00
Simon Grätzer 7c31960cf2 Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
Simon Grätzer c92dc55764 Fixing a missing section in the docs (#3374) 2017-10-13 12:16:57 +02:00
Frank Celler b18adbdbd7 added --server.local-authentication 2017-10-08 22:04:52 +02:00
Jan 769b87d7cf added `--log.color` option to toggle colorful logging to terminal (#3356) 2017-10-05 13:36:32 +02:00
Frank Celler f240b8bc16 Feature/roles (#3364) 2017-10-03 10:31:18 +02:00
Frank Celler bd5e84a12f added roles to users (#3354) 2017-10-01 21:00:39 +02:00
Frank Celler 81e0ca8527 added encryption key generator (#3348) 2017-09-30 14:59:27 +02:00
Jan 01cdaed684 increase default value for /proc/sys/vm/max_map_count (#3321) 2017-09-26 15:15:22 +02:00
rgrvontela 748a3f2a47 Update Middleware.md (#3299)
Just a sentence correction that will help readers in understanding it more clearly.
2017-09-25 16:18:38 +02:00
Wilfried Goesgens f32329d490 the Cookbook deserves a capital C! (#3308) 2017-09-23 20:45:18 +02:00
Wilfried Goesgens fbfd3491fb Documentation/migrate cookbook devel 32 (#3290)
* migrate the Cookbook into the ArangoDB core repository

* make cookbook links local
2017-09-20 13:40:50 +02:00
Mark e48a4e85d0 Foxx docs improvements (devel) (#3279)
* Document single file in Foxx

* Add docs install Foxx service
2017-09-18 14:58:36 +02:00
Wilfried Goesgens 0faf9be695 Feature/compaction configuration (#3217)
* make the different values influencing the compaction run configurable

* Compaction statistics handling

 - we mustn't keep the number of dead objects on the compacted datafiles statistics, else it will be compacted again.
 - keep statistics of the compaction runs on the DatafileStatistics object
 - add the new statistics on DatafileStatistics to the figures api
 - implement test that assures only one compaction is run, and the statistic values are maintained

* don't mention the version number

* Implement review

 - fix documentation
 - allow 0 maxfiles to enable users to disable combined of datafiles
 - add statistic element that counts the number of combined datafiles

* Implement review

 - fix documentation
 - use locks to make statistic values consistent.
 - fix typo in variable name

* fix temporary variable unnecessary.

* changelog
2017-09-15 14:37:30 +02:00
Jan 5165155ed1 Bug fix/fixes 0609 (#3227)
* do not use V8 variant of AQL functions in early optimization stage when a C++ variant is available

* additionally, simplify AQL function definitions and aliases

* warn when more than 90% of max mappings are in use

* added C++ variant of replication catchup

* added `--log.role` option

* updated CHANGELOG

* removed non-existing scheduler.threads option from config

* removed useless __FILE__, __LINE__ invocations

* updated CHANGELOG

* allow a priority V8 context

* remove TRI_CORE_MEM_ZONE

* try to fix Windows errors & warnings

* cleanup

* removed memory zones altogether

* exclude system collections from collection tests
2017-09-13 16:28:21 +02:00
Jan 26ede63c84 added option `--server.check-max-memory-mappings` (#3185) 2017-09-01 16:11:22 +02:00
Simon Grätzer 885ea3dd5f Remove attribute option for arangoimp (#3141)
* Adding a remove attribute option to arangoimp (only for csv)

* Adding documentation

* Fixed log statement

* Update CHANGELOG
2017-08-30 10:45:02 +02:00
Jan 1ace247273 Bug fix/scheduling et al (#3161)
* added V8 context lifetime control options `--javascript.v8-contexts-max-invocations` and `--javascript.v8-contexts-max-age`

* make thread scheduling take into account most of the tasks dispatched via the io service
2017-08-30 10:40:02 +02:00
Michael Hackstein 24f6827ef9 Added a more descriptiove documentation about ArangoRestore when using authentication and UserManagement. As required by: #3023 (#3148) 2017-08-28 15:02:49 +02:00
Simon Grätzer 30addbf3d7 Adding missing changelog / breaking upgrades entries (#3128) 2017-08-25 12:01:41 +02:00
m0ppers 465b3b8776 Update cluster architecture (#3100) 2017-08-23 11:08:09 +02:00
Wilfried Goesgens ddb4b3cfd5 fix typo as pointed out by @agreif 2017-08-22 17:15:57 +02:00
Wilfried Goesgens b5c018cebe fix proc filesystem URL as pointed out by @ThomasWeiss; fixes #3002 2017-08-22 16:53:17 +02:00
Wilfried Goesgens 62b38028dc reference the graph management interface via general graphs 2017-08-22 16:29:00 +02:00
Jan 2bfcba3be5 fixed issue #3075: Error when upgrading arangoDB on linux ubuntu 16.04 (#3085)
* fixed issue #3075

* update the known issues document, as some issues have already been fixed
2017-08-22 10:39:49 +02:00
Jan 0238d651fb Bug fix/3.2.1 issues (#3009)
* fix documentation

* fix crash in explain
2017-08-09 16:49:24 +02:00
Mark 345ebe1414 Remove RocksDB note in Geo index docs (#3003) 2017-08-09 13:00:34 +02:00
Jan 7509ac93b1 fixed issue #2977 (#2997) 2017-08-09 08:47:08 +02:00
Jan 27b1ff52f0 fixed docs for issue #2968 (#2980) 2017-08-08 09:40:55 +02:00
Jan Christoph Uhde a55e23b2cc fix typo 2017-08-07 07:13:05 +02:00
Jan bfa1051345 Feature/slow queries log bind vars (#2954)
* add bind variables when logging slow queries, and make this configurable

* added bind variable tracking
2017-08-04 20:45:12 +02:00
Jan e6ba5713ca fixed issue #2943 (#2945) 2017-08-04 13:37:35 +02:00
Jan a10832d41e do not allow the creation of volatile collections in the RocksDB stor… (#2900)
* do not allow the creation of volatile collections in the RocksDB storage engine

* only create a volatile collection for mmfiles in test

* fix tests
2017-08-03 22:45:17 +02:00
Simon Grätzer 3f58a44e3b Fix cases where the root user has access to excluded collections (#2856) 2017-08-03 21:16:08 +02:00
Manuel B fe8b9b70c4 Feature/planning 580 arangoexport with query (#2882)
* added query export capability

* test for export --query

* docu

* document export with query

* Update CHANGELOG
2017-07-28 08:41:53 +02:00
Simon Grätzer 59dc8d0135 Update rocksdb options (#2880)
* changing some defaults

* Maybe fixing performance

* Modified changelog

* Updated documentation to reflect options
2017-07-27 16:05:31 +02:00
Jan 33a7b8b853 Bug fix/mini issues (#2878)
* ignore some return codes when closing zip files and do not report them

* hide mostly useless debug message

* clear basic authentication cache after deletion of users and after updating them

otherwise deleted/changed users can still access the database!

* adjust wording

* added notes about mmfiles-specific parameters

* updated CHANGELOG and documentation
2017-07-27 11:37:34 +02:00
Simran Brucherseifer 3d0644cb4a Docs: Rework ManagingUsers 2017-07-20 05:06:53 +02:00
Simran Brucherseifer 899251a275 Docs: Fix 2.8 version switching 2017-07-20 05:04:55 +02:00
Simran Brucherseifer 5d9db526c9 Docs: Add v3.2 2017-07-20 05:04:55 +02:00
Frank Celler a692577f5b Feature/auth context (#2815) 2017-07-16 09:39:03 +02:00
Manuel B e8c0bb8f0b important node about xgmml export (#2807) 2017-07-15 11:29:54 +02:00
Jan Christoph Uhde 1c8e2d8fa2 fix curd operation documentation for arrays (#2795) 2017-07-14 09:52:02 +02:00
Kaveh Vahedipour 231a360b3b fixes for secondaries 2017-07-11 14:05:51 +02:00
Jan c4564fe163 added deduplicate array to some places in docs (#2741) 2017-07-06 17:32:35 +02:00
Simran Brucherseifer 6be3210e18 Docs: Moved Auditing and StorageEngines to appropriate categories, added highlights 2017-07-05 10:24:14 +02:00
Frank Celler bbe7484521 Feature/auth context (#2704)
* added read-only users
2017-07-02 23:15:57 +02:00
Jan ccbe1ba792 Bug fix/fix rocksdb options (#2702)
* cleanup rocksdb options
2017-07-02 23:13:42 +02:00
Wilfried Goesgens 20b5d1b597 Feature/add missing anchor (#2699)
* Macos Bundle: copy the config files into the users home directory, and reference them from there so the .dmg remains unchanged

* add missing anchor
2017-07-01 00:28:25 +02:00
Jan 94b4a9ec4b added "deduplicate" attribute for array indexes (#2644) 2017-06-30 17:53:50 +02:00
Simran Brucherseifer bbbd4c365c Docs: Reformat gitbook plugin lists, add priority to sitemaps 2017-06-28 14:35:00 +02:00
Manuel B 31985fc521 polish wal docu (#2659) 2017-06-26 16:30:59 +02:00
Frank Celler bdf49be70c Feature/documentation storageengine (#2620)
* fixed path
2017-06-20 17:57:26 +02:00
Wilfried Goesgens 47cf60b5cd Document storage engine choice (#2617)
* Document storage engine choice

- WAL is not available with rocksdb
- WAL commands don't output usefull data for rocksdb
- have to manually migrate to rocksdb.

* implement review
2017-06-20 16:54:28 +02:00
Simon Grätzer 492d832695 Refactored /_api/index and /_api/database (#2582)
* working documents rest handler

* fixed cluster tests

* Consolidating database APIs

* clang-format

* Fixing issue with user creation through db._createDatabase

* replaced and refactored api-index and index api

* fixed cluster

* renaming some files

* added user methods

* removed files intended for later

* Fixed CC build

* Fixed method signature

* Fixing shell_server, shell_client tests
2017-06-19 23:47:40 +02:00
Jan cafead7c12 add known issue (#2605) 2017-06-19 17:45:49 +02:00
Dan Larkin a0c4e3d9df Improved RocksDB engine statistics with docs and rest endpoint (#2598)
* Improved statistics reporting for RocksDB engine (including cache info).

* Added documentation about db._engineStats().

* Added rest endpoint for engine stats.
2017-06-18 22:55:25 +02:00
Dan Larkin 9b53d3cd45 Documented custom exception behavior (addresses issue #2561). (#2595) 2017-06-18 22:50:01 +02:00
Jan 1be3873c71 added one more issue (#2576) 2017-06-16 09:43:55 +02:00
Simran Brucherseifer 142bf4f052 Docs: Add Satellite Collections to release log 2017-06-13 18:32:06 +02:00
Simran Brucherseifer 738b3c1286 Add docs for satellite collections from stash
This reverts commit f6d9bea41b.
2017-06-13 18:32:06 +02:00
Jan b2aaf65831 fix typos (#2575) 2017-06-13 15:20:05 +02:00
Wilfried Goesgens d8d243c326 fix links (#2574) 2017-06-13 14:48:05 +02:00
Wilfried Goesgens 005cfc04cd fix links (#2571) 2017-06-13 14:42:28 +02:00
m0ppers 2c3c1d5cd7 OpenSSL 1.1 hints (#2565) 2017-06-13 14:15:36 +02:00
Jan Christoph Uhde 63d20ca1e1 add issue for systemd / system v status (#2567) 2017-06-13 14:14:49 +02:00
Jan Christoph Uhde 2e16950d7b update windows documentation (#2568) 2017-06-13 14:14:21 +02:00
Heiko 5b8bad93d7 Create KnownIssues32.md 2017-06-13 11:50:59 +02:00
Heiko a98556f457 Create KnownIssues32.md 2017-06-13 11:37:19 +02:00
Frank Celler d88590783d fixed typos in loadIndexesIntoMemory 2017-06-13 00:13:54 +02:00
Kaveh Vahedipour c1abc0333d cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
Michael Hackstein 9edb884bc8 Feature/planning issue 188 (#2547)
* add warmup documentation - #188

* warn when relinking build directory

* add warmup documentation - #188

* warn when relinking build directory

* Renamed warmup to loadIndexesInMemory which is a better name for the current implementation of this feature.

* Adapted WebUI to state 'load indexes in memory' instead of 'warmup'

* Added loadIndexesInMemory documentation.

* Renamed loadIndexesInMemory => loadIndexesIntoMemory
2017-06-12 18:54:45 +02:00
Jan e04991ca13 add a few missing options for the HTTP API, some general documentation cleanup (#2549) 2017-06-12 18:18:15 +02:00
Jan 90676a017e fix wrong default value (#2554) 2017-06-12 17:11:34 +02:00
Frank Celler 781b02f7fb Revert "remove satelites" (#2544)
This reverts commit 5d1263a4fe.
2017-06-12 11:05:51 +02:00
Frank Celler 8b83ba0265 Create KnownIssues32.md 2017-06-12 08:11:19 +02:00
Alan Plum 57487d6f4d Expose internal.time (#2530) 2017-06-09 10:44:29 +02:00
Jan Christoph Uhde 2b0aec8acc Create KnownIssues32.md 2017-06-09 09:18:39 +02:00
Jan Christoph Uhde 540ba48f57 add note about windows installer to known issues 2017-06-09 09:12:55 +02:00
jsteemann 3bb8367ff4 removed one known issue that was fixed in the meantime 2017-06-08 22:16:00 +02:00
Frank Celler 3cd1e197c5 removed --vm.resident-limit for 3.2.beta 2017-06-08 17:33:11 +02:00
Wilfried Goesgens 6bd5df42ea also mention that this is not available in sharded collections. 2017-06-08 16:43:40 +02:00
Ewout Prangsma 3dbdc44e2b Added docs about encryption feature (#2500)
* Added docs about encryption feature

* Included Encryption/README

* Typo
2017-06-08 08:52:17 +02:00
Michael Hackstein db0dcd5579 Reverted API name change on _getConnectingEdges 2017-06-07 11:13:52 +02:00
Simran Brucherseifer 5d2fd38ab0 Docs: Call to Action hints added 2017-06-06 18:43:43 +02:00
Dan Larkin c48eb92c1e Added some more pass-through options for RocksDB and optimized a couple defaults. 2017-06-06 10:51:01 -04:00
jsteemann c0b3b251d8 updated CHANGELOG 2017-06-02 13:04:59 +02:00
Simon Grätzer c0e6538534 Update README.md 2017-06-02 09:34:11 +02:00
jsteemann 4985911a65 documentation updates 2017-06-01 11:14:12 +02:00
Mark f832dd0388 Implement endpoint "commit coordinator state" (#2513)
Implement endpoint "commit coordinator state" (also see #2479)
2017-05-31 18:21:50 +02:00
jsteemann eb14bc98f4 added missing page 2017-05-31 14:15:49 +02:00
jsteemann 098d9d2c00 updated documentation 2017-05-31 11:33:57 +02:00
jsteemann 305d7fafc2 added documentation 2017-05-30 16:39:40 +02:00
jsteemann 756a77843b updated known issues 2017-05-30 13:22:00 +02:00
jsteemann 3886aece76 updated manual 2017-05-30 13:09:06 +02:00
jsteemann ffed0e34bf updated documentation 2017-05-30 13:00:51 +02:00
jsteemann 63d035761e Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-30 12:04:30 +02:00
jsteemann d8867308fe added missing documentation for option 2017-05-30 12:04:15 +02:00
jsteemann 74e4512b02 updated threads documentation 2017-05-30 10:49:36 +02:00
Simon Grätzer 3c0463b684 Added arangoimp documentation 2017-05-30 10:27:20 +02:00
jsteemann 4ab6d4d4f9 updated documentation 2017-05-30 09:10:19 +02:00
jsteemann a35f85bcc7 added proper docs for --query.fail-on-warning 2017-05-29 15:46:48 +02:00
Frank Celler 5c464301b2 documented WITH change 2017-05-25 23:01:33 +02:00
Frank Celler 4800a8b7f6 Feature/hugepages (#2497)
* enabled checks for memory management

* added MADV_NOHUGEPAGE

* added documentation about NUMA and file systems
2017-05-25 16:04:23 +02:00
jsteemann d302c4dd1e updated manual 2017-05-24 17:23:37 +02:00
Dan Larkin 579a4dc64c Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-24 10:02:13 -04:00
Dan Larkin de0f3518bc Added OS config page to manual. 2017-05-24 10:02:09 -04:00
jsteemann 7906f0bae7 updated manual 2017-05-24 11:46:22 +02:00
Simon Grätzer add535f1ed Update Geo.md 2017-05-23 12:01:29 +02:00
jsteemann d1f466327c updated manual 2017-05-23 10:42:51 +02:00
jsteemann 47e2648e44 updated manual 2017-05-23 10:40:45 +02:00
Wilfried Goesgens 57539aac9b fix documentation 2017-05-18 12:22:53 +02:00
Andreas Streichardt 49328dcecb Add authorizedflag fixing cluster internal foxx requests 2017-05-17 18:14:11 +02:00
Alan Plum 5d017d733c Improve Foxx cluster resilience (#2479)
* Improve Foxx cluster resilience

Fixes #2083
Fixes #2384
Fixes #2408
Addresses #1892

* Port old Foxx API

* Implement single-file services

* Add console.errorStack/warnStack/infoStack helpers

* Simplify serviceInfo validation

* Extract github/upload logic into Aardvark and old FM API
* Move generator logic into Aardvark
* Move zip/js buffer logic into FM core

* Add Foxxmanager tests

* Send empty response when no README

* Disambiguate script arg format

Historically we allow passing an array of positional arguments or an arbitrary first argument.
This is surprising behaviour, so we should just always treat the value as a first argument.

* Rebuild bundle in development mode

* Nicer HTTP docs formatting

* Create Foxx HTTP docs

* Simplify service upload handling

* Remove inline swagger docs

* Implement public download route

* Consistency

* Rebuild aardvark

* Move bundle route into /_api/foxx/_local

* Rebuild Swagger API docs

* Add changes to CHANGELOG

* More docs
2017-05-16 17:41:29 +02:00
Simran Brucherseifer 643d77ed21 Docs: footer class name changed by plugin, copy in build process 2017-05-16 11:23:21 +02:00
jsteemann 562b7f3e18 fixed some small typos 2017-05-15 09:09:33 +02:00
Jan Christoph Uhde 5a41fa83bf Update README.md 2017-05-14 22:24:11 +02:00
Jan Christoph Uhde 3914eec485 Update README.md 2017-05-14 21:43:45 +02:00
Frank Celler a9bad6de19 fixed typo 2017-05-14 21:23:43 +02:00
Frank Celler 13905fcd84 added readme 2017-05-13 14:32:01 +02:00
Wilfried Goesgens 5d1263a4fe remove satelites 2017-05-12 16:23:02 +02:00
Dan Larkin 39b1fa2a39 Corrected some units in documentation. 2017-05-12 08:51:28 -04:00
Dan Larkin 024fccf82e Increased default size for RocksDB block cache. 2017-05-12 08:46:16 -04:00
jsteemann 956143f6ea moved description into correct section 2017-05-12 12:13:45 +02:00
jsteemann b1aae2efdd remove unused options 2017-05-12 12:12:09 +02:00
Simran Brucherseifer c27a8c14a5 Add footer to docs, unify slogan 2017-05-12 10:19:37 +02:00
Simran Brucherseifer a2b47c1fd9 Docs: make graph traversal images hard copies (fixes Cygwin builds) 2017-05-12 08:16:37 +00:00
Dan Larkin 7a9ccc93a9 Added documentation for RocksDB and hash cache options to manual. 2017-05-11 19:02:36 -04:00
Wilfried Goesgens b45351f964 Merge pull request #2470 from arangodb/starter-0.7
Update docs to reflect changed in ArangoDB starter 0.7
2017-05-11 11:11:32 +02:00
Ewout Prangsma c4f42224ba Updated docs to starter 0.7.0 2017-05-11 11:08:48 +02:00
jsteemann f40760c3b2 updated release notes 2017-05-08 22:21:05 +02:00
Simran Brucherseifer 5cdaad53a8 Docs: Fix link between Manual and AQL book 2017-05-08 14:14:38 +02:00
Ewout Prangsma 17bb11e3ef Update docs to reflect changed in ArangoDB starter 0.7 (probably) 2017-05-05 15:20:56 +02:00
Simran Brucherseifer d2385960e4 Docs: Added an Edit Page button to toolbar (forwards to Github) 2017-05-05 10:50:55 +02:00
Wilfried Goesgens 81be8b9901 rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
jsteemann ff30754d50 disable dfdb in RocksDB 2017-05-04 01:15:02 +02:00
jsteemann e93d12cf31 slightly updated missing features list 2017-05-04 00:38:04 +02:00
jsteemann 5b3485f456 clarify index names 2017-04-27 13:01:12 +02:00
jsteemann e2690141c7 updated release notes 2017-04-27 11:31:08 +02:00
jsteemann a3f5b8f082 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-04-27 09:27:15 +02:00
jsteemann 12ca8a28d4 fix wrong info. thanks @Simran-B 2017-04-27 09:26:53 +02:00
baslr 6c39e1093a new feature ldap auth link 2017-04-26 17:03:24 +02:00
baslr 9671323bf6 added new feature ldap authentication 2017-04-26 17:01:54 +02:00
jsteemann 4aafe2173c updated new features document 2017-04-26 16:02:44 +02:00
Frank Celler 33fda9275c Merge pull request #2451 from arangodb/feature/ldap-auth
Feature/ldap auth
2017-04-26 14:12:32 +02:00
jsteemann 1328142509 updated release notes 2017-04-26 13:26:55 +02:00
baslr 579718ad37 Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-04-25 11:18:07 +02:00
baslr e01abcf1ed pass also sslProtocol from request to internal.download 2017-04-24 23:06:45 +02:00
baslr 21eb717c44 ldap documentation 2017-04-24 14:56:52 +02:00
baslr 3d9f58bb70 Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-04-24 12:45:35 +02:00
jsteemann 1df46f8923 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-04-21 16:59:32 +02:00
baslr 3ef9c664b8 ldap documentation fixes 2017-04-21 16:11:34 +02:00
baslr 8fc0500ffd Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-04-21 15:58:25 +02:00
Wilfried Goesgens bc57289cfd add missing files for ArangoDBStarter documentation 2017-04-21 15:57:28 +02:00
baslr f4b349b954 rename missing documentation files 2017-04-21 15:54:17 +02:00
baslr d6cc45a7e6 added missing files 2017-04-21 15:49:59 +02:00
jsteemann 9d6277689c change default value for `--ssl.protocol` from 4 (TLSv1) to 5 (TLSv12) 2017-04-21 12:49:16 +02:00
jsteemann 691dac7a73 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-04-21 12:35:07 +02:00
baslr 76eeef7bd0 Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-04-21 11:37:45 +02:00
Wilfried Goesgens 93d6b7f058 add ArangoDBStarter article, move detail articles into submenu layers 2017-04-21 11:12:14 +02:00
jsteemann 16dce86bee updated CHANGELOG entry for geo indexes 2017-04-20 17:30:20 +02:00
jsteemann 95e0e17f75 fix anchor 2017-04-20 10:53:42 +02:00
jsteemann 8eda199594 updated documentation 2017-04-20 09:03:10 +02:00
Dan Larkin 16a5db1c75 Updated documentation with info about RocksDB/MMFiles differences. 2017-04-19 20:50:25 -04:00
baslr cfe5d1891f Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-04-12 20:42:18 +02:00
mpv1989 d2fe5adbc9 Fix skiplist docs 2017-04-12 15:29:23 +02:00
mpv1989 2e8750fa33 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-04-11 15:58:59 +02:00
mpv1989 efbc3fe0ac Fix Foxx docs 2017-04-11 15:58:54 +02:00
Simran Brucherseifer 653e4349d9 Docs: Remove Piwik 2017-04-11 09:12:47 +02:00
baslr d4ae94f937 Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-04-10 17:14:37 +02:00
Simran Brucherseifer ba2bbded5b Docs: add Google Analytics 2017-04-05 16:13:48 +02:00
baslr 6250e9bfd5 LDAP: documentation 2017-04-03 14:31:48 +02:00
baslr d68f86b4c6 LDAP: documentation 2017-04-03 13:40:35 +02:00
baslr 5b1433c7b2 LDAP: documentation 2017-04-03 12:22:02 +02:00
baslr 29728125ac Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-03-31 15:05:24 +02:00
Wilfried Goesgens 40e9e9e35b fix cross book links 2017-03-31 15:01:20 +02:00
baslr 09a3c3959e Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-03-31 13:18:06 +02:00
mpv1989 069ca57293 Fix links in docs 2017-03-31 13:15:42 +02:00
baslr dd00eade91 Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-03-31 12:09:04 +02:00
mpv1989 01a4077058 Fix links in docs 2017-03-31 11:47:06 +02:00
baslr 34b405b4f3 Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-03-30 13:22:01 +02:00
Alan Plum 734ed8eba5
Expand on CORS documentation 2017-03-30 13:08:37 +02:00
baslr 2211375abd LDAP: documentation 2017-03-30 13:03:30 +02:00
baslr 7f92c26774 Merge remote-tracking branch 'origin/devel' into feature/ldap-auth 2017-03-29 00:29:16 +02:00
mpv1989 335dd44d1a document CORS changes 2017-03-28 20:34:32 +02:00
baslr 1a24d747e6 LDAP: documentation 2017-03-25 12:35:47 +01:00
baslr 843e3d1598 LDAP: documentation 2017-03-25 12:24:44 +01:00
baslr 88514dc7d0 LDAP: documentation 2017-03-25 12:20:08 +01:00
baslr 71fb0e41c9 LDAP: documentation 2017-03-25 12:13:35 +01:00
baslr fa1e0517f1 LDAP: documentation 2017-03-25 10:45:48 +01:00
baslr 3d28afa878 LDAP: documentation 2017-03-24 19:51:31 +01:00
baslr 4098370bf7 LDAP: documentation 2017-03-24 19:45:47 +01:00
baslr ff1201617f LDAP: begin documentation 2017-03-24 14:19:53 +01:00
Simon Grätzer fbbc118160 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-24 11:04:38 +01:00
Simon Grätzer 39b2e349dd Pregel: Coverty Scan fixes 2017-03-24 11:04:15 +01:00
Wilfried Goesgens 2724c1d848 add @sleepycat s graph explanation 2017-03-22 10:46:30 +01:00
Michael Hackstein e734120887 Removed GeneralGraphs function documentation which is not available since v 3.0 any more. #2372 2017-03-17 17:32:14 +01:00
jsteemann cedd0b17f3 remove references to git submodules 2017-03-16 15:51:57 +01:00
Alan Plum c919cb7be8
Add Foxx res.type helper 2017-03-15 20:09:27 +01:00
Simon Grätzer f22aec113f Fix typo in summary.md, fix segmentation fault, fix test 2017-03-15 17:47:33 +01:00
Simon Grätzer 876bbb98f9 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-13 23:27:11 +01:00
Simon Grätzer ec6eb718f2 Working lazyloading with new memory backend 2017-03-13 23:25:53 +01:00
hkernbach a9ba949e8f feature request #2317 2017-03-13 15:45:47 +01:00
Simon Grätzer 7e0ed82f0f Memory Mapped files 2017-03-13 15:13:47 +01: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 45a68f54f8 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-13 12:10:54 +01:00
Wilfried Goesgens 8fdb83cade work on style 2017-03-13 11:46:04 +01:00
jsteemann 0f51ccbb93 renamed option and updated documentation 2017-03-13 10:24:58 +01:00
Simon Grätzer 871272d7c1 Merge from devel 2017-03-12 12:32:22 +01:00
Simon Grätzer f2d77435c6 Added memory mapped file 2017-03-12 00:46:54 +01:00
Wilfried Goesgens f6d9bea41b remove accidential published documentation for the next release 2017-03-09 17:39:14 +01:00
Simon Grätzer a326aa2ffb Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-09 14:38:50 +01:00
Wilfried Goesgens 5058d3f79b our 2 cent on filesystems 2017-03-09 13:26:48 +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
Simon Grätzer c049576c59 Added single server support 2017-03-07 15:07:51 +01:00
Simon Grätzer 0d5f8ae5b8 Fixed canceling of storage, changed the docs 2017-03-07 12:14:12 +01:00
Wilfried Goesgens d17cd30e17 add jsonl to the game 2017-03-06 17:42:17 +01:00
Simon Grätzer b13718935c Added some more documentation 2017-03-06 15:43:50 +01:00
Simon Grätzer 5b1cb0ec6d Various fixes 2017-03-06 15:41:27 +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
Simon Grätzer e94cb25c92 Editing documentation and moving test 2017-03-03 23:29:23 +01:00
jsteemann 035e2357b1 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-03 11:35:39 +01:00
jsteemann 7c0c84c21d added `--translate` option for arangoimp to translate attribute names from the input files to attriubte names expected by ArangoDB
The `--translate` option can be specified multiple times (once per translation
to be executed). The following example renames the "id" column from the input
file to "_key", and the "from" column to "_from", and the "to" column to "_to":

    arangoimp --type csv --file data.csv --translate "id=_key" --translate "from=_from" --translate "to=_to"

`--translate` works for CSV and TSV inputs only.
2017-03-03 11:35:16 +01:00
Wilfried Goesgens 22dfffef31 tell the users that homebrew only has the latest stable release available 2017-03-03 11:32:19 +01:00
Simon Grätzer 080048b080 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-01 15:05:25 +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
Alan Plum 6495e12aa1
Document endpoint.tag
Fixes #2338.
2017-03-01 12:52:07 +01:00
Alan Plum 705273bdab
Allow passing own graphql-sync module to Foxx 2017-02-28 14:47:17 +01:00
Manuel B 6a53d76cda docs:arangoexport csv case fix 2017-02-27 17:47:07 +01:00
baslr 8b73739f5d docs:arangoexport added csv 2017-02-27 17:20:14 +01:00
Manuel B 4ffe4257b3 docs:endpoints fix typo 2017-02-24 13:49:22 +01:00
Manuel B a767cba1d5 docs:endpoints IPv6 example 2017-02-24 13:27:47 +01:00
baslr ca032264bc docs:arangoexport link jsonl 2017-02-22 10:34:29 +01:00
Manuel B be462a41f5 docs:endpoint how to build ipv6 link local address 2017-02-22 00:52:42 +01:00
Manuel B 0102047fc7 docs: special note on ipv6 link-local binding 2017-02-21 21:53:04 +01:00
Simran Brucherseifer 6601299373 Docs: make links bold in hint boxes 2017-02-15 13:21:15 +01:00
jsteemann 977190d048 documentation for XML export 2017-02-14 23:05:52 +01:00
Alan Plum 622b4fac4b
JWT uses seconds
Fixes #2249.
2017-02-14 19:20:41 +01:00
Alan Plum 54f5ebea74
Clarify session TTL vs cookie TTL
Addresses #2041 (comment 245505999).
2017-02-14 19:20:40 +01:00
Alan Plum 5a02a8983f
More cookie options
Fixes #2085.
2017-02-14 19:20:40 +01:00
baslr 95615f6ce5 arangoexport: continue documentation 2017-02-13 14:52:35 +01:00
baslr 15cb71f086 arangoexport: continue documentation 2017-02-13 14:11:48 +01:00
baslr 10e653a5d4 arangoexport: continue documentation 2017-02-13 13:59:29 +01:00
baslr 9fc74e7f5f arangoexport: continue documentation 2017-02-13 12:53:12 +01:00
baslr d6c795e0f9 arangoexport: documentation continued 2017-02-13 12:05:00 +01:00
baslr 93b0a07fcb arangoexport: Documentation 2017-02-13 12:04:59 +01:00
baslr 1314e93418 arangoexport: Documentation 2017-02-13 12:04:59 +01:00
baslr fb16b50de2 arangoexport: start documentation 2017-02-13 12:04:59 +01:00
baslr 8713e49d88 updated ReleaseNotes and added NewFeatures32 2017-02-13 12:04:57 +01:00
jsteemann 238070b477 fixed code of some examples 2017-02-13 08:21:28 +01:00
Simon Grätzer 79f1b94db8 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-07 21:35:02 +01:00
Wilfried Goesgens 9386a1b2d5 symlinks for windows! 2017-02-07 17:43:30 +01:00
Wilfried Goesgens 70da5cf376 mention git submodules 2017-02-07 14:48:47 +01:00
Andreas Streichardt b67b12aac5 Modify example to contain my-address for agents 2017-02-06 15:12:48 +01:00
Simon Grätzer 63dfe865ba Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-03 21:27:08 +01:00
jsteemann 70528fc5c5 add working examples for geo index 2017-02-03 10:47:42 +01:00
Jan Christoph Uhde d1ac87f58b start geo documentation - commit for test building 2017-02-01 11:14:36 +01:00
Simon Grätzer 43ad534142 Started README, threshold for page rank 2017-01-31 18:22:50 +01:00
Dan Larkin 5b736dc319 Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option. 2017-01-30 13:05:10 -05:00
jsteemann 8d0d9d164c updated documentation 2017-01-30 16:38:20 +01:00
jsteemann 75481b4299 issue #2289 2017-01-30 09:02:35 +01:00
Frank Celler f8c8f1f05f added --replication-factor, --number-of-shards and --wait-for-sync to arangobench 2017-01-18 17:51:03 +01:00
hkernbach a3e7054a97 updated docu 2017-01-12 17:12:52 +01:00
Andreas Streichardt bd61fd549e Hopefully make the example a bit more understandable 2017-01-12 14:16:47 +01:00
Simran Brucherseifer 197846846a Docs: add hints to deprecated features what to use instead 2017-01-11 21:29:48 +01:00
Alan Plum 6771647a8d
Mention request module 2017-01-11 17:09:55 +01:00
Alan Plum 885e8cf03c
Point to request module when mentioning no http 2017-01-11 17:07:45 +01:00
Wilfried Goesgens 41b8706943 fix link 2017-01-11 11:20:39 +01:00
Alan Plum 8a078cc960
Improve `@arangodb` docs 2017-01-09 20:01:07 +01:00
Alan Plum d9e6acee6b Update GettingStarted.mdpp 2017-01-09 19:09:13 +01:00
Michael Hackstein bc0d8e44bc Fixed a typo in the documentation. A code-snipped in a graph example was hidden by accident 2017-01-05 13:20:57 +01:00
Jan 18f94a4bfc Merge pull request #2241 from ojosdegris/patch-1
Adding note about configuration file and endpoint.
2017-01-04 08:52:23 +01:00
hkernbach 157c206765 updated graph viewer documentation 2017-01-03 15:16:12 +01:00
Viktor Evdokimov 2c92e7fceb Adding note about configuration file and endpoint.
Took me a while to find how to change server.endpoint. When editing provided plist file and using `brew services start arangodb` `ProgramArguments` from plist are ignored for some reason. So the only way to switch from `127.0.0.1:8529` to `0.0.0.0:8529` was to edit `arangod.conf` file and restart services with brew. After that I was able to access web interface remotely.
2016-12-29 11:37:16 -05:00
Simran Brucherseifer 582293159d Docs: Fix two minor typos 2016-12-22 15:17:32 +01:00
Alan Plum ae61d0e0e6
Fix TODOs in Foxx docs 2016-12-12 15:40:51 +01:00
Alan Plum 27099a1f73
Clarify the default value of req.body
See #2215.
2016-12-12 13:12:40 +01:00
Andreas Streichardt a5567d3e0c Fix link 2016-12-09 15:30:03 +01:00
Alan Plum d8bf7252e2
Document OAuth1 2016-12-09 15:28:36 +01:00
Alan Plum 278e6d2cfe
Nicer OAuth2 docs 2016-12-09 15:28:36 +01:00
Andreas Streichardt 9238463cc1 More documentation for satellites 2016-12-08 17:38:08 +01:00
Simran Brucherseifer 9245a09808 Merge branch 'devel' of git://github.com/arangodb/arangodb into devel 2016-12-08 01:35:50 +01:00
Simran Brucherseifer 13408007da Docs: Gitbook 3 upgrade 2016-12-08 01:34:54 +01:00
Andreas Streichardt 11bd9381d5 Add satellite collections 2016-12-06 16:40:50 +01:00
Simran Brucherseifer e4eeb57e30 Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Michael Hackstein 7520a15bc5 Fixed a incorrect AQL example in vertex-centric-index documentation. 2016-11-30 15:28:32 +01:00
Michael Hackstein f3353d8577 Fixed a type in a docu block for vertex-centric indexes. 2016-11-30 15:23:51 +01:00
Michael Hackstein 45f2834e3e Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-11-25 11:10:18 +01:00
Simran Brucherseifer 704aaccecd Google custom search for devel docs 2016-11-24 16:51:13 +01:00
Michael Hackstein d0d09884a3 Added a documentation chapter about vertex centric indexes 2016-11-24 13:39:23 +01:00
Jan Steemann 5eb0dccac4 fixed misleading documentation 2016-11-21 11:49:32 +01:00
Alan Plum 4585f300d9
Document dependencies description 2016-11-18 16:06:19 +01:00
Andreas Streichardt 9c4b19f21e Cluster updates for 3.1 2016-11-18 15:10:46 +01:00
Andreas Streichardt d0bb298d95 Add jwt secret authentication 2016-11-18 14:30:24 +01:00
Simran Brucherseifer 098564f20c Clarify the transaction API's sub-attributes of collections parameter 2016-11-18 01:39:45 +01:00
Alan Plum 295e0ea19c
Mention the dotdot changes 2016-11-15 18:07:48 +01:00
Simran Brucherseifer 0d9dbfbe24 Docs: AQL functions and index utilization 2016-11-14 14:16:30 +01:00
Simran Brucherseifer 036fb9a5d5 Docs: Unique indexes on sharded collections 2016-11-14 14:15:02 +01:00
Max Neunhoeffer 6c376c23da Add a section about vertex centric indexes. 2016-11-09 16:35:03 +01:00
Kaveh Vahedipour cfdb7ababa Old agency startup in documentation of Local/Distributed deployments 2016-11-07 15:38:26 +01:00
Kaveh Vahedipour 90c3af58cc Old agency startup in documentation of Local/Distributed deployments 2016-11-07 15:31:05 +01:00
Simran Brucherseifer 2154656d95 Docs: 3.1 Google Custom Search 2016-11-07 13:15:28 +01:00
Wilfried Goesgens 4968d2f186 add 3.1 to the dropdown 2016-11-07 11:03:41 +01:00
Michael Hackstein 3bb8253a4b Added SmartGraphs to the NewFeatures document. 2016-10-31 16:49:33 +01:00
jsteemann c363221ac1 documentation update 2016-10-28 16:41:28 +02:00
Jan Christoph Uhde c83bc341db mention VelocyStream in ReleaseNotes 2016-10-27 21:26:32 +02:00
Alan Plum 71d030b44e
Foxx release notes 2016-10-26 18:38:04 +02:00
Alan Plum 0950520eb5
Implement inline middleware 2016-10-26 18:16:18 +02:00
Alan Plum 019ea402d9
Add chapter on Foxx testing 2016-10-26 15:24:57 +02:00
Kaveh Vahedipour b9c7ee25b3 Added agency to feature list 2016-10-26 11:44:56 +02:00
Mark 70bfba15c8 removed velocystream endpoint configuration from docu. obsolete with 3.1 final 2016-10-26 10:50:31 +02:00
jsteemann 0651a2c1ca documentation update for profiling 2016-10-25 19:59:58 +02:00
Andreas Streichardt 624d7ae69d Add jwt documentation 2016-10-25 18:58:43 +02:00
Jan Steemann 291440af72 updated documentation 2016-10-25 18:57:45 +02:00
Jan Steemann 1461ee2a34 remove bogus lines 2016-10-25 18:16:45 +02:00
jsteemann 9a4f36b298 updated documentation 2016-10-24 17:39:00 +02:00
jsteemann d6df6cbd67 document API change 2016-10-24 15:38:40 +02:00
Jan Steemann 5fd15812d9 updated documentation 2016-10-24 15:23:02 +02:00
Andreas Streichardt a5e702175c Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-10-24 10:20:10 +02:00
Heiko f21a67212a Update NewFeatures31.mdpp 2016-10-20 17:47:18 +02:00
Max Neunhoeffer f54c96062b Add HLC changes in _rev strings to release notes and manual. 2016-10-20 11:34:31 +02:00
Andreas Streichardt b081aa1065 Add Cluster remarks 2016-10-20 11:24:34 +02:00
Heiko 92b58871bb Update NewFeatures31.mdpp 2016-10-19 14:11:10 +02:00
Heiko f695421576 Update NewFeatures31.mdpp 2016-10-19 12:51:43 +02:00
Mark af1a90043b changed Endpoint Administation Confugiration docu (added VelocyStream) 2016-10-19 11:11:09 +02:00
jsteemann 02a170c98c updated feature list and upgrading info 2016-10-19 10:50:27 +02:00
Frank Celler c316505547 added new features, cleanup SSL 2016-10-18 23:08:51 +02:00
Jan Steemann 76dc6e7e2a added blank pages 2016-10-18 10:22:04 +02:00
Frank Celler cd1245058f cleanup of options 2016-10-17 18:57:43 +02:00
Frank Celler d166b48c20 minor typos 2016-10-17 18:57:43 +02:00
Frank Celler 1c67eac0f3 generalized to ArangoDB 3 2016-10-17 18:57:43 +02:00
Frank Celler 4a31cbee9a reorder sub-sections 2016-10-17 18:57:43 +02:00
Jan Christoph Uhde 620b0e6777 switch to boost asio
Squashed commit of the following:

commit 946c37a9247fc2c5bafb91d8ffd8d62096376214
Merge: 6b1957c 52877d3
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Oct 13 14:03:31 2016 +0000

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb:
      More logging of _role and _leaderID changes in agency.
      queryView #2111
      Better logging of redirects.
      Automate mac build - DRY for prefixes, directories etc. - possibility to provide build.sh with the prefix
      try to locate brew installations of openssl
      More logging in redirect case in AgencyComm.
      css
      ui query profiling
      Added Documentation for SmartGraphs via HTTP.
      return meaningful error message
      grunt build
      queryview bugfix
      typo
      fixed collection create bug
      typo
      Fixed JS syntax bug in gharial module
      added shards keys to coll. info view

    Conflicts:
    	Installation/Jenkins/build.sh

commit 6b1957c84276792c3ee32ec97ab5e943910498ec
Merge: 7235be0 79c0f54
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Oct 13 11:28:33 2016 +0000

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb:
      Add more logging about shard creation/dropping/cleaning.

commit 7235be03b8152227e7b315045d90d9b995cd3036
Merge: ddbd020 c576426
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Oct 13 11:02:51 2016 +0000

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb:
      Increase some timeouts from 60 to 90s to be more load tolerant.

commit ddbd0209ddbf0a2ed535c385ed0787533ed6c284
Merge: a5bf367 f949b49
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Oct 13 10:17:36 2016 +0000

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb:
      Fix a typo.
      left-align table headers in query result view
      Work on the macos Bundle scripts

commit a5bf367b72f2679aa8ba83a2cd509028b6b6e924
Merge: 56aef8f a5e51e5
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Oct 13 10:17:12 2016 +0000

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb: (30 commits)
      Further fixes in gharial for SmartGraph support.
      Increase timeout to test ttl.
      fix typo
      Fix AQL REPLACE for smart edges.
      semistandard
      Fix performRequests?
      Adjust comments about TRI_usleep and usleep.
      fixed compile warning
      queryview bugfix, color
      added missing legend and color
      "ressources" => "resources"
      add state "loading collections" to query profile results
      colors, gv
      query view, images
      performance optimization
      As we wait for arangodb to be up and running, we should also wait for its shutdown on deinstall.
      f*in with nsis
      fix one more typo
      Fix syntax error
      Work around more cmake / cpack / nsis vodoo
      ...

    Conflicts:
    	arangod/Cluster/ClusterComm.cpp
    	arangod/RestHandler/RestReplicationHandler.h

commit 56aef8f6a8d6106dd717ecde1cd37a6a87cc7fa4
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Oct 12 14:28:33 2016 +0000

    add missing function to RestDemoHandler.h

commit 819995d0a65fe5450f655e572086e4b4999b9e48
Merge: 0561bc8 300066f
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Oct 12 16:07:26 2016 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb: (34 commits)
      More logging in case of strange timeouts.
      Different agents log in different files.
      Fix windows config paths for the PKGDATADIR
      Fix windows compile
      Remove debugging
      Another place we need the binaryPath for windows
      cppcheck
      Fix windows compile
      fix compile warning
      Added a new isEnterprise function in js internal module. Started to make gharial aware of SmartGraphs
      More places to pass along the binaryPath for teh windows
      fixed issue '"WARNING DefaultCustomTypeHandler called" on read'
      its nullptr on windows too.
      Protect memory accesses to _snapshot in Supervision.
      We also need to know the binary directory when looking up the config file; else we may miscalculate file locations.
      disable optimizations for package builds to least common denominator.
      - Fix enterprise package naming for windows & mac - add missing `make package` target for mac
      Fix a bug in RemoveBlock.
      Add support for AQL REMOVE for smart edge collections.
      Fix paths
      ...

commit 0561bc82374cb8ee61d8b5587ef10895a1bfe580
Merge: 302b5f2 682ec09
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Oct 12 09:17:14 2016 +0200

    Merge branch 'boost_asio_mops_schleife' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'boost_asio_mops_schleife' of github.com:arangodb/arangodb:
      dont re-send request in case of connection timeout
      fix segfault when connection is gone

commit 302b5f2a1311b0537246d3ca767edf213e27cff2
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Oct 12 09:15:55 2016 +0200

    add - extra log message for timeout)

commit 682ec09985f4c10f95022be3c11b5f5587793f57
Merge: 0251d33 2760ea0
Author: jsteemann <jan@arangodb.com>
Date:   Tue Oct 11 10:55:49 2016 +0200

    Merge branch 'boost_asio_mops_schleife' of https://github.com/arangodb/arangodb into boost_asio_mops_schleife

commit 0251d33da34b43758d71be98f675404c531b4def
Author: jsteemann <jan@arangodb.com>
Date:   Tue Oct 11 10:55:36 2016 +0200

    dont re-send request in case of connection timeout

commit ca6565d9e20eaffb7786c6e13283640ed070b749
Author: jsteemann <jan@arangodb.com>
Date:   Tue Oct 11 10:55:21 2016 +0200

    fix segfault when connection is gone

commit 2760ea03923e4a870c2b48fbfd40d6107faeb069
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 11 09:37:42 2016 +0200

    cancel keep alive timeout when calling handler

commit 0f0add4cf2da57464f3b7dbcbfc8db864b735bfb
Merge: 250dd05 0bfe447
Author: Frank Celler <frank@arangodb.com>
Date:   Mon Oct 10 17:17:24 2016 +0200

    Merge remote-tracking branch 'origin' into boost_asio_mops_schleife

commit 250dd051114c120bcbc1dcaf2a7d10da609d9cf2
Merge: 5dd1e85 5a59619
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Oct 10 11:47:05 2016 +0000

    Merge branch 'curl-communicator' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'curl-communicator' of github.com:arangodb/arangodb:

commit 5dd1e85b699616fc5585c53d4cdaca6cdef76401
Merge: 58cf544 04c49f6
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Oct 10 13:46:18 2016 +0200

    Merge branch 'boost_asio_mops_schleife' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'boost_asio_mops_schleife' of github.com:arangodb/arangodb:
      fix curls CMake

commit 5a59619599fc5c7d442af65906a00770602d953d
Merge: 1103c97 60f7d9d
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Mon Oct 10 13:42:52 2016 +0200

    Merge remote-tracking branch 'origin/devel' into curl-communicator

commit 58cf544f99c51232a8dc5ed2664be4001068eceb
Merge: 6563b98 60f7d9d
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Oct 10 13:40:38 2016 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb: (35 commits)
      Fix dump/restore tests.
      Add a sensible default.
      MSC_VER is an integer
      fix compilation on windows broken by 4e8fc9b665
      overview documentation of agency
      overview documentation of agency
      fixed license path
      Added agency HTTP API
      switch to bold
      Update Version.cpp
      extend the compiler type with compiler-version
      creating snap package (with -DUSE_SNAPCRAFT=ON)
      Create snap.cmake
      Create snapcraft.yaml.in
      Link jemalloc staticaly.
      overview documentation of agency
      Revert "Fix return value of local edge write to smart edge collection in AQL."
      Fix return value of local edge write to smart edge collection in AQL.
      Fix writing of edges in AQL to smart edge collections.
      Changes necessary for AQL INSERT for smart edge collections.
      ...

commit 6563b98850722c1ed45db7737576ca7e73b9a437
Merge: f0b59f1 1103c97
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Oct 10 13:05:24 2016 +0200

    Merge branch 'curl-communicator' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'curl-communicator' of github.com:arangodb/arangodb:
      Add proper cleanup
      clang format
      Do threaded resolving in curl...because otherwise we will have timeouts (klingt komisch, is aber so)
      error buffer
      bool fail
      Add errordetails
      Boolfail :S

    Conflicts:
    	arangod/Agency/Agent.cpp
    	arangod/Cluster/ClusterInfo.cpp
    	lib/SimpleHttpClient/Communicator.cpp
    	lib/SimpleHttpClient/Communicator.h

commit 1103c97b8ad3a398ee1df53cd2226ee45d4a4c73
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Mon Oct 10 12:53:01 2016 +0200

    Add proper cleanup

commit 9fdc5858bc32e2d7a34271e8ee08c4e931127451
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Mon Oct 10 12:51:52 2016 +0200

    clang format

commit 19769f13bb6faad02a23a5750f9fb295d47fb847
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Mon Oct 10 12:00:45 2016 +0200

    Do threaded resolving in curl...because otherwise we will have timeouts
    (klingt komisch, is aber so)

commit 04c49f64240fcbec1b44143f295c8c4fdcb03b54
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Oct 10 09:21:05 2016 +0000

    fix curls CMake

commit 715f41f172406dacafa809e5ca1c075c10fab7cf
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Mon Oct 10 10:52:38 2016 +0200

    error buffer

commit 0fd78ec9d1789000959b0770afc384bd5f740c13
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Mon Oct 10 10:41:55 2016 +0200

    bool fail

commit 7d71bd590c101f9d1161eacfed24053bada5c3bc
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Mon Oct 10 10:32:54 2016 +0200

    Add errordetails

commit 25bab33fb50edbd2a159e601e9e4ceddf3ff3fee
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Fri Oct 7 18:30:25 2016 +0200

    Boolfail :S

commit f0b59f1ff2e374e54e50af14c2ab129d6b053a19
Author: Frank Celler <frank@arangodb.com>
Date:   Fri Oct 7 11:43:32 2016 +0000

    release strand at the end

commit b3512b4d5a0284e5907a51656666b5e0482d3298
Merge: 7bbe0c6 d08fe7f
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Fri Oct 7 16:08:17 2016 +0200

    Merge branch 'devel' into curl-communicator

commit f1ee42104c4a3b46e69c1a66c5c3290f1c0b13b7
Merge: 7a79485 7bbe0c6
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Oct 7 13:57:05 2016 +0000

    Merge branch 'curl-communicator' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'curl-communicator' of github.com:arangodb/arangodb:
      fixed windows compile errors

commit 7a794855d7174414514a7003d53e68f0e9e0dc6e
Merge: 2917f1b d08fe7f
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Oct 7 13:56:43 2016 +0000

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb:
      add option to disable processor specific optimisations
      fix AQL tests in cluster
      don't write undefined into the errors file if no GDB output is there
      Modified the internal constructor of general graph to use a single json object instead of several input parameters.
      Improve collection handling in AQL (still far from good).
      Modernized general-graph module. It now uses ES6 class syntax.
      Testing.js now starts in enterprise mode if possible.

commit 2917f1b49f8d8b50046ac5c00ce51fe158d7e121
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Oct 7 12:51:22 2016 +0000

    fix asio shutdown

commit b472335448ba0ac1c00e270d498506c49272add1
Merge: a6e4d12 ecc3b56
Author: Frank Celler <frank@arangodb.com>
Date:   Fri Oct 7 14:10:30 2016 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

commit a6e4d128d05ee03df7510509467cba3f81dda89e
Author: Frank Celler <frank@arangodb.com>
Date:   Fri Oct 7 10:42:27 2016 +0000

    added clearHandlers

commit 7bbe0c68b64fcc81ec17474f67bc4cafe4c61e50
Author: Mark <mark@arangodb.com>
Date:   Fri Oct 7 10:47:43 2016 +0200

    fixed windows compile errors

commit 4f41c5dffa2191ddcd677aa774c36de3d7d9dde3
Author: Wilfried Goesgens <willi@arangodb.com>
Date:   Thu Oct 6 18:19:16 2016 +0200

    output exit signal

commit 8152513d152c5d7912d9f62e423bb1a0075bad64
Author: Frank Celler <frank@arangodb.com>
Date:   Thu Oct 6 15:22:32 2016 +0000

    added clearHandlers

commit 5ce884b3c3abcae562dd26df97a99b30d9745b7c
Author: Frank Celler <frank@arangodb.com>
Date:   Thu Oct 6 14:26:24 2016 +0000

    added reset for asio handler

commit 4be942d98c8ff6a051344ad01685682e985d2210
Author: Frank Celler <frank@arangodb.com>
Date:   Thu Oct 6 15:55:53 2016 +0200

    added reset

commit 2d18a0175cef55b9f41097a5a31b1ec85574f2fe
Author: Frank Celler <frank@arangodb.com>
Date:   Thu Oct 6 15:55:19 2016 +0200

    removed warning

commit 0d6e033dd83938fff6c3013c9e965cfb58d53722
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Oct 6 10:11:34 2016 +0200

    fix typo

commit 02a7726fbcd012a22c62a8bee09f4dfa96583bc3
Merge: f9a2ae5 794b0e0
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Oct 6 09:57:17 2016 +0200

    Merge branch 'boost_asio_mops_schleife' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'boost_asio_mops_schleife' of github.com:arangodb/arangodb:
      need to call cancel before erase

commit f9a2ae5fa17517089b5ca4f2d37d92a73243dbbf
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Oct 6 09:54:55 2016 +0200

    try to fix shutdown by consuming all work by calling run_one in a loop

commit 94b679a3a0f2daa1fe4588809356672e2035fed2
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Oct 5 07:50:39 2016 +0200

    fix leak

commit 794b0e00d5b66d8d57486b007f666b5ee5027648
Author: Frank Celler <frank@arangodb.com>
Date:   Tue Oct 4 16:06:26 2016 +0200

    need to call cancel before erase

commit c7a3107d69aed7052b3cea42b4b8deed37ac19e2
Merge: c5b3840 21298c3
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 4 15:49:53 2016 +0200

    Merge branch 'curl-communicator' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'curl-communicator' of github.com:arangodb/arangodb:
      Revert "making it build partly out of source"

commit c5b3840b23a7e0ed77b53f333cba964c8cdc7a5d
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 4 15:24:19 2016 +0200

    add call to curl multi cleanup

commit e57aad9cfab3466bba69f1fce9dd567a57b5cdbd
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 4 15:14:51 2016 +0200

    fix call curl global cleanup

commit f80f50a809dfef03079393c4472fce863e0524a0
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 4 14:10:48 2016 +0200

    add suppressins file for asan

commit 21298c36026d0d63282a2c17b37b082f4bab7101
Author: U-WIN-O80T0OH79D8\jenkins <jan@uhdejc.com>
Date:   Tue Oct 4 12:33:10 2016 +0200

    Revert "making it build partly out of source"

    This reverts commit 82eea7a19e722ae5d89efb38140aaadcbd53d398.

commit f3b21b211df92a0d96d1476b74333d41a9060c7d
Merge: 3a5993d 595fc9b
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 4 12:09:17 2016 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb: (27 commits)
      moveShard with distributeShardsLike
      moveShard with distributeShardsLike
      moveShard with distributeShardsLike
      linux fixes
      more authentication events, fixed changePassword
      arangodb::aql::Collection::shardIds for smart edge colls.
      Fix a typo.
      Edge indexes have now ID 1.
      grunt build
      fixed typo
      gv fixes
      grunt build
      ui - move aql result into graph viewer
      added different path for different editions
      Do not wait for synchronous replication to settle when creating a database.
      distributeShardsLike now stores CID
      Fix error handling for ClusterInfo::getCollection.
      distributeShardsLike now stores CID
      Fix enterprise version for non-smart and single server graph traversals.
      shards view [ci skip]
      ...

    Conflicts:
    	arangod/RestHandler/RestAuthHandler.h
    	arangod/RestServer/arangod.cpp

commit 3a5993d9e94cdfc635b038df923984d1802e7383
Merge: df57ad9 3ac64be
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 4 11:44:46 2016 +0200

    Merge remote-tracking branch 'origin/curl-communicator' into boost_asio_mops_schleife

    * origin/curl-communicator:
      Add CURL_STATICLIB globally
      Finally set variables correctly
      Disable tests
      Remove debug
      Do not use MS scale timeout
      Add curl build dir
      Fix include path for curl..no idea why there is no CURL_INCLUDE_DIRS style variable...
      curl static against openssl
      Add curl
      making it build partly out of source
      Curl on windows
      Make the crc message status (so it doesn't pop up as red in the cmake ui)

commit df57ad959b79da789ead2058fe8440e97cd09d74
Merge: b3653e9 b4e5123
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 4 11:22:45 2016 +0200

    Merge branch 'boost_asio' into boost_asio_mops_schleife

    * boost_asio:
      replace our ssl init calls with boost::asio::ssl calls
      fix ssl in cluster

commit b4e5123798e62954c683af073b4db3191a395a61
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 4 11:07:40 2016 +0200

    replace our ssl init calls with boost::asio::ssl calls

commit 3ac64be8a4b0e95162401b87b3cac903897be082
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Tue Oct 4 10:22:06 2016 +0200

    Add CURL_STATICLIB globally

commit e93940cb0c1905d8157070adc8cce13c0b11bd5c
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Oct 4 09:51:44 2016 +0200

    fix ssl in cluster

commit 833722cdd151edac81b4834a0b838961b87aca99
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 18:44:24 2016 +0200

    Finally set variables correctly

commit 663822cc23cee0001eb7faf5419719eac77849da
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 18:02:17 2016 +0200

    Disable tests

commit c0d7a9a73fcf9f42de7c13b87af02d7db326d586
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 17:12:55 2016 +0200

    Remove debug

commit 28367243f8c3b79fcf99f16017e9360b2e2f9ac9
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 17:12:09 2016 +0200

    Do not use MS scale timeout

commit ceaa2682baf3bb0a028cdb5211a0c334d5db23b3
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 16:39:04 2016 +0200

    Add curl build dir

commit b3653e93a890745b32db11f45506b723d67fc99d
Merge: e000dab 11a9d3b
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 29 16:25:47 2016 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_mops_schleife

    * 'devel' of github.com:arangodb/arangodb: (23 commits)
      local cluster start update
      aql editor now handles queries running in the background
      slightly higher timeout for notifications
      oops useless assignement
      arangod/Cluster/ClusterInfo.cpp
      gv save settings bugfix
      Add #2038 to changelog
      Handle multiple request body models
      agency bug resolved
      color optimization query profiling
      Fixed Smart graph injection of collections.
      fix compile warning
      grunt build
      semistandard
      ui - cacheable explain
      improved query ui
      fixed long waits on dropping shardless collections
      lintify
      Faster creation of smart edge collections.
      Make AQL aware of smart traversals for enterprise.
      ...

    Conflicts:
    	arangod/Agency/Agent.cpp

commit 624eec008c842ff0f48a1b259de54097618353c3
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 16:12:38 2016 +0200

    Fix include path for curl..no idea why there is no CURL_INCLUDE_DIRS
    style variable...

commit e8a6173b74490fda4c57ab18708c929ed4f5a22c
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 16:03:28 2016 +0200

    curl static against openssl

commit 522177b71132c6277fd4c08630bbfae3a509fdf8
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 15:20:42 2016 +0200

    Add curl

commit 82eea7a19e722ae5d89efb38140aaadcbd53d398
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 15:19:14 2016 +0200

    making it build partly out of source

commit e000dab111721d8cb9548b26d9e2dc9015a4fbf4
Merge: e08ada2 b3ae63b
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 29 10:59:19 2016 +0200

    Merge remote-tracking branch 'origin/curl-communicator' into boost_asio_mops_schleife

    * origin/curl-communicator:
      Remove request unittest
      Implement cURL based inter server communication

    Conflicts:
    	arangod/Cluster/ClusterComm.cpp

commit 25b01518a5fb2ba2d047b082ac6596b44e13008c
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 10:58:30 2016 +0200

    Curl on windows

commit e08ada250ca283d59328c7577f1d3e9affa55aeb
Merge: 8c4ad1d 16d1d21
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 29 10:19:35 2016 +0200

    Merge remote-tracking branch 'origin/devel' into boost_asio_mops_schleife

    * origin/devel:
      ui slow connection bugfix, cleanup
      Updated the general-graph module to ignore SmartGraphs which are enterprise only.
      Fix output of _id attribute for new documents in smart edge collections.
      Fix virtual cloning of LogicalCollections and derived types.
      Describe current format of document _key
      Docs: adds links to AQL traversal for anonymous graphs
      small ui shard fix
      Silence a compiler warning in enterprise mode.
      Remove isSmart attribute in community edition for Agency.
      Improve an if statement.
      grunt build
      modified cluster nodes ui
      ui logos
      added functionality to see the movement status of a shard
      Adding Smart Edge Collection drops to v8-vocbase
      Add SmartVertexCollection.

commit 8c4ad1d63a68c7cfb99cf61cc22148b774b5b0dc
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 29 10:06:19 2016 +0200

    add comment about potential issue

commit 31317b300da44e3f7e19d8fd5a781d3ef5440702
Author: Andreas Streichardt <andreas.streichardt@gmail.com>
Date:   Thu Sep 29 09:46:26 2016 +0200

    Make the crc message status (so it doesn't pop up as red in the cmake ui)

commit b3ae63bd7974f762fb2499416402186199811818
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Wed Sep 28 15:59:27 2016 +0200

    Remove request unittest

commit f5bc6efc263d9159c6c2134309c7a8e11d50789d
Author: Andreas Streichardt <andreas@arangodb.com>
Date:   Wed Sep 28 15:58:55 2016 +0200

    Implement cURL based inter server communication

commit c5760194cde05ca73426ef4672ba97fe41ac0083
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Sep 28 15:30:32 2016 +0200

    fix ssl server test (bad weak ptr)

commit 136100991320261b15c0277941992086bfa07c57
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Sep 28 15:04:50 2016 +0200

    better output

commit 495a3b65fc360c4dd8a1277f129d81bbba57493c
Merge: 635bc9f 8a5bc21
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Sep 28 14:27:44 2016 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_statistics

    * 'devel' of github.com:arangodb/arangodb: (63 commits)
      elderly cmake compatibility
      spec files rather like 0/1 than fales/true
      Forward isSmart to Agency.
      Restrict _from_ replacement (etc) to the beginning of the string.
      enterprise id lookup
      calculate systemd unit directory in cmake instead of leaning on specfile finding it in some rpm magic
      cluster ui fix
      Fix hanging dbservers in graph tests.
      We don't need go anymore.
      fix sortedness documentation (additional clarification)
      Fix branch choice.
      fix creation of run directories - these shouldn't be in the client package
      updated CHANGELOG
      issue #2079
      Added some smart info into logical collection and make sure that virtual collections are created via load plan
      make relative temporary paths absolute during the system startup. This fixes #1896
      follow redirect for dumpagency
      New depth first search simulators.
      fixed test, typo, optimization
      version info
      ...

    Conflicts:
    	CHANGELOG
    	Installation/Jenkins/build.sh
    	arangod/Agency/RestAgencyHandler.cpp
    	arangod/RestHandler/RestReplicationHandler.cpp

commit 635bc9fae42b7b16fffabebe3303f92e240bbf5f
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Sep 28 14:19:25 2016 +0200

    fix request statistics

commit 9462a446f73f6e82ff870131938f73d3eae3bd25
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Sep 28 14:15:01 2016 +0200

    silence boost warnings

commit 836289100b64a5f3ef8173446f08eaba60752770
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Wed Sep 28 10:16:34 2016 +0200

    better log messages

commit 2dbb8d2438f895c380612f0a2bf097928b43191d
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Sep 27 14:51:39 2016 +0200

    clean up of KeepAliveTimeout

commit 6c97d8f21dfd4b5e41fa507465875833ca75554d
Author: Frank Celler <frank@arangodb.com>
Date:   Tue Sep 27 12:25:16 2016 +0000

    removed TaskData & chunks

commit 71bd6d83eb7cac58de1a4473af4d4e9e262ab50f
Author: Frank Celler <frank@arangodb.com>
Date:   Tue Sep 27 11:54:32 2016 +0000

    fixed name

commit 821eb554305073325a4b68864cba065705f0fac3
Author: Frank Celler <frank@arangodb.com>
Date:   Tue Sep 27 11:54:20 2016 +0000

    added missing state transition

commit 119171859612b864a290cde321ba1f80ba51eb62
Author: Frank Celler <frank@arangodb.com>
Date:   Tue Sep 27 13:43:17 2016 +0200

    added WAIT_FOR

commit 41e6d3108d64467583a79d3d9dd2096f0dded26b
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Sep 27 12:45:12 2016 +0200

    print more info about connection in communication.debug mode

commit 22c83f8b695d745e4531896b4b5815bba1b10eba
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Sep 27 11:14:17 2016 +0200

    fix handling of timeout. add new event after resetting

commit 66c8247e1ce3fb4a69c5375c0f61b2b57f20c217
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Sep 27 09:43:33 2016 +0200

    keep alive timeout is now able to take values less than a second

commit 19b6cf554de78d8fec16cd370243ccc59aa345bc
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 26 16:48:02 2016 +0200

    add keepalive timeout

commit f03757998cae93b3ddc31eded83ea69cebc09039
Author: Mark <mark@arangodb.com>
Date:   Mon Sep 26 14:30:24 2016 +0200

    fixed windows compile errors

commit f4dec34e77f02995bdaba0a73c88aadccad37524
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 26 11:24:15 2016 +0200

    add option for maximal VPackChunkSize to the server

commit a2fccca23411368fa819785223949fefcdc962c8
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 26 09:47:38 2016 +0200

    initialize connection info - server/client address/port

commit 5df04763c03e227965065946b8f170654e36c59e
Author: Frank Celler <frank@arangodb.com>
Date:   Sun Sep 25 11:02:18 2016 +0000

    cppcheck fixes

commit 2a47e4e99bad63c92f1834c738cf30f0e465a1b4
Merge: 278ba49 1bdf414
Author: Frank Celler <frank@arangodb.com>
Date:   Sun Sep 25 10:47:12 2016 +0000

    Merge branch 'devel' of https://github.com/arangodb/arangodb into boost_asio

commit 278ba49a87762365ea37fc3fb5040259a1e3df75
Author: Frank Celler <frank@arangodb.com>
Date:   Sun Sep 25 10:46:45 2016 +0000

    free vocbase on cancel

commit e3b36c8418a816076449be3dea29f865b4952229
Author: Frank Celler <frank@arangodb.com>
Date:   Sun Sep 25 10:28:22 2016 +0000

    check if handle have been installed

commit 92aac95b39c9fc7b3d712b4770e3b3c420626ef9
Author: Frank Celler <frank@arangodb.com>
Date:   Sat Sep 24 16:21:50 2016 +0000

    fixed batching

commit 92d1335cf2a6bd296c23aa8165718fd4d283af6d
Author: Frank Celler <frank@arangodb.com>
Date:   Sat Sep 24 14:04:47 2016 +0000

    fixed leak of ListenTask

commit 5d4fb6fd1250e0a30fbe2326d11087ba3ae13b1c
Author: Frank Celler <frank@arangodb.com>
Date:   Sat Sep 24 11:34:47 2016 +0000

    fixed shutdown

commit c6fb584266818eef765aa8b6727858ab2100859a
Author: Frank Celler <frank@arangodb.com>
Date:   Sat Sep 24 11:15:05 2016 +0000

    handle shutdown

commit 7dcc50214e3e51ef58d3823ec70534354e1a98eb
Author: Frank Celler <frank@arangodb.com>
Date:   Sat Sep 24 11:14:54 2016 +0000

    handle aborts

commit 35dd9da84a69dda4103cc82be47d740550d49069
Author: Frank Celler <frank@arangodb.com>
Date:   Sat Sep 24 10:57:57 2016 +0000

    cppcheck fixes

commit 2f9f7d87005e48904711a9b4a2863ddb98834f79
Author: Frank Celler <frank@arangodb.com>
Date:   Fri Sep 23 20:57:41 2016 +0000

    added cancel

commit b4696026ec9cee01f196a7096a86d29cdf8ce202
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Sep 23 21:30:10 2016 +0200

    convert _scheduler in SchedulerFeature to unique_ptr

commit 0475c6dd7bdd3c842860e85ad26a607df675d600
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Sep 23 17:34:07 2016 +0200

    implement synRun

commit a2b365613b5779dd59004b8cfcca04ef145c3ad3
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Sep 23 16:35:34 2016 +0200

    fix error caused by RestHandler not beeing created as shared_ptr

commit 8f19bbb03efa2d2bc6106b8b456040ce7cbb0c68
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Sep 23 16:32:38 2016 +0200

    fix some cppcheck errors

commit 7694392f73f920df4c033d98025112189d19aa00
Merge: eea0fd7 35e14fd
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Sep 23 14:54:59 2016 +0200

    Merge remote-tracking branch 'origin/devel' into boost_asio

    * origin/devel: (43 commits)
      cleanup
      speed up tests
      add setUpAll, tearDownAll
      modified collection info view
      rechecking dbservers before sharding operations
      updated CHANGELOG
      issue #2072
      adjusted progress indicator delay
      nodes view
      fixed wrong navi route
      updated CHANGELOG for #2071
      updated CHANGELOG
      issue #2071
      fixed compile error
      updated CHANGELOG
      issue #2070
      Some refactoring in Transaction. Also enterprisified document
      FailedServer jobs can report when last FailedLeader has been processed
      Fixed optimization of ANY in Traversals. It was included in the traverser who actually cannot handle it.
      FailedServer jobs can report when last FailedLeader has been processed
      ...

    Conflicts:
    	CHANGELOG

commit eea0fd7c42fc55cd4a1233f458c990186ad6cfc2
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Sep 23 14:31:00 2016 +0200

    improve error handling and reporting in SocketTask

commit 505d55d1a1feff6c93388c5c401273d4199438a7
Author: Frank Celler <frank@arangodb.com>
Date:   Fri Sep 23 11:56:48 2016 +0000

    removed duplicate store

commit 14669814e0eaab9a4c78c8f4396dc88181f6a4fa
Author: Frank Celler <frank@arangodb.com>
Date:   Fri Sep 23 11:34:31 2016 +0200

    missing self for callback

commit 8ad4ee25ef7aaa4cc9cf01d6fe3f56d805e3e9c2
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Fri Sep 23 11:10:31 2016 +0200

    do error handling with error codes instead of exceptions for asio

commit c1d7375c1b0ab0fd3f7f3c682baa2946c05fc4ec
Merge: 9be5942 0e073aa
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 23:03:07 2016 +0200

    Merge remote-tracking branch 'origin/FMH' into boost_asio_merge_frank

    tests broken!

    * origin/FMH:
      added move
      WIP
      WIP
      added shared_from_this
      added shared_from_this
      WIP
      WIP

    Conflicts:
    	arangod/GeneralServer/GeneralCommTask.cpp
    	arangod/GeneralServer/RestHandler.cpp
    	arangod/GeneralServer/RestStatus.cpp
    	arangod/GeneralServer/RestStatus.h
    	arangod/RestHandler/RestBatchHandler.cpp
    	arangod/Scheduler/Scheduler.h

commit 0e073aaee9508129da6b1c83661e08050e172bff
Author: Frank Celler <frank@arangodb.com>
Date:   Thu Sep 22 16:00:28 2016 +0000

    added move

commit 9be5942d18c5dfd66c41c5520b7cdf54025e7ed0
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 16:10:31 2016 +0200

    change default chunk size

commit e17d2e4828b1abc4837db0fe7c5ef88d31ddf063
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 15:58:23 2016 +0200

    multichunk sending is now working

commit 3144b72f7883b5b0f3d1df8f4acf0ec996a70e4f
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 15:40:43 2016 +0200

    try send multiple chunks

commit f7f1ff11fb47eac7e289b78b9bf4dd0adea0285a
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 14:55:41 2016 +0200

    git commit prepare sending of smaller chunks

commit 50088a7006bc7ac94e4706a50382831214a5c0a6
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 14:54:03 2016 +0200

    change cmake for boost

commit 29b00dcd8354144fad5048add5621d657b5f54b1
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 13:12:50 2016 +0200

    fix linking issues on windows caused by auto-linking feature of boost

commit 05da308660cbf67d84a62cdbd11c71e02d8cad7b
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 13:12:13 2016 +0200

    remove forward declaration that prevents build on windows

commit 521ce1aebf055fedd9ad42bd63d91d65e4f34f42
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 11:53:11 2016 +0200

    disable autolinking code for linux

commit b67dc616340319591370957149827d2a0e4ad995
Merge: 2ac2440 467a949
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 11:25:56 2016 +0200

    Merge branch 'boost_asio' of github.com:arangodb/arangodb into boost_asio

    * 'boost_asio' of github.com:arangodb/arangodb:
      work on sending in small chunks

commit 2ac244015b6556d52b99906612ff3feaad3d60ab
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 11:25:15 2016 +0200

    update boost in cmake

commit 467a949263a21d1b0af886d01fa471f568c21343
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 22 10:59:37 2016 +0200

    work on sending in small chunks

commit 4d0816808b701af217db9c4faccd3ef780efb79c
Author: Frank Celler <frank@arangodb.com>
Date:   Wed Sep 21 15:42:06 2016 +0200

    WIP

commit 8c7d3dbca6a34080df1d807e0ec35b57b0acc172
Author: Frank Celler <frank@arangodb.com>
Date:   Wed Sep 21 15:39:54 2016 +0200

    WIP

commit 6d5b19939ae2fbeb157d3773d415b6cf980f3fd5
Author: Frank Celler <frank@arangodb.com>
Date:   Mon Sep 19 17:25:15 2016 +0200

    added shared_from_this

commit b297b3a702de303212edfc3545602b5b4fb987f9
Author: Frank Celler <frank@arangodb.com>
Date:   Mon Sep 19 17:25:06 2016 +0200

    added shared_from_this

commit 5fb39bf9e9ce03c291dadfd48f84f94a12f488d3
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 16:47:18 2016 +0200

    fix windows errors

commit b3f71399e12cc5e59e1bbdb4ca87b7d588fb7da9
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 16:36:55 2016 +0200

    add TaskData.h to GeneralServer.cpp and GeneralListenTask.cpp

commit da99cb2e3151f454ef346ded57c2d4865125ab7b
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 16:11:49 2016 +0200

    replace magic number with boost::asio::error::would_block

commit a10aa87742153aab5a5aca53815ff44a2abc98f0
Author: Frank Celler <frank@arangodb.com>
Date:   Mon Sep 19 16:11:24 2016 +0200

    WIP

commit 368d62245efad52178acf279ff4f54eb8b03e8e5
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 15:35:18 2016 +0200

    add boost to arangod_v8

commit 2ef495a1d1aed97b6eb1c106107a90a27e1891ba
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 15:25:09 2016 +0200

    remove .gitignore

commit 6005aed8b24a40e4fcc6f0569407cd10c8a973c0
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 15:18:21 2016 +0200

    fix more windows errors

commit e322da8eb08254c661781cea442cd6e403069ecd
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 15:00:48 2016 +0200

    force boost system to be static

commit 6082736132272f600de5f9d76805dde373bc742b
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 14:43:53 2016 +0200

    another fix for windows

commit a36f6930fca35662e21b762bb323c2dc36a05e5a
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 14:39:02 2016 +0200

    fix add namespace to Socket

commit 38eeda76ad0a145176c5b05ae75d4640a3514cc4
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 14:30:38 2016 +0200

    fix namespace / include

commit 26513ae75a22911d5b4e8584f5e8ae9314469999
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 14:19:18 2016 +0200

    try to get boost working on windows

commit 00b6416a6452fef0d8e43424ea4e1735c3b0e614
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 14:06:05 2016 +0200

    replace #warning with #pragma message - windows

commit bf455d30047ebd37a037fc24522bc502854cbbe8
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 14:03:38 2016 +0200

    improve cmake for boost

commit 6c491e5e784c0c33cf282b5d64026b61d60711a6
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 13:39:46 2016 +0200

    apply fix for windows

commit a9f9f429d8eba25b8f7215399e41dd5524bfd76b
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 13:33:33 2016 +0200

    replace FAILED with FAIL so windows has no problem

commit 3cbac4115ef183ae38676584abef41b914d2592e
Merge: c614242 19f667c
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 13:09:14 2016 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_devil

    * 'devel' of github.com:arangodb/arangodb:
      fixed incompatible replication API responses
      updated CHANGELOG
      added experimental AQL functions `JSON_STRINGIFY` and `JSON_PARSE`
      added experimental support for incoming gzip-compressed requests
      fixed issue #2060
      Added a hash and equals comparator for velocypack that only takes _id into account.
      vs warnings in agency
      Made the Base Traverser Engine pure virtual

    Conflicts:
    	CHANGELOG
    	arangod/GeneralServer/HttpCommTask.cpp
    	arangod/RestHandler/RestReplicationHandler.cpp

commit c614242c4beb2ed12ccb29fcc6fa1db6a4d9090f
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 10:49:19 2016 +0200

    try to fix RestReplicationHandler

commit 74b5fc33477107be62a5d86c9c04563cc4d7cac5
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 09:12:14 2016 +0200

    remove CMakeFiles form .gitignore so git clean will work again

commit c330b1bff7acb6022b06e2499fa3a065fb820b82
Merge: d400b7f 5772054
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 09:10:39 2016 +0200

    Merge branch 'boost_asio' into boost_asio_devil

    * boost_asio:
      renamed Task2 to Task, EventLoop2 to EventLoop
      WIP
      remove https und vpps commtasks
      WIP

commit d400b7fde3c6a7b6d1c2e2cad600a3fb32b65533
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 08:49:38 2016 +0200

    Revert "remove useless file"

    This file sets indent to 2 spaces for almost all editors,
    this way we do not need modelines or change the default
    editor configuration on systems.

    This reverts commit e0503f7092.

commit 40dcd9ec34e3c741ffdb97d4101e53c49d0ac163
Merge: d5526cf ebb67be
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 19 08:40:00 2016 +0200

    Merge remote-tracking branch 'origin' into boost_asio_devil

    * origin:
      Remove outdated information about suppress-shape-information which was removed with ArangoDB 3.0, as reported by Tomek on Stackoverflow.
      remove useless file
      updated CHANGELOG
      examples about stacked escaping
      Fix generated MD5sum file
      make methods private
      speed up collection.any()
      speed up skiplist index
      fixed ssl_server test
      examples about stacked escaping
      more diagnostics

commit 8875f7bfc22cc4376b703060e85ac0141706aca5
Author: Frank Celler <frank@arangodb.com>
Date:   Sun Sep 18 22:53:16 2016 +0200

    WIP

commit 57720546a31a59668cd57e99d3dbc11ecfa41a8d
Author: Frank Celler <frank@arangodb.com>
Date:   Fri Sep 16 11:09:39 2016 +0200

    renamed Task2 to Task, EventLoop2 to EventLoop

commit eca7b17f6910fc7892f6a4dbe9c618d3e8f7bf05
Merge: ca473e8 8f2c13e
Author: Frank Celler <frank@arangodb.com>
Date:   Fri Sep 16 10:53:11 2016 +0200

    WIP

commit 8f2c13ec0e2f8a4be4b136bd263affc3054654ae
Author: Frank Celler <frank@arangodb.com>
Date:   Fri Sep 16 09:10:56 2016 +0200

    WIP

commit ca473e8a0eee4ed04994f70b3d52defc9127810c
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 15 16:19:26 2016 +0200

    remove https und vpps commtasks

commit d5526cf1b606daa26be628efa9fdca2fe2664d95
Merge: 5337a01 c912d96
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 15 16:01:39 2016 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into boost_asio_devil

    * 'devel' of github.com:arangodb/arangodb: (39 commits)
      Fixed compile bug.
      TraverserOptions now support proper subclassing.
      Added a virtual base class for traverser engines.
      all lambdas in ClusterInfo might have been left with dangling references.
      all lambdas in ClusterInfo might have been left with dangling references.
      fix compile error
      Correct path to enterprise js code in testing.js.
      Finding graphs by name now resolve externals one step earlier.
      potentially fix leak
      removed unused flag
      get rid of two pointers in each transaction operation
      redirect output of gdb, so we can append it to the jenkins error mails.
      Foxx: post route example that accepts an array of objects
      implement use-local-time for slow queries as sugested in #2051
      fixed windows compiler warnings
      lookupGraphByName now has a non-enterprise implementation.
      Removed a graph optimization which increased the minDepth if a filter is defined on a higher depth. Under some circumstances this filter can be matched if the path is not long enough.
      fixed issue #2052
      reporting in inception
      fix assertion
      ...

commit 5337a0116ca20726795c59666cdfd6786f93cc82
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 15 15:53:12 2016 +0200

    ssl server is working again

commit fcedf60588681518b0f6d3eb05661ec0f9e201d7
Merge: 322a08a c912d96
Author: Frank Celler <frank@arangodb.com>
Date:   Thu Sep 15 14:48:54 2016 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into FMH

commit 322a08a86eb9de101d0e37be5e3f6bdbdcb19345
Author: Frank Celler <frank@arangodb.com>
Date:   Thu Sep 15 14:47:19 2016 +0200

    WIP

commit 6f64f39744e3d34c48e69b9a742497d109f2464d
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 15 13:04:46 2016 +0200

    get encryption type via ConnectionInfo in SocketTask

commit abda1c4e1b8e0f05a15a47458fc6c9aaee4abeb4
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 15 09:52:58 2016 +0200

    add ssl support via asio - we are in a broken state now

commit a6a3215f5244a96a48fc5fe4545313018c181b68
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Thu Sep 15 09:47:36 2016 +0200

    Fix cmake so it works with boost asio

commit baccaa00dc041e01822bfef723d6d285ab2c7ff2
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Sep 13 16:20:23 2016 +0200

    add basic changes to enable ssl

commit f7971e2f727ade913ce00958e0ad77e2e4c01613
Merge: c1c7b4e fee42ee
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Tue Sep 13 09:52:44 2016 +0200

    Merge remote-tracking branch 'origin/devel' into boost_asio

    * origin/devel:
      Fixed ASSERTION guarding undefined behaviour on Mac. In some cases the assertion did throw.
      Remove debug output.
      simplified expression
      warning removed
      speed up looking up of revision ids
      Constructor of TraverserEngine is now protected. Preperation for SmartGraphEngine (EE Only).
      Fixed undefined behaviour on Mac. An empty vector was popped.
      semi-fix for long delays in multi-host-agency collection creation/drop
      semi-fix for long delays in multi-host-agency collection creation/drop
      Link the CONCAT_SEPARATOR function.
      Set agencySize back to 1 (temporarily).
      Added a smartSearch route for Traversal Engines. In Community edition this will throw ONLY_ENTERPRISE. It should never be called by our code however.
      Make testing.js find enterprise tests in enterprise version.
      Add global.ARANGODB_CLIENT_VERSION to arangosh.
      Silence gitjslint.sh tool w.r.t. warnings.
      reformat
      Fix which attribute names are allowed for shardKeys.
      Typo fixes in docs
      x-compile portability.
      Silence cpack rpm build.

commit c1c7b4e61e5cecf9794e83f8b3bf5a965d460a53
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date:   Mon Sep 12 12:09:19 2016 +0200

    add boost_system via pure cmake!

commit c5d227eebffe311b24bc1d67c209d53eee0b0754
Author: Frank Celler <frank@arangodb.com>
Date:   Sun Sep 11 21:24:58 2016 +0200

    WIP
2016-10-14 10:12:17 +00:00
Alan Plum 764d3b3183
Document the OAuth2 module
[skip ci]
2016-10-12 16:43:54 +02:00
Wilfried Goesgens 043c6af26e Fix paths 2016-10-11 19:44:17 +02:00
Michael Hackstein 467224dc8f Typo and optical fixes in DocumentatioN 2016-10-11 18:51:35 +02:00
Michael Hackstein 9edc31f769 Added a section that describes how SmartGraphs work. 2016-10-11 17:49:31 +02:00
Michael Hackstein 548e731d57 First Chapter about SmartGraph management. Only describes the differnces between Smart and General Graphs. 2016-10-11 17:40:17 +02:00
Max Neunhoeffer b6fc4780e2 Some formulation changes and typos. 2016-10-11 15:34:36 +02:00
Michael Hackstein cfbfbcf177 Added documentation starting point for smart graphs. 2016-10-11 14:31:35 +02:00
Simran Brucherseifer 4af426f494 Fix Foxx Auth link in docs 2016-10-10 17:34:19 +02:00
Kaveh Vahedipour 544524eff7 agency documentation typos 2016-10-10 14:44:18 +02:00
Kaveh Vahedipour 144b6d3258 agency documentation typos 2016-10-10 14:43:01 +02:00
Frank Celler d5cd68cb5c cleanup endpoints 2016-10-10 14:40:55 +02:00
Kaveh Vahedipour ff1fb96bbc Missing summary entry 2016-10-10 14:25:29 +02:00
Kaveh Vahedipour 7ef7123a4a Missing summary entry 2016-10-10 14:19:17 +02:00
Kaveh Vahedipour 8c2661662e overview documentation of agency 2016-10-10 12:36:44 +02:00
Kaveh Vahedipour bc6e88e264 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-10-10 12:30:54 +02:00
Kaveh Vahedipour 02ffbb2fb0 overview documentation of agency 2016-10-10 12:30:44 +02:00
Kaveh Vahedipour 6f9a37976a Added agency HTTP API 2016-10-10 12:07:59 +02:00
Frank Celler b0d4f7a5e7 switch to bold 2016-10-10 11:10:31 +02:00
Kaveh Vahedipour 577c13b8e8 overview documentation of agency 2016-10-10 10:05:10 +02:00
Frank Celler 8e3a73281e added more events 2016-10-06 14:14:38 +02:00
Frank Celler f83f6a7114 more authentication events, fixed changePassword 2016-10-03 19:54:54 +02:00
Simran Brucherseifer f553d00376 Describe current format of document _key 2016-09-28 19:04:36 +02:00
Simran Brucherseifer 7366ef3982 Docs: adds links to AQL traversal for anonymous graphs 2016-09-28 19:04:36 +02:00
Wilfried Goesgens 63f36f8ef5 Add documentation of arangobench testcases 2016-09-21 10:29:40 +02:00
Wilfried Goesgens ebb67be6ac Merge branch 'devel' of github.com:arangodb/ArangoDB into devel 2016-09-16 16:19:53 +02:00
Wilfried Goesgens b96cdf4ba8 Remove outdated information about suppress-shape-information which was removed with ArangoDB 3.0, as reported by Tomek on Stackoverflow. 2016-09-16 16:18:45 +02:00
Simran Brucherseifer 14d69c1f04 examples about stacked escaping 2016-09-16 15:43:21 +02:00
Wilfried Goesgens ed341aa8a2 examples about stacked escaping 2016-09-16 10:43:50 +02:00
Simran Brucherseifer 5b07b92346 Foxx: post route example that accepts an array of objects 2016-09-14 15:09:20 +02:00
Simran Brucherseifer 3b9c8fb4d5 Typo fixes in docs 2016-09-12 09:52:36 +02:00
Wilfried Goesgens c4c91a8189 Specify how uniq autogenerated _key's can be. 2016-09-08 13:48:23 +02:00
Wilfried Goesgens 69abacdd16 Merge branch 'devel' of github.com:arangodb/ArangoDB into devel 2016-09-02 11:54:56 +02:00
Wilfried Goesgens 1549644086 Explain the config a bit more abstract. 2016-09-02 11:37:26 +02:00
Andreas Streichardt 70388c4461 Also fix secondaries 2016-09-02 10:30:02 +02:00
Andreas Streichardt 8ff8a8eaa7 Make database directory more obvious 2016-09-02 10:22:11 +02:00
Wilfried Goesgens b4ddb77d58 Fix debian scripted password documentation. 2016-08-30 17:31:49 +02:00
Wilfried Goesgens 197bfd23a6 Fix the location of the sample graphs. 2016-08-25 11:21:50 +02:00
Simran Brucherseifer e294984831 Docs: Limitations in cluster mode 2016-08-24 13:38:47 +02:00
Simran Brucherseifer 1c95b68296 Improve: what to make vertices and dedges 2016-08-23 18:42:34 +02:00
Wilfried Goesgens 9bdd84324a Add explanation what to make edges and what vertices. 2016-08-23 10:49:37 +02:00