Ben Asher
bea4e89a48
SwiftPM support
2017-01-13 10:19:41 -08:00
Anthony Sottile
cc0f40fc96
v0.10.1
v0.10.1
2017-01-05 12:22:40 -08:00
Anthony Sottile
251ff7f467
Merge pull request #463 from pre-commit/shlex_more
...
Make shlex behaviour of entry more consistent
2017-01-05 12:20:58 -08:00
Anthony Sottile
6055af8bc8
Make shlex behaviour of entry more consistent
2017-01-05 11:52:29 -08:00
Anthony Sottile
0de174f2ac
Merge pull request #462 from bpicolo/support_args_in_docker_entrypoint
...
Support docker hooks with args
2017-01-05 10:34:31 -08:00
Ben Picolo
8cbd56a0a5
Put user back where it was
2017-01-05 12:55:08 -05:00
Ben Picolo
54d212f0d7
Use shlex.split
2017-01-05 10:52:31 -05:00
Ben Picolo
b7bd825e15
Support docker hooks with args
2017-01-05 09:31:22 -05:00
Anthony Sottile
58df7c06e1
v0.10.0
v0.10.0
2017-01-04 12:43:57 -08:00
Anthony Sottile
a2ba618d72
Merge pull request #461 from pre-commit/only_pull_on_initial_build
...
Only --pull on initial docker build
2017-01-04 11:59:52 -08:00
Anthony Sottile
e022bc6735
Only --pull on initial docker build
2017-01-04 11:27:40 -08:00
Anthony Sottile
6046b8bd7e
Merge pull request #459 from bpicolo/docker_support
...
Docker hook support for pre-commit
2017-01-04 10:51:25 -08:00
Ben Picolo
08b379bf45
Coverage complete
2017-01-04 13:16:32 -05:00
Ben Picolo
b06da3e9cd
Code review tweaks
2017-01-04 13:05:54 -05:00
Anthony Sottile
fa57970c29
Merge pull request #460 from pre-commit/install_hooks_command
...
Add an install-hooks command (similar to install --install-hooks). Resolves #456
2017-01-04 08:53:18 -08:00
Ben Picolo
86c0e6d297
Inverse md5 bytesifying
2017-01-04 10:52:56 -05:00
Anthony Sottile
f238495d6b
Add an install-hooks command (similar to install --install-hooks). Resolves #456
2017-01-04 07:52:16 -08:00
Ben Picolo
baf254ab78
Fix user so we can mount volumes as RW
2017-01-04 10:44:18 -05:00
Ben Picolo
9b92f96ed0
Code cleanup and tests
2017-01-04 10:35:00 -05:00
Ben Picolo
5f392f0ba5
Docker hook support for pre-commit
2017-01-03 16:47:59 -05:00
Anthony Sottile
8837cfa7ff
v0.9.4
v0.9.4
2016-12-05 08:07:53 -08:00
Anthony Sottile
1a5f247a7b
Merge pull request #449 from pre-commit/pcre_not_found
...
xargs returns nonzero for negate + not found exe (fixes pcre + not found #447 )
2016-12-05 08:04:56 -08:00
Anthony Sottile
a157e1a63f
xargs returns nonzero for negate + not found exe (fixes pcre + not found #447 )
2016-12-04 15:07:35 -08:00
Anthony Sottile
0e2c3c1ff9
Merge pull request #441 from alzeih/patch-1
...
Fix test error "fatal: empty ident name (for <(null)>) not allowed"
2016-12-03 16:47:11 -08:00
alzeih
bdcbdc2e37
Fix test error "fatal: empty ident name (for <(null)>) not allowed"
...
Occurs when tests run with tox not with Travis CI or Appveyor
Changed existing tox setenv statement to use whitespace around `=` as per
http://tox.readthedocs.io/en/latest/example/basic.html#setting-environment-variables
2016-12-04 13:33:41 +13:00
Anthony Sottile
cf178f99c4
Merge pull request #444 from snakescott/config
...
Add option to run from alternate config file
2016-12-03 11:04:39 -08:00
Jacob Scott
372069f3e5
minor cleanup
2016-12-03 10:47:38 -08:00
Anthony Sottile
8cd62452fe
Merge pull request #442 from alzeih/patch-2
...
Update the archive resources (rbenv, ruby-build, ruby-download)
2016-12-02 21:11:11 -08:00
alzeih
bbbc29af6f
Update the archive resources
2016-12-03 17:39:41 +13:00
Jacob Scott
727247e6ed
Add tests for alternate config
2016-12-02 16:25:10 -08:00
Jacob Scott
f205e6d170
Incoroporate PR feedback
...
* Make config_file a required argument to Runner
* Update main.py
* Update tests to make them all green
New test to test alternate config functionality coming in next commit
2016-12-02 13:53:59 -08:00
Jacob Scott
f1c00eefe4
Add option to run from alternate config file
2016-12-02 11:30:45 -08:00
Anthony Sottile
da3458cd25
Merge pull request #439 from pre-commit/configure_loggers_under_test
...
Configure logging under test
2016-11-26 17:53:08 -08:00
Anthony Sottile
573442faf3
Configure logging under test
2016-11-26 16:41:45 -08:00
Anthony Sottile
747eb1fe61
Merge pull request #438 from pre-commit/cygwin_check_after_setup_code
...
Add cygwin check after initialization. Resolves #437
2016-11-26 15:30:12 -08:00
Anthony Sottile
4e0f73bbf3
Add cygwin check after initialization. Resolves #437
2016-11-26 15:16:55 -08:00
Anthony Sottile
88f9f76e48
Merge pull request #436 from pre-commit/warn_cygwin_mismatched
...
Warn on cygwin python/git mismatch. Resolves #354
2016-11-26 15:05:27 -08:00
Anthony Sottile
526abd9251
Warn on cygwin python/git mismatch. Resolves #354
2016-11-26 14:44:29 -08:00
Anthony Sottile
d17daf7fd1
Merge pull request #435 from pre-commit/centralize_logging
...
Centralize logging initialization
2016-11-26 14:33:58 -08:00
Anthony Sottile
a7169905dc
Centralize logging initialization
2016-11-26 14:19:37 -08:00
Anthony Sottile
323507c9e3
Merge pull request #434 from pre-commit/reorg_output
...
Reorganize output writing
2016-11-26 14:04:15 -08:00
Anthony Sottile
893e0a9d49
Allow python tests to avoid the network wrt virtualenv
2016-11-26 13:41:11 -08:00
Anthony Sottile
afbb6c787b
Remove pypy3 for now (pip has dropped support)
2016-11-26 12:26:23 -08:00
Anthony Sottile
0dda19f691
Reorganize output writing
2016-11-26 12:15:55 -08:00
Anthony Sottile
1adfa24124
v0.9.3
v0.9.3
2016-11-07 13:20:39 -08:00
Anthony Sottile
eb5e15edaa
Merge pull request #427 from pre-commit/setup_cfg_issue_425
...
Allow virtualenv creation with strange setup.cfg. Resolves #425
2016-11-07 11:58:22 -08:00
Anthony Sottile
5ace43765b
Allow virtualenv creation with strange setup.cfg. Resolves #425
2016-11-07 11:09:32 -08:00
Anthony Sottile
4f73a74378
Merge pull request #428 from pre-commit/fix_latest_git
...
Fix latest-git.sh
2016-11-07 11:08:59 -08:00
Anthony Sottile
a5aa32ee72
Fix latest-git.sh
2016-11-07 10:37:46 -08:00
Anthony Sottile
9ef0c06d3f
v0.9.2
v0.9.2
2016-10-25 13:10:11 -07:00