-
Notifications
You must be signed in to change notification settings - Fork 770
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #888 - micbou:update-jedihttp, r=puremourning
[READY] Update JediHTTP Make JediHTTP shut itself down after 30 minutes of inactivity. Fixes ycm-core/YouCompleteMe#2852. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/888) <!-- Reviewable:end -->
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
Submodule JediHTTP
updated
16 files
+13 −0 | .coveragerc | |
+2 −0 | .gitignore | |
+3 −2 | .travis.yml | |
+13 −0 | README.md | |
+6 −1 | appveyor.yml | |
+18 −0 | codecov.yml | |
+13 −2 | jedihttp/__main__.py | |
+35 −20 | jedihttp/tests/end_to_end_test.py | |
+85 −0 | jedihttp/watchdog_plugin.py | |
+4 −0 | test_requirements.txt | |
+9 −1 | tox.ini | |
+18 −13 | travis/install.sh | |
+0 −19 | travis/run.sh | |
+1 −1 | vendor/jedi | |
+1 −1 | vendor/parso | |
+1 −1 | vendor/waitress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters