summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2021-02-17 16:54:29 -0800
committerGitHub <noreply@github.com>2021-02-17 16:54:29 -0800
commit0679757d434f398ccacf80a45689098401a5f793 (patch)
tree98cf7b7fc7ed875900808d643302729f5f4b49f5
parent3600566d46ae3b6afd512a6253dc029e067a8c2e (diff)
Remove gitter links, update build status badge. (#1244)
-rw-r--r--DEVELOP.rst2
-rw-r--r--README.rst10
-rw-r--r--pgcli/main.py1
3 files changed, 4 insertions, 9 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index 18adf9c4..e262823d 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -170,7 +170,7 @@ Troubleshooting the integration tests
- Make sure postgres instance on localhost is running
- Check your ``pg_hba.conf`` file to verify local connections are enabled
- Check `this issue <https://github.com/dbcli/pgcli/issues/945>`_ for relevant information.
-- Contact us on `gitter <https://gitter.im/dbcli/pgcli/>`_ or `file an issue <https://github.com/dbcli/pgcli/issues/new>`_.
+- `File an issue <https://github.com/dbcli/pgcli/issues/new>`_.
Coding Style
------------
diff --git a/README.rst b/README.rst
index 1fa4e7f5..95137f7c 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
A REPL for Postgres
-------------------
-|Build Status| |CodeCov| |PyPI| |Landscape| |Gitter|
+|Build Status| |CodeCov| |PyPI| |Landscape|
This is a postgres client that does auto-completion and syntax highlighting.
@@ -352,8 +352,8 @@ interface to Postgres database.
Thanks to all the beta testers and contributors for your time and patience. :)
-.. |Build Status| image:: https://api.travis-ci.org/dbcli/pgcli.svg?branch=master
- :target: https://travis-ci.org/dbcli/pgcli
+.. |Build Status| image:: https://github.com/dbcli/pgcli/workflows/pgcli/badge.svg
+ :target: https://github.com/dbcli/pgcli/actions?query=workflow%3Apgcli
.. |CodeCov| image:: https://codecov.io/gh/dbcli/pgcli/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dbcli/pgcli
@@ -366,7 +366,3 @@ Thanks to all the beta testers and contributors for your time and patience. :)
.. |PyPI| image:: https://img.shields.io/pypi/v/pgcli.svg
:target: https://pypi.python.org/pypi/pgcli/
:alt: Latest Version
-
-.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
- :target: https://gitter.im/dbcli/pgcli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
- :alt: Gitter Chat
diff --git a/pgcli/main.py b/pgcli/main.py
index 539ba449..40e2483a 100644
--- a/pgcli/main.py
+++ b/pgcli/main.py
@@ -737,7 +737,6 @@ class PGCli:
if not self.less_chatty:
print("Server: PostgreSQL", self.pgexecute.server_version)
print("Version:", __version__)
- print("Chat: https://gitter.im/dbcli/pgcli")
print("Home: http://pgcli.com")
try: