Commit Graph

588 Commits

Author SHA1 Message Date
Vladimir Iakovlev 6609b8d06a #316 Remove `.py` from `tsuru_login` rule name 2015-07-26 22:09:55 +03:00
Vladimir Iakovlev 5b5df9361d Merge pull request #316 from scorphus/tsuru-login
Add `tsuru_login` rule
2015-07-26 22:08:51 +03:00
Vladimir Iakovlev fa234fde70 Merge pull request #315 from scorphus/fix-tests
Fix git_push_pull and not_match tests
2015-07-26 22:08:09 +03:00
Pablo Santiago Blum de Aguiar 2117659c40 Add `tsuru_login` rule 2015-07-25 23:33:38 -03:00
Pablo Santiago Blum de Aguiar 4985f75d74 Allow `generic_shell` to act while testing `git_push_pull`
Fix failing tests on shells that do not use && operator
2015-07-25 23:26:52 -03:00
Pablo Santiago Blum de Aguiar 959d20df78 Add `test_not_match` to `no_such_file` tests 2015-07-25 23:26:47 -03:00
nvbn bfa3c905a3 Improve assertions in func tests 2015-07-25 21:02:04 +03:00
nvbn 992f488159 Bump to 2.4 2015-07-25 03:40:06 +03:00
nvbn 7770efb86c Fix skipif on fish tests 2015-07-25 03:38:17 +03:00
nvbn b2457d1587 Fix skipif on fish tests 2015-07-25 03:35:55 +03:00
nvbn 2291a5ba5d Use only one skipif 2015-07-25 03:33:30 +03:00
nvbn 129d67f794 Temporary disable functional tests with fish in travis-ci
https://github.com/travis-ci/apt-source-whitelist/issues/71
2015-07-25 03:30:11 +03:00
nvbn d00295f9d8 Fix fish version in travis-ci 2015-07-25 03:22:16 +03:00
nvbn 8498b970cc Fix tests with python 2 2015-07-25 03:22:05 +03:00
nvbn 8d981cf9b6 Fix env in travis config 2015-07-25 03:02:04 +03:00
nvbn 2da3d02361 Add `BARE` option for running functional tests without docker 2015-07-25 03:01:03 +03:00
nvbn d7c8a43bbb Merge branch 'master' of github.com:nvbn/thefuck 2015-07-24 23:50:30 +03:00
nvbn 14e4158c7a Add tests for tcsh, fix tcsh alias 2015-07-24 23:50:22 +03:00
Vladimir Iakovlev 0d378ccf28 Merge pull request #312 from SanketDG/desc
fix description not appearing on pypi page
2015-07-24 23:32:45 +03:00
Vladimir Iakovlev ff117f2d69 Merge pull request #310 from mcarton/patch-2
Make a `sudo` pattern more general
2015-07-24 23:32:12 +03:00
nvbn 41350d13a8 Revert "#N/A Run functional tests in travis-ci"
This reverts commit 9e79c4aea3.
2015-07-24 23:31:21 +03:00
nvbn 09a4438d69 Revert "#N/A Run functional tests in travis-ci"
This reverts commit c6ec2df85b.
2015-07-24 23:31:16 +03:00
nvbn c6ec2df85b #N/A Run functional tests in travis-ci 2015-07-24 23:27:04 +03:00
nvbn 9e79c4aea3 #N/A Run functional tests in travis-ci 2015-07-24 23:24:14 +03:00
nvbn 9ab4491b96 #N/A Add tests for "ctrl+c" 2015-07-24 23:14:58 +03:00
SanketDG fb8174b5e5 fix description not appearing on pypi page 2015-07-24 22:04:12 +05:30
Martin Carton aaa66b6268 Make a `sudo` pattern more general
```
% mount -o uid=martin /dev/sdc1 mnt
mount: only root can use "--options" option
```
2015-07-24 16:33:53 +02:00
nvbn 174ada054d #N/A Implicitly prefix containers names 2015-07-24 08:09:08 +03:00
nvbn e1416a0127 #N/A Add tests for fish 2015-07-24 08:04:49 +03:00
nvbn c34a56bc89 #N/A Simplify functional tests 2015-07-24 07:38:45 +03:00
nvbn 7906025cc6 #N/A Add docker-based functional tests 2015-07-24 03:56:21 +03:00
nvbn b15bc8c423 #N/A Add `gulp_not_task` rule 2015-07-24 00:47:57 +03:00
nvbn 469c5a60b0 #N/A Add `replace_argument` helper 2015-07-24 00:39:56 +03:00
nvbn f9f0948349 #N/A Add `docker_not_command` rule 2015-07-24 00:12:29 +03:00
nvbn b5f2d0afb5 #N/A Use `get_closest` in `no_command` rule 2015-07-23 23:42:29 +03:00
nvbn ef2f642ffe #N/A Log common operations time 2015-07-23 06:09:57 +03:00
Vladimir Iakovlev ca77261b89 Merge pull request #309 from mcarton/git
Add the `git_fix_stash` rule
2015-07-23 05:22:18 +03:00
mcarton e4da8a2e5a Add the `git_fix_stash` rule 2015-07-22 23:27:53 +02:00
nvbn ab1cd665cd #N/A Fix `git_checkout` tests 2015-07-22 04:52:52 +03:00
nvbn a6c5b8322a #N/A Install coverall before project deps 2015-07-22 04:49:33 +03:00
nvbn 6c534c52bc Bump to 2.3 2015-07-22 04:45:04 +03:00
nvbn b4392ba706 #N/A Add `heroku_not_command` rule 2015-07-22 04:44:37 +03:00
Vladimir Iakovlev 46f918718f Merge pull request #307 from evverx/lc_all
Force LC_ALL to C
2015-07-21 17:11:16 +03:00
Vladimir Iakovlev d71ce76ae4 Merge pull request #306 from mcarton/hub
Support GitHub's hub command
2015-07-21 16:43:24 +03:00
nvbn 355505a0a8 #N/A Make `git_checkout` test less dependent on `get_closest` 2015-07-21 16:40:45 +03:00
Evgeny Vereshchagin 3d425ce831 Force LC_ALL to C
See: http://unix.stackexchange.com/a/87763/120177
2015-07-21 13:39:34 +00:00
mcarton 98a9fb3d7d Remove now redundant checks in `git_*` rules 2015-07-21 15:35:39 +02:00
nvbn c8d748e095 Bump to 2.2 2015-07-21 16:31:17 +03:00
nvbn e0af35819d Merge branch 'master' of github.com:nvbn/thefuck 2015-07-21 16:19:11 +03:00
nvbn 9e4c250e4e #301 Fix bash support on non-eng systems 2015-07-21 16:19:01 +03:00