1
0
Fork 0
Commit Graph

1567 Commits

Author SHA1 Message Date
Amjith Ramanujam 8d024a8c80 Update license. 2017-06-26 10:45:06 -07:00
Amjith Ramanujam e1c8ab8031 Set the license to BSD. 2017-06-26 10:44:13 -07:00
Thomas Roten d26a1933aa Fix comparison. 2017-06-26 12:09:37 -05:00
Thomas Roten 423eefe0d6 Make 0 index implicit. 2017-06-26 12:07:01 -05:00
Thomas Roten bc80064915 Check content width based on first line of formatted output. 2017-06-26 11:58:17 -05:00
Thomas Roten 45a14530e2 Make align_decimals usage based solely on float_format. 2017-06-26 11:33:45 -05:00
Thomas Roten 7ef74ae3bd Move format_output out of Pgcli class. 2017-06-26 10:10:41 -05:00
Thomas Roten b7c1ba89f0 Move CLI Helper instantiation to format_output method. 2017-06-26 08:59:09 -05:00
Thomas Roten ee5435717a PEP8 fixes. 2017-06-23 14:55:11 -05:00
Thomas Roten f14d3b2e10 Do not expect numbers in exponent notation. 2017-06-23 14:46:07 -05:00
Thomas Roten a04be71ec7 Use align_decimals if no format strings are provided. 2017-06-22 13:44:27 -05:00
Thomas Roten 39ee5579c4 Add cli helpers to changelog. 2017-06-19 09:27:10 -05:00
Thomas Roten 4e54e49b06 Pin cli_helpers below v1. 2017-06-19 09:16:09 -05:00
Thomas Roten c7ac12d1ed Bump cli_helpers version. 2017-06-19 08:51:14 -05:00
Thomas Roten 8d3e070d7e Add back utf8tounicode on headers. 2017-06-19 08:49:42 -05:00
Thomas Roten de9069d3d9 Merge branch 'master' of github.com:dbcli/pgcli into feature/cli_helpers_output_format
* 'master' of github.com:dbcli/pgcli:
  Use standard NullHandler
  Golf pep8radius
  Fix PEP8 empty line errors
2017-06-19 08:42:20 -05:00
Thomas Roten cc2ede2e79 Use integer_format for cli_helpers. 2017-06-18 22:45:29 -05:00
Thomas Roten 03bf6ec982 Add decimal/float format to format_output. 2017-06-15 13:01:59 -05:00
Thomas Roten a7a7d09f44 Merge pull request #734 from dbcli/bersace/golf-logging
Use standard library NullHandler.
2017-06-15 09:00:58 -05:00
Étienne BERSAC e517525cf8
Use standard NullHandler 2017-06-15 09:49:53 +02:00
Irina Truong 9d74cd138d Merge pull request #732 from dbcli/bersace/pep8
Fix empty line lint
2017-06-14 09:45:56 -07:00
Étienne BERSAC a7f2b7946e
Golf pep8radius 2017-06-14 18:12:05 +02:00
Étienne BERSAC e124c03575
Fix PEP8 empty line errors 2017-06-14 18:12:05 +02:00
Thomas Roten 44fac89ab5 Disable numparsing in tabulate. 2017-06-12 12:01:15 -05:00
Thomas Roten 6a330140bb Remove tabulate and expanded output. 2017-06-11 21:20:24 -05:00
Thomas Roten 61f0d63013 Initial work on using CLI Helpers. 2017-06-11 21:07:40 -05:00
Thomas Roten f4d6adfc2c Merge pull request #729 from dbcli/j-bennet/set-less-if-unset
Only change LESS in env if not already configured.
2017-06-11 12:00:44 -05:00
Irina Truong d060de940e Merge branch 'master' into j-bennet/set-less-if-unset 2017-06-10 17:35:32 -07:00
Amjith Ramanujam af27c34521 Merge pull request #730 from dbcli/j-bennet/set-schema-escape
Schema name should be single-quoted in SET SCHEMA.
2017-06-10 16:53:22 -07:00
Irina Truong 422ea6e649 Fixed copypaste that should not have been checked in. 2017-06-10 16:37:52 -07:00
Irina Truong aea44a67fc Changelog. 2017-06-09 14:45:36 -07:00
Irina Truong ea0556b8c6 Schema name should be escaped in SET SCHEMA. 2017-06-09 14:41:33 -07:00
Irina Truong ba8341ef67 PEP8. 2017-06-09 11:32:06 -07:00
Irina Truong 01de6b6c8c Changelog. 2017-06-09 11:17:04 -07:00
Irina Truong c309122f67 Only change LESS in env if not already configured. 2017-06-09 11:13:40 -07:00
Amjith Ramanujam 6c814acd5f Merge pull request #728 from mariusvniekerk/patch-1
Update manifest to include license in source distribution
2017-06-03 18:43:39 -07:00
Marius van Niekerk 868d797323 Update manifest to include license in source distribution
https://github.com/dbcli/pgspecial/pull/38
2017-06-03 19:42:31 -04:00
Irina Truong ec9873fa85 Merge pull request #727 from dbcli/update_homebrew_install_instructions
Update Homebrew install instructions
2017-06-02 12:31:31 -07:00
Irina Truong fbdcfaa254 Merge pull request #726 from dbcli/remove_python_26
Use correct Python versions for setup.py metadata.
2017-06-02 12:23:02 -07:00
Thomas Roten 95358a1dc1 Add homebrew update to changelog. 2017-06-02 14:13:53 -05:00
Thomas Roten f2cf71094a Fix Python version metadata. 2017-06-02 14:08:56 -05:00
Thomas Roten 7a20bd281f Update Homebrew instructions. 2017-06-02 14:05:48 -05:00
Thomas Roten 837c8051e4 Merge pull request #724 from dbcli/j-bennet/refresh-after-rollback
Refresh completions after COMMIT or ROLLBACK.
2017-05-29 08:18:45 -05:00
Thomas Roten bdf0d88ef3 Merge branch 'master' of github.com:dbcli/pgcli into j-bennet/refresh-after-rollback
* 'master' of github.com:dbcli/pgcli:
  Create signed tags in release script.
  Updated changelog.
  Some pep8 in config module.
  DSN aliases should take custom pgclirc into account.
2017-05-29 08:00:49 -05:00
Thomas Roten 2989f16756 PEP 8 fix. 2017-05-29 07:59:16 -05:00
Amjith Ramanujam 85167d3589 Merge pull request #722 from dbcli/j-bennet/fix-alias-dsn-from-custom-rcfile
Fix alias dsn from custom rcfile
2017-05-28 20:50:13 -07:00
Amjith Ramanujam 04c1ecd0f7 Merge pull request #723 from dbcli/j-bennet/sign-release-tags
Create signed tags in release script.
2017-05-28 19:53:50 -07:00
Irina Truong fc3025e9bc Refresh completions after COMMIT or ROLLBACK. 2017-05-28 17:56:48 -07:00
Irina Truong 2211c98873 Create signed tags in release script. 2017-05-28 15:40:22 -07:00
Irina Truong 265c063159 Revert "Create signed tags in release script."
This reverts commit 8bca429bf4.
2017-05-28 15:38:01 -07:00