Re: pgAdmin4 v4.15 candidate builds

2019-11-12 Thread Fahar Abbas
Hi Akshay, Showstopper issue reported for Docker: https://redmine.postgresql.org/issues/4924 On Tue, Nov 12, 2019 at 10:38 AM Akshay Joshi wrote: > Hi All, > > pgAdmin4 v4.15 candidate builds and source can be found at > https://developer.pgadmin.org/builds/2019-11-12-1/ > > *Note*:- Windows bu

pgAdmin 4 commit: Further changes to the welcome dashboard for theme cu

2019-11-12 Thread Akshay Joshi
Further changes to the welcome dashboard for theme customization. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=636ab296693609b618b04aae4dc791b31512e0e4 Author: Aditya Toshniwal Modified Files -- web/pgadmin/dashboard/static/scs

pgAdmin 4 commit: Fixed docker container exit issue occurs due to chang

2019-11-12 Thread Akshay Joshi
Fixed docker container exit issue occurs due to change in Gunicorn's latest version. Updated Dockerfile and hardcoded Gunicorn version to 19.9.0 Fixes #4924 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fb87920bbb326ca3b53e917b3a3c07491c62

Re: Fixes for pgAdmin feature tests

2019-11-12 Thread Shubham Agarwal
Hi Team, PFA patch containing some more fixes for random feature test failures. Thanks and regards, Shubham Agarwal On Mon, Nov 11, 2019 at 10:55 AM Akshay Joshi wrote: > Thanks, patch applied with a minor change. Menu for 'Delete Drop' server > has been changed to 'Remove Server' which causes

Re: [pgAdmin][RM4348] Theme options in pgAdmin and dark theme

2019-11-12 Thread Dave Page
On Tue, Nov 12, 2019 at 1:47 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to customize the scrollbar styling. A new SASS > variable added - $scrollbar-base-color is added to change the color as per > theme. > Please note, customization of

pgAdmin 4 commit: Customize the scrollbar stying. Added new SASS variab

2019-11-12 Thread Akshay Joshi
Customize the scrollbar stying. Added new SASS variable to change the color as per theme. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=79e04d5e23b028eb2fc4cdf512170b7e172d5040 Author: Aditya Toshniwal Modified Files -- web/pga

Re: Translators: Release next week

2019-11-12 Thread fred . escallier
hi hackers here's the french translation update for upcoming version Fred - Mail original - De: "Akshay Joshi" À: "pgadmin-hackers" Envoyé: Vendredi 8 Novembre 2019 14:20:59 Objet: Translators: Release next week Hi Translators, We will have a release next week, so updates t

pgAdmin 4 commit: Update French translation.

2019-11-12 Thread Akshay Joshi
Update French translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=00ebc587957569ae3b6fcbded36e6d5f13b5e3c4 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 159261 -> 17653

Re: Translators: Release next week

2019-11-12 Thread Akshay Joshi
Thanks, patch applied. On Tue, Nov 12, 2019 at 7:56 PM wrote: > hi hackers > here's the french translation update for upcoming version > Fred > > -- > *De: *"Akshay Joshi" > *À: *"pgadmin-hackers" > *Envoyé: *Vendredi 8 Novembre 2019 14:20:59 > *Objet: *Translators:

Re: pgAdmin4 v4.15 candidate builds

2019-11-12 Thread Akshay Joshi
Hi Fahar We have fixed the showstopper issue for Docker. Updated candidate builds and sources can be found at https://developer.pgadmin.org/builds/2019-11-12-2/ Please verify it. On Tue, Nov 12, 2019 at 3:05 PM Fahar Abbas wrote: > Hi Akshay, > > Showstopper issue reported for Docker: > https:

Re: [pgAdmin][RM4348] Theme options in pgAdmin and dark theme

2019-11-12 Thread Aditya Toshniwal
Hi Dave, On Tue, Nov 12, 2019 at 7:29 PM Dave Page wrote: > > > On Tue, Nov 12, 2019 at 1:47 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached is the patch to customize the scrollbar styling. A new SASS >> variable added - $scrollbar-base-color is

Re: [pgAdmin][RM4348] Theme options in pgAdmin and dark theme

2019-11-12 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to set browser autofill color. I've used primary light color to highlight autofill. Note that, this works only on webkit browsers. Kindly review. On Wed, Nov 13, 2019 at 10:03 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave, > > On Tue,

pgAdmin 4 commit: Fixed feature tests related to process watcher.

2019-11-12 Thread Akshay Joshi
Fixed feature tests related to process watcher. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b568cfce286e58433fb2e9758174ee0eb88c025 Author: Shubham Agarwal Modified Files -- web/pgadmin/feature_tests/browser_tool_bar_test.py

Re: Fixes for pgAdmin feature tests

2019-11-12 Thread Akshay Joshi
Thanks, patch applied. On Tue, Nov 12, 2019 at 6:27 PM Shubham Agarwal < shubham.agar...@enterprisedb.com> wrote: > Hi Team, > PFA patch containing some more fixes for random feature test failures. > > Thanks and regards, > Shubham Agarwal > > On Mon, Nov 11, 2019 at 10:55 AM Akshay Joshi < > aks

pgAdmin 4 commit: Set browser autofill color as primary light to highli

2019-11-12 Thread Akshay Joshi
Set browser autofill color as primary light to highlight autofill. This works only on WebKit browsers. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=42cd2a2276c1d0bea750a05b7f6f131995b61ae3 Author: Aditya Toshniwal Modified Files -

Re: [pgAdmin][RM4348] Theme options in pgAdmin and dark theme

2019-11-12 Thread Akshay Joshi
Thanks, patch applied. On Wed, Nov 13, 2019 at 10:46 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to set browser autofill color. I've used primary > light color to highlight autofill. Note that, this works only on webkit > browsers. > Kin