1
0
Fork 0
Commit Graph

43904 Commits

Author SHA1 Message Date
Jan b43b600a33
try again in case of a conflict when updating users (#7615) 2018-12-06 16:36:05 +01:00
Frank Celler f6b2301eed fixed path for js file 2018-12-06 15:34:37 +01:00
Simran 41ac222959 Doc - Backports from devel (#7680) 2018-12-06 14:27:48 +01:00
Simran bbc220a9a4 Doc - Rewrite Configuration page, restore old file structure (#7666) 2018-12-06 12:40:52 +01:00
Simran c43b85c1c8 Doc - deprecate simple all keys (#7665) 2018-12-06 11:20:11 +01:00
Simran 933cb90a59 Doc - 3.3 to 3.4 starter upgrades: additional info (#7667) 2018-12-05 22:59:04 +01:00
Simran e331183fd4 Doc - Use program option JSON files generated with Enterprise Edition (#7664) 2018-12-05 21:24:43 +01:00
maxkernbach 99a3c5755f Doc - sync external repositories (#7617) 2018-12-05 18:47:27 +01:00
Max Neunhöffer 3a7df19189 Fix super user JWT token behaviour with non-ex. db. (#7656) 2018-12-05 16:50:41 +01:00
kunalak 3e42d88c41 Doc - fix typo in admin/cluster readme file(#7625) 2018-12-05 15:28:12 +01:00
Simran f39810a9a9 Doc - Create MonetaryDataWithoutPrecisionLoss.md (#7149) 2018-12-05 15:24:04 +01:00
Simran 7dc8e7783f Doc - 3.4/geo multipolygon + other improvements (#7654) 2018-12-05 15:21:35 +01:00
Frank Celler def7900f53 added agency collctions to list of exceptions 2018-12-05 13:50:09 +01:00
Jan 1f248667c5 Doc - additional 3.4 related info (#7645) 2018-12-05 13:06:10 +01:00
Heiko 8d171b2c51 parse version fix (#7652) 2018-12-05 13:01:24 +01:00
Frank Celler 3b24acdd71 release version 3.4.0 2018-12-04 23:07:24 +01:00
Jan 4338806eb3 Doc - add known issue for parallel collection creation (#7641) 2018-12-04 20:30:04 +01:00
Heiko a94a402dde added MultiPolygon GeoJSON constructor function (#7634) 2018-12-04 17:54:34 +01:00
Frank Celler 4376f9efb6 starter 0.13.10 2018-12-04 12:30:50 +01:00
Frank Celler efc18edc88 generated files 2018-12-04 12:29:39 +01:00
Max Neunhöffer 686f26dd18 Doc - License key documentation in Starter. (#7629) 2018-12-04 12:17:53 +01:00
Heiko 0e56c6f7ac spotlight ui router was missing (#7627) 2018-12-04 11:42:47 +01:00
Frank Celler 6e2cbe2d1e greylisted 2018-12-04 09:28:00 +01:00
Wilfried Goesgens d5a64629f8 Feature 3.4/kill em all (#7590) 2018-12-04 09:03:39 +01:00
Dan Larkin-York 743ede87ea Disable warning about persistent IDs during upgrade procedure. (#7611) 2018-12-04 09:02:41 +01:00
jsteemann 0b9a8da7af fix segfault 2018-12-04 08:56:40 +01:00
Simran 38b4ef3e49 Doc - Remove _getConnectingEdges() as it's not implemented (#7622) 2018-12-03 20:15:34 +01:00
Frank Celler b59b8ff41c release version 3.4.0-rc.6 2018-12-03 19:43:05 +01:00
Jan 0f3f08a279
dont use version number in JavaScript install path (#7606) 2018-12-03 18:57:54 +01:00
sleto-it 93c31720d2
Doc - Update Known Issues 3.4 (#7609) 2018-12-03 18:48:30 +01:00
Jan a228644f21 dont keep JS module directory (#7619) 2018-12-03 18:10:22 +01:00
Max Neunhöffer dd5c830f2f
Call license key check. (#7594)
* Call license key check.

* Add CHANGELOG entry.
2018-12-03 17:23:32 +01:00
jsteemann 405de24c54 improve debug messages 2018-12-03 16:40:48 +01:00
Jan 574d9c2d26
dont fail when restoring a cluster dump into a single server (#7596) 2018-12-03 16:18:27 +01:00
Andrey Abramov bab3c5eeed Documentation 3.4/update known issues (arangosearch) (#7600)
* update known issues for 3.4

* more known issues
2018-12-03 14:21:35 +01:00
Max Neunhöffer ceb1018af4
Wait for 5 dbservers before starting resilience tests. (#7541)
* Wait for 5 dbservers before starting test.
* Fix jslint.
2018-12-03 13:15:56 +01:00
sleto-it 53e108f7b6
Doc - 3.3 Known Issues (#7583) 2018-12-03 13:04:06 +01:00
Frank Celler fb3a8b6b39 sleep before check 2018-12-02 21:44:16 +01:00
Lars Maier 4bf2302150 Do nothing in phaseTwo if leader has not been touched. (#7579)
* Do nothing in phaseTwo if leader has not been touched.

* Drop follower if it refuses to cooperate.

This is important since a dbserver that is follower for a shard will
after a reboot think that it is a leader, at least for a short amount
of time. If it came back quickly enough, the leader might not have
noticed that it was away.
2018-12-02 13:14:46 +01:00
Andrey Abramov de96a89ba7
treat all iresearch scores as float_t for 3.4 (#7573)
* treat all iresearch scores as float_t for 3.4

* cleanup

* attempt to fix tests

* another attempt to fix tests
2018-12-01 01:19:34 +03:00
Frank Celler a86fd3dd67 fixed init 2018-11-30 21:17:38 +01:00
Frank Celler 067606da3a
Bug fix 3.4/bad leader report current (#7574)
* Initialize theLeader non-empty, thus not assuming leadership.

* Correct ClusterInfo to look into Target/CleanedServers.

* Prevent usage of to be cleaned out servers in new collections.

* After a restart, do not assume to be leader for a shard.
2018-11-30 21:11:48 +01:00
Jan 836954b8e3
allow using UTF8 filenames for UUID directory (#7569) 2018-11-30 17:25:50 +01:00
Jan 3c3fa4606d
fix install path for js (#7571) 2018-11-30 17:10:48 +01:00
Jan Christoph Uhde 17b600905e update ssl instructions (#7567) 2018-11-30 16:27:12 +01:00
Jan 92616c1dca
fix path normalization for Windows (#7565) 2018-11-30 16:21:13 +01:00
Frank Celler 71b0c6aa37 release version 3.4.0-rc.5 2018-11-29 23:02:15 +01:00
Frank Celler 1d147ebc83 build generated files for rc.5 2018-11-29 22:56:18 +01:00
Andrey Abramov 5d8c07286a ensure UnorderedRefKeyMap keys are valid after copying (#7549) (#7558) 2018-11-29 20:08:27 +01:00
Andrey Abramov 2c36657a9e improve logging in ClusterInfo::loadPlan (#7511) (#7532) 2018-11-29 20:08:11 +01:00