1
0
Fork 0
Commit Graph

40857 Commits

Author SHA1 Message Date
Simon Grätzer f50a36181d Various authentication related issues (#2824) 2017-07-18 22:22:09 +02:00
Wilfried Goesgens 17a8049e50 enable scripts to force a gitbook version that is currently already installed, so it doesn't fetch stuff from the 'net. (#2803) 2017-07-18 21:44:56 +02:00
Heiko 4c6ede7395 fixed the create new document button in documents view (#2826) 2017-07-18 21:43:44 +02:00
Frank Celler 30708a59bf fixed spelling error (#2827) 2017-07-18 19:39:16 +02:00
Simran Brucherseifer bfe7ee15d1 Docs: Remove obsolete note about missing cluster support 2017-07-18 17:48:27 +02:00
Frank Celler ed087dc21a Feature/jenkins pipeline (#2821) 2017-07-17 21:50:22 +02:00
Wilfried Goesgens 65c88e493e add generated examples 2017-07-17 18:33:50 +02:00
Frank Celler ba276467c0 cloned options (#2819) 2017-07-17 17:36:24 +02:00
Frank Celler b0a958ae0c fixed anchor (#2816) 2017-07-16 14:53:03 +02:00
Frank Celler a692577f5b Feature/auth context (#2815) 2017-07-16 09:39:03 +02:00
Frank Celler 8e06c90df3 Feature/jenkins pipeline (#2814)
* fixed variable

* create directories
2017-07-16 00:08:14 +02:00
Frank Celler 28c1c31389 fixed variable (#2813) 2017-07-15 23:31:54 +02:00
Frank Celler c569d86c09 Feature/jenkins pipeline (#2812) 2017-07-15 23:11:12 +02:00
Michael Hackstein 960ef99879 Merge pull request #2811 from arangodb/bug-fix/user-config-api
Modified user config api to resemble the original behaviour
2017-07-15 20:57:50 +02:00
mchacki c9f17f5f5e Modified user config api to resemble the original behaviour 2017-07-15 18:58:21 +02:00
Frank Celler 2cb82a1507 Feature/jenkins pipeline (#2808) 2017-07-15 14:42:46 +02:00
Frank Celler 66d15ced73 Feature/jenkins pipeline (#2785) 2017-07-15 11:34:26 +02:00
Manuel B e8c0bb8f0b important node about xgmml export (#2807) 2017-07-15 11:29:54 +02:00
Max Neunhöffer 582e630f83 BootstrapFeature depends on AQL. (#2806) 2017-07-14 23:19:20 +02:00
Max Neunhöffer 442be8faad 60s timeout for syncCollectionFinalize. (#2805) 2017-07-14 23:14:04 +02:00
Manuel B df7051f2cb server / client side db._parse added (#2789) 2017-07-14 14:31:51 +02:00
Kaveh Vahedipour 47b4fcaa6b Merge pull request #2797 from arangodb/bug-fix/inception-thread
Carrotfix to only stop inception thread if it has been started
2017-07-14 12:09:21 +02:00
Kaveh Vahedipour 2bbb2224e8 agency size 1 issues on windows and arschlinux's hyping of the bleeding edge 2017-07-14 12:07:14 +02:00
Max Neunhöffer f458a7d10a Wow...wrong type for httpstatuscode...it would zero out parts of the mutex on the stack (#2800) 2017-07-14 11:36:30 +02:00
Andreas Streichardt f1a6f16135 Carrotfix to only stop inception thread if it has been started
should really be done in the thread lib but that is a bit risky so
shortly before the release
2017-07-14 10:20:49 +02:00
Jan Christoph Uhde 1c8e2d8fa2 fix curd operation documentation for arrays (#2795) 2017-07-14 09:52:02 +02:00
Frank Celler a5a25754ed Feature/reduce extraction to projection (#2792)
* reduce extractions to projections

* recycle string buffers in SocketTask

* micro optimizations for mmfiles indexes

* added special lookup function for _key

* moved function into the correct file

* speed up key buffer allocations a bit

* added noexcept specifier

* correctly name variable

* explicitly move bounds

* fix and speedup from/toPersistent functions

* reuse string from ManagedDocumentResult for multiple lookups

* use move-assign

* a bit less work for single server

* speedup AQL function HASH

* single fetch optimization

* performance optimization for the case when no documents need to be returned

* make reduce-extraction-to-projection a RocksDB-only optimizer rule

* cppcheck

* try to fix compile error on MacOS

* bug fix for MacOSX

* missing namespace (in Windows compile)
2017-07-14 08:40:29 +02:00
Frank Celler 1835512113 fixed dependencies (#2796) 2017-07-13 19:27:32 +02:00
Max Neunhöffer bf168a7496 Fix a bug that the URL was overwritten by redirect in AgencyComm. (#2794) 2017-07-13 16:27:09 +02:00
Jan a240976713 fix gzip-encoding test (#2790) 2017-07-13 11:53:39 +02:00
Max Neunhöffer 2f874249bb Bug fix/adjust agency comm timeouts (#2765)
* Take out 503 timeouts altogether.
* Overhaul of AgencyComm::sendWithFailover loop.
* Let performRequests optionally ignore 404 coll not found.
* Fix error message "database not found" when AgencyComm failed.
* Add log entries in Agency if locks are acquired too slowly.
* Reexecute the javascript cluster sync stuff even if there was no plan/current change...So failed sync jobs can retry later...
* Cover callbacks in Communicator by lock. This fixes https://github.com/arangodb/planning/issues/370
* Put in delay in waiting for leader in agency test.
* Schmutz logging to heartbeat topic.
* Add more lock time diagnostic in agent.
* Switch on agencycomm tracing in coordinator.
2017-07-13 00:44:28 +02:00
Kaveh Vahedipour fd90318fd8 correct-funny-fail-rotation-after-compaction-bugfix (#2774) 2017-07-12 22:39:23 +02:00
Heiko 9fddc52312 fixed one medium prio and two low priority zap scan issues (#2775)
* fixed one medium prio and two low priority zap scan issues

* changelog

* modified manifest
2017-07-12 22:13:09 +02:00
Jan 07abf73bd6 fix parallel access to list of failed servers (#2777) 2017-07-12 22:12:25 +02:00
Jan 289513dff8 added VPackSlice::isNumber<type>() (#2779) 2017-07-12 22:12:09 +02:00
Jan 722870b70c fix access to cache object if cache is turned off (#2782) 2017-07-12 22:11:50 +02:00
Heiko 71434ef566 added index deduplicate option to the ui (#2781)
* added index deduplicate option to the ui

* changelog
2017-07-12 22:10:22 +02:00
Jan 4de1c16191 add a generic "StorageEngine" feature (#2783)
so that other features can indicate that they need a storage engine
but do not need to reference a concrete storage engine such as "mmfiles"
or "rocksdb"
2017-07-12 22:08:48 +02:00
Heiko afe88f9fbb ui: fixed renaming of collections based on rocksdb storage engine (#2784) 2017-07-12 22:08:17 +02:00
Frank Celler a63aab03ed fixed engine (#2786) 2017-07-12 18:49:27 +02:00
Max Neunhöffer 76f07d30f3 Bug fix/fix agency documentation (#2780)
* Fix agency API documentation.
2017-07-12 13:58:50 +02:00
Frank Celler 40d73d5a8b Revert "[WIP] Feature/reduce extraction to projection (#2735)"
This reverts commit 5bfcff30cd.
2017-07-12 12:52:14 +02:00
Jan 5bfcff30cd [WIP] Feature/reduce extraction to projection (#2735)
* reduce extractions to projections

* recycle string buffers in SocketTask

* micro optimizations for mmfiles indexes

* added special lookup function for _key

* moved function into the correct file

* speed up key buffer allocations a bit

* added noexcept specifier

* correctly name variable

* explicitly move bounds

* fix and speedup from/toPersistent functions

* reuse string from ManagedDocumentResult for multiple lookups

* use move-assign

* a bit less work for single server

* speedup AQL function HASH

* single fetch optimization

* performance optimization for the case when no documents need to be returned

* make reduce-extraction-to-projection a RocksDB-only optimizer rule
2017-07-12 11:22:29 +02:00
Jan bee32b6325 properly compact ranges so data actually gets deleted after drop etc. (#2771) 2017-07-11 21:47:16 +02:00
Kaveh Vahedipour d98481f889 Merge pull request #2769 from arangodb/feature/fix-jslint-aql-graph-traverser.js
missing assertTrue entry in global
2017-07-11 16:04:37 +02:00
Kaveh Vahedipour adda200f8f Merge pull request #2768 from arangodb/bugfix/secondaries-and-manual-deployments
Bugfix/secondaries and manual deployments
2017-07-11 16:04:00 +02:00
Kaveh Vahedipour 774ebae638 missing assertTrue entry in global 2017-07-11 16:02:02 +02:00
Kaveh Vahedipour 415fb1577e fixes for secondaries 2017-07-11 14:07:01 +02:00
Kaveh Vahedipour 231a360b3b fixes for secondaries 2017-07-11 14:05:51 +02:00
Jan 381869e3ec fix WAL file tick updating (happened too late before) (#2762) 2017-07-10 17:41:08 +02:00