-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amazon S3 backend support #9
Open
qris
wants to merge
250
commits into
master
Choose a base branch
from
s3_support_merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Travis should also build every push to your s3_support_merge, unless you have configured it otherwise. |
qris
force-pushed
the
s3_support_merge
branch
2 times, most recently
from
November 1, 2015 22:58
a2ab262
to
b0622a3
Compare
qris
force-pushed
the
s3_support_merge
branch
11 times, most recently
from
November 29, 2015 23:16
674f390
to
a4fc33f
Compare
qris
force-pushed
the
s3_support_merge
branch
2 times, most recently
from
January 4, 2016 23:23
f386f23
to
6eda839
Compare
qris
force-pushed
the
s3_support_merge
branch
from
January 12, 2016 23:39
f8d8f09
to
6e610e7
Compare
qris
force-pushed
the
s3_support_merge
branch
3 times, most recently
from
January 28, 2016 22:12
ecbc03f
to
9455632
Compare
qris
force-pushed
the
s3_support_merge
branch
from
October 18, 2016 19:12
56bc6ca
to
db9854d
Compare
qris
force-pushed
the
s3_support_merge
branch
from
October 28, 2016 21:12
614aaa6
to
7ad004d
Compare
qris
force-pushed
the
s3_support_merge
branch
3 times, most recently
from
May 19, 2017 10:48
20eaf57
to
28a50df
Compare
…alid. Include a message in the exception, and reuse code to make them consistent. Whitespace cleanup. (cherry picked from commit 8589bd9)
qris
force-pushed
the
s3_support_merge
branch
from
January 15, 2018 21:51
feeee65
to
d5b8f38
Compare
Should fix random test failures due to housekeeping process realising that the master has asked it to terminate, and logging that it has, after the master has already died and the test finished, confusing the test runner with its extra output. Should also help make the occasionally-reported housekeeping crashes more obvious and easier to debug. (cherry picked from commit 0100d31) (cherry picked from commit 2cc729b)
Stop lying about our refcount when creating new files in BackupFileSystem.
Use this support (moved out of NamedLock) to massively simplify NamedLock. Add support for shared file locks, and ensure that opening files respects any exclusive (advisory) lock on that file.
Enable exclusive locking of stripe files on all platforms, not just Windows and O_EXLOCK.
qris
force-pushed
the
s3_support_merge
branch
from
January 20, 2018 22:56
e9bd944
to
d671450
Compare
There is no code in this section, so no need to enable/disable memory leak tracking.
Sort dependencies into libraries first, then binaries
qris
force-pushed
the
s3_support_merge
branch
from
January 22, 2018 22:06
18f5cb2
to
2bfbf29
Compare
Take BackupFileSystem locks in testbackupstorepatch to hopefully prevent race conditions leading to store corruption and unreliable tests when using housekeeping out-of-process. (cherry picked from commit 416dcac)
qris
force-pushed
the
s3_support_merge
branch
from
January 23, 2018 22:03
8e47cdf
to
477c795
Compare
…ways work (cherry picked from commit 83b31da)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I will add patches from my work-in-progress branch to this pull request, to allow Travis to test them before merging.