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
Alvin Moore
29be22b886
Removed Windows carriage returns
2018-05-16 16:44:18 -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
Dave Lester
caee57b50c
Updates documentation config / theme footer to reflect project copyright information.
2018-04-27 12:24:52 -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
Chr1st0ph
6e17dea642
fix documentation/sphinx/Makefile
...
support url-redirect for download of virtualenv-13.0.1.tar.gz
2018-04-24 22:41:56 +02:00
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
Ben Halverson
7bb332ab64
docs(architecture.html): The architecture image was missing
...
184
2018-04-23 10:05:09 -07:00
Steve M
01c0a059fa
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-23 08:12:57 -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
Ben Halverson
7991baa4f4
docs(architecture.html): The architecture image was missing
...
184
2018-04-19 13:43:19 -07:00
Bruce Mitchener
2f8a0240f1
Fix some typos.
2018-04-19 11:44:01 -07:00
Alec Grieser
7161a7cec5
Merge pull request #189 from waywardmonkeys/fix-typos
...
Fix some typos.
2018-04-19 11:40:06 -07:00
Bruce Mitchener
9cdf25eda3
Fix some typos.
2018-04-20 00:49:22 +07:00
John Brownlee
0ad6c3d885
Merge remote-tracking branch 'upstream/release-5.2' into master-5.2-merge
2018-04-19 10:48:43 -07:00
John Brownlee
8bd453bd93
Clean up language on the client design page.
2018-04-19 10:41:32 -07:00
Evan Tschannen
d46d5487bd
Merge branch 'release-5.2'
2018-04-18 20:46:03 -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
c1ccc8522c
Merge branch 'release-5.2'
2018-04-17 18:38:12 -07:00
Evan Tschannen
11eb690683
Merge branch 'master' of github.com:apple/foundationdb
2018-04-17 18:37:10 -07:00
Alec Grieser
d620090705
make virtual env download make variables so that one can override them
2018-04-17 10:01:50 -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
Dave Lester
497fbff281
Updates documentation config / theme footer to reflect project copyright information.
2018-04-11 22:58:35 -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
f384ac54e4
added basic documentation on the FoundationDB architecture
2018-04-10 18:31:29 -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
Stephen Atherton
344093519a
Merge branch 'release-5.1' of github.com:apple/foundationdb into backup-docs
...
# Conflicts:
# documentation/sphinx/source/backups.rst
2018-03-24 15:15:43 -07:00
John Brownlee
993b53ea3b
Fixes the name of the dr_agent command in the docs.
2018-03-23 12:48:58 -07:00
Stephen Atherton
10b1e76e4d
More backup documentation, added blob credential file format and usage and a few other tweaks.
2018-03-23 02:46:25 -07:00
Stephen Atherton
b600691e6b
Added documentation for recently added fddbackup subcommands expire, list, and describe.
2018-03-23 02:13:26 -07:00
Stephen Atherton
9852cb66a2
Rewrote and reformatted much of the Backup and DR documentation. Added introductions to explain the recently added continuous backup mode and to explain DR in more detail. Removed references to fdbblob, documented new command line options.
2018-03-23 01:29:33 -07:00
AlvinMooreSr
53438477c1
Documenation Package Fix ( #113 )
...
* Moved clean up to external makefile
* Fixed the name of the documentation package
* Fixed name of the documentation package
2018-03-22 07:50:56 -07:00
John Brownlee
922094f7e3
Merge pull request #106 from AlvinMooreSr/release-5.1-docsreview
...
Added clean targets
2018-03-21 13:31:47 -07:00
John Brownlee
d4954b5346
Merge pull request #107 from brownleej/logo-removal
...
Removes the logo from our sphinx template.
2018-03-21 13:29:33 -07:00
Alvin Moore
cc5149949d
Removed the version id (git hash) from the document package name
2018-03-21 12:24:06 -07:00
A.J. Beamon
3fca78c0f9
Update docs for patch release 5.1.1-5.1.4
2018-03-21 11:11:18 -07:00
John Brownlee
4da519bc4a
Removes the logo from our sphinx template.
2018-03-21 08:58:00 -07:00
bnamasivayam
218617b661
Merge pull request #86 from bnamasivayam/release-5.1
...
Update configuration.rst with locality info
2018-03-20 17:25:27 -07:00
bnamasivayam
6fbef3ab39
Change Capitalization at certain places.
2018-03-20 17:24:47 -07:00
Richard Low
00ee4d3f55
Merge pull request #101 from richardalow/upgrade-storage-docs
...
Upgrade storage docs
2018-03-20 14:37:12 -07:00
Richard Low
33a4a4d4bb
Merge pull request #95 from swethamundla/admin1
...
admin changes
2018-03-20 14:36:45 -07:00
swetha mundla
7d93c69d4e
administration guide changes
2018-03-20 14:14:54 -07:00
Richard Low
c88d3b9e11
Add comment to bounce clients after install new binary
2018-03-20 13:45:24 -07:00
John Brownlee
6c20d68ae2
Merge pull request #103 from AlvinMooreSr/release-5.1-docsreview
...
Docs Build Modifications
2018-03-20 09:43:38 -07:00
Alvin Moore
4c8395fba7
Removed outdated information messages
2018-03-19 20:12:49 -07:00
Richard Low
066d537fb7
Update docs for extra storage for DR/backup and upgrades
2018-03-19 17:18:30 -07:00
John Brownlee
87046b67a1
Merge pull request #97 from ajbeamon/docs-download-page-updates
...
Update download page links, add Windows package, remove Node packages…
2018-03-19 15:58:38 -07:00
A.J. Beamon
b34cd5cab4
Merge pull request #98 from ajbeamon/docs-performance-page-edits
...
Fix link.
2018-03-19 14:50:11 -07:00
A.J. Beamon
ac32224923
Fix link.
2018-03-19 14:49:22 -07:00
A.J. Beamon
28bd3ec68f
Update download page links, add Windows package, remove Node packages, and some rewording. Fix a comment in the Windows installer.
2018-03-19 14:44:32 -07:00
Balachandar Namasivayam
15a151fbd0
Update configuration.rst on setting process class.
2018-03-19 14:36:17 -07:00
Balachandar Namasivayam
ef889ab359
Merge branch 'release-5.1' of github.com:apple/foundationdb into release-5.1
2018-03-19 14:34:40 -07:00
swetha mundla
42fe4bbaed
administration guide changes
2018-03-19 14:26:36 -07:00
swetha mundla
feec2d3367
admin changes
2018-03-19 13:45:26 -07:00
Alvin Moore
b52cae3d6a
Modified the name of the documentation artifact to vary in release and snapshot build
2018-03-19 13:27:09 -07:00
swethamundla
bdeb0b8179
Merge pull request #92 from richardalow/admin-docs
...
Improvements to administration docs
2018-03-19 12:58:43 -07:00
Richard Low
1e6a5b57d0
Improvements to administration docs
2018-03-19 12:47:34 -07:00
Alec Grieser
483182e7f8
Merge pull request #91 from brownleej/local-development-cleanup
...
Cleans up the local development section in the overview.
2018-03-19 12:46:39 -07:00
Balachandar Namasivayam
4c23113f8b
Merge branch 'release-5.1' of github.com:apple/foundationdb into release-5.1
2018-03-19 12:44:16 -07:00
Alec Grieser
e4275d3178
Merge pull request #79 from ajbeamon/docs-performance-page-edits
...
Update performance docs to clarify some language, add a couple links,…
2018-03-19 12:43:32 -07:00
A.J. Beamon
6513287630
Mention that more reads happen during backup and DR.
2018-03-19 12:41:51 -07:00
John Brownlee
8fa8cb1400
Cleans up the local development section in the overview.
2018-03-19 12:38:09 -07:00
A.J. Beamon
423ffb7acb
Change will to should.
2018-03-19 12:37:18 -07:00
AlvinMooreSr
3c50237c0e
Merge pull request #85 from brownleej/url-update
...
Updates URLs and email addresses in documentation and package config.
2018-03-19 12:33:22 -07:00
A.J. Beamon
a74fae0e64
Merge branch 'release-5.1' into docs-performance-page-edits
...
# Conflicts:
# documentation/sphinx/source/known-limitations.rst
2018-03-19 11:56:35 -07:00
Balachandar Namasivayam
114635bf7b
Merge branch 'release-5.1' of github.com:apple/foundationdb into release-5.1
2018-03-16 13:36:44 -07:00
yichic
f4715e43f9
Merge pull request #83 from AlvinMooreSr/release-5.1-docsreview
...
Release 5.1 docsreview
2018-03-15 21:32:32 -07:00
Balachandar Namasivayam
b51503d420
Update configuration.rst with locality info
2018-03-15 18:08:58 -07:00
John Brownlee
91fa01a5a6
Updates URLs and email addresses in documentation and package config.
2018-03-15 16:30:29 -07:00
Bhaskar Muppana
4c678def64
Merge pull request #82 from brownleej/john-docs-update
...
More docs updates
2018-03-15 16:19:01 -07:00
Alvin Moore
ba8e8f8389
Fixed python class scheduling documentation where versions of available_classes calls invalidtuple.unpack(k)[2].
...
Modified all class scheduling documentation pages removing mentioning of UI and updating wording within sections of Done and Are We Done? to be clearer.
Update configuration options within Command Line Interface documentation
Updated language describing Causal Riskiness within Command Line Interface documentation
Removed personal username from Ruby class scheduling documentation file
2018-03-15 16:18:02 -07:00
Evan Tschannen
16649135f1
Merge pull request #81 from etschannen/release-5.1
...
update known limitations, anti-features, and fault tolerance
2018-03-15 15:31:40 -07:00
Evan Tschannen
8340ea3140
Update fault-tolerance.rst
2018-03-15 15:31:06 -07:00
John Brownlee
de1d136d46
Merge pull request #75 from ajbeamon/docs-strengthen-patch-protocol-statement
...
Strengthen the statement about patch version protocol compatibility
2018-03-15 15:13:29 -07:00
Evan Tschannen
6aaf18d791
removed accidental whitespace addition
2018-03-15 15:03:08 -07:00
Evan Tschannen
0cc3ffa335
updated anti-features, known limitations, and fault tolerance documentation
2018-03-15 15:00:07 -07:00
Richard Low
2571e2627c
Merge pull request #80 from apkar/release-5.1
...
Fixing status in documentation.
2018-03-15 14:30:03 -07:00
Bhaskar Muppana
e6bc7a2815
Fixing status in documenation.
2018-03-15 14:22:19 -07:00
A.J. Beamon
19215d0167
Add some numbers about the size of keys and values.
2018-03-15 14:20:20 -07:00
A.J. Beamon
b332c4f9ed
Update performance docs to clarify some language, add a couple links, and add a note about backup and DR.
2018-03-15 13:49:04 -07:00
Bhaskar Muppana
24954f07d8
Merge pull request #77 from brownleej/john-docs-update
...
Clarifies some language in the "Features" documentation.
2018-03-15 13:27:14 -07:00
Bhaskar Muppana
02cd7865d8
Fixing timestamps.
2018-03-15 13:17:55 -07:00
John Brownlee
198d6682e9
Makes use of lambda syntax in more of the javadocs.
2018-03-15 13:04:28 -07:00
John Brownlee
ab8028383d
Clarifies some language in the "Features" documentation.
2018-03-15 12:48:26 -07:00
A.J. Beamon
29f2a85c79
Strengthen the statement about patch version protocol compatibility
2018-03-15 12:33:57 -07:00
Alvin Moore
7006f878c1
Integrated documentation building into root Makefile
2018-03-13 13:09:52 -07:00
John Brownlee
7d1984b4d4
Initial import of cleaned up documentation.
2018-03-13 13:09:35 -07:00