Re: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-07-01 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jun 30, 2022 at 6:09 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Please find the fix for failing test cases. > > On Thu, Jun 30, 2022 at 2:06 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, the patch applied.

Re: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-06-30 Thread Aditya Toshniwal
Hi, Please find the fix for failing test cases. On Thu, Jun 30, 2022 at 2:06 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Tue, Jun 21, 2022 at 7:53 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached patch removes dynamic module loadin

Re: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-06-30 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Jun 21, 2022 at 7:53 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch removes dynamic module loading and replaces it with > fixed/static module loading. This can potentially reduce the app > startup time. > Patch a

[pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-06-21 Thread Aditya Toshniwal
Hi Hackers, Attached patch removes dynamic module loading and replaces it with fixed/static module loading. This can potentially reduce the app startup time. Patch also removes all the occurrences and usage of get_own_javascripts since it is not used anymore. Please review. -- Thanks, Aditya To