1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-21 14:02:59 +08:00

167 Commits

Author SHA1 Message Date
Alec Grieser
46b8612566
bump API version from 520 to 600 2018-07-09 11:00:57 -07:00
Alvin Moore
c3f88dbfe1 Merge branch 'master' of github.com:apple/foundationdb into tls-static 2018-07-01 23:13:57 -07:00
Alvin Moore
132e2d9267 Defined TLS build flags for projects
Updated TLS documentation
2018-07-01 22:49:39 -07:00
Steve Atherton
7f6bced835
Merge pull request from alexmiller-apple/tlsplugin_san
TLS certificate handling enhancements
2018-07-01 01:50:58 -07:00
Steve Atherton
b17c8359ec
Merge pull request from apple/release-5.2
Merge release-5.2 into master
2018-06-30 22:50:07 -07:00
Alex Miller
fa910d5755 Update the TLS certificate verification documentation.
Included is:

* Updating the fields supported to include UID and DC, from a previous change.
* Including a description of the operators supported and explaining
  prefix/suffix matching.
* Including a description of Subject Alternative Name matching.

And reworking the examples section to make it clear what a certificate would
look like and how we would then handle and validate it.
2018-06-29 17:18:40 -07:00
Alvin Moore
c6e18f5b2b Removed TLS target
Changed TLS documentation to not specify it as a plugin but compiled in
2018-06-27 07:46:04 -07:00
Richard Low
de00994b69 Correct the default peer verification in the docs 2018-06-26 19:07:07 -07:00
A.J. Beamon
203fd93fcc
Merge pull request from fannix/master
Fix a concurrency bug in Java queue example
2018-06-25 08:22:58 -07:00
Evan Tschannen
1dce97f28c Merge branch 'release-5.2'
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	fdbserver/SimulatedCluster.actor.cpp
#	packaging/msi/FDBInstaller.wxs
#	versions.target
2018-06-21 17:05:11 -07:00
Bhaskar Muppana
ea5aa51e08 5.2.5 release related changes. 2018-06-21 14:01:19 -07:00
Evan Tschannen
011f0ce7c0 reordered the release notes 2018-06-21 12:16:13 -07:00
Stephen Atherton
d9f3eb05a2 Change default delete operations per second. Updated release notes. 2018-06-21 11:13:31 -07:00
Richard Low
b161e25fbd Update relese notes 2018-06-20 14:41:31 -07:00
A.J. Beamon
4e4bc19c73 Add new status field to documentation schema 2018-06-20 14:12:51 -07:00
Evan Tschannen
6cd7627113 updated release notes 2018-06-17 20:29:15 -07:00
Alec Grieser
209f96e9d1
Merge pull request from brownleej/site-map-fix-5.2
Add administration and TLS sections to the site map.
2018-06-14 12:33:30 -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
Richard Low
46855f5423 Remove 5.2 release notes 2018-06-13 10:12:43 -07:00
Richard Low
39894ea798 Merge remote-tracking branch 'apple/release-5.2' 2018-06-12 18:31:20 -07:00
Richard Low
0bc629ce73 Update download links for 5.2.4 release 2018-06-12 13:55:12 -07:00
xmeng
8ae25bed5c Fix a concurrency bug in Java queue example
firstItem() should be in the same transaction of clear()
2018-06-12 21:01:19 +01:00
A.J. Beamon
fc1c7c2f82 Spelling fix in release notes 2018-06-12 12:22:44 -07:00
A.J. Beamon
3a4c75577c
Merge pull request 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
Steve Atherton
67781e184e
Merge pull request from richardalow/additional-verify-peers-args
Add docs about multiple verify peers strings
2018-06-12 10:18:18 -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 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.
2018-06-11 19:02:18 -07:00
Evan Tschannen
a66194b38c updated release notes for 5.2.4 2018-06-11 17:08:29 -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
Alec Grieser
be9a131f0d
bump supported python version to 3.6
Issue: 
2018-06-11 11:54:47 -07:00
John Brownlee
cd4ce7843d Add administration and TLS sections to the site map.
2018-06-11 11:13:44 -07:00
Evan Tschannen
e67bf8936c
Merge pull request from richardalow/release-notes
Better 5.2.2 release notes wording for TLS
2018-06-08 16:04:08 -07:00
A.J. Beamon
4e921417df Make wording consistent 2018-06-08 10:49:43 -07:00
Evan Tschannen
d7d38c3544
Merge pull request from ajbeamon/rename-logGroup-attribute
Rename trace file logGroup attribute to LogGroup
2018-06-08 10:30:45 -07:00
A.J. Beamon
f463245ca0 Update version-specific upgrade notes 2018-06-06 15:42:27 -07:00
A.J. Beamon
216404de45 Merge branch 'release-5.2' of github.com:apple/foundationdb
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	versions.target
2018-06-06 15:25:37 -07:00
A.J. Beamon
bd90cdbc59 Updates for release 5.2.3. This excludes required changes to administration.rst pending some clarification about how certain upgrades work. 2018-06-06 14:13:20 -07:00
Evan Tschannen
7c289c12d6 updated release notes 2018-06-06 13:11:34 -07:00
Richard Low
7a84375f6d Better 5.2.2 release notes wording for TLS 2018-06-05 14:52:49 -07:00
A.J. Beamon
eeb92fbfa6 Add read-only commit fix and some PR links to release notes. 2018-06-05 13:41:37 -07:00
A.J. Beamon
3ea5fc72f0 Rename trace file logGroup attribute to LogGroup 2018-05-31 15:34:17 -07:00
A.J. Beamon
aab2dbdf25 Fix docs wording 2018-05-30 16:22:42 -07:00
John Brownlee
cd64d6c89a Update documentation for 5.2.2 release. 2018-05-30 15:32:49 -07:00
A.J. Beamon
ba0a8450c5 Merge branch 'release-5.2' of github.com:apple/foundationdb into merge-release-5.2-into-master
# Conflicts:
#	documentation/sphinx/source/backups.rst
#	documentation/sphinx/source/release-notes.rst
#	fdbserver/TLogServer.actor.cpp
#	flow/Net2.actor.cpp
#	versions.target
2018-05-30 11:36:37 -07:00
A.J. Beamon
026458baf3 Merge release-5.2 into master 2018-05-23 15:32:56 -07:00
Richard Low
29d365bcc8 Merge remote-tracking branch 'apple/release-5.2' into tls-docs 2018-05-23 14:58:59 -07:00
Richard Low
ac8da9589a Update TLS docs with new plugin options 2018-05-23 14:46:20 -07:00