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