1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:54:51 +00:00
Commit Graph

1327 Commits

Author SHA1 Message Date
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
dce19eb268 Add logic for respecting ignores/negative ignores when updating files 2020-12-18 18:54:42 -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
Joey Territo
8feb668ccd Better implementation of ignore patterns 2020-12-14 19:24:45 -05:00
Joey Territo
cc63fd0dc1 First attempt at implementing negative ignore patterns 2020-12-14 18:58:50 -05:00
deadc0de6
636c1ade26 return err if need update 2020-12-12 15:31:25 +01:00
deadc0de6
c021e0cd0a update version checker 2020-12-12 15:28:55 +01:00
deadc0de6
2e0bab0ba2 ensure ignore are respected 2020-12-11 19:45:03 +01: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
deadc0de
d201c9ea12 Merge pull request #296 from MarcelRobitaille/fix-istemplate-respect-ignore
Make `is_template` respect ignores
2020-12-11 13:39:28 +01:00
Marcel Robitaille
071d74fb38 Make is_template respect ignores
A (false positive) "template" that should be ignored
should not make `is_template` become true.
2020-12-11 01:38:03 -05:00
deadc0de6
12c3c97aef fix check 2020-12-09 10:54:32 +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
5c66a8ea83 fix error format 2020-12-07 13:00:17 +01:00
deadc0de6
5b0a1f3a3d check shutil error for #294 2020-12-07 12:56:05 +01:00
deadc0de6
831b3ddc1a update version checker 2020-11-28 22:14:01 +01:00
deadc0de6
9ed28ca1fb fix cd 2020-11-28 21:54:21 +01:00
deadc0de6
7f5c18d246 enable tests for PR 2020-11-28 16:16:46 +01:00
deadc0de6
c41fdc99f0 improve check version script 2020-11-28 15:48:08 +01:00
deadc0de6
76c37398c6 script to manage version 2020-11-27 00:43:29 +01:00
deadc0de6
fe2681e32c bump version v1.4.1 2020-11-22 11:01:55 +01:00
deadc0de6
40b12ca25b remove extra debug 2020-11-22 10:48:10 +01:00
deadc0de6
640310c0a4 fix fake dotfiles actions not executed 2020-11-22 10:45:02 +01:00
deadc0de6
d42d810ab1 update doc on chmod 2020-11-21 15:02:47 +01:00
deadc0de6
581c82da38 bump version v1.4.0 2020-11-21 14:41:25 +01:00
deadc0de
675c820606 Merge pull request #292 from deadc0de6/chmod
Chmod
2020-11-21 13:52:03 +01:00
deadc0de6
e0ff3efe04 fix compare for #286 2020-11-20 21:37:42 +01:00
deadc0de6
288581632a update doc 2020-11-20 21:25:20 +01:00
deadc0de6
7a270584e5 workers for compare for #277 2020-11-20 21:23:14 +01:00
deadc0de6
cbd86fadba consistency on creating dirs 2020-11-20 21:22:28 +01:00
deadc0de6
15a1ab16ea fix verbosity 2020-11-20 21:10:54 +01:00
deadc0de6
5e7309a3ec fixes for #286 2020-11-19 19:54:09 +01:00
deadc0de6
6ab0b00930 provide installer with is_template info 2020-11-19 15:04:11 +01:00
deadc0de6
d253610f2d debug 2020-11-19 15:03:38 +01:00
deadc0de6
2ee70ff8ab add more logs 2020-11-19 15:03:22 +01:00
deadc0de
0ebbdf7a84 Merge pull request #291 from ranjanashish/fix/missing-dependency
Fix missing python-magic dependency in setup.py
2020-11-18 20:23:27 +01:00
ranjanashish
092aa6cc44 Add missing dependency - python-magic 2020-11-18 23:28:08 +05:30
deadc0de6
0c0753faaf typo 2020-11-18 15:45:15 +01:00
deadc0de6
962cb775d9 improve compare speed 2020-11-18 15:39:30 +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
ef6d78ed45 fix dry on link_children 2020-11-18 15:07:37 +01:00