pgAdmin 4 commit: Fix an issue where the dropdown becomes misaligned/di

2019-04-09 Thread Aditya Toshniwal
Fix an issue where the dropdown becomes misaligned/displaced. Fixes #4138

(cherry picked from commit 6016a5ee989a8f3f56c4a03994eb57989c3c0717)

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=97853206aa20521575a48aceb64dc6983c53f6b2
Author: Murtuza Zabuawala 

Modified Files
--
docs/en_US/release_notes.rst  |  1 +
docs/en_US/release_notes_4_6.rst  | 17 +
web/pgadmin/static/js/backform.pgadmin.js |  9 +
3 files changed, 27 insertions(+)



pgAdmin 4 commit: Fixed feature test issues

2019-04-09 Thread Aditya Toshniwal
Fixed feature test issues

(cherry picked from commit 5c4c09f237ecde2fdd593326d8c70c4e49aa35b6)

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=34d0b083853a0fcd7172beaad373b1e3ff9c6eb6
Author: Usman Muzaffar 

Modified Files
--
.../feature_tests/xss_checks_roles_control_test.py| 15 ++-
.../tools/sqleditor/tests/test_sql_ascii_encoding.py  |  5 -
web/regression/feature_utils/pgadmin_page.py  |  4 ++--
web/regression/python_test_utils/test_gui_helper.py   | 15 +--
web/regression/runtests.py|  3 +++
5 files changed, 32 insertions(+), 10 deletions(-)



pgAdmin 4 commit: Updated release notes

2019-04-09 Thread Aditya Toshniwal
Updated release notes

(cherry picked from commit 490999f528c5bb63d9956de4d0e43482aed4b1e5)

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ea311a20efa0ed6defc482dbdda800fcb86808d
Author: Akshay Joshi 

Modified Files
--
docs/en_US/release_notes_4_5.rst | 5 -
1 file changed, 5 deletions(-)



pgAdmin 4 commit: Fit in electron build with existing build process for

2019-04-09 Thread Aditya Toshniwal
Fit in electron build with existing build process for MacOS.

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=61e4351eda31bb1090d7e18c82aef8249dd78913

Modified Files
--
electron/assets/icons/{darwin => }/pgAdmin4.icns |   Bin
electron/assets/icons/{windows => }/pgAdmin4.ico |   Bin
electron/assets/icons/{linux => }/pgAdmin4.png   |   Bin
electron/package-lock.json   | 14878 -
electron/package.json| 5 +-
electron/src/index.js|23 +-
electron/src/logger.js   | 8 +-
electron/test/index.js   |40 -
electron/yarn.lock   | 2 +-
pkg/mac/build.sh |   123 +-
pkg/mac/complete-bundle.sh   |   142 -
11 files changed, 14917 insertions(+), 304 deletions(-)



pgAdmin 4 commit: Update message catalogs.

2019-04-09 Thread Aditya Toshniwal
Update message catalogs.

(cherry picked from commit 3bed332439b7763a3bcb7a3bb6346c53fd9c74f9)

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca41b6e971ea2b1be34617de41533ab48bc55242
Author: Akshay Joshi 

Modified Files
--
web/pgadmin/messages.pot   | 7750 +++-
.../translations/de/LC_MESSAGES/messages.mo|  Bin 148353 -> 148249 bytes
.../translations/de/LC_MESSAGES/messages.po| 8377 -
.../translations/es/LC_MESSAGES/messages.mo|  Bin 153165 -> 153061 bytes
.../translations/es/LC_MESSAGES/messages.po| 8149 -
.../translations/fr/LC_MESSAGES/messages.mo|  Bin 157506 -> 157367 bytes
.../translations/fr/LC_MESSAGES/messages.po| 9376 +---
.../translations/ja/LC_MESSAGES/messages.mo|  Bin 164159 -> 164009 bytes
.../translations/ja/LC_MESSAGES/messages.po| 8519 --
.../translations/ko/LC_MESSAGES/messages.mo|  Bin 150815 -> 150711 bytes
.../translations/ko/LC_MESSAGES/messages.po| 8451 --
.../translations/pl/LC_MESSAGES/messages.mo|  Bin 148490 -> 148386 bytes
.../translations/pl/LC_MESSAGES/messages.po| 8477 --
.../translations/ru/LC_MESSAGES/messages.mo|  Bin 185547 -> 185443 bytes
.../translations/ru/LC_MESSAGES/messages.po| 8489 --
.../translations/zh/LC_MESSAGES/messages.mo|  Bin 127755 -> 127651 bytes
.../translations/zh/LC_MESSAGES/messages.po| 8315 -
17 files changed, 14780 insertions(+), 61123 deletions(-)



