Fixed linter error.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0bf6e81faa99db0966d04dfde50f0ca7278e84ae
Modified Files
--
web/pgadmin/misc/file_manager/static/js/create_dialogue.js | 6 --
1 file changed, 6 deletions(-)
Thanks, patch applied.
On Thu, Oct 8, 2020 at 1:31 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi,
>
> Attached patch updates the yarn.lock and tools/requirements.txt to fix the
> security issues of packages.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin hacker | Sr. Softwar
Thanks, patch applied.
On Thu, Oct 8, 2020 at 6:34 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi,
>
> Attached patch will add the .sql when saving a file and and format -> sql
> selected, no matter what the file name is.
> Please review.
>
> On Thu, Oct 8, 2020 at 6:27 PM A
Ensure that '.sql' extension is added when saving a file with SQL format.
refs #4855
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a4e746c5a46bb42937cc4e54c1ba921d66838f10
Author: Aditya Toshniwal
Modified Files
--
web/pgadmin/
Updated the packages and yarn.lock file.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca8dc42d147ddf31ec766c3fe93fd024df5fdc26
Author: Aditya Toshniwal
Modified Files
--
tools/requirements.txt |2 +-
web/yarn.lock |
Update the macro help link.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f4d6290b507a44b0344455d78a14911177e4ad9e
Author: Khushboo Vashi
Modified Files
--
web/pgadmin/static/js/sqleditor/macro.js | 2 +-
1 file changed, 1 insert
Hi,
Attached patch will add the .sql when saving a file and and format -> sql
selected, no matter what the file name is.
Please review.
On Thu, Oct 8, 2020 at 6:27 PM Akshay Joshi
wrote:
> Thanks, patch applied.
>
> On Mon, Sep 28, 2020 at 6:08 PM Aditya Toshniwal <
> aditya.toshni...@enterpris
Thanks, patch applied.
On Mon, Sep 28, 2020 at 6:12 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi,
>
> Please find the updated patch.
>
> On Mon, Sep 28, 2020 at 5:59 PM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Aditya
>>
>> The patch is not applying, r
Thanks, patch applied.
On Mon, Sep 28, 2020 at 6:08 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Attached is the patch to fix a bug where extension file extension is
> stripped on renaming a file.
> Pleasure review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmi