1
0
Fork 0
Commit Graph

75 Commits

Author SHA1 Message Date
Irina Truong 8c72820d7e Fix readme. 2023-10-27 16:14:37 -07:00
Irina Truong 6332e18b48
Drop python 3.7, add 3.12 (#1426)
* Fix deprecation.

* Drop python 3.7 and add 3.12.

* Bump pendulum.

* Changelog.

* Update gh actions.

* See if things pass without this scenario.

* Skip failing scenarios in 3.12.
2023-10-11 12:34:59 +08:00
laixintao f157f3f72e
runs test on main branch as well. (#1429)
* runs test on main branch as well.

reasons:
- tests passed on PR branches do not mean they will pass on main branch,
  for e.g. alice changed A in branch-a, bob changed B in branch-b, both
  tests passed and no conflict, but after merged to main, a bug occurs.
- wanna fix the badge in main branch ;D

* change the badge status to main branch only.
2023-10-07 17:56:08 -07:00
Irina Truong 44e213022d Add maintainer contact info to readme. 2023-09-26 21:45:55 -07:00
Irina Truong 18071754bc
Port to psycopg3 (#1324)
* WIP.

* Add some comments about porting from psycopg 2 to 3 (#1318)

* WIP

* Disable _set_wait_callback()

* TransactionStatus.

* First working query.

* More pg3 changes.

* test_pgexecute still fails.

* Fix bytea support.

* Fix json and enum unicode.

* Get unit tests to pass.

* Behave tests still break, WIP.

* Prompt seems to be displayed fine, why don't the tests see the whitespace?

* Python version.

* Fix test.

* Black.

* Added black to dev reqs.

* nbu link for donations.

* Use psycopg.sql to format statement.

* Special case for show help in pgbouncer.

* Fix test.

* Added integration test.

* Install pgbouncer in ci.

* Fix integration test.

* Remove tmate session.

* Revert commenting out python versions.

* Pin pgspecial to >=2.

* Changelog.

Co-authored-by: Daniele Varrazzo <daniele.varrazzo@gmail.com>
Co-authored-by: Amjith Ramanujam <amjith.r@gmail.com>
2022-06-06 11:20:48 -07:00
Amjith Ramanujam eb6b98367b Add netlify link. 2022-03-14 09:52:26 -07:00
Irina Truong 6884c298e6 Ukraine. 2022-03-09 15:13:00 -08:00
Irina Truong 0679757d43
Remove gitter links, update build status badge. (#1244) 2021-02-17 16:54:29 -08:00
Irina Truong a3287c4ab2
Finer control over destructive warning. (#1242)
* Finer control over destructive warning.

* Review feedback.

* Changelog.

* Run integration tests with --warn=moderate.

* Fix typo.

* Black.
2021-02-12 21:09:38 -08:00
laixintao bbf5b20415
doc: update the documentation for connection via SSL. (#1215) 2020-10-14 10:06:10 +08:00
Chris Barnes d9ea18d3a0
Add --help output to README (#1164)
* Add --help output to README

* README: Add reference to psql env variables
2020-03-30 20:50:06 +08:00
赖信涛 fd77549754
Deprecate Python2.7. (#1153)
* deprecate Python2.7.

So we can use latest version of prompt-toolit.
Relate: https://github.com/dbcli/pgcli/pull/1149

* black format, remove 2.7 support.

* using version py35 for black.

* Revert "black format, remove 2.7 support."

This reverts commit 4b6d0496cc.

* deprecated py27 using black.

* remove 2.7 from travis.

* update setup.py: delete python 2.7 support.
2020-03-09 20:14:51 -07:00
Alexander Zawadzki df4dd00585 README.rst: tidy up redundant instructions (#1061)
* README.rst: tidy up redundant instructions 

Remove the README section which detailed how to force `psycopg2` 2.7 dependency installation from source rather than binary.

`psycopg2` 2.7 would automatically favour installation from binary. A bug affecting some users made it desirable to have the option to install from source instead. The README detailed how to do this using pip's `--no-binary` option (nice!).

`psycopg2` 2.8 has now split the binary and source dependencies into different packages with different names (source: [psycopg2 docs](http://initd.org/psycopg/docs/install.html#change-in-binary-packages-between-psycopg-2-7-and-2-8)) which makes the `--no-binary` instructions redundant. To specify source/binary you now need to explicitly specify the desired package.

As of #1060, installing `pgcli` from pip will result in the installation of `psycopg2` 2.8 from source.

* README: additional instructions for psycopg2 2.7 users

Anyone limited to psycopg2 2.7 may still encounter some known issues when installing from binary.
Add a link to the README to acknowledge this, and help those users install it from source.

* Update changelog.rst

* Update AUTHORS

* Update changelog
2019-05-30 10:03:47 -07:00
Irina Truong 31cf858942 Reverted docs for 617 now it's fixed. 2018-07-16 08:18:15 -07:00
Chris Fournier b2a3a4b63b Encourage users to use SSL 2018-05-14 09:57:24 -04:00
Irina Truong dd579cd330 Revert to psycopg2, and add instructions for no-binary install. 2018-03-23 11:12:03 -07:00
Daniel Hahler d8c262073f Fix/update link to tabulate 2018-03-16 11:49:29 +01:00
Torkel Rogstad 6d85264cbe Adds install command for Debian 2017-10-13 01:57:06 +02:00
Irina Truong d941274d74 Remove the chatty startup messages. 2017-08-06 22:10:02 -07:00
Irina Truong 9dcda453b5 Link to ipython. 2017-08-06 14:00:11 -07:00
Irina Truong ebbdb45c7a Add documentation for running pgcli in ipython. 2017-08-06 13:57:22 -07:00
François Pietka 13b403fb24 Add Landscape badge 2017-07-27 07:55:04 +02:00
François Pietka 83e9c8601c Update badges
Fix CodeCov link
2017-07-27 07:49:43 +02:00
Étienne BERSAC 575ee09482
Add coverage badge 2017-07-21 09:08:55 +02:00
Irina Truong f67d50c915 Removed instructions for custom brew tap. 2017-07-20 07:30:15 -07:00
Luke Murphy 0e5bca653c Use RST style links 2017-07-01 19:04:44 +01:00
Amjith Ramanujam 018f495f10 Merge pull request #735 from dbcli/feature/cli_helpers_output_format
Use CLI Helpers for output formatting
2017-06-26 10:37:25 -07:00
V 7094741ad8 Fixed installation instructions via brew
You should to tap the formula repo first
2017-06-26 18:02:20 +10:00
Thomas Roten 6a330140bb Remove tabulate and expanded output. 2017-06-11 21:20:24 -05:00
Thomas Roten 7a20bd281f Update Homebrew instructions. 2017-06-02 14:05:48 -05:00
Hraban Luyat 94d8091bac Fix readme monospace syntax 2017-04-25 09:44:58 +01:00
Hraban Luyat 0bf665d41d README: Explain how to use with Docker 2017-04-15 23:14:51 +01:00
Alexander Tesfamichael 6c6c53b3a5 Make it easier to find config option documentation 2017-04-12 11:42:02 +02:00
Amjith Ramanujam e574f48e16 Update README.rst 2017-02-18 09:25:13 -08:00
Irina Truong fdda8c4e5d Added documantation about tabulate's number formatting. Connect #617. 2017-02-04 18:56:20 -08:00
Morton Fox 67bb5aefec Fix link to Click
Click 3 is no more. I'd suggest linking to the root of the Click website and letting it redirect to the current stable version since they seem to be removing pages for the older versions.
2016-06-21 00:27:55 -04:00
Amjith Ramanujam 05def045cf Change the url to mycli. 2016-04-06 17:23:53 -07:00
Ari Summer 8134aee325 Update config file location in README 2016-02-21 09:54:01 -08:00
vinotheassassin f9a2d55968 Update README.rst
Changed auto-completion to auto-completes in the features because it flows better.
2015-10-28 20:13:54 -07:00
Artur Dryomov 3cbdcdad0c Fix PyPI badge. 2015-10-11 19:58:05 +03:00
Amjith Ramanujam 52fb7c9315 Add link to website. 2015-07-24 08:51:22 -07:00
Amjith Ramanujam 877c0919d9 Remove one of the images. 2015-07-23 16:20:02 -07:00
Amjith Ramanujam 2cb6cf4b34 Add an animated gif to the readme. 2015-07-23 16:19:29 -07:00
Amjith Ramanujam 508b2eefbe Update repo references. 2015-04-18 22:54:58 -07:00
Amjith Ramanujam d7b45799c0 Update README to include mysql-cli. 2015-04-11 12:26:25 -04:00
Amjith Ramanujam 2ad13b5d2c Add Gitter badge. 2015-01-29 22:49:23 -08:00
Amjith Ramanujam e1311fc892 Update README with pypa doc. 2015-01-27 06:07:41 -08:00
Amjith Ramanujam 8979347118 Update README with the build-from-source option. 2015-01-22 23:45:44 -08:00
Amjith Ramanujam 72ab7f6e87 Update readme to mention the dev packages in linux. Fix #118 2015-01-13 22:25:03 -08:00
while0pass e35a107194 Typo in README.rst 2015-01-10 04:06:33 +03:00