Skip to content
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

Merging restic-server #467

Merged
merged 6 commits into from
Feb 22, 2016
Merged

Merging restic-server #467

merged 6 commits into from
Feb 22, 2016

Conversation

fawick
Copy link
Member

@fawick fawick commented Feb 21, 2016

This PR aims to merge bchapuis/restic-server as a subtree (src/restic/cmd/restic-server). I also took the liberty of gb vendoring all requirements for the tests.

Changes beside the merge are:

  • Added comments for exported fields and methods
  • Build constraints for preventing builds on 1.3
  • Removed external dependencies for the test

Commit ID in fd0/restic-server at time of merge is
07fae00
- Removed external dependencies for test
- Prevent building restic-server w/ Go 1.3

Go versions 1.0, 1.1., and 1.2 are going to fail as well, but they
are "excluded" by README.md already.
Before, the restic-server read the whole blob (up to 8MB) into memory
prior to writing it to disk. Concurrent writes consumed a lot
of memory. This change writes the blob to a tmp file directly and
renames it afterwards in case there where no errors.
@fd0 fd0 merged commit dd5680d into restic:master Feb 22, 2016
fd0 added a commit that referenced this pull request Feb 22, 2016
@Roman2K
Copy link

Roman2K commented Mar 23, 2016

Why merge it? IMO it's better kept as a separate project to keep restic's code base leaner. Especially since it can be run fully free of dependencies against restic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants