1
0
Fork 0
Commit Graph

44150 Commits

Author SHA1 Message Date
KVS85 df4cd9b650 Doc - updates to the compiling under windows section (#7893) 2019-01-15 20:01:30 +01:00
Simran 0e0de12fdc Doc - rel notes page imp (#7944) 2019-01-15 19:56:37 +01:00
jsteemann 96c0d0efd5 release version 3.4.2 2019-01-15 12:16:26 +01:00
jsteemann e61a189d7f Merge branch '3.4' of https://github.com/arangodb/arangodb into 3.4 2019-01-15 12:00:43 +01:00
Frank Celler e2c480c01c greylisted shell-foxx-api-spec.js 2019-01-15 11:52:26 +01:00
jsteemann 1803bbdb6b release version 3.4.2 2019-01-15 11:33:26 +01:00
sleto-it 80a317ee56
Doc - fixes link 2019-01-15 10:21:14 +01:00
sleto-it 6a40aec1c9
Doc - updated starter upgrade procedure 2019-01-15 10:19:02 +01:00
jsteemann 1aebffe5da prepare CHANGELOG for 3.4.2 2019-01-15 10:12:12 +01:00
Frank Celler d64b356dba greylisted corrupted-crc-mmfiles 2019-01-14 16:44:05 +01:00
sleto-it 05ea7267b7 Update supportView.ejs (#7871) 2019-01-14 16:17:33 +01:00
Tobias Gödderz d48495c195 [3.4] Foxx queue jobs hanging after Foxxmaster crash (#7921)
* Fixed bug where the Foxxmaster doesn't reset jobs after a crash when it should, or a non-master coordinator removes jobs in progress during startup

* Added a regression test

* Removed foxxmaster test from greylist

* Updated CHANGELOG

* Fixed non-maintainer compile
2019-01-14 16:06:48 +01:00
Jan d5592def42
fix issue #7933: Regression on ISO8601 string compatibility in AQL (#7934) 2019-01-14 13:50:50 +01:00
Simran 1957245aad Doc - Cookbook: Remove outdated OpenSSL recipe (#7939) 2019-01-11 22:33:40 +01:00
Simran dd0342be75 Doc - Extend generation of program option tables (3.4) (#7940) 2019-01-11 20:21:15 +01:00
jsteemann 37473e29bf increase test timeouts 2019-01-11 14:21:02 +01:00
Kaveh Vahedipour 7b37922f92 releveling logging in maintenance module (#7925) 2019-01-10 12:15:48 +01:00
Vinay Pyati 4ca7a3bc09 Doc - Add a paragraph that JS JS trxs are excluded from intermediate commits (#7920) 2019-01-09 15:48:45 +01:00
Simon 49da84e941 improve assertions (#7829) 2019-01-09 10:29:36 +01:00
Jan Christoph Uhde 95d9d827c1 fix #7900 - null bind values do not change to empty string anymore (#7915) 2019-01-09 10:04:12 +01:00
Matthew Von-Maszewski 474f0cde31 Bug fix 3.4/scheduler empty reformat (#7872)
* added check for empty scheduler

* removed log, old is 1 not 0

* require running in this thread

* test

* added isDirect to callback

* signature fixed

* added drain

* added allowDirectHandling

* disabled for testing

* Add ExecContextScope object to direct call.

* try alternate initialization of ExecContextScope

* remove ExecContextScope, no help.  try _fifoSize as part of direct decision.

* strand management to minimize reuse of same strand per listen socket

* blind attempt to address Jenkins shutdown lock up.  may remove quickly.

* add filename and line to existing error log message

* Adjust queueOperation() to stop accepting items once isStopping() becomes true.

* revert previous check-in to MMFilesCollectorThread.cpp

* big reformat

* fixed merge conflicts

* Add CHANGELOG entry.
2019-01-08 20:39:42 +01:00
Simran 9c7cef5a44 Doc - Update remark about per-database replication (3.4) (#7912) 2019-01-08 19:36:58 +01:00
sleto-it f6afae729c
Doc - Known Issues - new links (#7907) 2019-01-08 19:13:09 +01:00
Kaveh Vahedipour 536f5f22a7 [3.4] fix create collection timeouts test agent (#7831)
* should not neglect the initial async request for read lock acquisition

* fixed nullptr

* correct timeout

* corrected error  handling in getReadLock

* reverted "test fix"

* should remove async request from ClusterCom
2019-01-08 17:02:24 +01:00
Lars Maier bc9f9ed14d Bug fix 3.4/jwt base64url encoded (#7904)
* Use base64url encoding and decoding for jwt header and body as specified in the rfc.

* Added changelog.
2019-01-08 16:55:17 +01:00
Jan 9c099ba5da
multiplex REPLICATION-APPLIER-STATE files for RocksDB engine (#7897) 2019-01-08 14:26:09 +01:00
jsteemann 73c215d7d3 updated CHANGELOG 2019-01-04 22:14:42 +01:00
jsteemann 7856cf53f4 updated CHANGELOG 2019-01-04 22:05:36 +01:00
sleto-it 206b2f091a 3.4.2 changelog - missing entries (#7887) 2019-01-04 22:04:18 +01:00
sleto-it ef12e4cd15
Doc - check_document + arangorestore improvements (#7884) 2019-01-04 21:06:43 +01:00
Jan 4df4b418f3
Bug fix 3.4/simran (#7883) 2019-01-04 17:08:37 +01:00
Jan adf76491b0
added AQL function CHECK_DOCUMENT (#7841) 2019-01-04 15:33:20 +01:00
Jan a4a7867451
Bug fix 3.4/arangorestore add cleanup duplicate attributes (#7876) 2019-01-04 15:26:11 +01:00
Jan 1ad9ae3115 added arangorestore options `--number-of-shards` and `--replication-f… (#7868)
* added arangorestore options `--number-of-shards` and `--replication-factor`

* updated documentation

* added version numbers
2019-01-03 11:07:32 +01:00
Lars Maier e1dcad0153 Feature 3.4/jwt keyfile (#7864)
* Added jwt-keyfile option and warning for old option.
* CHANGELOG
* Add trimming to --auth.jwt-secret-keyfile
* Adjust some comments.
2019-01-02 21:45:18 +01:00
Jan a14f6dd573
prevent duplicate attributes being generated by AQL queries (#7836) 2019-01-02 12:37:47 +01:00
Jan 762c0fd7c6
fixed issue #7834 (#7845) 2019-01-02 11:09:06 +01:00
sleto-it fd9a67e3cc
Documents that arangorestore/arangodump threads option is from v3.4.0 on (#7862) 2018-12-30 11:32:01 +01:00
sleto-it 6eff18351f
Doc - Backports to 3.4 - 2018-12-27 (#7859) 2018-12-27 16:13:55 +01:00
sleto-it f1631490a1
Doc - Improve MacOS Installation page (#7850) 2018-12-27 11:01:02 +01:00
KVS85 2b56eabcba Add http_server test for creating view with links (#7853) 2018-12-26 19:30:27 +03:00
Frank Celler 9477af198b big reformat 2018-12-26 00:57:05 +01:00
Frank Celler 8b294742b1 added new clang style and reformat script for clang-format 6.0 2018-12-26 00:55:17 +01:00
Dan Larkin-York 05d158a689 Fix issue with geo iterator reset. (#7838) 2018-12-23 00:41:37 +01:00
KVS85 4ec76574dd Remove procdump usage while taring archives (3.4) (#7816)
* Remove procdump usage while taring archives

* Add 3.2 upgrade-data tests to oskar blacklist for 3.4

* Fix typo

* Add 3.4 upgrade-data tests to oskar blacklist for 3.4
2018-12-21 11:40:04 +01:00
Jan 7c42430f95
suppress a warning message about non-optimal MMFiles collection data structures while doing WAL recovery, not just while upgrading. (#7812) 2018-12-20 16:52:02 +01:00
Tobias Gödderz b8c2d0d01a [3.4] Fix heartbeat thread hanging during shutdown (#7678)
* Abort registering agency callbacks when stopping

* Reduce diff

* Reduce diff

* Added two nullptr checks
2018-12-20 16:40:58 +01:00
Simon 1498c08084 fix restrictCollections parameter on database level replication (#7808) 2018-12-19 18:00:10 +01:00
jsteemann 1116097817 release version 3.4.1 2018-12-19 17:09:16 +01:00
jsteemann dbf17b27b1 updated CHANGELOG 2018-12-19 15:46:38 +01:00