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

1375 Commits

Author SHA1 Message Date
deadc0de6
1a26f28756 bump version v1.5.2 2021-02-24 20:03:00 +01:00
deadc0de6
653aeaca2a remove unused module 2021-02-23 09:38:31 +01:00
deadc0de6
7e85e8bd40 fix syntax error 2021-02-22 09:16:30 +01:00
deadc0de6
c45fbdbe68 fix badge 2021-02-20 13:38:10 +01:00
deadc0de6
836672b59e lgtm badge 2021-02-20 13:36:31 +01:00
deadc0de6
1c0749822f code quality 2021-02-20 13:36:24 +01:00
deadc0de6
6cd5755170 fix bad use of yaml.dump 2021-02-20 13:27:47 +01:00
deadc0de6
f0da6a6f9c hopefully fix gh action for aur 2021-02-17 14:31:25 +01:00
deadc0de6
b60d165b6a bump version v1.5.1 2021-02-17 14:10:34 +01:00
deadc0de6
d689e38e76 move to ubuntu 20.04 for aur publish 2021-02-17 13:56:22 +01:00
deadc0de6
f4ab927c9b fix and tests for #302 2021-02-17 13:40:55 +01:00
deadc0de6
58435ece94 bump version v1.5.0 2021-02-16 20:32:29 +01:00
deadc0de
bcb22a2b32 Merge pull request #301 from lelgenio/fish-completion
completion: Update fish 🐟
2021-02-16 12:40:21 +01:00
lelgenio
91361223c0 make code more readable and maintainable 2021-02-16 01:39:16 -03:00
lelgenio
335424a3ec use namespacing for for function names 2021-02-15 23:07:41 -03:00
deadc0de6
0684210367 refactoring documentation 2021-02-09 09:31:44 +01:00
deadc0de
913c0259bf Merge pull request #295 from MarcelRobitaille/feat-update-ignore-missing
Option to ignore missing files update and compare
2021-02-09 09:17:02 +01:00
Marcel Robitaille
a9e7038d3b Fix broken links? 2021-02-08 13:53:49 -05:00
Marcel Robitaille
86f6f26a98 Document ignore-missing 2021-02-08 13:29:46 -05:00
Marcel Robitaille
147b805049 Fix args to call to _ignore 2021-02-06 22:57:31 -05: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
Marcel Robitaille
b8457dfcee Ignore venv folder 2021-02-06 22:38:44 -05:00
Marcel Robitaille
ecc4fe3c19 Actually ignore missing files on update 2021-02-06 22:38:27 -05:00
Marcel Robitaille
d2f07ade5d Fix line length 2021-02-06 21:45:21 -05:00
Marcel Robitaille
9211c215bf Remove useless method argument
I don't need this argument anymore
2021-02-06 21:45:21 -05:00
Marcel Robitaille
6f826b1d96 Fix defined outside constructor 2021-02-06 21:45:21 -05:00
Marcel Robitaille
41114c81be Clarify variable names in comparator 2021-02-06 21:45:20 -05:00
Marcel Robitaille
fdc6c91e08 Add dotfile-specific ignore_missing option 2021-02-06 21:42:31 -05:00
Marcel Robitaille
b4d7791a60 Add global ignore_missing_in_dotdrop option 2021-02-06 21:41:43 -05:00
Marcel Robitaille
4a20148782 Fix line length 2021-02-06 21:41:43 -05:00
Marcel Robitaille
8081b4adf5 Option to ignore missing files update and compare 2021-02-06 21:41:43 -05:00
deadc0de6
900f705b30 bump version v1.4.3 2021-01-29 22:40:10 +01:00
deadc0de6
cd90abd9c8 fix coveralls 2021-01-29 22:28:20 +01:00
deadc0de6
9e159f84bb add coveralls token for tests 2021-01-29 22:13:53 +01:00
deadc0de6
f4adb527cc bump version v1.4.2 2021-01-29 21:49:43 +01:00
deadc0de6
c52898af88 Merge branch 'master' of github.com:deadc0de6/dotdrop 2021-01-29 21:45:45 +01:00
deadc0de6
cccda6e284 fail early when profile does not exist (#300) 2021-01-29 21:45:32 +01:00
deadc0de
39d52a2c80 Merge pull request #298 from jtt9340/negative-ignore-patterns
New feature: Negative ignore patterns
2020-12-31 14:26:25 +01:00
Joey Territo
a93d47556b Fix formatting for YAML example in docs/config.md
Accidentally used a hard tab instead of spaces when indenting a YAML code snippet
2020-12-29 03:06:59 +00: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
0c0acdd843 Reformat updater.py and utils.py to match pycodestyle 2020-12-22 21:56:00 -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