132 Commits

Author SHA1 Message Date
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
John Brownlee
cd4ce7843d Add administration and TLS sections to the site map.
#264
2018-06-11 11:13:44 -07:00
Evan Tschannen
d7d38c3544
Merge pull request #430 from ajbeamon/rename-logGroup-attribute
Rename trace file logGroup attribute to LogGroup
2018-06-08 10:30:45 -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
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
Alvin Moore
bc47a4a23d Fixed carriage return line endings 2018-05-23 11:34:26 -07:00
Alvin Moore
463a8cf349 Fixed carriage return line endings 2018-05-23 11:30:48 -07:00
Alex Miller
a378b17e14 Update 5.2.0 -> 5.2.1 in documentation. 2018-05-21 15:22:55 -07:00
Alec Grieser
3360c35229
add fix to #387 to release notes 2018-05-15 17:14:10 -07:00
Evan Tschannen
4868c2f93e removed reference to 5.2 old release notes since they do not exist 2018-05-11 14:23:56 -07:00
A.J. Beamon
9dc072d99e Some documentation tweaks in the 4.0 release notes. 2018-05-11 13:25:47 -07:00
Evan Tschannen
25e13925f3 updated release notes for 6.0, the release notes are now being updated as features are completed 2018-05-11 10:50:44 -07:00
Alec Grieser
2ca01e59e7
update the release notes with some bindings fixes and clarification on versionstamps 2018-05-10 18:26:42 -07:00
Alvin Moore
5aad68a951 Updated Version within documentation files 2018-05-10 17:38:24 -07:00
Alvin Moore
3fba932f80 Updated Protocol Version
Updated version within download documentation
Added old release notes
Updated Wix GUID Product ID
2018-05-10 17:03:46 -07:00
Evan Tschannen
520aaf731d merge release 5.2 into master 2018-05-10 14:33:08 -07:00
A.J. Beamon
93497d7d42
Merge pull request #352 from etschannen/release-5.2
Properly handle endpoint failures on the client for all request types
2018-05-10 10:13:33 -07:00
Evan Tschannen
8f984cb2c9 Merge branch 'release-5.2'
# Conflicts:
#	fdbrpc/TLSConnection.h
2018-05-10 09:13:22 -07:00
A.J. Beamon
85010a5898 version stamp -> versionstamp 2018-05-10 08:25:18 -07:00
Evan Tschannen
98e07fd92e fix: clear the client's storage server interface cache on endpoint failure for all request types 2018-05-09 17:11:54 -07:00
Evan Tschannen
fb86d674f8 minor changes to the release notes 2018-05-09 16:58:27 -07:00
Evan Tschannen
4ea5c92ec1 added release notes for 5.2 2018-05-09 15:55:55 -07:00
Evan Tschannen
7acdc314e4 Merge branch 'release-5.2'
# Conflicts:
#	fdbrpc/TLSConnection.actor.cpp
2018-05-08 13:22:53 -07:00
Alvin Moore
05c1a887f2 Changed the name of the TLS artifact to fdb-libressl-plugin.so 2018-05-07 16:47:46 -07:00
Hiroshi Saito
5ff2d73f84 Fix undefined: e in a code snippet 2018-05-01 09:34:51 -07:00
Hiroshi Saito
370a6442b3
Fix undefined: e in a code snippet 2018-05-01 10:59:12 +09:00
Alec Grieser
69e831d522
Merge remote-tracking branch 'upstream/release-5.2' into merge-release-5.2 2018-04-28 17:44:52 -07:00
Steve M
6a8f1ae2c1
Fixups for python tutorial documentation
The available_classes function is using Subspace.unpack to
obtain the tuple, not fdb.tuple so update the description to
reflect this.

The limited seat tutorial section was missing the code and
text describing the update of the drop function.
2018-04-27 12:54:35 -07:00
Steve Malmskog
b1440e5a70
Remove redundant drop function doc section
Drop function description was moved up adjacent to the other
functions to provide better document flow making this section
redundant, hence its removal.
2018-04-27 12:52:33 -07:00
John Brownlee
816cceae09
Merge pull request #257 from alecgrieser/cherrypick-docs-and-go-install-fixes
Cherrypick docs and go install fixes
2018-04-27 11:11:54 -07:00
Steve Malmskog
9f3d026b91 Remove redundant drop function doc section
Drop function description was moved up adjacent to the other
functions to provide better document flow making this section
redundant, hence its removal.
2018-04-26 20:35:41 -07:00
John Brownlee
cce5204a22
Merge pull request #260 from etschannen/release-5.1
removed dev_null_is_web_scale
2018-04-26 14:31:49 -07:00
Evan Tschannen
e8378115e0 removed dev_null_is_web_scale 2018-04-26 14:10:28 -07:00
xtreak
a76259022d
Make docs Python 3 compatible 2018-04-26 09:45:51 -07:00
xtreak
8016fd6dd8 Make docs Python 3 compatible 2018-04-25 11:51:55 +05:30
John Brownlee
70428937b1
Merge pull request #239 from stevemns/master
Fixups for python tutorial documentation
2018-04-24 11:07:15 -07:00
Martin Junker
a6e3c75d9d
add more missing curly brackets 2018-04-24 09:36:36 -07:00
Martin Junker
c20be65c02
add missing curly bracket 2018-04-24 09:36:30 -07:00
Martin Junker
bc31eb50ce
add more missing curly brackets 2018-04-24 09:45:45 +02:00
Martin Junker
765b5f3b94
add missing curly bracket 2018-04-24 09:41:47 +02:00