| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Printing error when OSError other than FileNotFoundError occurs when ↵ | Kevin Van Brunt | 2021-01-29 | 1 | -1/+12 |
| | | | | | deleting persistent history file with history --clear command. | ||||
| * | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -3/+9 |
| | | | | | minor import changes. | ||||
| * | Added info on semantic versioning and branching strategy to CONTRIBUTING.md | Todd Leonhardt | 2020-04-24 | 1 | -3/+4 |
| | | | | | | | | Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes | ||||
| * | Increased code coverage | Kevin Van Brunt | 2019-12-10 | 1 | -11/+17 |
| | | |||||
| * | do_history no longer calls do_edit since edit is a command that is commonly ↵ | Kevin Van Brunt | 2019-10-30 | 1 | -14/+3 |
| | | | | | overridden | ||||
| * | Fixed inconsistent parsing/tab completion behavior based on the value of ↵ | Kevin Van Brunt | 2019-08-02 | 1 | -1/+0 |
| | | | | | | | `allow_redirection`. This flag is only meant to be a security setting that prevents redirection of stdout and should not alter parsing logic. | ||||
| * | Added unit test | Kevin Van Brunt | 2019-07-29 | 1 | -0/+21 |
| | | |||||
| * | Creating directory of persistent history file if it does not exist | Kevin Van Brunt | 2019-07-29 | 1 | -2/+11 |
| | | |||||
| * | Increased coverage | Kevin Van Brunt | 2019-07-23 | 1 | -5/+10 |
| | | |||||
| * | Moved the sorting of shortcuts into StatementParser which allows users to ↵ | Kevin Van Brunt | 2019-07-16 | 1 | -1/+1 |
| | | | | | pass in a dictionary instead of a tuple for shortcuts. | ||||
| * | Added unit tests | Kevin Van Brunt | 2019-06-27 | 1 | -7/+20 |
| | | |||||
| * | Fixed unit tests | Kevin Van Brunt | 2019-06-15 | 1 | -1/+1 |
| | | |||||
| * | Added a unit test for HistoryItem.pr() in the case of non-verbose, ↵ | Todd Leonhardt | 2019-06-14 | 1 | -0/+12 |
| | | | | | | | | non-expanded multiline commands Also: - Updated CHANGELOG to reflect that 0.9.13 release is planned for June 2019 | ||||
| * | Fix history display issues | Todd Leonhardt | 2019-06-13 | 1 | -0/+31 |
| | | | | | | | | | | | | Issues were two fold: - HistoryItem statement.raw was getting mangled for multiline commands due to macro-related changes in _input_line_to_statement() - HistoryItem pretty printing wasn't using rstrip() anymore in verbose mode I added a couple unit tests in the process of getting here. But we should add some explicit unit tests of _input_line_to_statement() for cases like: - basic single-line command - macro single-line command - multiline command | ||||
| * | Add the -a/--all flag to the history command for showing all commands ↵ | Todd Leonhardt | 2019-05-27 | 1 | -3/+75 |
| | | | | | | | | | | | including those persisted from previous sessions Also: - History class has been modified to keep track of the session start index - History class span(), str_search(), and regex_search() methods now take an optional 2nd boolean parameter `include_persisted` which determines whether or not commands persisted from previous sessions should be included by default - If a start index is manually specified, then it automatically includes the full search - Updates unit tests | ||||
| * | Improve unit test coverage for history | kotfu | 2019-05-25 | 1 | -65/+128 |
| | | |||||
| * | Refactored implementation of HistoryItem.__str__ and added an explicit ↵ | Todd Leonhardt | 2019-05-25 | 1 | -6/+15 |
| | | | | | HistoryItem unit test | ||||
| * | Manually check whether persistent_history_file is a directory | kotfu | 2019-05-25 | 1 | -12/+5 |
| | | |||||
| * | Another try to fix the appveyor on windows permission issue | kotfu | 2019-05-25 | 1 | -10/+12 |
| | | |||||
| * | Try and fix an Appveyor permission problem | kotfu | 2019-05-25 | 1 | -1/+6 |
| | | |||||
| * | Resolve PR feedback | kotfu | 2019-05-25 | 1 | -8/+5 |
| | | |||||
| * | Populate readline history from unpickled history | kotfu | 2019-05-24 | 1 | -40/+28 |
| | | |||||
| * | Refactor HistoryItem to not subclass str | kotfu | 2019-05-24 | 1 | -30/+91 |
| | | |||||
| * | Cleanup some history tests | kotfu | 2019-05-24 | 1 | -7/+3 |
| | | |||||
| * | Initializing history now detects plaintext or pickle format | kotfu | 2019-05-24 | 1 | -8/+40 |
| | | |||||
| * | Simplified a unit test | Kevin Van Brunt | 2019-03-20 | 1 | -3/+2 |
| | | |||||
| * | Fixed unit test | Kevin Van Brunt | 2019-03-20 | 1 | -3/+3 |
| | | |||||
| * | Made run_cmd return out and err | Kevin Van Brunt | 2019-03-20 | 1 | -41/+39 |
| | | |||||
| * | Negative ending history indices include the referenced command, instead of ↵ | kotfu | 2019-03-11 | 1 | -5/+5 |
| | | | | | excluding it | ||||
| * | Allow both history indices to be negative | kotfu | 2019-03-10 | 1 | -1/+4 |
| | | |||||
| * | Clean up history command | kotfu | 2019-03-09 | 1 | -23/+35 |
| | | |||||
| * | Reworked get() on History class | kotfu | 2019-03-09 | 1 | -8/+30 |
| | | |||||
| * | Fixed comments | Kevin Van Brunt | 2019-02-26 | 1 | -2/+2 |
| | | |||||
| * | Fixed unit test which was slow on macOS and hung forever on Windows | Todd Leonhardt | 2019-02-26 | 1 | -3/+7 |
| | | |||||
| * | Merged master into history branch and fixed merge conflicts | Todd Leonhardt | 2019-02-26 | 1 | -2/+2 |
| | | |||||
| * | expanded history searches with string or regex for #545 | kotfu | 2019-02-16 | 1 | -0/+25 |
| | | | | | history -v with a string or regex search now searches both the entered command as well as the expanded command | ||||
| * | Move the rest of the history tests into test_history.py | kotfu | 2019-02-09 | 1 | -1/+116 |
| | | |||||
| * | Added -x option to history command for #545 | kotfu | 2019-02-09 | 1 | -2/+59 |
| | | |||||
| * | Extract history classes and test into their own files | kotfu | 2019-02-09 | 1 | -0/+209 |
