summaryrefslogtreecommitdiffstats
path: root/requirements-dev.txt
AgeCommit message (Collapse)Author
2018-09-23Respect \pset pager on expected behaviorMax Rothman
"\pset pager" has three possible values: "always", "on", and "off". pgcli previously treated all non-"off" values as "always". This change implements the expected behavior, which is to use the pager when the output is larger than the terminal height (See \pset pager in https://www.postgresql.org/docs/9.2/static/app-psql.html). Pgcli adds to this by also using the pager when the output is wider than the terminal width. Fixes #813
2018-03-21Ported release script improvements from mycli.Irina Truong
2018-02-15Pin autopep8 version to avoid hang-closing bugPierre GIRAUD
See https://github.com/dbcli/mycli/pull/574/commits/1da113b5491dbf76a5dcd7c452be27e61e91462a
2017-10-06Remove retrying.Irina Truong
2017-10-06Switch travis to requirements-dev.Irina Truong
2017-10-06Work around a race condition when reading tee output.Irina Truong
2017-04-07Ported pep8radius addition from mycli.Irina Truong
2017-03-31Added coverage support for functional tests.Irina Truong
2015-10-05Pinned pexpect to 3.3. Updated tox with pgspecial.Iryna Cherniavska
2015-06-22Started working on integration tests.Iryna Cherniavska