William Ting
d5a4fd270d
Add 'make lint' option.
2017-05-31 22:50:32 -07:00
William Ting
f59e398c48
Update pre-commit repos to tags.
2017-05-31 22:46:59 -07:00
Sahil Bajaj
13a63fbf3a
Fix issues URL
...
Changed the url for reporting issues to that of the new repo.
2017-05-19 20:12:31 -07:00
William Ting
0bf1ad5ba9
Update Debian version comment.
...
Autojump has been available since Debian Wheezy which is now stable.
2017-02-17 18:59:06 -08:00
William Ting
3f0eae1be7
Bump version to v22.5.1.
2017-02-16 21:41:27 -08:00
Moritz Flucht
b0bc534838
Fix jumping to paths containing spaces on Windows.
2017-02-16 21:40:54 -08:00
William Ting
865476ed56
Bump version to v22.5.0.
2016-10-01 10:10:48 -07:00
William Ting
3e089a3b32
Merge remote-tracking branch 'sodiumjoe/optimize-startup'
2016-10-01 10:10:11 -07:00
Joe Moon
2e2ffcfadb
Merge remote-tracking branch 'upstream/master' into optimize-startup
2016-09-30 19:14:01 -07:00
Joe Moon
4f238bdd46
restore command -v brew
check
2016-09-30 19:12:47 -07:00
William Ting
b2f243ee17
Revert "Merge remote-tracking branch 'sodiumjoe/optimize-startup'"
...
This reverts commit 39990fff58
, reversing
changes made to c4d82b1888
.
2016-09-30 12:10:23 -07:00
William Ting
8eb094220b
Update changelog for v22.4.0.
2016-09-30 10:24:35 -07:00
William Ting
df935c664c
Bump version to v22.4.0.
2016-09-30 10:22:22 -07:00
William Ting
cacbb68591
Regenerate docs, minor tweaks.
2016-09-30 10:21:58 -07:00
William Ting
39990fff58
Merge remote-tracking branch 'sodiumjoe/optimize-startup'
2016-09-30 10:21:36 -07:00
Joe Moon
332698fdc5
minimize number of calls to brew
2016-09-29 19:45:26 -07:00
William Ting
c4d82b1888
Bump version to v22.3.5.
2016-09-09 10:08:21 -07:00
William Ting
7874719e4a
Merge remote-tracking branch 'hwartig/fix-integration-for-fish-2.3'
2016-09-09 10:07:16 -07:00
Harald Wartig
9a26c1f17b
Set AUTOJUMP env variables using set -gx
.
...
Due to changes in the way fish handles variable lookup the fish
autojump integration stopped working with fish version 2.3.
By exporting the needed variables globally it works also with fish 2.3.
2016-09-07 06:56:16 +02:00
William Ting
851f3e3b2d
Bump version to v22.3.4
2016-07-14 06:21:07 -07:00
William Ting
242936f258
Merge pull request #430 from yipeipei/master
...
Install autojump_match.py
2016-07-14 06:19:25 -07:00
YI Peipei
215cee3a93
Install autojump_match.py
2016-07-14 20:37:02 +08:00
William Ting
b9e70a0eea
Merge branch 'add_match_tests'
2016-07-13 20:29:33 -07:00
William Ting
7c7865ea7e
Add match consecutive tests.
2016-06-22 18:09:36 -07:00
William Ting
5e550267c7
Add test-xfail to run broken tests.
2016-06-22 18:08:51 -07:00
William Ting
dc9e11e7d5
Use the same line length settings for autopep8 and flake8.
2016-06-22 17:52:00 -07:00
William Ting
3cb4e8a28c
Add match_anywhere tests.
2016-06-22 17:52:00 -07:00
William Ting
cf013c6875
Misc cleanup.
2016-06-22 17:52:00 -07:00
William Ting
eafd6ac451
Verbose pytest output to help understand test failures.
2016-06-22 17:52:00 -07:00
William Ting
737563570e
Fix match imports and simplify fuzzy threshold.
2016-06-22 17:52:00 -07:00
William Ting
218d779b4d
Simplify flake8 noqa.
2016-06-22 17:51:17 -07:00
William Ting
7922a9013d
Update copyright dates.
2016-06-22 17:51:17 -07:00
William Ting
797d97c9bf
Add module naming comment.
2016-06-22 17:51:17 -07:00
William Ting
2e60fa2892
Add vendorized argparse comment.
2016-06-22 17:51:17 -07:00
William Ting
180c5d8402
Exclude vendorized argparse lib from coverage report.
2016-06-22 17:51:17 -07:00
William Ting
e75d4d4d11
Drop official support for Python 3.2.
...
It looks like pip 8.x has dropped support for Python 3.2 and is causing test
build problems. Since Python 3.3, 3.4, and 3.5 are supported I don't see any
issues with dropping 3.2 test coverage although it will probably still work.
2016-06-22 17:51:17 -07:00
William Ting
be5b703996
Add integration test dir.
2016-06-22 17:51:17 -07:00
William Ting
94dae01b49
Move unit tests to own folder.
2016-06-22 17:51:17 -07:00
William Ting
d1822bc11a
Update pre-commit.
2016-06-22 17:51:17 -07:00
William Ting
a24d199161
Fix tox.ini / test runner.
2016-06-22 17:51:17 -07:00
William Ting
9241b4b20f
Add make clean.
2016-06-22 17:51:17 -07:00
Marek Marecki
a32f237043
Add Python 3.5 to tests
2016-06-22 17:51:17 -07:00
Marek Marecki
9622659099
Fix: handling regex characters in path patterns
...
Before this commit if a regex-special character was present on the
commandline as a part of path pattern autojump would fail with
`sre_constants.error`.
2016-06-22 17:51:17 -07:00
William Ting
61af2bf4c5
Bump to v22.3.2, fixes #411 .
2016-06-21 18:08:35 -07:00
William Ting
6df88c33d2
Merge pull request #425 from jared-hess/determinacy
...
Fix non-deterministic sorting behavior.
2016-06-21 18:06:06 -07:00
Jared Hess
68e10ae402
Fix entry sorting indeterminancy by adding path as secondary sorting key
2016-06-21 16:07:09 -07:00
Jared Hess
3090963beb
Merge pull request #4 from wting/master
...
Update from upstream
2016-06-21 15:53:42 -07:00
William Ting
ecd272e979
Bump version to v22.3.1.
2016-06-19 11:24:44 -07:00
William Ting
0bce510c7e
Merge pull request #381 from ElArtista/master
...
Handling of directories with spaces in Windows and portability fixes.
2016-06-19 11:22:03 -07:00
William Ting
9a6e2869b1
Tabs to spaces.
2016-05-11 20:40:48 -07:00