Commit graph

1773 commits

Author SHA1 Message Date
Anthony Scopatz
d4ff96ab25
Merge pull request #3911 from anki-code/wsl_speed
Added warning about huge amount of files in PATH directories
2020-10-21 14:03:09 -05:00
a
bc1ae615d8 rename 2020-10-21 20:55:40 +03:00
Anthony Scopatz
c18b3e1ca9
Merge pull request #3913 from anki-code/commands_cache_speed
Reading the directory from PATH and the symlink to this directory from PATH only once while create CommandCache
2020-10-21 08:59:01 -05:00
a
56be9c84bd fix 2020-10-21 03:13:59 +03:00
a
83eac0fb24 fix 2020-10-21 02:37:55 +03:00
a
6fbe4271ae bump test 2020-10-21 02:06:59 +03:00
a
3fb2a5d48f warn 2020-10-21 00:30:27 +03:00
Anthony Scopatz
3afd5430a0
Procs Initial Refactor (#3897)
* refectored builtins

* refectored posix and readers

* refectored posix and readers

* proxies

* pipelines

* basic procs import cleanup

* fixed / refactored tests

* procs docs

* amalgamate

* XONSH_DEBUG=1 in tests

* exclude xonsh.procs mypy

* Use `pip install` instead of `python setup.py install`

* Update docs/api/procs/pipelines.rst

Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>

Co-authored-by: Gil Forsyth <gil@forsyth.dev>
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-10-20 10:21:11 -04:00
Anthony Scopatz
0da34fbc16
Merge pull request #3898 from anki-code/back2dir
xontrib-back2dir
2020-10-19 13:27:28 -05:00
Anthony Scopatz
ac1a7982f8
Merge pull request #3902 from t0fik/fix_prompt_toolkit_version
Updated prompt-toolkit version requirement
2020-10-19 11:41:07 -05:00
Noorhteen Raja NJ
fd597e6971
chore (ci): improve ci workflows and deps management (#3873)
* chore (ci): improve elm job speed by caching

* chore (ci): update ci generator script to be run from any dir

* chore: update pre-commit to use local black binary

* chore: mypy config skip amalgam generated modules

* chore: run-tests.xsh parameterisation

use argparser to make this file a cli

* feat: use requirements.txt during CI

* feat: run black/flake8/mypy during ci from pip-env

* chore: mypy version 0.790 fix

since the loose pinning on mypy version causes new PRs to fail

* refactor: update github actions template

remove poetry/environment.yml files
2020-10-19 11:52:37 -04:00
anki-code
3e59c45653
xonfig xontribs (#3894)
* xonfig xontribs

* news

* news

* black

* v2

* v2

* v2

* simpler condition

* xontribs_loaded

* isinstance

* test

* v3

Co-authored-by: a <a>
2020-10-19 11:48:55 -04:00
Jerzy Drozdz
bc924816a8 Updated prompt-toolkit version requirement 2020-10-19 14:29:17 +02:00
a
9819e0704c back2dir 2020-10-17 21:24:03 +03:00
David Strobach
cc5ef74cd7
Add xog xontrib (#3896)
* Changelog entry

* Add xog xontrib

A simple command to establish and print temporary traceback log file.
2020-10-17 11:53:00 -04:00
Anthony Scopatz
f158a8e5e1 Updated CHANGELOG for 0.9.24 2020-10-16 18:14:26 -05:00
anki-code
dd7f57225b
cookiecutter (#3853)
Co-authored-by: a <a>
2020-10-16 13:52:05 -04:00
Anthony Scopatz
a6836860d7
Merge pull request #3886 from anki-code/patch-16
Rever: pin AppImage python version
2020-10-15 10:43:46 -05:00
Noortheen Raja
c894f07588 fix: async prompt update nested-format-string
- use the same format function as normal-prompt-formatter

fixes #3879
2020-10-15 13:54:52 +05:30
anki-code
080f4914b7
Create appimage_python.rst 2020-10-14 23:01:33 +03:00
Anthony Scopatz
21e7fdd351
Merge pull request #3878 from dyuri/1207_cutom_themes
1207 cutom themes
2020-10-14 10:28:54 -05:00
Anthony Scopatz
03be9161b3
Merge pull request #3884 from laloch/fix-v39-fstrings
Fix f-string parsing in Python 3.9
2020-10-14 09:21:02 -05:00
David Strobach
1e099775ba Changelog entry 2020-10-14 15:12:12 +02:00
Gyuri Horak
120fc0a154
merge with upstream 2020-10-14 15:09:24 +02:00
a
08adad5292 Merge branch 'master' of https://github.com/xonsh/xonsh into tutorial_subprocess_mode 2020-10-13 22:26:00 +03:00
Will Shanks
b787a6a396 Document variable escaping in bash_to_xonsh 2020-10-13 12:26:03 -04:00
anki-code
1df3feb7f1
COMPLETIONS_CONFIRM is True by default (#3866)
* COMPLETIONS_CONFIRM

* news

Co-authored-by: a <a>
2020-10-13 11:37:44 -04:00
Gyuri Horak
4571964523
typo fix in news file 2020-10-12 17:41:20 +02:00
Gyuri Horak
b78dbfa204
include custom styles in xonfig styles, docs + news 2020-10-11 19:42:01 +02:00
Anthony Scopatz
1f314ab573
Merge pull request #3868 from anki-code/xontrib_sh
xontrib-sh
2020-10-10 13:48:59 -05:00
Noortheen Raja
a930134ccf fix: env handle optional values
handle None value for ASYNC_PROMPT_THREAD_WORKERS

fixes #3858
2020-10-10 22:14:30 +05:30
Anthony Scopatz
6fba954108
Merge pull request #3826 from jnoortheen/feat-add-mypy
feat: add mypy to project
2020-10-10 09:53:13 -05:00
Anthony Scopatz
4281fcdf8b
Merge pull request #3869 from anki-code/xontrb_list_reset
Fix reset color xontrib list
2020-10-10 09:46:05 -05:00
Noortheen Raja
17006c65f8 fix: async prompt workers update cache laterally
this causes the getter to return every one in two times.
run 1-> the prompt is built the cache is cleared , but the async worker
updates the cache
run 2 -> the value is get from cache and no async worker created for
that field. cache is cleared after the prompt is built
2020-10-10 18:06:45 +05:30
a
ee3ec6d8a7 bump tests 2020-10-10 10:29:11 +03:00
a
b128181a4c fix 2020-10-10 02:37:16 +03:00
a
8439aae833 Merge branch 'master' of https://github.com/xonsh/xonsh into xontrib_sh 2020-10-10 00:36:36 +03:00
a
4c11712562 xontrib-sh 2020-10-10 00:36:23 +03:00
a
238602f5ca news 2020-10-09 19:16:45 +03:00
a
71e6dd37c0 random 2020-10-09 18:57:36 +03:00
Noortheen Raja
609e9304e9 feat: add mypy to project 2020-10-09 20:19:09 +05:30
a
1dbe799740 Merge branch 'master' of https://github.com/xonsh/xonsh into docs_install 2020-10-09 11:00:35 +03:00
Morten Enemark Lund
a950aafa30
Merge pull request #3861 from xonsh/elm-recomp
webconfig update for NO_COLOR -> RESET
2020-10-09 06:48:39 +02:00
a
b01d36fd82 news 2020-10-09 02:02:39 +03:00
a
31d0d581c3 bump 2020-10-09 01:13:01 +03:00
a
7f976c7bf3 no_color to reset 2020-10-09 01:06:33 +03:00
Anthony Scopatz
0f64ec6328 webconfig update for NO_COLOR -> RESET 2020-10-08 16:57:50 -05:00
Anthony Scopatz
c8e70e7c82 Updated CHANGELOG for 0.9.23 2020-10-08 15:17:05 -05:00
Anthony Scopatz
553629f946
Merge pull request #3855 from cafehaine/better_deprecation_warning
Add an optional message to the deprecation warning
2020-10-08 14:51:49 -05:00
Anthony Scopatz
18b607f363
Merge pull request #3854 from mariusvniekerk/git-locking
Prevent loging git when building prompt
2020-10-08 11:06:32 -05:00