Steve Atherton
7072171b5d
Merge pull request #504 from richardalow/tls-additional-subject-field
...
Tls additional subject fields
2018-06-20 15:27:38 -07:00
Steve Atherton
2f884140a3
Merge pull request #511 from richardalow/check-valid-default
...
Validate certiicates by default
2018-06-20 15:23:25 -07:00
Richard Low
b161e25fbd
Update relese notes
2018-06-20 14:41:31 -07:00
Richard Low
fff6a47c43
Validate certiicates by default
2018-06-20 14:04:03 -07:00
Richard Low
e0c72b31f4
Add UID and DC as additional subject fields for TLS peer validation
2018-06-19 13:42:18 -07:00
Alec Grieser
209f96e9d1
Merge pull request #473 from brownleej/site-map-fix-5.2
...
Add administration and TLS sections to the site map.
2018-06-14 12:33:30 -07:00
Alex Miller
f1633c8619
Merge pull request #490 from lingbin/release-5.2
...
Fix the indentation of the administration document
2018-06-14 10:39:32 -07:00
LingBin
4a87a6c8e1
Fix the indentation of the administration document
...
Incorrect indentation can lead to incorrect line breaks.
In sphinx, the source code needs to be indented.
commit to the release-5.2 branch, which is where the next version of the website documentation is likely to be built from.
2018-06-14 12:28:31 +08:00
Evan Tschannen
6a4965e5a8
Merge pull request #488 from ajbeamon/actor-compiler-comment-line-number-fix
...
Fix bug in actor compiler that would cause multiline comments to be …
2018-06-13 10:26:08 -07:00
A.J. Beamon
6f941a89b4
Fix bug in actor compiler that would cause multi-line comments to be marked with the wrong line numbers.
2018-06-13 10:15:20 -07:00
Richard Low
497026003e
Merge pull request #486 from richardalow/release-5.2
...
Release 5.2
2018-06-12 18:26:59 -07:00
Richard Low
a52430ff58
Bump versions.target
2018-06-12 18:25:41 -07:00
Richard Low
a3ca2204b1
Update MSI package after 5.2.4 release
2018-06-12 18:24:51 -07:00
Richard Low
6292d021dc
Merge pull request #484 from richardalow/release-5.2
...
Release 5.2
2018-06-12 16:48:47 -07:00
Richard Low
b46862faa8
Update MSI package for 5.2.4 release
2018-06-12 13:57:07 -07:00
Richard Low
0bc629ce73
Update download links for 5.2.4 release
2018-06-12 13:55:12 -07:00
Richard Low
d1a0da995c
Merge remote-tracking branch 'apple/release-5.2' into release-5.2
2018-06-12 13:32:51 -07:00
Steve Atherton
75de22bb08
Merge pull request #482 from satherton/release-5.2
...
Reduce default backup parallel tasks to decrease memory usage.
2018-06-12 13:20:30 -07:00
Steve Atherton
0481928bd8
Reduce backup parallel tasks to decrease memory usage.
2018-06-12 13:15:24 -07:00
A.J. Beamon
3a4c75577c
Merge pull request #470 from bnamasivayam/cluster-file-directory-writable
...
Cluster file and its parent directory needs to be writable for operat…
2018-06-12 12:02:42 -07:00
Balachandar Namasivayam
819929e1be
Address review comments.
2018-06-12 11:59:47 -07:00
Richard Low
5ec4aa45b9
Merge remote-tracking branch 'apple/release-5.2' into release-5.2
2018-06-12 11:55:25 -07:00
A.J. Beamon
ea63a190eb
Merge pull request #478 from apple/release-5.1
...
Merge release-5.1 into release-5.2
2018-06-12 11:54:11 -07:00
Richard Low
b8b69c3f9a
Merge remote-tracking branch 'apple/release-5.1' into release-5.2
2018-06-12 11:52:21 -07:00
Steve Atherton
67781e184e
Merge pull request #477 from richardalow/additional-verify-peers-args
...
Add docs about multiple verify peers strings
2018-06-12 10:18:18 -07:00
A.J. Beamon
0d1c3f9e93
Merge pull request #476 from tirkarthi/doc-typo-fixes-release-5.2
...
Typo fixes using aspell
2018-06-12 09:25:38 -07:00
Richard Low
56e8355a14
Add docs about multiple verify peers strings
2018-06-12 09:19:42 -07:00
xtreak
c3beca3f3d
Typo fixes using aspell
2018-06-12 21:28:45 +05:30
John Brownlee
6f0af73096
Merge pull request #459 from alecgrieser/bump-python-version
...
Bump supported python version to 3.6
2018-06-11 19:04:53 -07:00
John Brownlee
daea43bdca
Add administration and TLS sections to the site map.
...
#264
2018-06-11 19:02:18 -07:00
Evan Tschannen
62533dae7f
Merge pull request #472 from etschannen/release-5.2
...
updated release notes for 5.2.4
2018-06-11 17:09:23 -07:00
Evan Tschannen
a66194b38c
updated release notes for 5.2.4
2018-06-11 17:08:29 -07:00
AlvinMooreSr
553bfec600
Merge pull request #403 from richardalow/fix-docs-build
...
Fix the docs build to follow redirect for python dependencies
2018-06-11 16:54:23 -07:00
Evan Tschannen
50904693f6
Merge pull request #471 from alexmiller-apple/tlsfixes-5.2
...
Identify processes with host:port regardless of if TLS is enabled or not
2018-06-11 16:54:04 -07:00
Alex Miller
cfa7fe8866
Identify processes with host:port regardless of if TLS is enabled or not.
...
This makes `kill` and `profile` behave like how `exclude` functions, and means
commands don't have to change depending on TLS status.
Verified via starting a TLS cluster and killing a process before and after this change.
2018-06-11 16:49:20 -07:00
Balachandar Namasivayam
7db928ccec
Cluster file and its parent directory needs to be writable for operation of fdb cluster.
...
Document this requirement and also add relevant details to status output.
2018-06-11 16:47:24 -07:00
A.J. Beamon
08edc2b079
Merge pull request #468 from etschannen/release-5.2
...
set_verify_peers now splits input based on the ‘|’ character
2018-06-11 16:01:37 -07:00
Evan Tschannen
b071c5d81c
fix: incorrect parsing logic
2018-06-11 15:56:22 -07:00
Evan Tschannen
69515e6b4d
set_verify_peers now splits input based on the ‘|’ character
2018-06-11 15:52:04 -07:00
Alec Grieser
be9a131f0d
bump supported python version to 3.6
...
Issue: #379
2018-06-11 11:54:47 -07:00
Evan Tschannen
e67bf8936c
Merge pull request #439 from richardalow/release-notes
...
Better 5.2.2 release notes wording for TLS
2018-06-08 16:04:08 -07:00
Evan Tschannen
50779a1860
Merge pull request #448 from bnamasivayam/fix-trprofile-test-bug
...
Having fixed limits for getRange results in continuously getting tran…
2018-06-08 12:52:50 -07:00
Balachandar Namasivayam
20febf5ef9
Address review comments.
2018-06-08 11:24:51 -07:00
Alec Grieser
42e6f2c216
Merge pull request #444 from ajbeamon/release-5.2
...
Update version-specific upgrade notes
2018-06-08 11:03:36 -07:00
A.J. Beamon
4e921417df
Make wording consistent
2018-06-08 10:49:43 -07:00
A.J. Beamon
c005560804
Merge branch 'release-5.2' of github.com:apple/foundationdb into release-5.2
2018-06-08 10:46:22 -07:00
A.J. Beamon
6461478695
Merge pull request #452 from apple/release-5.1
...
Merge release-5.1 into release-5.2
2018-06-08 10:41:13 -07:00
Evan Tschannen
12c45ccf79
Merge pull request #451 from ajbeamon/release-5.1
...
Fix case of newSeverity detail in StderrSeverity trace event
2018-06-08 10:28:30 -07:00
A.J. Beamon
c9543791fd
Fix case of newSeverity detail in StderrSeverity trace event
2018-06-08 10:24:12 -07:00
Balachandar Namasivayam
514b0e3c20
Having fixed limits for getRange results in continuously getting transaction_too_old error in some scenarios.
...
Cutting the limits by half in such cases allows to test to progress.
2018-06-07 15:27:05 -07:00