Anthony Scopatz
5f8030461b
Merge pull request #1970 from mitnk/history-backends
...
New History Backend - Sqlite
2016-12-05 23:35:15 -05:00
Jamie Bliss
4d43087757
For #1996
2016-12-05 13:48:13 -05:00
Hugo Wang
7053d3ac7e
updated test cases
2016-12-04 23:24:56 +08:00
Hugo Wang
0c5cede886
bug fix on sqlite history rtns
2016-12-04 22:54:45 +08:00
Hugo Wang
4fc2264e0c
bug fix
2016-12-02 22:45:37 +08:00
Anthony Scopatz
6a1c2317c7
Merge pull request #1992 from xonsh/events_docs_typo
...
quick docs fix for events
2016-12-01 17:30:20 -05:00
Gil Forsyth
546bb57919
quick docs fix for events
2016-12-01 15:37:13 -05:00
Anthony Scopatz
7bd1e7d2e0
Merge pull request #1991 from xonsh/events_docs
...
import xonsh.main to fix events docs generation
2016-12-01 14:00:40 -05:00
Gil Forsyth
45670f1dd6
import xonsh.main to fix events docs generation
...
sphinx will implicitly import main, but not before we call
`make_events()`, so only `on_chdir` shows up on the events listing.
explicitly importing `xonsh.main` fixes this up so all of the available
events are documented properly.
2016-12-01 12:41:19 -05:00
Hugo Wang
b3c2609974
rename stuff & doc strings
2016-12-01 22:14:22 +08:00
Hugo Wang
1ce4552d0d
align sqlite history backend with public attrs
2016-11-30 22:49:13 +08:00
Hugo Wang
88a5c8332b
updated readline history adder
2016-11-30 22:18:26 +08:00
Hugo Wang
d0e6679a54
move history interfaces docs to base
2016-11-30 13:52:26 +08:00
Hugo Wang
880f56eff4
update for stability
2016-11-30 12:43:26 +08:00
Anthony Scopatz
4afd9da1f0
Merge pull request #1989 from xonsh/load-events
...
Load events
2016-11-29 13:00:28 -05:00
Jamie Bliss
19b5c5fcd5
Add events for cleanup.
2016-11-28 22:01:01 -05:00
Jamie Bliss
dfdc971c12
Expand and correct documentation.
2016-11-28 21:39:36 -05:00
Jamie Bliss
717874baa1
Fix amalgamation command to be more complete. Also add help and be less verbose.
2016-11-28 21:08:32 -05:00
Jamie Bliss
b558b3c4d2
oops, rst
2016-11-28 19:50:56 -05:00
Jamie Bliss
af2bf1851c
Add news item
2016-11-28 19:28:39 -05:00
Jamie Bliss
04521fe244
Actually fire on_pre_cmdloop >.>
2016-11-28 19:25:24 -05:00
Jamie Bliss
f5959927a3
Add a collection of init-related events
2016-11-28 19:20:28 -05:00
Jamie Bliss
d60aca2c5c
Add on_ptk_create event
2016-11-28 19:05:43 -05:00
Jamie Bliss
dbe14a2673
Actually implement LoadEvent
2016-11-28 18:57:41 -05:00
Jamie Bliss
18833db0dd
Add makefile to aggregate commands
2016-11-28 18:49:17 -05:00
Gil Forsyth
806780daa2
Merge pull request #1986 from xonsh/ude
...
added unicode decode error
2016-11-28 14:27:40 -05:00
Gil Forsyth
d79aef4eca
Merge pull request #1988 from xonsh/xonsh-live
...
front page hooks to xonsh-live
2016-11-28 08:57:39 -05:00
Hugo Wang
67080258aa
made XONSH_HISTORY_BACKEND full-fledged
2016-11-28 21:53:44 +08:00
Gil Forsyth
b911c03b83
Merge pull request #1985 from xonsh/psql
...
unthreadable psql
2016-11-28 08:47:44 -05:00
Hugo Wang
9ace2193db
Merge branch 'master' of github.com:mitnk/xonsh into history-backends
2016-11-28 21:37:33 +08:00
Hugo Wang
0f47139168
updated history apis
2016-11-28 21:37:13 +08:00
Hugo Wang
baeae66ab2
removed HistoryGC
2016-11-28 19:26:50 +08:00
Morten Enemark Lund
fa0bb50dbd
Merge pull request #1987 from xonsh/procnone
...
robustness for none proc
2016-11-28 06:49:19 +01:00
Anthony Scopatz
8fa2b2f185
front page hooks to xonsh-live
2016-11-27 19:38:00 -05:00
Anthony Scopatz
bca8d339b0
robustness for non proc
2016-11-27 14:31:32 -05:00
Anthony Scopatz
76a679b470
added unicode decode error
2016-11-27 14:26:50 -05:00
Anthony Scopatz
8870fd9135
Merge pull request #1978 from anddam/missing-command-in-subprocess
...
Add FileNotFoundError exception to the handler returning None
2016-11-27 14:19:34 -05:00
Anthony Scopatz
6540af7c53
Merge pull request #1979 from anddam/master
...
Fix spell typo
2016-11-27 14:18:25 -05:00
Anthony Scopatz
066a71d386
added psql
2016-11-27 14:06:13 -05:00
Konstantinos Tsakiltzidis
8d73b0f9c6
Merge pull request #1983 from xonsh/code-set
...
set code consistently
2016-11-27 20:52:06 +02:00
Anthony Scopatz
e73514a57e
set code consistently
2016-11-27 13:11:38 -05:00
Hugo Wang
04d2044c29
added tests for history sqlite
2016-11-27 22:57:42 +08:00
Hugo Wang
aec795ee31
updated history info to contain more info
2016-11-27 21:52:51 +08:00
Hugo Wang
c0e6f7edab
updated xonfig, news file
2016-11-27 18:01:35 +08:00
Hugo Wang
fd37e37527
Merge branch 'master' of github.com:mitnk/xonsh into history-backends
2016-11-27 16:40:55 +08:00
Hugo Wang
18a70a1658
update tests
2016-11-27 16:40:39 +08:00
Hugo Wang
d5cf2163c1
make history backend respect xonshrc
2016-11-27 10:03:09 +08:00
Hugo Wang
fd7659abd6
update history for ptk
2016-11-26 23:33:53 +08:00
Hugo Wang
8c2d0571bc
work on sqlite history gc
2016-11-26 21:57:24 +08:00
Hugo Wang
cff967bdc6
work on history sqlite
2016-11-26 20:38:00 +08:00