1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00
Commit Graph

746 Commits

Author SHA1 Message Date
deadc0de
5b247b4b3a Update issue templates 2019-05-28 22:53:56 +02:00
deadc0de
63edc12df9 Update issue templates 2019-05-28 22:49:35 +02:00
deadc0de
ceff27733e Update issue templates 2019-05-28 22:41:52 +02:00
deadc0de
e6d191f57f Update issue templates 2019-05-28 22:38:02 +02:00
deadc0de
2c4d5baa78 Merge pull request #145 from ziirish/inherited-variables
adding ability to inherit variables from included profiles
2019-05-23 19:39:12 +02:00
ziirish
489a4ac845 adding ability to inherit variables from included profiles 2019-05-23 16:52:29 +02:00
deadc0de
7a0f4408ee Merge pull request #140 from davla/fix-import-config-vars
[hotfix] imported configs variables were not merged in
2019-05-21 10:37:18 +02:00
Davide Laezza
2673c024de [hotfix] imported configs variables were not merged in 2019-05-21 01:00:13 +02:00
deadc0de6
9f94f14b87 fix cmpignore for #137 2019-05-19 19:43:07 +02:00
deadc0de6
5cb18932a5 adding python3.7
adding python3.7 through matrix

fix python3.7 on travis
2019-05-08 20:00:45 +02:00
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