1
0
Fork 0
Commit Graph

3207 Commits

Author SHA1 Message Date
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
Wilfried Goesgens bb67ad06ea forward NODE_MODULES variable 2017-06-06 12:18:40 +02:00
Wilfried Goesgens 07477592d2 forward NODE_MODULES variable 2017-06-06 11:38:05 +02:00
Wilfried Goesgens 33cbf73966 forward NODE_MODULES variable 2017-06-06 11:30:08 +02:00
jsteemann c0b3b251d8 updated CHANGELOG 2017-06-02 13:04:59 +02:00
Wilfried Goesgens e9ed2a5b98 fix anchor from 46b50c266c 2017-06-02 11:47:15 +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
Akshesh Doshi 46b50c266c Add tests and docs for REGEX_REPLACE AQL function (#2518)
* Fixed #1902: Add tests and documentation for REGEX_REPLACE

* Cleanup
2017-06-01 10:29:43 +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 811305b252 updated documentation 2017-05-31 18:07:12 +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
Joerg Schad ef7488b216 Updated Optimizer rule documentation. (#2502) 2017-05-26 17:39:32 +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 5a3317efdd new autogenerated files 2017-05-18 12:23:21 +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
m0ppers a54caacb9f Update JSF_post_api_collection.md 2017-05-16 05:22:18 -07:00
m0ppers 17eb198c04 Update JSF_post_api_collection.md 2017-05-16 05:20:10 -07:00
Andreas Streichardt 166bd2065c Document waitForSyncReplication 2017-05-16 03:29:35 -07:00
Simran Brucherseifer 643d77ed21 Docs: footer class name changed by plugin, copy in build process 2017-05-16 11:23:21 +02:00