Evan Tschannen
|
844c8511c4
|
Merge pull request #2588 from jzhou77/backup-worker
Integrate new backup worker with existing backup command
|
2020-02-05 14:14:43 -08:00 |
Jingyu Zhou
|
52c6737411
|
Rename backupLoggingEnabled as backupWorkerEnabled
To highlight the changes for 7.0 backup changes. By default,
backup_worker_enabled flag is set for 7.0 version.
|
2020-02-04 10:09:16 -08:00 |
Jingyu Zhou
|
0db03f1d3c
|
Use backup_logging_enabled flag
The default is to enable new backup workers. Users can disable this flag to
turn off the backup worker feature.
|
2020-02-03 20:03:22 -08:00 |
Vishesh Yadav
|
becc01923a
|
Merge pull request #2626 from ajbeamon/update-api-version-to-700
Update API version to 700
|
2020-02-03 09:49:24 -08:00 |
Jingyu Zhou
|
f303c7f34b
|
Add backup_type to documentation
|
2020-01-31 19:29:09 -08:00 |
A.J. Beamon
|
82b72e5358
|
Add a release note
|
2020-01-30 09:36:03 -08:00 |
A.J. Beamon
|
7c4b30ae48
|
Merge branch 'master' into fdbkeyvalue-use-uint8-t
# Conflicts:
# documentation/sphinx/source/api-version-upgrade-guide.rst
|
2020-01-30 09:34:44 -08:00 |
A.J. Beamon
|
8ffaf1d09b
|
Add section to the version upgrade guide for API version 700.
|
2020-01-30 09:30:32 -08:00 |
A.J. Beamon
|
41b961bd87
|
Add PR number to release notes.
|
2020-01-30 09:29:10 -08:00 |
A.J. Beamon
|
72f92626e4
|
Update API version to 700
|
2020-01-30 09:26:27 -08:00 |
A.J. Beamon
|
35b54672b7
|
Change FDBKeyValue's key and value members to have type uint8_t*.
|
2020-01-30 08:49:23 -08:00 |
A.J. Beamon
|
ed768944c6
|
Merge pull request #2565 from schedutron/optionstypo
Fix typo in Class Scheduling Python Example
|
2020-01-30 08:20:20 -08:00 |
1u0
|
e23c4e8b9c
|
Documentation: fix some typos
|
2020-01-30 15:01:03 +01:00 |
Saurabh Chaturvedi
|
d1c823b3d7
|
Fix transaction retry typo for other lang tutorials
|
2020-01-30 19:10:08 +05:30 |
Saurabh Chaturvedi
|
daa5ac9a56
|
Merge branch 'master' of https://github.com/apple/foundationdb into optionstypo
|
2020-01-30 19:03:22 +05:30 |
Xin Dong
|
125fe0ac27
|
Merge pull request #2611 from alexmiller-apple/fix-the-build
Force setuptools to be upgraded during sphinx build
|
2020-01-28 15:17:05 -08:00 |
Alex Miller
|
714850bfa4
|
Set an actual minimal version for setuptools
It looks like PEP 508 was merged into setuptools 20?
|
2020-01-28 15:11:55 -08:00 |
Alex Miller
|
ec87850bfa
|
45.0.0 not pushed to pypi but 44.0.0 is
|
2020-01-28 15:06:38 -08:00 |
Alex Miller
|
e43ee302b7
|
Force setuptools to be upgraded during sphinx build
So that setuptools understands PEP 508, which is now required for a
transitive watchdog dependency.
|
2020-01-28 15:02:52 -08:00 |
A.J. Beamon
|
adc72dde43
|
Merge branch 'release-6.2' into merge-release-6.2-into-master
# Conflicts:
# documentation/sphinx/source/release-notes.rst
|
2020-01-28 12:16:24 -08:00 |
John Brownlee
|
8972027f43
|
Merge pull request #2456 from ajbeamon/document-api-version-upgrade-guide
Add an API version upgrade guide
|
2020-01-24 18:30:53 -08:00 |
Alex Miller
|
792e9ed85d
|
Merge pull request #2574 from ajbeamon/use-python3-in-docpreview
Use python3 in docpreview make target
|
2020-01-24 18:20:39 -08:00 |
A.J. Beamon
|
8a065b9da4
|
Merge pull request #2557 from alexmiller-apple/reduce-versionstamp-conflictranges
Narrow the unreadable range of keys after a versionstamped key operation
|
2020-01-23 11:14:47 -08:00 |
A.J. Beamon
|
297a56c219
|
Merge pull request #2582 from mpilman/features/documentation-server
Add `docpreview` target
|
2020-01-23 09:43:18 -08:00 |
Evan Tschannen
|
38569e46c1
|
Merge pull request #2584 from etschannen/master
updated old release notes
|
2020-01-22 15:59:15 -08:00 |
Evan Tschannen
|
6a26ca09b1
|
updated old release notes
|
2020-01-22 15:58:29 -08:00 |
mpilman
|
bb88458830
|
Merge branch 'features/documentation-server' of github.com:mpilman/foundationdb into features/documentation-server
|
2020-01-22 14:25:00 -08:00 |
mpilman
|
6b11a3ee21
|
handle cases where no username is set
|
2020-01-22 14:24:01 -08:00 |
Markus Pilman
|
ff11c29258
|
Typo
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
|
2020-01-22 14:14:08 -08:00 |
mpilman
|
30e4f14d1d
|
make port number deterministic
|
2020-01-22 14:04:31 -08:00 |
mpilman
|
92f4c30150
|
Add `docpreview` target
|
2020-01-22 13:38:39 -08:00 |
A.J. Beamon
|
f9a10a00e5
|
Merge pull request #2566 from schedutron/python-linux-doc
Clarify Docs for Using Python Bindings on Linux
|
2020-01-22 08:16:24 -08:00 |
Saurabh Chaturvedi
|
05784ebe24
|
Update documentation/sphinx/source/api-python.rst
Use `code-block:: none` instead of `parsed-literal::`
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
|
2020-01-22 18:31:45 +05:30 |
Evan Tschannen
|
78adbea834
|
Merge branch 'release-6.2'
# Conflicts:
# CMakeLists.txt
# documentation/sphinx/source/release-notes.rst
# flow/Knobs.h
# versions.target
|
2020-01-21 21:38:19 -08:00 |
Evan Tschannen
|
b6eb77c7ca
|
updated documentation for 6.2.15
|
2020-01-21 18:59:04 -08:00 |
A.J. Beamon
|
66f130a722
|
Use python3 in docpreview make target. The SimpleHTTPServer module is called http.server in python3, so if we don't explicitly choose a version it won't work if our python alias isn't the expected version.
|
2020-01-21 15:08:34 -08:00 |
Evan Tschannen
|
ba140b1029
|
Merge branch 'release-6.2'
# Conflicts:
# CMakeLists.txt
# documentation/sphinx/source/release-notes.rst
# versions.target
|
2020-01-20 18:52:28 -08:00 |
Evan Tschannen
|
f959ed038f
|
updated documentation for 6.2.14
|
2020-01-20 14:20:22 -08:00 |
Saurabh Chaturvedi
|
c7101805a7
|
Update more docs about Python bindings installation on Linux
|
2020-01-18 20:04:51 +05:30 |
Saurabh Chaturvedi
|
e934a144e1
|
Clarify documentation about Python bindings installation on Linux
|
2020-01-18 19:35:08 +05:30 |
Saurabh Chaturvedi
|
cd4ddfe95b
|
Fix typo in class scheduling Python example
|
2020-01-18 18:58:40 +05:30 |
Alex Miller
|
93d279b0d8
|
Add the narrowed versionstamp conflict range information to the documentation.
|
2020-01-16 21:41:59 -08:00 |
Evan Tschannen
|
3f9d9d8b84
|
Merge branch 'release-6.2'
# Conflicts:
# CMakeLists.txt
# cmake/FlowCommands.cmake
# documentation/sphinx/source/release-notes.rst
# fdbclient/StorageServerInterface.h
# fdbserver/DataDistributionTracker.actor.cpp
# fdbserver/MasterProxyServer.actor.cpp
# fdbserver/fdbserver.actor.cpp
# flow/Knobs.h
# flow/Platform.cpp
# versions.target
|
2020-01-16 18:37:47 -08:00 |
A.J. Beamon
|
a3d3d15e8e
|
Merge pull request #2517 from tclinken/add-mrs-to-admin-docs-to-6-2
Added machine readable status section to administration documentation
|
2020-01-15 14:36:10 -08:00 |
Evan Tschannen
|
4f8e7683aa
|
updated documentation for 6.2.13
|
2020-01-15 13:32:38 -08:00 |
Evan Tschannen
|
8e83930639
|
updated release notes for 6.2.12
|
2020-01-12 22:12:42 -08:00 |
tclinken
|
6aa8023788
|
Fixed minor documentation typo
|
2020-01-11 17:12:41 -08:00 |
tclinken
|
b18f06b52a
|
Addressed more review comments
|
2020-01-11 17:05:29 -08:00 |
Evan Tschannen
|
176a1b6319
|
Merge pull request #2515 from ajbeamon/remove-timer-in-slowtask-profiler
Fix slow task profiler crash
|
2020-01-10 12:41:57 -08:00 |
Evan Tschannen
|
a5f544818c
|
Merge pull request #2420 from ajbeamon/trace-clock-source-fix
Revert change to make g_trace_clock thread_local, ...
|
2020-01-10 12:36:38 -08:00 |