Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | linting: Fix flake8 `W503` | nfnty | 2017-01-18 | 3 | -8/+5 | |
| | | ||||||
| * | linting: Correct autopep8 | nfnty | 2017-01-18 | 28 | -238/+255 | |
| | | | | | | | | Allow bad whitespace in special circumstances | |||||
| * | linting: pylint 2.0.0 | nfnty | 2017-01-17 | 34 | -129/+114 | |
| | | ||||||
| * | linting: Fix `make test` | nfnty | 2017-01-17 | 3 | -2/+6 | |
| | | ||||||
| * | linting: Enable `attribute-defined-outside-init` | nfnty | 2017-01-17 | 7 | -9/+28 | |
| | | ||||||
| * | linting: Enable `access-member-before-definition` | nfnty | 2017-01-17 | 4 | -4/+6 | |
| | | ||||||
| * | linting: `ranger.gui.curses_shortcuts.CursesShortcuts`: Init all attributes | nfnty | 2017-01-17 | 3 | -2/+7 | |
| | | ||||||
| * | linting: `ranger.gui.widgets.view_base.ViewBase`: Init all attributes | nfnty | 2017-01-17 | 2 | -20/+6 | |
| | | ||||||
| * | linting: `ranger.core.runner.Context`: Init all attributes | nfnty | 2017-01-17 | 2 | -6/+14 | |
| | | ||||||
| * | linting: Do not convert arguments to `OpenStruct` | nfnty | 2017-01-17 | 8 | -75/+77 | |
| | | ||||||
| * | linting: Enable `consider-iterating-dictionary` | nfnty | 2017-01-17 | 2 | -2/+2 | |
| | | ||||||
| * | linting: Fix Travis CI | nfnty | 2017-01-17 | 2 | -5/+3 | |
| | | ||||||
| * | linting: Python 2 compat: Import from `__future__` | nfnty | 2017-01-17 | 89 | -5/+187 | |
| | | ||||||
| * | linting: Python 2 compat | nfnty | 2017-01-17 | 13 | -63/+66 | |
| | | ||||||
| * | linting: pylint and flake8 | nfnty | 2017-01-17 | 81 | -920/+1105 | |
| | | ||||||
| * | linting: autopep8 | nfnty | 2017-01-17 | 51 | -421/+472 | |
|/ | ||||||
* | GitHub issue templates: Minor reorder and rewording | nfnty | 2017-01-17 | 2 | -6/+6 | |
| | ||||||
* | GitHub issue templates: Add terminal emulator | nfnty | 2017-01-16 | 2 | -6/+8 | |
| | ||||||
* | GitHub issue templates: Reorder and improve editability | nfnty | 2017-01-16 | 2 | -49/+62 | |
| | ||||||
* | Documentation: Improve readability | nfnty | 2017-01-16 | 3 | -75/+77 | |
| | ||||||
* | GitHub issue templates: Add extra spaces | nfnty | 2017-01-16 | 2 | -11/+18 | |
| | ||||||
* | Added GitHub issue templates | nfnty | 2017-01-16 | 2 | -0/+76 | |
| | ||||||
* | core/actions.py: search_file: Do not use `re.LOCALE` | nfnty | 2017-01-15 | 1 | -1/+1 | |
| | | | | | | | | Caught by pylint. Continuation of bf36701d3b2cef579d89eb912aa3945de7a7f978 Fixes #664 Fixes #752 | |||||
* | Merge branch 'stable' | hut | 2017-01-08 | 6 | -5/+8 | |
|\ | ||||||
| * | ranger in danger because of some stranger v1.8.1 | hut | 2017-01-08 | 6 | -5/+8 | |
| | | ||||||
| * | config/commands.py: scout: Do not use `re.LOCALE` | nfnty | 2017-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Very unreliable and Python 3.6 only supports the flag for bytes patterns Fixes #664 Fixes #752 | |||||
* | | config/commands.py: scout: Do not use `re.LOCALE` | nfnty | 2017-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Very unreliable and Python 3.6 only supports the flag for bytes patterns Fixes #664 Fixes #752 | |||||
* | | changed version label "stable" back to "master" | hut | 2016-12-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | hut | 2016-12-24 | 7 | -21/+42 | |
|\| | ||||||
| * | git commit -m 'git commit -m git\ commit\ -m\ '\''Happy\ Holidays\!'\' v1.8.0 | hut | 2016-12-24 | 7 | -21/+42 | |
| | | ||||||
* | | ext.spawn: Refactor: Add compatibility layer | nfnty | 2016-12-22 | 1 | -2/+28 | |
| | | ||||||
* | | Merge remote-tracking branch 'Enzime/fix/multipane-not-using-entire-width' | nfnty | 2016-12-21 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | Change how column widths are calculated | Michael Hoang | 2016-08-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | By changing it, this means the columns will use the entire width if the geometry allows for it | |||||
* | | | Merge remote-tracking branch 'nfnty/spawn' | nfnty | 2016-12-21 | 4 | -57/+42 | |
|\ \ \ | ||||||
| * | | | ext.spawn: Refactor | nfnty | 2016-12-18 | 4 | -57/+42 | |
| | | | | | | | | | | | | | | | | | | | | Rename `spawn` to `check_output` Mimic `subprocess.check_output` | |||||
* | | | | ext.vcs: Improve logging | nfnty | 2016-12-21 | 1 | -6/+12 | |
|/ / / | ||||||
* | | | Merge branch 'fix_docstring_move' of https://github.com/ael-code/ranger | hut | 2016-12-05 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | typo fix in move function docstring | ael-code | 2016-11-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'trailing_space_fix' of https://github.com/vlad7777/ranger | hut | 2016-12-05 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Refactored. | Vlad | 2016-11-17 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fixed trailing space bug in config parsing. | Vlad | 2016-11-15 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Expose logging facilities to commands | ael-code | 2016-11-25 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the subclass of the Command class can now use the the class object `Command.log` for logging pourposes. This is a standard `logging.Logger` instance, thus the standard logging api must be used. Example: ``` class dummy_cmd(Command): def execute(self): self.log.info("the dummy command has been invoked") ``` | |||||
* | | | | Move startup log calls in main function | ael-code | 2016-11-25 | 2 | -5/+5 | |
| | | | | ||||||
* | | | | Added some useful debugging message | ael-code | 2016-11-25 | 2 | -5/+18 | |
| | | | | ||||||
* | | | | Update all the log calls | ael-code | 2016-11-25 | 4 | -11/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | All the log calls that were using the old logging approach (appending to FileManager.log queue) will now use the standard logging library of python. Proper log levels have been choosed for each call | |||||
* | | | | Make use of standard logging library to handle logs | ael-code | 2016-11-25 | 4 | -4/+102 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal is to provide an easy api to log stuff and a straigthforward way of inspect them. This has been achieved using the standard logging library. The default behaviour is pretty similar to the old one, in the sense that all the the produced logs will be collected in a queue that can be inspected with the curses log viewer (`display_log` command). Moreover the `--logfile` cli option has been added and it can be used to specifya destination file for all the logs in such a way that the same log can be viewed at runtime as well as inspected after a program crash. The verbosity and the format of the log message is controlled by the already existent `--debug` command line flag: - Normal mode: A concise log format will be used and only important message will be logged (log level > INFO) Example: ``` [INFO] Ranger version 1.7.2 [INFO] Running on Python 3.5.2 (default, Jun 28 2016, 08:46:01) [GCC 6.1.1 20160602] [INFO] Process ID is 1497 ``` - Debug mode: An extended log format will be used and all the message will be logged. Example: ``` 23:17:43,719 [ranger.core.main] |INFO| Ranger version 1.7.2 23:17:43,719 [ranger.core.main] |INFO| Running on Python 3.5.2 (default, Jun 28 2016, 08:46:01) [GCC 6.1.1 20160602] 23:17:43,719 [ranger.core.main] |INFO| Process ID is 1515 23:17:43,720 [ranger.core.main] |DEBUG| config dir: '/home/groucho/.config/ranger' 23:17:43,720 [ranger.core.main] |DEBUG| cache dir: '/home/groucho/.cache/ranger' 23:17:43,738 [ranger.core.actions] |DEBUG| Sourcing config file '/path/to/ranger/config/rc.conf' ``` fixes #713 | |||||
* | | | | cli: added logfile option | ael-code | 2016-11-25 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Removed unused nested function in FM class | ael-code | 2016-11-25 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | Removed unused logging helper function | ael-code | 2016-11-25 | 1 | -35/+0 | |
|/ / / | ||||||
* | | | Merge branch 'automatic-cd-osx' of https://github.com/arshiamufti/ranger | hut | 2016-11-04 | 1 | -0/+2 | |
|\ \ \ | |_|/ |/| | |