Chaoguang Lin
|
4cc90fb0e9
|
Update comments, fix typos
|
2021-06-04 01:17:09 +00:00 |
|
Chaoguang Lin
|
6eff38ebf7
|
Remove some unnecessary code
|
2021-06-04 00:58:23 +00:00 |
|
Chaoguang Lin
|
e6ff1d75eb
|
Add interactive tests for fdbcli commands using a python script
|
2021-06-04 00:37:25 +00:00 |
|
Jingyu Zhou
|
3ce31cb347
|
Upgrade api version from 700 to 710
|
2021-05-05 21:15:00 -07:00 |
|
A.J. Beamon
|
4a1a55f270
|
Remove fdb_get_server_protocol from the Python bindings. This C function this was using recently moved and changed signature, so it no longer works in Python.
|
2021-04-16 13:48:44 -07:00 |
|
Richard Chen
|
b4ea82435c
|
fix typo in python
|
2020-12-07 00:18:22 +00:00 |
|
Richard Chen
|
a671aa773e
|
add symbol to python global symbols
|
2020-10-24 00:19:05 +00:00 |
|
Richard Chen
|
90caa24af1
|
add function to get correct checksum class. Remove IChecksum::checkSum function
|
2020-10-23 02:24:29 +00:00 |
|
Richard Chen
|
a4ccf8c5b6
|
add checksum class to change checksum in the future. expose get server protocol api
|
2020-10-19 16:57:11 +00:00 |
|
Xin Dong
|
e108f041a0
|
Version the behavior change of existing API so that new behavior only happen after 7.0
|
2020-09-16 09:43:57 -07:00 |
|
Xin Dong
|
acdf04ed18
|
Make sure Python and Ruby does null check
|
2020-09-15 14:09:53 -07:00 |
|
Xin Dong
|
13c9dc6e37
|
Forgot to update local variables
|
2020-09-11 16:57:00 -07:00 |
|
Xin Dong
|
0282a1745a
|
Address more review comments
|
2020-09-11 16:44:09 -07:00 |
|
Xin Dong
|
1b923477f7
|
Apply suggestions from code review
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
|
2020-09-11 14:28:56 -07:00 |
|
Xin Dong
|
00e9f8b9bf
|
Added bindings tests; Protected new SSI endpoints under new 7.0 ProtocolVersion
|
2020-07-02 14:05:12 -07:00 |
|
Xin Dong
|
440630a0cb
|
Added bindings supports
|
2020-07-02 14:05:11 -07:00 |
|
Evan Tschannen
|
639d51a50a
|
Merge branch 'release-6.3'
|
2020-05-29 18:43:14 -07:00 |
|
Evan Tschannen
|
846b0317f3
|
Merge branch 'release-6.2' into release-6.3
# Conflicts:
# CMakeLists.txt
# packaging/msi/FDBInstaller.wxs
# versions.target
|
2020-05-29 18:39:38 -07:00 |
|
Evan Tschannen
|
b7631c362c
|
update version to 6.2.22
|
2020-05-29 18:29:23 -07:00 |
|
Balachandar Namasivayam
|
a167bf344e
|
Update api version to 700
|
2020-05-28 12:16:03 -07:00 |
|
Alex Miller
|
4b65da6db7
|
Merge remote-tracking branch 'origin/pyfdbgenerators' into pyfdbgenerators
|
2020-05-11 13:20:27 -07:00 |
|
Alex Miller
|
ffc36dcf45
|
7.0 became 6.3, so change API versions accordingly
|
2020-05-11 11:53:34 -07:00 |
|
Alex Miller
|
7b87cc3f88
|
Merge remote-tracking branch 'upstream/release-6.3' into pyfdbgenerators
|
2020-05-11 11:11:10 -07:00 |
|
Dave Cottlehuber
|
f46d452f38
|
bindings:update python
|
2020-04-30 18:11:23 +00:00 |
|
Evan Tschannen
|
c87aa33941
|
Merge branch 'release-6.2'
# Conflicts:
# CMakeLists.txt
# bindings/go/src/fdb/generated.go
# documentation/sphinx/source/api-common.rst.inc
# documentation/sphinx/source/api-ruby.rst
# documentation/sphinx/source/release-notes.rst
# fdbclient/FailureMonitorClient.actor.cpp
# fdbclient/NativeAPI.actor.cpp
# fdbclient/vexillographer/fdb.options
# fdbrpc/FlowTransport.actor.cpp
# fdbserver/OldTLogServer_6_0.actor.cpp
# fdbserver/TLogServer.actor.cpp
# fdbserver/fdbserver.actor.cpp
# versions.target
|
2020-04-23 13:47:53 -07:00 |
|
Evan Tschannen
|
8eef766546
|
update version to 6.2.21
|
2020-04-23 13:16:46 -07:00 |
|
Markus Pilman
|
d4542dbb5a
|
Delete old build system
|
2020-04-07 11:03:45 -07:00 |
|
Balachandar Namasivayam
|
6d570cd865
|
Change version from 7.0 to 6.3
|
2020-04-03 21:38:58 -07:00 |
|
Xin Dong
|
5876d694cb
|
Use snake case to be consistent with conventions
|
2020-03-24 13:26:59 -07:00 |
|
Xin Dong
|
338c62b176
|
Moved up the new test cases to comply the convention there.
|
2020-03-24 09:53:52 -07:00 |
|
Xin Dong
|
527686ffe0
|
Added a test in API tests for the new API(getEstimagedRangeSize).
|
2020-03-24 09:26:56 -07:00 |
|
Xin Dong
|
2e1d03cbe7
|
Addressed AJ's review comments
|
2020-02-12 14:57:40 -08:00 |
|
Xin Dong
|
d20ce99774
|
Resolved the review comment and renamed the functions
|
2020-02-12 14:57:40 -08:00 |
|
Xin Dong
|
85c10d13a5
|
Exposed the byte sample function to the following bindings:
- Flow
- Java
- Go [ needs verify ]
- Python [ needs verify ]
- Ruby [ needs verify ]
|
2020-02-12 14:57:40 -08:00 |
|
Alex Miller
|
986905f3dd
|
Update bindings/python/tests/tester.py
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
|
2020-02-06 16:57:14 -08:00 |
|
A.J. Beamon
|
72f92626e4
|
Update API version to 700
|
2020-01-30 09:26:27 -08:00 |
|
Alex Miller
|
4ceae8c83a
|
Ban generators in 7.0.0
|
2020-01-23 16:40:14 -08:00 |
|
Alex Miller
|
62baf6d121
|
Merge remote-tracking branch 'upstream/master' into pyfdbgenerators
|
2020-01-22 18:05:05 -08:00 |
|
Alvin Moore
|
77cb8d2890
|
Removed LICENSE file from python bindings
|
2020-01-16 13:59:48 -08:00 |
|
Evan Tschannen
|
99ded328f0
|
update version to 6.2.14
|
2020-01-15 23:02:18 -08:00 |
|
Alvin Moore
|
6acf04bb72
|
Ensured that the cmake variable is always initialized/set to some value when compared and thereby has an expected value
|
2019-12-23 11:50:01 -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
|
a84b6b8570
|
Fix versionstamp ordering in Python3
|
2019-09-11 10:39:01 -07:00 |
|
Andrew Noyes
|
95c6c9618e
|
Update documentation and testers for new options
|
2019-09-05 16:40:12 -07:00 |
|
Evan Tschannen
|
b509a441e7
|
Merge branch 'master' into feature-skip-confirm
# Conflicts:
# bindings/flow/tester/Tester.actor.cpp
# bindings/go/src/_stacktester/stacktester.go
# bindings/java/src/test/com/apple/foundationdb/test/AsyncStackTester.java
# bindings/java/src/test/com/apple/foundationdb/test/StackTester.java
# bindings/python/tests/tester.py
# bindings/ruby/tests/tester.rb
# documentation/sphinx/source/api-c.rst
# documentation/sphinx/source/api-python.rst
# documentation/sphinx/source/api-ruby.rst
# documentation/sphinx/source/data-modeling.rst
# documentation/sphinx/source/developer-guide.rst
# fdbclient/vexillographer/fdb.options
# fdbserver/MasterProxyServer.actor.cpp
|
2019-07-27 15:08:13 -07:00 |
|
A.J. Beamon
|
cbc913f902
|
When run through external means (such as the binding tester), the size limits tests should not change db level defaults.
|
2019-07-19 09:03:11 -07:00 |
|
A.J. Beamon
|
bc5c65e5ab
|
Merge pull request #1756 from jzhou77/db-option
Add transaction getApproximateSize() API
|
2019-07-19 08:33:24 -07:00 |
|
A.J. Beamon
|
93be69b6a3
|
Increase the API version to 620.
|
2019-07-18 10:56:05 -07:00 |
|
Jingyu Zhou
|
14cb21285f
|
Remove futureGetVersion in C binding and FutureVersion in Python binding
|
2019-07-16 10:46:07 -07:00 |
|