mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update to use GitHub for source repos.
This commit is contained in:
parent
4d9dfe7d04
commit
8459a45d72
@ -19,7 +19,7 @@ pgAdmin server and opens a window to render the user interface.
|
||||
.. seealso:: For detailed instructions on building and configuring pgAdmin from
|
||||
scratch, please see the README file in the top level directory of the source code.
|
||||
For convenience, you can find the latest version of the file
|
||||
`here <https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=blob;f=README.md>`_,
|
||||
`here <https://github.com/pgadmin-org/pgadmin4/blob/master/README.md>`_,
|
||||
but be aware that this may differ from the version included with the source code
|
||||
for a specific version of pgAdmin.
|
||||
|
||||
|
@ -224,7 +224,7 @@ Expand the *Miscellaneous* node to specify miscellaneous display preferences.
|
||||
|
||||
* Use the *Themes* drop-down listbox to select the theme for pgAdmin. You'll also get a preview just below the
|
||||
drop down. Note that, to apply the theme you need to refresh the pgAdmin page. You can also submit your
|
||||
own themes, check `here <https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=blob_plain;f=README>`_ how.
|
||||
own themes, check `here <https://github.com/pgadmin-org/pgadmin4/blob/master/README.md>`_ how.
|
||||
Currently we support Standard, Dark and High Contrast theme.
|
||||
|
||||
The Paths Node
|
||||
|
@ -25,7 +25,7 @@ or ``Gunicorn``, or under ``NGINX`` using using ``uWSGI`` or ``Gunicorn``.
|
||||
.. seealso:: For detailed instructions on building and configuring pgAdmin from
|
||||
scratch, please see the README file in the top level directory of the source code.
|
||||
For convenience, you can find the latest version of the file
|
||||
`here <https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=blob_plain;f=README>`_,
|
||||
`here <https://github.com/pgadmin-org/pgadmin4/blob/master/README.md>`_,
|
||||
but be aware that this may differ from the version included with the source code
|
||||
for a specific version of pgAdmin.
|
||||
|
||||
|
@ -18,7 +18,7 @@ patches correctly. You can checkout the source code with a command like:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone git://git.postgresql.org/git/pgadmin4.git
|
||||
$ git clone https://github.com/pgadmin-org/pgadmin4.git
|
||||
|
||||
Once you've made the changes you wish to make, commit them to a private
|
||||
development branch in your local repository. Then create a patch containing the
|
||||
|
@ -141,7 +141,7 @@ want to build an installer.
|
||||
|
||||
1. Check out the source code:
|
||||
|
||||
git clone https://git.postgresql.org/git/pgadmin4.git
|
||||
git clone https://github.com/pgadmin-org/pgadmin4.git
|
||||
|
||||
2. Install and build the JS dependencies:
|
||||
|
||||
|
@ -18,8 +18,8 @@ import requests
|
||||
import argparse
|
||||
|
||||
PG_CODES_URLS = [
|
||||
"https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob_plain;"
|
||||
"f=src/pl/plpgsql/src/pl_scanner.c",
|
||||
"https://raw.githubusercontent.com/postgres/postgres/master/src/pl/"
|
||||
"plpgsql/src/pl_scanner.c",
|
||||
]
|
||||
PG_CODES_REGEX = "PG_KEYWORD\(\"([a-z]*)\"[A-Z_, ]*\)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user