1797 Commits

Author SHA1 Message Date
Ben Felder
1007e8312d Ignoring missing toml import in user_data. 2019-07-07 21:12:46 +02:00
Ben Felder
846ecfd7ba Removing python 3.5 support. 2019-07-07 15:40:24 +02:00
Ben Felder
86a313d8f3
Some formatting 2019-07-07 14:40:29 +02:00
Ben Felder
36b0eadbd8 Some more polishing. 2019-07-06 21:07:53 +02:00
Ben Felder
8373bef710 Type annotated version. 2019-07-04 22:06:53 +02:00
Ben Felder
782edbfb89 Type annotated user_data. 2019-07-04 22:00:07 +02:00
Ben Felder
0308864e8f Closing typing gaps. 2019-07-04 21:33:09 +02:00
Ben Felder
49eb331fe3 Centralized type aliases. 2019-07-04 18:39:40 +02:00
Ben Felder
32fb6df3ff Type annotated tools.py. 2019-07-03 23:07:25 +02:00
Ben Felder
2a26db9065 Type annotated main.py. 2019-07-02 21:17:51 +02:00
Juan-Pablo Scaletti
d1318b4195
Create FUNDING.yml 2019-07-01 14:58:52 -05:00
Juan-Pablo Scaletti
d02f8c1a5c
Merge pull request #50 from pykong/patch-1
Improved name of test case
2019-06-25 10:24:38 -05:00
Ben Felder
bf635cc24e
Improved name of test function 2019-06-24 09:19:52 +02:00
Juan-Pablo Scaletti
a9468fd5fd "autoescape": False v2.5.1 2019-06-18 11:29:42 -05:00
Juan-Pablo Scaletti
5c4f91fa72 Upgrade packaging 2019-06-17 22:59:00 -05:00
Juan-Pablo Scaletti
fa84b923b6 v2.5 v2.5.0 2019-06-15 22:16:47 -05:00
Juan-Pablo Scaletti
f7dfbd4f9b Submit to the Master Mold 2019-06-15 03:48:16 -05:00
Juan-Pablo Scaletti
412d7428ec Remove .git folder after cloning template 2019-06-15 03:31:34 -05:00
Juan-Pablo Scaletti
1c490f0160 Take No for an answer 2019-06-15 02:34:15 -05:00
Juan-Pablo Scaletti
c715d24588
Update README.md 2019-06-13 23:38:57 -05:00
Juan-Pablo Scaletti
bdeb097848 pre-render skip_if_exists patterns 2019-06-13 23:19:11 -05:00
Juan-Pablo Scaletti
5e008493e8 Add a skip_if_exists option 2019-06-13 21:36:47 -05:00
Juan-Pablo Scaletti
830667c1ad Add a flag to disable the cleanup on error (cleanup enabled by default) 2019-06-13 17:38:48 -05:00
Juan-Pablo Scaletti
fc61a82cbd Explain some edge cases in the README 2019-06-13 17:15:20 -05:00
Juan-Pablo Scaletti
866dfd6a30 Include extra_paths in the README example 2019-06-13 10:17:53 -05:00
Juan-Pablo Scaletti
8088f77751 Fix failing tests in Py35 2019-06-13 09:22:17 -05:00
Juan-Pablo Scaletti
34d4d40b93
Merge pull request #37 from pykong/cleanup
Implemented cleanup on failure.
2019-06-13 09:14:31 -05:00
Juan-Pablo Scaletti
c25e1592be
Merge branch 'master' into cleanup 2019-06-13 09:11:39 -05:00
Juan-Pablo Scaletti
4c286ea6bd Fix for Python 3.5 2019-06-12 23:54:21 -05:00
Ben Felder
b7d0cedb2f
Merge branch 'master' into cleanup 2019-06-12 22:56:36 +02:00
Ben Felder
37f7bdcfc0
Attempt to solve python 3.5 syntax error. 2019-06-12 22:54:15 +02:00
Ben Felder
4f3f9160b6
Removed trailing colon 2019-06-12 22:48:54 +02:00
Ben Felder
6f08c62911 Fixture teardown - ignore errors. 2019-06-12 22:42:58 +02:00
Juan-Pablo Scaletti
302dde9b17 Adds minor formatting adjustments 2019-06-11 17:08:48 -05:00
Juan-Pablo Scaletti
a1fb668f1c
Merge pull request #39 from pykong/output
Providing output when running tasks.
2019-06-11 17:06:46 -05:00
Juan-Pablo Scaletti
c1ba044d78 Rename resolve_single_path to resolve_source_path 2019-06-11 16:42:28 -05:00
Juan-Pablo Scaletti
748d557219
Merge pull request #43 from pykong/patch-1
Expanduser on all paths
2019-06-11 16:40:48 -05:00
Juan-Pablo Scaletti
a288be6d35
Merge pull request #44 from pykong/patch-2
Removed cruft from yaml blocks
2019-06-11 16:35:06 -05:00
Ben Felder
ceca0b4654
Removed '---' from yaml block 2019-06-11 07:54:07 +02:00
Ben Felder
ff935fcaa9
Removed cruft yaml example 2019-06-10 17:11:20 +02:00
Ben Felder
d202ce5cf0
Fix for when extra_paths are None 2019-06-10 16:12:08 +02:00
Ben Felder
bc61c8222c
Expanduser on all paths
Addendum to: https://github.com/jpscaletti/copier/issues/38
2019-06-10 15:58:40 +02:00
Juan-Pablo Scaletti
d6e92cd069 Fix the loading of extra_paths from the config
Fix #38
2019-06-09 20:42:19 -05:00
Juan-Pablo Scaletti
dd2159ab84 Run pytest without needing to install copier 2019-06-09 20:28:48 -05:00
Ben Felder
8e058ed3c5 Styling of task output. 2019-06-09 21:25:42 +02:00
Ben Felder
adadabc6f7 Printing the task to be run. 2019-06-09 20:33:21 +02:00
Ben Felder
4d6801df8f Implemented printf_block. 2019-06-09 20:22:29 +02:00
Ben Felder
895489586d Implemented cleanup on failure and test. 2019-06-09 14:26:29 +02:00
Juan-Pablo Scaletti
bfaefdb1e8
Merge pull request #35 from pykong/patch-3
Some editing.
2019-06-09 00:02:55 -05:00
Juan-Pablo Scaletti
a4ab46735b
Merge pull request #31 from pykong/patch-1
Typos + extra_paths
2019-06-09 00:01:48 -05:00