Commit Graph

1088 Commits

Author SHA1 Message Date
Alec Grieser f168e349d6
Merge pull request #99 from brownleej/godocs-dependency-fix
Add generated.go as a dependency for the godocs.
2018-03-20 09:30:42 -07:00
Alec Grieser c8cbbbc865
Merge pull request #100 from ajbeamon/release-5.1
Fix Python3 directory layer bug where str() was used instead of bytes()…
2018-03-20 09:23:22 -07:00
A.J. Beamon 9da3bb7d9d
Merge pull request #96 from alecgrieser/fix-java-build-with-java-home
Use JAVA_HOME to find location of JVM for headers for JNI build
2018-03-20 09:20:36 -07:00
Alec Grieser 8a2aaf1268
remove somewhat questionable fallback if /user/libexec/java_home is not present 2018-03-20 09:17:16 -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 af738e0f45 Fix Python3 directory layer bug where str() was used instead of bytes(). Fix bug in binding tester that caused directory tests to not compare results, which resulted in the directory layer bug going undetected. 2018-03-19 15:47:56 -07:00
John Brownlee 828e08a345 Add generated.go as a dependency for the godocs. 2018-03-19 14:55:28 -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
Alec Grieser 03fc931e86
use JAVA_HOME to find location of JVM for headers for JNI build 2018-03-19 14:06:17 -07:00
yichic 1e109542f2
Merge pull request #94 from alexmiller-apple/javadoc-fix-5.1
Fix broken links in java docs
2018-03-19 13:45:16 -07:00
Alex Miller a975cb82e7 Fix other broken links in java docs. 2018-03-19 13:42:42 -07:00
Alex Miller 9763a61a22 Fix broken links in pointing to cluster file documentation. 2018-03-19 13:25: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
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
yichic f4715e43f9
Merge pull request #83 from AlvinMooreSr/release-5.1-docsreview
Release 5.1 docsreview
2018-03-15 21:32:32 -07:00
John Brownlee 6ac109c2a1
Merge pull request #84 from AlvinMooreSr/release-5.1
Fixed suffix for build dependency
2018-03-15 16:31:47 -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
Alvin Moore b284caa2d7 Added support for copying documentation package to package directory 2018-03-15 16:07:23 -07:00
John Brownlee 2b36dbc932 Adds sed commands to further mangle our paths in the godocs. 2018-03-15 15:52:22 -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
Evan Tschannen f41219d392
Merge pull request #78 from alecgrieser/javadoc-macos-build
Fix javadoc build on macOS
2018-03-15 13:40:34 -07:00
Alec Grieser 5a331b8b9f
change literal angle brackets to html stand-ins within a javadoc comment 2018-03-15 13:36:23 -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
John Brownlee 93e2512a38
Merge pull request #76 from apkar/release-5.1
Fixing timestamps.
2018-03-15 13:19:45 -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
AlvinMooreSr 9f89454638
Merge pull request #68 from brownleej/release-5.1-docs
Merge documentation and build changes from release-5.2 branch into release-5.1 branch
2018-03-13 16:01:11 -07:00
John Brownlee 25007fc8a6 Fix the version tag. 2018-03-13 15:28:07 -07:00
Alvin Moore 7006f878c1 Integrated documentation building into root Makefile 2018-03-13 13:09:52 -07:00