index
:
delta/openstack/cliff.git
master
pyparsing-update
stable/2023.1
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/cliff.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cliff
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use stevedore to load formatter plugins
Doug Hellmann
2013-11-12
2
-18
/
+17
*
use entry points for completion plugins
Doug Hellmann
2013-11-12
2
-9
/
+16
*
Clean up recursive data handling
Doug Hellmann
2013-11-12
1
-5
/
+3
*
Always install complete command
Doug Hellmann
2013-11-12
1
-0
/
+2
*
Merge commit '60361edf68cf5822d96e215d71fe14260df01ec4' into completion
Doug Hellmann
2013-11-12
2
-0
/
+315
|
\
|
*
code style fixes
Terry Howe
2013-10-31
1
-14
/
+16
|
*
code style fixes
Terry Howe
2013-10-31
1
-7
/
+4
|
*
various python code optimizations; shuffle I/O to shell classes
Terry Howe
2013-10-30
2
-169
/
+150
|
*
add bash complete
Terry Howe
2013-10-25
2
-0
/
+335
*
|
Enable debug in help mode
Doug Hellmann
2013-10-23
1
-0
/
+5
*
|
Pass the right args when pulling help from commands
Doug Hellmann
2013-10-23
1
-1
/
+1
|
/
*
Re-raise Exception on debug mode
Christophe CHAUVET
2013-08-29
2
-1
/
+9
*
Add test to check if return code is 2 on unknown command
Christophe CHAUVET
2013-08-28
1
-0
/
+5
*
Return code 1 is already use, use code 2 instead
Christophe CHAUVET
2013-08-28
1
-1
/
+1
*
Reraise error on debug
Christophe CHAUVET
2013-08-28
1
-1
/
+4
*
Display better error message on unknown command, and return code 1
Christophe CHAUVET
2013-08-27
1
-1
/
+5
*
Provide a default output encoding
Doug Hellmann
2013-08-16
2
-1
/
+32
*
Fix default encoding issue with python 2.6
Doug Hellmann
2013-08-12
4
-6
/
+148
*
move tests into cliff package
Doug Hellmann
2013-07-26
6
-0
/
+594
*
Add dict2columns()
Dean Troyer
2013-07-18
1
-0
/
+9
*
Expose instantiated interpreter instance and assign it to the 'interpreter'
Tomaz Muraus
2013-05-29
1
-6
/
+7
*
Restore compatibility with Prettytable < 0.7.2
Dirk Mueller
2013-05-02
1
-2
/
+3
*
use flake8 for style checks
Doug Hellmann
2013-03-16
9
-21
/
+23
*
make converting underscores optional in CommandManager
Joe Server
2013-03-08
1
-2
/
+6
*
Make list of application commands lexicographically ordered for help command ...
Ilya Shakhat
2012-11-09
1
-1
/
+1
*
fix rst formatting in docstring
Doug Hellmann
2012-10-21
1
-1
/
+1
*
Allow user to pass argparse_kwargs argument to the build_option_parser method.
Tomaz Muraus
2012-09-10
1
-1
/
+7
*
Remove unused logging import
Doug Hellmann
2012-08-31
1
-2
/
+0
*
Fix problem with missing izip import in lister.py
Doug Hellmann
2012-08-31
1
-0
/
+2
*
Add python2.6 support
Mark McClain
2012-08-29
2
-3
/
+26
*
remove debug print
Doug Hellmann
2012-08-15
1
-1
/
+0
*
Fix logging default behavior
Doug Hellmann
2012-08-15
1
-11
/
+21
*
Fix interactive help command
Doug Hellmann
2012-08-05
1
-1
/
+1
*
Remove tablib formatters from core
Doug Hellmann
2012-07-31
1
-49
/
+0
*
Doc updates for API changes.
1.0
Doug Hellmann
2012-06-20
3
-7
/
+27
*
merge API refactoring work
Doug Hellmann
2012-06-18
5
-26
/
+31
|
\
|
*
fix help and tests for API change
Doug Hellmann
2012-06-18
1
-2
/
+3
|
*
Move take_action() to Command
Dean Troyer
2012-06-01
2
-6
/
+7
|
*
Refactor DisplayBase.run() to make it easier to override separate parts in su...
Doug Hellmann
2012-06-01
3
-14
/
+25
*
|
yet more pep8 work
Doug Hellmann
2012-06-18
2
-2
/
+4
*
|
more pep8 work
Doug Hellmann
2012-06-01
2
-2
/
+8
*
|
pep8 cleanup
Doug Hellmann
2012-06-01
6
-15
/
+33
|
/
*
Adding new line to tablib formatters
Matt Joyce
2012-05-30
1
-0
/
+2
*
fix interactive command processor to handle multi-part commands, including so...
Doug Hellmann
2012-05-14
1
-1
/
+16
*
Merge pull request #9 from heavenshell/feature_py26
Doug Hellmann
2012-05-14
1
-1
/
+1
|
\
|
*
enable to use in Python2.6
heavenshell
2012-05-08
1
-1
/
+1
*
|
set the interactive mode flag before initializing the app so subclasses can c...
Doug Hellmann
2012-05-14
1
-6
/
+15
*
|
pass more details to initialize_app so subclasses can decide what sort of ini...
Doug Hellmann
2012-05-10
1
-2
/
+5
|
/
*
fix yaml, html, and json show formatters
Doug Hellmann
2012-05-06
1
-3
/
+3
*
move the column option so it applies to "show" commands, too
Doug Hellmann
2012-05-06
4
-16
/
+20
[next]