Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for release 1.3.31.3.3 | Doug Hellmann | 2013-05-02 | 1 | -0/+7 |
| | | | | Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Prepare 1.3.2 release1.3.2 | Doug Hellmann | 2013-04-02 | 1 | -1/+3 |
| | | | | | Change-Id: I138c53d12577d9afe698759e1819132ba976c606 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | use flake8 for style checks | Doug Hellmann | 2013-03-16 | 2 | -24/+36 |
| | | | | | Change-Id: I25af2e978a8d11b84b930308516d597c75b387e0 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | update history.rst with convert_underscores change | Joe Server | 2013-03-08 | 1 | -0/+7 |
| | |||||
* | fix version in docs | Doug Hellmann | 2013-03-01 | 1 | -1/+1 |
| | | | | | Change-Id: I19cc26b88f80fa3a848713e94d3d1aa1a26de121 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | prepare for 1.3.1 release1.3.1 | Doug Hellmann | 2013-02-27 | 1 | -1/+1 |
| | | | | | Change-Id: I809abaef23be9e71b3a9a7f7546bf73728deb6a2 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Fix PyParsing dependency | Doug Hellmann | 2013-02-27 | 1 | -0/+3 |
| | | | | | | | | | Peg the version of PyParsing based on the Python version, at least until cmd2 can be updated with a release that does the same. Change-Id: Ib9a7aad26ad8247706db16ee52cc385678062c51 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | update history file for previous merge | Doug Hellmann | 2012-11-09 | 1 | -0/+5 |
| | | | | | Change-Id: I8654dca5929ba7c8f5c4074461fa17b45940d1fc Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Prepare for 1.3 release1.3 | Doug Hellmann | 2012-10-21 | 1 | -0/+1 |
| | | | | | | | | Update version number and finish release notes and announcement blog post. Change-Id: I9c618b0ce950aaaa089588018f013d3a498eb6fc Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | clean up history file | Doug Hellmann | 2012-10-21 | 1 | -2/+2 |
| | | | | | Change-Id: Ic20cd187aa35a7eef3101437fd25f465224c8203 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Document dependency on distribute | Doug Hellmann | 2012-10-21 | 1 | -0/+14 |
| | | | | | | | | | | Update the installation instructions to include information about using Distribute instead of setuptools. Addresses issue #20 Change-Id: If09d63481fbc961a29be81f6c627c8c1c992020b Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Update history file. | Tomaz Muraus | 2012-09-12 | 1 | -0/+7 |
| | |||||
* | Set up for 1.2.1 release1.2.1 | Doug Hellmann | 2012-08-31 | 1 | -0/+5 |
| | | | | | Change-Id: I3787f3451e1e50ea6fc5bd949fe7a2f94640b1f7 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Set up release 1.21.2 | Doug Hellmann | 2012-08-30 | 1 | -1/+3 |
| | | | | | | | | Document python 2.6 support; update version in setup.py and history file. Change-Id: I4fd0e0edf09e041a000f9037bffdbb1d03af1936 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Fix logging default behavior | Doug Hellmann | 2012-08-15 | 1 | -0/+2 |
| | | | | | | | | | | | | This change turns off logging by default and adds a global application command line switch to re-enable it by specifying the file where the log should be written. Addresses issue #16 Change-Id: I288412f4d6d8ba7c8b00aecf471836067bc4d8e2 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Fix interactive help command | Doug Hellmann | 2012-08-05 | 1 | -0/+4 |
| | | | | | | | Parse the line sent to default() so the type of the argument matches the expectations of the method. Fixes bug #12. Change-Id: I00437c01a816b70757e9833df0c6544e02e6a774 | ||||
* | bumping version number for release1.1.2 | Doug Hellmann | 2012-08-04 | 1 | -1/+1 |
| | | | | Change-Id: I4048267b9621639ba9e75f0d8953b43542f4b73c | ||||
* | bump the version number to release a clean build1.1.1 | Doug Hellmann | 2012-08-04 | 1 | -0/+4 |
| | | | | Change-Id: I300e330421c290eeeee5c6ff1377f99463b30579 | ||||
* | Update version and status values | Doug Hellmann | 2012-07-31 | 1 | -1/+1 |
| | | | | | Change-Id: Id90054ec9b13bd8128fc07fa398b11a59f201aec Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Remove tablib formatters from core | Doug Hellmann | 2012-07-31 | 3 | -99/+16 |
| | | | | | | | | | The tablib package depends on a "dead" project, so our dependency on it is causing policy issues for having cliff included in Ubuntu. Moving those formatters to a separate project removes the strict dependency. Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> | ||||
* | Doc updates for API changes.1.0 | Doug Hellmann | 2012-06-20 | 6 | -18/+31 |
| | | | | | | | Clean up docstrings. Bump version to 1.0. Change-Id: I1047c637ffed4ffac8bffbdaa1bddc56895716d9 | ||||
* | more pep8 work | Doug Hellmann | 2012-06-01 | 1 | -0/+1 |
| | |||||
* | add attribution to history for the previous merge | Doug Hellmann | 2012-05-30 | 1 | -0/+5 |
| | | | | Change-Id: I655e549ab28cd40114f2f9eb2e09d0698ab70b3d | ||||
* | bump version0.7 | Doug Hellmann | 2012-05-14 | 2 | -2/+3 |
| | |||||
* | update changelog | Doug Hellmann | 2012-05-14 | 1 | -0/+5 |
| | |||||
* | add travis-ci status image to developer docs | Doug Hellmann | 2012-05-12 | 1 | -0/+2 |
| | | | | Change-Id: I4b380e7258c12741cefd4c9deea2da5333698755 | ||||
* | add version num to history file | Doug Hellmann | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | bump version number0.6 | Doug Hellmann | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | pass more details to initialize_app so subclasses can decide what sort of ↵ | Doug Hellmann | 2012-05-10 | 1 | -0/+5 |
| | | | | initialization to do | ||||
* | remove hard version requirement to unbreak the OpenStack build0.5.1 | Doug Hellmann | 2012-05-07 | 2 | -1/+6 |
| | |||||
* | prepare for 0.5 release0.5 | Doug Hellmann | 2012-05-07 | 2 | -2/+2 |
| | |||||
* | document changes in history file | Doug Hellmann | 2012-05-06 | 1 | -0/+1 |
| | |||||
* | make the organization of the classes page a little more clear | Doug Hellmann | 2012-05-06 | 1 | -9/+15 |
| | |||||
* | update formatter documentation | Doug Hellmann | 2012-05-06 | 2 | -43/+95 |
| | |||||
* | add yaml, json, and html formatters | Doug Hellmann | 2012-05-06 | 1 | -4/+60 |
| | |||||
* | make help list commands if none match exactly; fixes #8 | Doug Hellmann | 2012-05-06 | 1 | -0/+5 |
| | |||||
* | version number and release note updates for 0.40.4 | Doug Hellmann | 2012-04-28 | 2 | -2/+2 |
| | |||||
* | documentation improvements | Doug Hellmann | 2012-04-28 | 6 | -6/+126 |
| | |||||
* | add --prefix option for shell formatter; add docs for shell formatter | Doug Hellmann | 2012-04-28 | 2 | -3/+28 |
| | |||||
* | bump the version number and update the release notes | Doug Hellmann | 2012-04-27 | 2 | -2/+8 |
| | |||||
* | add ShowOne base class for commands that need to show properties of an ↵ | Doug Hellmann | 2012-04-27 | 4 | -0/+100 |
| | | | | | | | individual object make the table formatter work as a single object formatter update the docs for the new features | ||||
* | fix version # in doc build script | Doug Hellmann | 2012-04-26 | 1 | -2/+2 |
| | |||||
* | start a release log | Doug Hellmann | 2012-04-26 | 2 | -0/+17 |
| | |||||
* | update doc instructions for getting help | Doug Hellmann | 2012-04-26 | 1 | -5/+5 |
| | |||||
* | fix doc build instructions | Doug Hellmann | 2012-04-26 | 1 | -2/+2 |
| | |||||
* | add some developer instructions and links ot the source repo and bug tracker | Doug Hellmann | 2012-04-25 | 3 | -0/+114 |
| | |||||
* | add example output to the list formatters | Doug Hellmann | 2012-04-25 | 1 | -0/+21 |
| | |||||
* | add a requirements file for doc build on readthedocs.org | Doug Hellmann | 2012-04-25 | 1 | -0/+2 |
| | |||||
* | add some real documentation | Doug Hellmann | 2012-04-25 | 5 | -5/+369 |
| | |||||
* | fill in a real description of the project | Doug Hellmann | 2012-04-25 | 1 | -6/+8 |
| |