[pgAdmin][RM7031]: Database definition wrong

2021-12-01 Thread Pradip Parkale
Hi Hackers,

Please find the attached for #7031 Database definition wrong.

-- 
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


RM7031.patch
Description: Binary data


pgAdmin 4 commit: Fixed an issue where SQLite database definition is wr

2021-12-01 Thread Akshay Joshi
Fixed an issue where SQLite database definition is wrong because the USER_ID FK
references the table user_old which is not available.

Fixes #7031

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6b613fdf368b5adfa66beb327d0d414ab7088ea4
Author: Pradip Parkale 

Modified Files
--
docs/en_US/release_notes_6_3.rst |  1 +
web/migrations/versions/35f29b1701bd_.py | 11 +-
web/migrations/versions/3ce25f562f3b_.py | 36 
web/migrations/versions/7fedf8531802_.py |  4 +++-
web/migrations/versions/c465fee44968_.py |  7 ---
web/pgadmin/model/__init__.py|  2 +-
6 files changed, 55 insertions(+), 6 deletions(-)



pgAdmin 4 commit: Update the dropzone version to 5.9.3 and Flask-SQLAlc

2021-12-01 Thread Akshay Joshi
Update the dropzone version to 5.9.3 and Flask-SQLAlchemy to 2.5.*. Fixes #7044

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d804d285704cdce947758e7854af5de093bda66
Author: Aditya Toshniwal 

Modified Files
--
docs/en_US/release_notes_6_3.rst | 3 ++-
requirements.txt | 2 +-
web/package.json | 2 +-
web/yarn.lock| 8 
4 files changed, 8 insertions(+), 7 deletions(-)



Re: [pgAdmin][RM7031]: Database definition wrong

2021-12-01 Thread Akshay Joshi
Thanks, the patch applied.

On Wed, Dec 1, 2021 at 4:23 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached for #7031 Database definition wrong.
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


Re: [pgAdmin][RM7044] Upload timeout caused by dropzone lib

2021-12-01 Thread Akshay Joshi
Thanks, the patch applied.

On Wed, Dec 1, 2021 at 10:12 AM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch will update the dropzone version to 5.9.3
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Software Architect | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Added 'eslint-plugin-react-hooks' to identify the lin

2021-12-01 Thread Akshay Joshi
Added 'eslint-plugin-react-hooks' to identify the linter errors related to 
react hooks.

Branch
--
master

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

Modified Files
--
web/.eslintrc.js | 5 +
web/package.json | 1 +
web/yarn.lock| 5 +
3 files changed, 11 insertions(+)



Re: [pgAdmin][RM7031]: Database definition wrong

2021-12-01 Thread Aditya Toshniwal
Hi Pradip,

You did not include the server_old table for query_history. Please also
remove the commented code:
+# db.engine.execute("PRAGMA foreign_keys=ON")
+
+# db.session.commit()
+
+# db.engine.execute("PRAGMA foreign_keys=ON")
+



On Wed, Dec 1, 2021 at 5:25 PM Akshay Joshi 
wrote:

> Thanks, the patch applied.
>
> On Wed, Dec 1, 2021 at 4:23 PM Pradip Parkale <
> pradip.park...@enterprisedb.com> wrote:
>
>> Hi Hackers,
>>
>> Please find the attached for #7031 Database definition wrong.
>>
>> --
>> Thanks & Regards,
>> Pradip Parkale
>> Software Engineer | EnterpriseDB Corporation
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Principal Software Architect*
> *EDB Postgres *
>
> *Mobile: +91 976-788-8246*
>


-- 
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*

"Don't Complain about Heat, Plant a TREE"


[pgAdmin][7046] Accessibility fixes

2021-12-01 Thread Ganesh Jaybhay
Hi Hackers,

Please find the attached patch to fix the below accessibility issues:

   - Focus is not visible while navigating through top navbar menu
   items(File, Object, Tools)
   - In preference dialog- wherever access key is used for a shortcut
   declaration, unable to get out of the textbox  *Solution Added*: ESC key
   is used to come out of the textbox for the access key and move to the next
   field
   - Focus is not visible for the links on the dashboard

Please review.

Regards,
Ganesh Jaybhay


RM7046.patch
Description: Binary data