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
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
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
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
A.J. Beamon
9dc072d99e
Some documentation tweaks in the 4.0 release notes.
2018-05-11 13:25:47 -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
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
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
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
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
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
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
Ben Halverson
7bb332ab64
docs(architecture.html): The architecture image was missing
...
184
2018-04-23 10:05:09 -07:00
A.J. Beamon
9f4aea2b4b
Merge branch 'release-5.1' of github.com:ajbeamon/foundationdb into release-5.1
2018-04-22 09:13:52 -07:00
A.J. Beamon
60c11069e4
Fix code formatting.
2018-04-22 09:10:21 -07:00
Bruce Mitchener
2f8a0240f1
Fix some typos.
2018-04-19 11:44:01 -07:00
John Brownlee
8bd453bd93
Clean up language on the client design page.
2018-04-19 10:41:32 -07:00
Evan Tschannen
ee77f4f1d0
updated downloads documentation
2018-04-18 19:54:20 -07:00
Evan Tschannen
96105cc87b
updated the release notes for 5.1.7
2018-04-18 19:49:07 -07:00
Alec Grieser
694053829f
class scheduling tutorial now works in python 2.7 and python 3.6
...
this now uses are tuple encoding for integers instead of ASCII-encoding them
2018-04-18 17:20:45 -07:00
John Brownlee
08d21b2444
Merge pull request #153 from alexmiller-apple/tlsdocs51
...
Add documentation for the TLS Plugin
2018-04-18 15:19:50 -07:00
Alex Miller
b5e448c010
Fix "ships with" -> "offers", because we aren't offering builds of the TLS Plugin at this moment.
2018-04-18 15:15:57 -07:00
Evan Tschannen
b390d65504
updated the GUID for 5.1.6
...
updated downloads documentation for 5.1.6
2018-04-16 13:19:00 -07:00
Evan Tschannen
fd687ada1b
updated the release notes for 5.1.6
2018-04-16 13:10:45 -07:00
John Brownlee
7bd9324092
Merge pull request #125 from brownleej/go-doc-build-removal
...
Removes the steps to build godoc from our Makefile
2018-04-13 08:55:35 -07:00
Alex Miller
b86e70f77d
Add documentation for the TLS Plugin.
2018-04-12 17:17:08 -07:00
Yichi Chiang
5ac9375577
Create release 5.1.5
2018-04-11 12:32:34 -07:00
Evan Tschannen
0bf1c1ad37
updated the release notes
2018-04-11 11:32:59 -07:00
Evan Tschannen
9bd6c41924
added release notes for 5.1.5
2018-04-11 10:53:09 -07:00
Evan Tschannen
8388eb6c22
updated documentation to rename multi_dc to three_datacenter
2018-04-10 16:26:59 -07:00
Alec Grieser
ff956c3fde
removed references to nodejs bindings
...
issue: Node.js Bindings #129
2018-04-06 17:17:45 -07:00
Alec Grieser
0d08fcf1d3
removed old node.js bindings
...
issue: Node.js Bindings #129
2018-04-06 17:16:17 -07:00
John Brownlee
ca34f924f3
Removes the step to build the go docs from the Makefile.
2018-03-30 11:16:19 -07:00