1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:44:45 +00:00
Commit Graph

239 Commits

Author SHA1 Message Date
deadc0de6
34167c2405 Merge branch 'master' of github.com:deadc0de6/dotdrop 2021-03-15 07:49:18 +01:00
deadc0de6
82569b3057 add force_chmod for #304 2021-03-15 07:49:09 +01:00
deadc0de6
883fa10471 add test for #303 2021-03-08 13:19:26 +01:00
deadc0de6
f4ab927c9b fix and tests for #302 2021-02-17 13:40:55 +01:00
Marcel Robitaille
369c52e382 Add tests for ignore-missing on compare 2021-02-06 22:49:46 -05:00
Marcel Robitaille
bb586d6083 Add tests for ignore-missing on update 2021-02-06 22:46:19 -05:00
Joey Territo
6d5955b0a5 Add documentation for the "negative ignore pattern" feature 2020-12-28 22:00:35 -05:00
Joey Territo
ccd3133ebd Add warning for when negative ignore does not match an ignored file 2020-12-23 20:52:32 -05:00
Joey Territo
963a848b2b Add unit tests for relative negative ignore pattern in update command 2020-12-22 21:36:48 -05:00
Joey Territo
4d2f9bd285 Add unit test for negative ignore patterns in import command 2020-12-22 20:43:29 -05:00
Joey Territo
f694cdcbb7 Add unit test for global negative ignore patterns in update command 2020-12-21 20:30:47 -05:00
Joey Territo
4cd6d3bd24 Add unit test for global negative ignore patterns in compare command 2020-12-21 18:08:53 -05:00
Joey Territo
c0a192ea12 Fix typo in install-negative-ignore.sh: converage -> coverage 2020-12-21 17:39:43 -05:00
Joey Territo
4d827e8d3d Add more test cases to the update-negative-ignore test 2020-12-20 14:03:38 -05:00
Joey Territo
39ff71b5c2 Add unit test for negative ignore patterns in update command 2020-12-18 18:55:20 -05:00
Joey Territo
e1eb5f99c1 Add unit tests for relative negative ignore pattern in compare command 2020-12-16 18:10:02 -05:00
Joey Territo
b09651be74 Fix unit test for negative ignore patterns in compare command
See explanation in commit a73cfc2 for explanation
2020-12-15 22:02:58 -05:00
Joey Territo
a73cfc2ef7 Fix unit test for negative ignore patterns in install command
On macOS, creating a temporary directory creates a hard link to a file with a different name, which causes dotdrop to think it is importing a symlink. This causes the unit tests to fail as dotdrop attempts to ask the user if it should dereference the symlink, but dotdrop is not connected to stdin when the shell script tests are running so dotdrop crashes with an EOFError. The solution is to pass the -f flag when invoking `dotdrop import` in tests.
2020-12-15 21:34:30 -05:00
Joey Territo
0b58578aa0 Add unit test for negative ignore patterns in compare command 2020-12-14 20:32:25 -05:00
Joey Territo
10f9f7917e Add unit test for negative ignore patterns in install command 2020-12-14 19:24:45 -05:00
deadc0de6
f6ac82082f update tests 2020-12-11 19:44:44 +01:00
deadc0de6
1cde6c0988 adding test for #296 2020-12-11 16:57:33 +01:00
deadc0de6
974e4462bb merge impignore 2020-12-09 10:18:29 +01:00
deadc0de6
c7e60839fc adding impignore 2020-12-08 12:33:11 +01:00
deadc0de6
1b37fa9085 fix tests 2020-12-07 13:27:52 +01:00
deadc0de6
5b0a1f3a3d check shutil error for #294 2020-12-07 12:56:05 +01:00
deadc0de6
640310c0a4 fix fake dotfiles actions not executed 2020-11-22 10:45:02 +01:00
deadc0de6
5e7309a3ec fixes for #286 2020-11-19 19:54:09 +01:00
deadc0de6
2ee70ff8ab add more logs 2020-11-19 15:03:22 +01:00
deadc0de6
c7671165c3 fix order test with epoch 2020-11-18 15:37:41 +01:00
deadc0de6
578fb86466 speed up template detection 2020-11-18 15:23:28 +01:00
deadc0de6
ace846dcfb fix test 2020-11-18 15:07:13 +01:00
deadc0de6
f811b91a46 add tests for dry 2020-11-18 15:07:02 +01:00
deadc0de6
c39dea9c7c update tests 2020-11-17 14:33:08 +01:00
deadc0de6
cbc829b2d9 add tests 2020-11-17 14:32:54 +01:00
deadc0de6
e4d2d272a8 refactor installer 2020-11-17 13:42:53 +01:00
deadc0de6
4d12859714 parallel compare 2020-11-16 21:47:14 +01:00
deadc0de6
315a898e77 enable force on install 2020-11-16 14:25:16 +01:00
deadc0de6
3fc635495d clean run 2020-11-16 13:50:38 +01:00
deadc0de6
5edcfe1897 chmod in files and detail commands 2020-11-16 13:27:03 +01:00
deadc0de6
05ffe43e5c improve tests 2020-11-15 23:09:29 +01:00
deadc0de6
80a9ed4814 workdir env variable 2020-11-15 21:18:14 +01:00
deadc0de6
8ce96ffeeb improve diffing 2020-11-15 20:27:49 +01:00
deadc0de6
87f32478d9 add more logs 2020-11-15 17:49:57 +01:00
deadc0de6
944afec604 ensure chmod entry added on update 2020-11-15 15:16:37 +01:00
deadc0de6
fcbe750d42 more tests 2020-11-15 10:58:01 +01:00
deadc0de6
36be2027da more tests 2020-11-14 15:04:35 +01:00
deadc0de6
87b70053c8 improve tests 2020-11-14 15:01:56 +01:00
deadc0de6
f02c204d44 add test for chmod on update 2020-11-14 13:12:15 +01:00
deadc0de6
32e667a59b properly handle chmod on import 2020-11-14 12:13:08 +01:00