pgAdmin 4 commit: Ensure that pgAdmin4 should work properly with psycop

2019-04-09 Thread Aditya Toshniwal
Ensure that pgAdmin4 should work properly with psycopg2 v2.8. Fixes #4143

(cherry picked from commit c21ea3c3423142410b7b8f43e0e6a6515516d865)

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a6d94ddbef50621a0669d0c93113514c9ba81930
Author: Khushboo Vashi 

Modified Files
--
docs/en_US/release_notes_4_5.rst|  7 +--
requirements.txt|  2 +-
web/pgadmin/utils/driver/psycopg2/cursor.py | 22 +-
3 files changed, 27 insertions(+), 4 deletions(-)



pgAdmin 4 commit: Update version for release

2019-04-09 Thread Aditya Toshniwal
Update version for release

(cherry picked from commit ceb0e39e14ecdbdc1805ffe44986bc0bfa2273a3)

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ab5e8c75ce3a4aa7d82a3582ae772045d602324f
Author: Akshay Joshi 

Modified Files
--
web/config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgAdmin 4 commit: Fixed pep8 issue

2019-04-09 Thread Aditya Toshniwal
Fixed pep8 issue

(cherry picked from commit 9bff6c7157ca0e96daa22bc313ff4c27630fb8c7)

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a2375414f65f03233adff19bd65dcf64588745a0
Author: Akshay Joshi 

Modified Files
--
web/pgadmin/feature_tests/xss_checks_roles_control_test.py | 1 +
1 file changed, 1 insertion(+)



pgAdmin 4 commit: Added recommended ESLinter checks. Fixes #4142

2019-04-09 Thread Aditya Toshniwal
Added recommended ESLinter checks. Fixes #4142

(cherry picked from commit 84ecffa4d9d0965f46bdef8a074f44475d8d79a2)

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=40c8124733f0199e7a16c674b5dd3053fb49bf1f
Author: Murtuza Zabuawala 

Modified Files
--
docs/en_US/release_notes_4_5.rst   | 1 +
web/.eslintrc.js   | 5 +
.../servers/databases/schemas/tables/columns/static/js/column.js   | 1 -
web/pgadmin/browser/static/js/browser.js   | 1 -
web/pgadmin/help/static/js/help.js | 2 +-
web/pgadmin/static/js/pgadmin.js   | 7 ++-
6 files changed, 13 insertions(+), 4 deletions(-)



Re: pgAdmin3 fork/resurrection for PostgreSQL 10+ support

2019-04-09 Thread Stuart D. Gathman

On Mon, 7 Jan 2019, Sami Kuhmonen wrote:


Due to a lot of people missing the support for PostgreSQL 10+ in pgAdmin3 I
have decided to resurrect the tool and add support for new versions to it.
As far as I understand this is all fine licensing-wise and I have added a
repository on GitHub for this and will be providing binaries at least for
Windows. (https://github.com/Symbiatch/pgAdmin3)


Thanks.  I continue to maintain pgadmin3 on Fedora because pgadmin4
is not ready yet.  And because it seems like pgadmin4 is some sort of
webapp (although I could be wrong).

--
  Stuart D. Gathman 
"Confutatis maledictis, flamis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.