1
0
Fork 0
Commit Graph

40857 Commits

Author SHA1 Message Date
Frank Celler 6a78640f79 switch to trusty 2017-07-30 15:39:10 +02:00
Jan 87567c3c2a fixed issue #2876 (#2896) 2017-07-30 14:24:25 +02:00
Jan beea9033d3 fix a race on shutdown (#2897) 2017-07-29 10:30:24 +02:00
Jan 6820ec3891 fixed issue #2868: cname missing from logger-follow results in rocksdb (#2901) 2017-07-28 18:52:30 +02:00
Jan bd71d7037b make the V8 feature depend on the authentication feature (#2902)
otherwise there may be issues when v8 code is still running that refers to authentication features
2017-07-28 18:51:44 +02:00
Manuel B ec7cc0059b change "parameters" to "bindVars" (#2772)
* change "parameters" to "bindVars"

* deprecate parameters
2017-07-28 15:19:14 +02:00
m0ppers 9a0bc716d0 Do not allow replication to create/drop collections (#2898)
In the cluster case the only one who is allowed to do this is the schmutz
2017-07-28 14:24:02 +02:00
Jan 634574ed9f don't mask errors with fake OOM messages (#2872) 2017-07-28 12:08:37 +02:00
m0ppers 589ffd5c59 Feature/improve logging (#2881)
* Improve logging in various places

* Fix jslint
2017-07-28 09:23:18 +02:00
Jan e2908060c9 fixed issue #2889, fixed issue #2884 (#2894) 2017-07-28 08:43:21 +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
m0ppers 6fefe5ab31 In high concurrency situations double checking checksums is a must have (#2890) 2017-07-28 00:43:21 +02:00
Jan 56143bc186 fix issue #2879 (#2885) 2017-07-27 23:30:05 +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
Frank Celler 00a6cbab64 fixed jslint error messages 2017-07-27 16:01:45 +02:00
Simon Grätzer 9786b198c2 Allow pregel jobs to interrupt on shutdown (#2855) 2017-07-27 15:29:01 +02:00
Frank Celler 37e1023166 Feature/jenkins pipeline (#2887)
* disable mac and windows by default

* copy failed to top level
2017-07-27 14:00:22 +02:00
Wilfried Goesgens 31cc349d05 Feature/tag starter with release (#2886)
* tag the ArangoDB Starter as part of the release process.

* check for tools to be installed
2017-07-27 13:36:01 +02:00
Wilfried Goesgens 7e03187123 When a transaction aborts, add the error messages to the returned sta… (#2848)
* When a transaction aborts, add the error messages to the returned status to aid the development process (as suggested by @DeShadow)

* If we are an arangoerror log out the ArangoError code

* don't send the stacktraces via the 'net, but have better error messages anyway

* static is wrong here - we want to use it with per threads individual values now.

* restructure source just to have one stacktrace processing function.

* Pull array from javascript logging functions up to c++

* js_log now can handle an array of v8-strings, converts it to a vector of std::strings, feeds them one by one into logging for now.

* the stacktraces now don't do individual calls to js_log, but one with an array of log lines.
2017-07-27 12:01:30 +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
Jan 582d3e5fd1 only sync RocksDB WAL in MMFiles engine when there is a reason to do so (#2863) 2017-07-26 21:49:41 +02:00
Manuel B d8c349143e clarify where to exec build.sh (#2877) 2017-07-26 13:25:17 +02:00
Jan 6b24529a75 fix small issues found by cppcheck (#2871) 2017-07-26 13:06:31 +02:00
Jan 0771a69138 remove only partly used AQL function argument types definitions (#2873) 2017-07-26 13:03:30 +02:00
Jan Christoph Uhde c7dd2db2cc log supervisor exit (#2846) 2017-07-26 10:00:45 +02:00
Heiko 14ec3dea17 allows now to edit default access level for collections in database _system for all users except the root user. (#2864) 2017-07-25 22:28:48 +02:00
Jan e3b7de509f fix mismatched free/delete (#2865) 2017-07-25 22:27:37 +02:00
Jan 5e1813c5d6 fixed invalid object access, added a test (#2862) 2017-07-25 22:26:51 +02:00
m0ppers 1addb727ed Fix frontend hiding replicationFactor in community version (#2851) 2017-07-25 22:19:49 +02:00
Jan Christoph Uhde 3b4246c0ff Bug fix/traverse and modify (#2830)
* fix traverse and modify

* fix filter deletion in geo index optimization rule

* update test definitions

* fix second traverse function

* use port ranges when starting cluster

* reduce memory consumption of cluster test

Now we execute 6 instead of 12 test concurrently.
2017-07-25 22:18:59 +02:00
Jan af36f6e7b6 fix spurious unzip errors (#2867) 2017-07-25 22:17:37 +02:00
Frank Celler 42aa279e99 added mode and storage engine 2017-07-23 17:32:28 +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
Simon Grätzer 4f0ad75cef Fixing loading of some multi collection Graphs (#2840) 2017-07-19 20:34:47 +02:00
Simon Grätzer 7fd47f7232 Fixing enumerate db's in cluster (#2844)
* Fixing enumerate db's in cluster

* update coordinators
2017-07-19 20:34:15 +02:00
Wilfried Goesgens e0a3ff31be Merge pull request #2845 from arangodb/bugfix/fix_nsis_backup_path
fix string composing of the backuppath, so we don't create it under t…
2017-07-19 19:58:22 +02:00
Wilfried Goesgens b0bf7e9505 fix string composing of the backuppath, so we don't create it under the already existing database directory 2017-07-19 19:57:44 +02:00
Heiko 1bb9265ee3 fixed general graph module when options attribute is missing (#2842) 2017-07-19 18:18:30 +02:00
Frank Celler b666fdde0c removed superfluous assert, fixed setting PW via environment 2017-07-19 17:45:21 +02:00
Mark 3a59ea553b Add catch when propagateSelfHeal (#2839) 2017-07-19 17:03:52 +02:00
Simon Grätzer 59f75c1c3f Fix missing changelog and docs entries (#2837)
* Adding missing changelog entries

* Modified changelog

* Add index deduplication option HTTP docs

* added info about ARANGODB_DEFAULT_ROOT_PASSWORD

* Revert "added info about ARANGODB_DEFAULT_ROOT_PASSWORD"

This reverts commit 3f0241f90c4e3f59c58edda5a1f6019debae9735.
2017-07-19 17:03:28 +02:00
Wilfried Goesgens a401fd72f0 Merge pull request #2838 from arangodb/bugfix/js_config_dir
choose the proper path for the js config directory
2017-07-19 16:37:18 +02:00
Wilfried Goesgens 15b9c85fe0 choose the proper path for the js config directory 2017-07-19 14:20:20 +02:00
Heiko 56febfd721 Bug fix/from and to ui document view refs (#2834)
* general graph module and UI now supporting sharded and replicated graph

* fixed a bug when the _from and _to refs in the document view ui were not working for special characters

* CHANGELOG
2017-07-19 13:44:33 +02:00
Heiko b11fb4e084 fixed issue #2764 - adapted ui to api changes (#2836) 2017-07-19 13:43:54 +02:00
Heiko d5e85bf987 general graph module and UI now supporting sharded and replicated graph (#2825) 2017-07-19 12:49:04 +02:00
Wilfried Goesgens 84cf9ed1a4 Merge pull request #2833 from arangodb/feature/rpm-show-storage-engine2
add hint howto switch the storage engine
2017-07-19 12:20:42 +02:00
Wilfried Goesgens 050e9232ec add hint howto switch the storage engine 2017-07-19 12:20:13 +02:00