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

736 Commits

Author SHA1 Message Date
deadc0de
997cb9f763 Merge pull request #134 from laggardkernel/hotfix-incomplete-comparison
hotfix for incomplete comparison
2019-05-07 09:59:23 +02:00
laggardkernel
2cd6b27616 hotfix for incomplete comparison 2019-05-07 14:40:32 +08:00
deadc0de6
323e317104 avoid comparing symlink pointing to themselves (#133) 2019-05-06 22:05:41 +02:00
deadc0de6
982f464eab fix cmpignore/upignore duplicates for #122 2019-05-06 19:21:31 +02:00
deadc0de6
a31d747830 adding dotfile sub-file variables _dotfile_sub_abs_src and _dotfile_sub_abs_dst 2019-05-04 18:56:24 +02:00
deadc0de6
34a8947fc1 add more tests and add jhelper methods 2019-05-04 17:52:40 +02:00
deadc0de6
d21eca8437 adding _dotfile_key and _dotfile_link variables 2019-05-04 17:41:03 +02:00
deadc0de6
158475f011 adding basename/dirname for #131 2019-05-04 17:38:34 +02:00
deadc0de6
c158ec933b handle empty config for #130 2019-05-04 16:01:54 +02:00
deadc0de6
ad10adef5d adding dotfile specific variables for templating 2019-05-02 11:23:52 +02:00
deadc0de6
d7168285a5 ensure action parametrization works 2019-05-01 16:16:17 +02:00
deadc0de6
44a26a261d adding default_actions and dotfile src/dst paths to template these (for #125) 2019-05-01 15:55:51 +02:00
deadc0de
a4432b5696 Merge pull request #124 from davla/import-config
Import config - ALL fix
2019-04-30 13:57:42 +02:00
Davide Laezza
85383d61e5 Refactoring - What did it cost? Everything 2019-04-28 22:57:25 +02:00
Davide Laezza
a32b43bf2f Fixing conflicts with master 2019-04-28 22:57:25 +02:00
Davide Laezza
057aae4f05 Adding some comments in config.py 2019-04-28 22:57:25 +02:00
Davide Laezza
3a0a4358ed Fixing profiles and variables mixed in between yaml files with import_configs 2019-04-28 22:57:25 +02:00
Davide Laezza
e4d5439b08 Adding tests to check whether config yaml files mix when importing configs 2019-04-28 22:57:25 +02:00
Davide Laezza
deb0dfd9e0 Suppressing commong key warnign for internal variables in import_configs 2019-04-28 22:57:25 +02:00
Davide Laezza
649575116b Fixing src path in dotfiles to allow different dotpaths than the current one 2019-04-28 22:57:25 +02:00
Davide Laezza
2d66e1847e Refactoring Cfg merge 2019-04-28 22:57:25 +02:00
Davide Laezza
3c9f0040a3 Reporting unsupported recursive globs in import_configs 2019-04-28 22:57:25 +02:00
Davide Laezza
c185305aed Commenting a couple of utilities 2019-04-28 22:57:25 +02:00
Davide Laezza
2949feaefd Adding globbing functionality for import_configs 2019-04-28 22:57:25 +02:00
Davide Laezza
9925ec3928 Adding tests for overrided settings in imported_configs 2019-04-28 22:57:25 +02:00
Davide Laezza
124336ed57 Testing merge funcationalities in import_configs 2019-04-28 22:57:25 +02:00
Davide Laezza
bcf89478ba First implementation of import coinfigs: brutally merging dictionary members 2019-04-28 22:57:25 +02:00
Davide Laezza
02bae593e5 Adding stub of profile import functionality 2019-04-28 22:57:25 +02:00
Davide Laezza
917b1a9ce0 Using try-catch KeyError: instead of if in config parser 2019-04-28 22:56:43 +02:00
Davide Laezza
f84920e2e6 Refactoring config parser 2019-04-28 22:56:43 +02:00
deadc0de6
0fcefe98f1 Merge branch 'master' of https://github.com/deadc0de6/dotdrop 2019-04-28 19:29:57 +02:00
deadc0de6
17788d89ff adding tests for ALL dotfiles 2019-04-28 19:29:51 +02:00
deadc0de
ab4beed540 Merge pull request #123 from deadc0de6/revert-118-import-config
Revert "Import config"
2019-04-28 19:19:34 +02:00
deadc0de
861cb39ad4 Revert "Import config" 2019-04-28 19:18:48 +02:00
deadc0de
ed0fddb483 Merge pull request #118 from davla/import-config
Import config feature
2019-04-28 19:00:24 +02:00
Davide
3785517c2d Merge branch 'master' into import-config 2019-04-28 18:42:51 +02:00
Davide Laezza
e5619c1602 Fixing conflicts with master 2019-04-28 18:38:42 +02:00
deadc0de6
c451baacf5 implement global upignore/cmpignore for #122 2019-04-28 17:52:11 +02:00
deadc0de6
0d46ca66ea refactor usage for --force 2019-04-27 15:55:59 +02:00
deadc0de6
222925dd29 allow to have dynamic dotfile actions for #120 2019-04-27 14:34:34 +02:00
Davide Laezza
a7a10a99e2 Adding some comments in config.py 2019-04-26 10:43:53 +02:00
Davide Laezza
c591333396 Fixing profiles and variables mixed in between yaml files with import_configs 2019-04-26 01:10:58 +02:00
Davide Laezza
5163365000 Adding tests to check whether config yaml files mix when importing configs 2019-04-26 01:10:47 +02:00
Davide Laezza
23601678b3 Suppressing commong key warnign for internal variables in import_configs 2019-04-23 14:48:18 +02:00
Davide Laezza
fa63131897 Fixing src path in dotfiles to allow different dotpaths than the current one 2019-04-23 12:55:23 +02:00
Davide Laezza
da33a134a0 Refactoring Cfg merge 2019-04-23 12:53:58 +02:00
Davide Laezza
ab60700e46 Reporting unsupported recursive globs in import_configs 2019-04-22 18:05:22 +02:00
Davide Laezza
b92bc8429d Commenting a couple of utilities 2019-04-22 15:23:02 +02:00
Davide Laezza
264306d490 Adding globbing functionality for import_configs 2019-04-22 15:23:02 +02:00
Davide Laezza
d55bc37887 Adding tests for overrided settings in imported_configs 2019-04-22 15:23:02 +02:00