Jingyu Zhou
|
0552e9aa12
|
Merge pull request #2452 from ajbeamon/document-network-thread-and-client-logging
Add some documentation for the client network thread and client logging.
|
2019-12-18 10:41:39 -08:00 |
Alvin Moore
|
dc01728b5b
|
Merge pull request #2466 from AlvinMooreSr/publish_cmake
CMake Configuration Modifications
|
2019-12-17 15:05:58 -08:00 |
Alvin Moore
|
1d260a873c
|
Set the Windows installer name to that of the make build
|
2019-12-17 09:39:13 -08:00 |
Alvin Moore
|
28d626800d
|
Allow Valgrind to be enabled via environmental variable
|
2019-12-17 07:12:26 -08:00 |
Alvin Moore
|
4d575b2cda
|
Removed cache variable
Added status message to indicate what is buildinng
|
2019-12-17 00:10:06 -08:00 |
Alvin Moore
|
d0f68ace4a
|
Switched back to allowing only one RPM platform to be built at a time.
Allow the selection of el6 RPM creation to be made via environmental variable
|
2019-12-16 14:41:44 -08:00 |
Alvin Moore
|
3bbfa8a1ad
|
Only include the git version within the rpm and deb name if defined
Removed platform el6 and el7 from package name
|
2019-12-16 14:40:40 -08:00 |
Alvin Moore
|
3da9d182b1
|
Switched to using environmental variable for enablement since TOUPPER did not produce expected results sometimes
|
2019-12-16 14:37:51 -08:00 |
Alvin Moore
|
5080b8293a
|
Added Windows required library for function GetProcessMemoryInfo
|
2019-12-16 08:09:10 -08:00 |
Alvin Moore
|
bc339414f5
|
Add support for building el6 and el7 RPM packages by default using single cpack command
|
2019-12-16 00:13:17 -08:00 |
Alvin Moore
|
0c4c93a041
|
Ensured that the name of the packages within cmake remains the same as that within make
|
2019-12-16 00:11:52 -08:00 |
Alvin Moore
|
413cafe368
|
Modified compilation and package names to conform to existing compilation options and packaging names
Modifications to existing standards (even when wrong should be made outside of port to cmake)
|
2019-12-15 07:13:46 -08:00 |
A.J. Beamon
|
952053ea9c
|
Merge pull request #2447 from atn34/atn34/disable-external-workload-ubsan
Disable SimpleExternalTest when building with USE_UBSAN=1
|
2019-12-13 14:11:52 -08:00 |
A.J. Beamon
|
000f7ff2a0
|
Merge pull request #2457 from gauravvnera/doc_blitz_clear_range
DocBlitz : Clarify Documentation for clear_range API
|
2019-12-13 12:36:24 -08:00 |
Alvin Moore
|
5af941ce25
|
Merge pull request #2451 from atn34/atn34/add-ubsan
Include libubsan in the docker image
|
2019-12-13 12:02:35 -08:00 |
Alvin Moore
|
3fd637477d
|
Merge pull request #2459 from AlvinMooreSr/ninja_verbose
More Verbose Compilation Details
|
2019-12-13 12:02:07 -08:00 |
gauravvnera
|
c71f94f514
|
revert unintentional changed line
|
2019-12-14 00:28:08 +05:30 |
gauravvnera
|
83da581314
|
addressed review comments
|
2019-12-14 00:10:25 +05:30 |
Alvin Moore
|
645ad66b02
|
Added more verbose compilation statements when building via ninja to give more specific error details
|
2019-12-13 09:20:58 -08:00 |
gauravvnera
|
b734afb50f
|
Clarify Documentation for clear_range
|
2019-12-13 09:22:36 +05:30 |
gauravvnera
|
1dedd3df56
|
Clarify Documentation for clear_range
|
2019-12-13 09:18:57 +05:30 |
Andrew Noyes
|
f3265e951c
|
Bump docker image version to 0.1.9
|
2019-12-12 11:13:13 -08:00 |
Andrew Noyes
|
0421a4c52a
|
Include libubsan in the docker image
|
2019-12-12 11:12:46 -08:00 |
Andrew Noyes
|
c9994422a9
|
Ignore instead of omit
|
2019-12-12 09:12:34 -08:00 |
Andrew Noyes
|
960e87ee8c
|
Disable SimpleExternalTest for UBSAN temporarily
|
2019-12-12 09:12:34 -08:00 |
A.J. Beamon
|
de2250cc62
|
Be more explicit about the single network thread limitation. Add a note about latencies when the network thread is saturated.
|
2019-12-12 08:34:12 -08:00 |
Alvin Moore
|
bdc16def8e
|
Merge pull request #2437 from AlvinMooreSr/publish_cmake
CMake Publishing Changes
|
2019-12-12 06:50:04 -08:00 |
Alvin Moore
|
2c673d205f
|
Changed the cmake naming convention of rpms and deb packages to match the existing format which is sadly different between the formats.
|
2019-12-11 22:18:05 -08:00 |
Alvin Moore
|
40646a6fc5
|
Fixed the naming convention of the DEB packages to be the same as before
|
2019-12-11 18:43:52 -08:00 |
Alvin Moore
|
cb7af96017
|
Ensure that the naming convention for the OSX package is the same as it was
|
2019-12-11 18:43:15 -08:00 |
Evan Tschannen
|
e99bac99f1
|
Merge pull request #2427 from ajbeamon/fix-commit-client-buggify
Fix internal error when client buggify fails successful transaction with commit_unknown_result
|
2019-12-11 17:29:54 -08:00 |
A.J. Beamon
|
bef9c43823
|
Add some documentation for the client network thread and client logging. Also fix a minor documentation formatting problem in administration.
|
2019-12-11 16:05:03 -08:00 |
A.J. Beamon
|
b34f4e4b41
|
Merge pull request #2450 from dongxinEric/docblitz/fdb-future-add-callback-semantic
DocBlitz: Added documents explaining the at-most-once guarantee provided by add…
|
2019-12-11 15:16:56 -08:00 |
Xin Dong
|
8016d02699
|
Added documents explaining the at-most-once guarantee provided by add callbacks function
|
2019-12-11 14:45:39 -08:00 |
A.J. Beamon
|
7593b97391
|
Merge pull request #2445 from atn34/atn34/disable-sse
Disable alignment-requiring instructions until #1434 is resolved
|
2019-12-11 14:37:57 -08:00 |
Alvin Moore
|
363feafacd
|
Changed the name of a cmake functions
Added working directory for cmake command
|
2019-12-11 13:59:03 -08:00 |
Vishesh Yadav
|
1b93c10332
|
Merge pull request #2438 from ajbeamon/document-open-multiple-databases
Add documentation about opening connections to multiple clusters
|
2019-12-11 13:01:00 -08:00 |
Andrew Noyes
|
6a5f2a7eec
|
Disable alignment-requiring instructions until #1434 is resolved
|
2019-12-11 11:05:02 -08:00 |
Alvin Moore
|
ceee4e2490
|
Added required header for std::max
|
2019-12-11 08:36:06 -08:00 |
A.J. Beamon
|
b4ff66a722
|
Merge pull request #2434 from bnamasivayam/release-6.2
Add transaction logging option to python api documentation.
|
2019-12-11 08:26:27 -08:00 |
Balachandar Namasivayam
|
2d4339ae7a
|
Addressed review comments by explicitly mentioning that type of identifier in the set_debug_transaction_identifier(id) method.
|
2019-12-10 17:30:46 -08:00 |
Balachandar Namasivayam
|
e9ad99ae72
|
Update documentation/sphinx/source/api-common.rst.inc
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
|
2019-12-10 14:22:39 -08:00 |
A.J. Beamon
|
d09e3e1d96
|
Apply go fmt.
|
2019-12-10 13:42:30 -08:00 |
Balachandar Namasivayam
|
b3bedf7cb3
|
Updated ruby binding for transaction options related to logging and also fixed a typo.
|
2019-12-10 13:27:54 -08:00 |
A.J. Beamon
|
bdbc97c452
|
Add docuentation about opening connections to multiple clusters
|
2019-12-10 12:38:37 -08:00 |
Alvin Moore
|
aece864143
|
Added support for creating symlinks to fdbbackup within bin and packages/bin directory
|
2019-12-10 11:44:45 -08:00 |
Alvin Moore
|
53ea319ec7
|
Added support for publishing jni library to the packages/lib directory
|
2019-12-10 11:44:45 -08:00 |
A.J. Beamon
|
cb06158189
|
Merge pull request #2429 from atn34/atn34/simulate-client-side-buggify
Test client-side buggify in simulation
|
2019-12-10 10:19:03 -08:00 |
Balachandar Namasivayam
|
416c5578b7
|
Add transaction logging option to python api documentation.
|
2019-12-09 18:36:29 -08:00 |
Andrew Noyes
|
56f1ff7ff6
|
Test client-side buggify in simulation
|
2019-12-09 12:55:23 -08:00 |