A.J. Beamon
629825b061
Merge pull request #141 from etschannen/release-5.1
...
updated release notes, fixed cli bug
2018-04-11 11:37:15 -07:00
Evan Tschannen
0bf1c1ad37
updated the release notes
2018-04-11 11:32:59 -07:00
Evan Tschannen
44c0eaf4d7
fix: transactions created in fdbcli did not wait on the result of committing
2018-04-11 11:24:24 -07:00
Evan Tschannen
3d2f08dcb5
Merge branch 'release-5.1' of github.com:apple/foundationdb into release-5.1
2018-04-11 11:20:23 -07:00
Evan Tschannen
ef3de15c05
Merge pull request #140 from ajbeamon/release-5.1
...
TransportData::numIncompatibleConnections was uninitialized.
2018-04-11 11:18:53 -07:00
A.J. Beamon
ee4c966137
TransportData::numIncompatibleConnections was uninitialized.
2018-04-11 11:15:12 -07:00
Evan Tschannen
9bd6c41924
added release notes for 5.1.5
2018-04-11 10:53:09 -07:00
Alec Grieser
1f4cca9db3
remove lingering nodejs files
2018-04-11 08:45:42 -07:00
Alec Grieser
32ce94c26c
Merge pull request #136 from etschannen/release-5.2
...
merge 5.1 into 5.2
2018-04-10 16:55:09 -07:00
Evan Tschannen
c1ba16b3c8
Merge branch 'release-5.1' into release-5.2
...
# Conflicts:
# bindings/java/src/test/com/apple/foundationdb/test/AbstractTester.java
# bindings/java/src/test/com/apple/foundationdb/test/VersionstampSmokeTest.java
# bindings/nodejs/lib/fdb.js
# bindings/nodejs/src/Version.h
# bindings/nodejs/tests/tuple_test.js
2018-04-10 16:50:47 -07:00
Evan Tschannen
b0a88001cc
Merge pull request #132 from yichic/support-dr-upgrade-test
...
Support DR upgrade test
2018-04-10 16:30:19 -07:00
Evan Tschannen
b02d986e12
Merge pull request #134 from etschannen/release-5.2
...
hide options that are intended for internal use only
2018-04-10 16:27:53 -07:00
Evan Tschannen
fcd0f96f07
Merge pull request #135 from etschannen/release-5.1
...
Release 5.1
2018-04-10 16:27:29 -07:00
Evan Tschannen
8388eb6c22
updated documentation to rename multi_dc to three_datacenter
2018-04-10 16:26:59 -07:00
Evan Tschannen
8f300fdec9
Merge branch 'release-5.1' of github.com:apple/foundationdb into release-5.1
2018-04-10 16:01:03 -07:00
Evan Tschannen
528caeb196
continue supporting multi_dc as a hidden option
2018-04-10 15:59:15 -07:00
Evan Tschannen
b46c32535c
surpassed spammy trace events
2018-04-10 15:52:32 -07:00
Yichi Chiang
d0230d4d13
Support DR upgrade test in 5.1
2018-04-10 15:19:53 -07:00
Alex Miller
f0dd14f109
Merge pull request #122 from AlvinMooreSr/release-5.1-docker
...
Added Dockerfile build file for building packages
2018-04-10 14:46:25 -07:00
Alvin Moore
5e3269e7d2
Added the resources back into the mac package
2018-04-10 13:17:18 -07:00
A.J. Beamon
d1a4cfa1a9
Merge pull request #131 from alecgrieser/java-formatting
...
Java bindings: Spaces to tabs
2018-04-10 08:13:48 -07:00
Alec Grieser
1efb007648
spaces to tabs
...
Our Java bindings were in a state where we had a handful of files that were indented with spaces, while the rest were indented with tabs. In the interest of (1) fixing all of the indentation without (2) blowing all history, it seemed expedient to use tabs everywhere. So, here we are.
2018-04-09 19:03:47 -07:00
John Brownlee
89088ad469
Updates generated go file to recommend using the locally checked out fdb.options file.
2018-04-08 21:09:21 -07:00
John Brownlee
b625114b1c
Merge pull request #130 from alecgrieser/remove-nodejs
...
Remove old Node.js bindings
2018-04-08 21:06:09 -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
e35ebc4ccb
Updates the format of the generated go file so that it passes our format check.
...
Explicitly adds the generated go file into the GO_SRC in the Makefile to make the dependency relationships more clear.
Adds the standard Go header to our generated Go file.
2018-04-06 11:33:54 -07:00
Evan Tschannen
53599bedc3
Merge pull request #128 from alexmiller-apple/storage-recruitment-loop-5.2
...
fix: storage recruitment could get stuck in a spin loop
2018-04-03 18:13:56 -07:00
Evan Tschannen
bc938d9273
fix: storage recruitment could get stuck in a spin loop
2018-04-03 18:06:31 -07:00
Alec Grieser
4a15b1b06b
Merge pull request #123 from brownleej/mac-build-instructions
...
Mac build instructions
2018-04-03 11:32:56 -07:00
John Brownlee
b853308a8d
Formatting changes to the README.
2018-03-30 12:40:08 -07:00
John Brownlee
4605f381ac
Adds the generated go file to source control.
2018-03-30 12:13:38 -07:00
John Brownlee
ca34f924f3
Removes the step to build the go docs from the Makefile.
2018-03-30 11:16:19 -07:00
John Brownlee
95cb118702
Adds instructions on building on the Mac.
2018-03-30 10:31:17 -07:00
Alvin Moore
292a570796
Specified path to gcc for ccache to work
2018-03-29 10:26:51 -07:00
Alec Grieser
4bd36a612d
Merge pull request #121 from ajbeamon/fix-ruby-directory-strinc
...
Use strinc correctly in ruby directory layer
2018-03-28 09:23:26 -07:00
Alvin Moore
b84a0e789f
Added Dockerfile build file for building packages
...
Removed package dependency not preventing Dockerfile from building packages target
2018-03-27 13:16:09 -07:00
A.J. Beamon
3bdbb83ed9
Use strinc correctly in ruby directory layer
2018-03-27 08:36:25 -07:00
Evan Tschannen
da737e1ea3
suppress the BestTeamStuck trace event
2018-03-26 18:32:32 -07:00
Evan Tschannen
82ed956c65
renamed the multi_dc configuration to three_datacenter. The old three_datacenter configuration was not a useful configuration.
2018-03-26 18:31:26 -07:00
Evan Tschannen
b95e68eb5a
fix: getDatabaseSize is really inefficient and causes slow tasks in the real world. Outside of simulation just assume the database is really large, because we only need the InvalidShardSize check in simulation
2018-03-26 17:35:11 -07:00
satherton
00f1fec488
Merge pull request #118 from satherton/backup-docs
...
Backup and DR documentation update
2018-03-24 15:16:03 -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
Evan Tschannen
0573fbf9a5
Merge pull request #71 from satherton/optimize-backup-priorities
...
Optimized backup task priorities so that during the initial snapshot …
2018-03-23 18:48:13 -07:00
Evan Tschannen
d3fb17d30a
Merge pull request #74 from bnamasivayam/client-profiling-tests
...
Client profiling tests - Part 1
2018-03-23 16:52:49 -07:00
Balachandar Namasivayam
1e719d79e9
Remove incorrect ASSERT's
...
Account for corner cases in missing chunks.
2018-03-23 15:51:56 -07:00
satherton
8ad27155d7
Merge pull request #119 from brownleej/docs-db-agent-rename
...
Fixes the name of the dr_agent command in the docs.
2018-03-23 15:09:16 -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
8d7b9fd506
Merge branch 'release-5.2' of github.com:apple/foundationdb into optimize-backup-priorities
...
# Conflicts:
# fdbclient/FileBackupAgent.actor.cpp
2018-03-23 12:10:39 -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