enkore
20d3eff8c4
Merge pull request #1963 from ThomasWaldmann/fix-win10-lxsys-tests
...
catch errno.ENOSYS for mknod (win 10 lxsys)
2016-12-17 11:33:52 +01:00
Thomas Waldmann
61370082d6
catch errno.ENOSYS for mknod (win 10 lxsys)
...
mknod raises this when running as non-root under Windows 10's Linux Subsystem.
2016-12-17 00:37:00 +01:00
TW
4f0c2ab68c
Merge pull request #1959 from ThomasWaldmann/pretty-test-fails2
...
pytest: only rewrite the testsuite, fixes #1938
2016-12-16 00:25:24 +01:00
Thomas Waldmann
04340ae8b1
pytest: only rewrite the testsuite, fixes #1938
...
do not rewrite the borg application code, just the test code,
so the bytecode tested is identical / very close to the bytecode used in practice.
2016-12-15 03:02:06 +01:00
TW
7f63ca8922
Merge pull request #1953 from ThomasWaldmann/fix-1932
...
add a borg debug/key dummy command, fixes #1932
2016-12-14 02:50:08 +01:00
Thomas Waldmann
5a40870416
add a borg debug/key dummy command, fixes #1932
...
the problem was that there neither was a do_debug implementation for the case
someone just enters "borg debug", nor did the parser inherit from common_parser
(so accessing .umask triggered an exception before setup_logging() was called,
which triggered another exception when log output should have been emitted).
same for do_key ("borg key").
added a generic handler that just prints the subcommand help.
2016-12-14 01:57:48 +01:00
TW
60bbd7a944
update CHANGES (1.0-maint) ( #1954 )
2016-12-14 01:29:43 +01:00
TW
d13854853c
Merge pull request #1937 from ThomasWaldmann/location-parser
...
fix the user part parsing in the Location parser
2016-12-13 23:12:53 +01:00
Thomas Waldmann
292ff42655
refactor common regex part into optional_user_re
2016-12-13 22:47:12 +01:00
enkore
60b6f5a30e
Merge pull request #1951 from ThomasWaldmann/pretty-test-fails
...
get back pytest's pretty assertion failures, fixes #1938
2016-12-13 20:58:58 +01:00
Thomas Waldmann
c6017abfb7
get back pytest's pretty assertion failures, fixes #1938
2016-12-13 19:27:01 +01:00
enkore
796ea9edde
Merge pull request #1939 from ThomasWaldmann/update-1.0-changes
...
update CHANGES (1.0-maint)
2016-12-11 15:20:22 +01:00
Thomas Waldmann
bd8b4a4489
update CHANGES (1.0-maint)
2016-12-09 04:42:23 +01:00
Thomas Waldmann
335d599db4
fix location parser for archives with @ char, add test, fixes #1930
...
we must exclude colon and slash chars from the username, otherwise the term for the user part
will match everything up to a @ char in the archive name.
a slash can't be in a username as the home directory would contain a illegal slash (slash is path sep),
a colon likely also should not be in a username because chown user:group ... syntax.
2016-12-09 03:37:13 +01:00
enkore
4affad73d1
Merge pull request #1924 from ThomasWaldmann/pr-template
...
add a PR template pointing to guidelines
2016-12-03 20:40:33 +01:00
Thomas Waldmann
dfd37d09d5
add a PR template pointing to guidelines
2016-12-03 18:34:34 +01:00
TW
7eb2dff116
Merge pull request #1922 from enkore/f/buildusage
...
setup.py: fix build_usage not processing all commands
2016-12-02 17:33:07 +01:00
Marian Beermann
288cac788c
setup.py: build_usage: don't generate includes for debug commands
2016-12-02 13:28:49 +01:00
Marian Beermann
1c261f6b7b
setup.py: fix build_usage not processing all commands
2016-12-02 13:25:24 +01:00
TW
8ddbc45c29
Merge pull request #1906 from enkore/f/check-corrupted-manifest
...
check: handle corrupted manifest
2016-11-30 04:31:58 +01:00
TW
2a340bf21c
Merge pull request #1907 from ThomasWaldmann/cygwin-docs
...
docs: add python3-devel as a dependency for cygwin-based installation
2016-11-30 02:51:16 +01:00
Thomas Waldmann
d6d3f275df
docs: add python3-devel as a dependency for cygwin-based installation
2016-11-30 02:50:20 +01:00
Marian Beermann
146d586b3b
check: skip corrupted chunks during manifest rebuild
2016-11-30 01:43:01 +01:00
Marian Beermann
71775bac97
check: rebuild manifest if it's corrupted
2016-11-30 01:06:23 +01:00
enkore
cdd9891444
Merge pull request #1905 from ThomasWaldmann/fix-1903
...
fix TypeError in errorhandler, fixes #1903
2016-11-30 01:03:17 +01:00
Thomas Waldmann
989b2286ff
fix TypeError in errorhandler, fixes #1903
2016-11-30 00:37:30 +01:00
TW
b25de0ab38
Merge pull request #1895 from ThomasWaldmann/fix-1894
...
fix traceback in Error handler if id is None, fixes #1894
2016-11-29 19:26:17 +01:00
Thomas Waldmann
cd50e286f7
fix traceback in Error handler if id is None, fixes #1894
2016-11-29 18:27:20 +01:00
TW
baab519843
Merge pull request #1898 from ThomasWaldmann/fix-1897
...
test_get_(cache|keys)_dir: clean env state, fixes #1897
2016-11-29 18:21:01 +01:00
Thomas Waldmann
9e760a69a2
test_get_(cache|keys)_dir: clean env state, fixes #1897
...
make sure the BORG_(CACHE|KEYS)_DIR env var is not set initially.
2016-11-29 14:08:58 +01:00
enkore
619cb123e5
1.0 maint AUTHORS +me
2016-11-28 22:51:01 +01:00
TW
2780a83452
Merge pull request #1885 from jcrben/patch-1
...
Clarify extract is relative to current directory
2016-11-27 20:41:39 +01:00
Ben Creasy
a49fc6faf5
Clarify extract is relative to current directory
...
I'm still hoping that a destination switch can be added (requested long ago in https://github.com/jborg/attic/issues/195 ), but in the meantime this may help. I'm guessing this clobbers any existing files.
2016-11-27 11:35:36 -08:00
enkore
104e9f3169
Merge pull request #1889 from enkore/f/109docfixes
...
1.0.9rc1 doc fixes
2016-11-27 20:33:36 +01:00
Marian Beermann
bf3a1f0c33
docs/usage: fix literal/emph without end-string (two instances)
2016-11-27 20:18:27 +01:00
Marian Beermann
64428da030
README: fix code-block without an argument
2016-11-27 20:16:41 +01:00
Marian Beermann
a2505517ee
FAQ: fix link to changelog
2016-11-27 20:15:05 +01:00
Thomas Waldmann
5de31f57e5
ran build_usage
2016-11-27 02:33:57 +01:00
TW
c920a16ecd
Merge pull request #1865 from ThomasWaldmann/update-1.0-changes
...
update CHANGES (1.0-maint)
2016-11-27 02:23:51 +01:00
Thomas Waldmann
91fa568d5e
add note about issue #1837
2016-11-27 02:22:33 +01:00
Thomas Waldmann
bd0e14040e
move "important notes" to own section
2016-11-27 02:22:28 +01:00
Thomas Waldmann
cc15806766
update CHANGES (1.0-maint)
2016-11-27 02:21:14 +01:00
TW
373d8e8e43
Merge pull request #1884 from ThomasWaldmann/upgrade-osxfuse
...
upgrade FUSE for macOS to 3.5.3
2016-11-27 02:13:43 +01:00
Thomas Waldmann
9643e64211
upgrade FUSE for macOS to 3.5.3
2016-11-27 02:09:19 +01:00
TW
8465979956
Merge pull request #1882 from ThomasWaldmann/docs-rsrc-usage
...
add more details about resource usage
2016-11-27 01:31:24 +01:00
TW
b808d952f0
Merge pull request #1883 from ThomasWaldmann/noatime-noctime
...
implement noatime / noctime, fixes #1853
2016-11-27 00:24:54 +01:00
Thomas Waldmann
9451ab6534
implement noatime / noctime, fixes #1853
2016-11-26 21:24:07 +01:00
Thomas Waldmann
30d1e21e53
fixup: fixes, clarify
2016-11-26 20:49:39 +01:00
enkore
20798df7e3
Merge pull request #1876 from ThomasWaldmann/vagrantfile-cleanup
...
Vagrantfile cleanup
2016-11-26 19:14:44 +01:00
Thomas Waldmann
76c5f1a258
add more details about resource usage
2016-11-26 04:34:01 +01:00