summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update author emailHEADmasterDoug Hellmann2014-01-121-1/+1
|
* update history1.1Doug Hellmann2013-07-051-0/+4
| | | | Signed-off-by: Doug Hellmann <doug.hellmann@gmail.com>
* Remove the use of distributeDoug Hellmann2013-07-054-488/+11
| | | | | | | | | Just use setuptools for installation to avoid conflicts with old versions of distribute. Also change from pep8 to flake8 for style checking. Signed-off-by: Doug Hellmann <doug.hellmann@gmail.com>
* Merge pull request #1 from dhellmann/feature/package-tablib-support1.0Doug Hellmann2012-08-0236-2100/+88
|\ | | | | Start cliff-tablib repo
| * Start cliff-tablib repoDoug Hellmann2012-07-3136-2100/+88
|/ | | | | | | | This repo is a fork of the original cliff repo, with the cliff parts removed and the rest changed to just package the tablib-based formatters. Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* fix version # in announcementDoug Hellmann2012-06-201-1/+1
| | | | Change-Id: I458718a4e8c976b525a4dc274c6d77c4544bebaa
* Doc updates for API changes.Doug Hellmann2012-06-2012-31/+70
| | | | | | | Clean up docstrings. Bump version to 1.0. Change-Id: I1047c637ffed4ffac8bffbdaa1bddc56895716d9
* merge API refactoring workDoug Hellmann2012-06-189-30/+35
|\
| * fix help and tests for API changeDoug Hellmann2012-06-183-4/+5
| |
| * Merge pull request #2 from dtroyer/refactor-runDoug Hellmann2012-06-182-6/+7
| |\ | | | | | | Tweak refactor run
| | * Move take_action() to CommandDean Troyer2012-06-012-6/+7
| |/
| * Refactor DisplayBase.run() to make it easier to override separate parts in ↵Doug Hellmann2012-06-015-16/+27
| | | | | | | | | | | | subclasses. Rename get_data() to take_action() so subclasses that do something other than query for values have a clear place to override.
* | yet more pep8 workDoug Hellmann2012-06-182-2/+4
| |
* | more pep8 workDoug Hellmann2012-06-013-2/+9
| |
* | pep8 cleanupDoug Hellmann2012-06-018-22/+40
|/
* add attribution to history for the previous mergeDoug Hellmann2012-05-301-0/+5
| | | | Change-Id: I655e549ab28cd40114f2f9eb2e09d0698ab70b3d
* Merge pull request #11 from openfly/masterDoug Hellmann2012-05-301-0/+2
|\ | | | | tablib formatters with new line added
| * Adding new line to tablib formattersMatt Joyce2012-05-301-0/+2
|/
* fix tags declarationDoug Hellmann2012-05-141-1/+1
| | | | Change-Id: I104798a492181f24f3411b47e47ecc4d5f140f6d
* document updates for 0.7Doug Hellmann2012-05-141-4/+4
| | | | Change-Id: Ib2f00c8d2a06b41a93fdc6892f81d6f27e75f999
* disable py26 tests since I do not have an environment for running themDoug Hellmann2012-05-141-1/+1
| | | | Change-Id: I3be53ecc356374940c22dbbc13cfc09bc0613301
* bump versionDoug Hellmann2012-05-143-3/+4
|
* fix interactive command processor to handle multi-part commands, including ↵Doug Hellmann2012-05-141-1/+16
| | | | some that use the same first word as existing commands
* declare a couple of commands that use builtin command names but use multiple ↵Doug Hellmann2012-05-141-0/+2
| | | | words
* update changelogDoug Hellmann2012-05-141-0/+5
|
* Merge pull request #9 from heavenshell/feature_py26Doug Hellmann2012-05-143-8/+15
|\ | | | | Enable to run in Python2.6
| * enable to use in Python2.6heavenshell2012-05-083-8/+15
| |
* | set the interactive mode flag before initializing the app so subclasses can ↵Doug Hellmann2012-05-141-6/+15
| | | | | | | | check it; handle initialization errors more cleanly
* | add travis-ci status image to developer docsDoug Hellmann2012-05-121-0/+2
| | | | | | | | Change-Id: I4b380e7258c12741cefd4c9deea2da5333698755
* | add travis-ci status image to READMEDoug Hellmann2012-05-121-0/+2
| | | | | | | | Change-Id: Ibe902f723d1697be575cb0582edaa12f6766bcf9
* | add a requirements file for travis-ciDoug Hellmann2012-05-122-3/+10
| | | | | | | | Change-Id: I83d3e07000cdcc3f0e27ec923c3d55ca234c6363
* | bogus commit to trigger ci buildDoug Hellmann2012-05-121-0/+1
| | | | | | | | Change-Id: I0c72e91095085fa0de111fda37d8faa7c2a3cd06
* | add travis-ci.org configuration fileDoug Hellmann2012-05-121-0/+6
| | | | | | | | Change-Id: Id70ddd915f0be49b9d840a316ee5761a51798d66
* | add version num to history fileDoug Hellmann2012-05-101-1/+1
| |
* | bump version numberDoug Hellmann2012-05-102-2/+2
| |
* | pass more details to initialize_app so subclasses can decide what sort of ↵Doug Hellmann2012-05-104-4/+12
|/ | | | initialization to do
* remove hard version requirement to unbreak the OpenStack buildDoug Hellmann2012-05-073-3/+9
|
* prepare for 0.5 releaseDoug Hellmann2012-05-074-8/+8
|
* document changes in history fileDoug Hellmann2012-05-061-0/+1
|
* make the organization of the classes page a little more clearDoug Hellmann2012-05-061-9/+15
|
* update formatter documentationDoug Hellmann2012-05-062-43/+95
|
* fix yaml, html, and json show formattersDoug Hellmann2012-05-062-3/+6
|
* move the column option so it applies to "show" commands, tooDoug Hellmann2012-05-064-16/+20
|
* add yaml, json, and html formattersDoug Hellmann2012-05-063-4/+111
|
* move the columns option out of the table formatter and into the lister baseDoug Hellmann2012-05-062-14/+35
|
* make help list commands if none match exactly; fixes #8Doug Hellmann2012-05-063-1/+60
|
* require at least PrettyTable 0.6 for Python 3 support, fixes #7Doug Hellmann2012-05-061-1/+1
|
* changes in the prettytable API rolled into the python 3 support updateDoug Hellmann2012-05-041-6/+6
|
* add a tox stage for pep8 testingDoug Hellmann2012-05-041-1/+5
|
* python 3.2 does not have a unicode type so ignore the error if it is missingDoug Hellmann2012-05-041-1/+4
|