[pgAdmin4][patch] File Manager replace file minor fix

2018-10-24 Thread Aditya Toshniwal
Hi Hackers,

Attached is the minor patch to fix a background color while replacing a
file in File Manager dialog.

-- 
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"


replace-file-dialog.patch
Description: Binary data


[pgAdmin4][Patch]: Fixed process watcher status message.

2018-10-24 Thread Akshay Joshi
Hi Hackers,

Attached is the patch to show the correct message on the status bar of the
process watcher when user has stopped the process.

-- 
*Akshay Joshi*

*Sr. Software Architect *



*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*


Process_Watcher_Message.patch
Description: Binary data


Re: [pgAdmin4][Patch]: Fixed process watcher status message.

2018-10-24 Thread Akshay Joshi
Hi All

Please ignore my previous patch. Attached is the new modified patch.

On Wed, Oct 24, 2018 at 3:03 PM Akshay Joshi 
wrote:

> Hi Hackers,
>
> Attached is the patch to show the correct message on the status bar of the
> process watcher when user has stopped the process.
>
> --
> *Akshay Joshi*
>
> *Sr. Software Architect *
>
>
>
> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>


-- 
*Akshay Joshi*

*Sr. Software Architect *



*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*


Process_Watcher_Message_v2.patch
Description: Binary data


pgAdmin 4 commit: Fixed background colour while replacing a file in Fil

2018-10-24 Thread Akshay Joshi
Fixed background colour while replacing a file in File Manager dialog.

Branch
--
master

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

Modified Files
--
web/pgadmin/misc/file_manager/static/scss/_file_manager.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



Re: [pgAdmin4][patch] File Manager replace file minor fix

2018-10-24 Thread Akshay Joshi
Thanks, patch applied.

On Wed, Oct 24, 2018 at 12:48 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached is the minor patch to fix a background color while replacing a
> file in File Manager dialog.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> Software Engineer | EnterpriseDB Software Solutions | Pune
> "Don't Complain about Heat, Plant a tree"
>


-- 
*Akshay Joshi*

*Sr. Software Architect *



*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*


Re: [pgAdmin4][Patch]: RM #1513 - Unable to do max selection to drop tables/sequences/functions

2018-10-24 Thread Khushboo Vashi
Hi Team,

On Mon, Oct 22, 2018 at 6:15 PM Akshay Joshi 
wrote:

> Hi Khushboo
>
> Following are the review comments:
>
>1. There is difference in the colour of the two icons for Drop and
>Drop Cascade when both the button are disabled. Please refer 
> Disabled_Icons.
>png.
>
> The reason behind this is, the delete icon is from font-awesome and
another one is svg image.
So, this is the expected, right now I am not doing any change as this will
be taken care in the new design changes.

>
>1. Delete/Drop and Drop Cascade button should not be enabled if none
>of the object is selected.
>2. Databases:
>   - When select all the databases including maintenance database it
>   throws an error "Connection to the server has been lost". Please refer
>   Database_Error.png
>   - Checkbox should be disabled for maintenance database (if
>   possible)
>
> I will try if possible as we have common code for all the objects .

>
>1. Catalogs:
>   - This feature should not be applicable to *Catalogs* and all there
>   child nodes.
>
> Already taken care in the previous patch. The check box column is removed
and both the buttons are disabled.

>
>-
>1. Roles:
>   - When select all the roles and try to delete it, it throws an
>   error "Current user can not be dropped". Can we specify the name of the
>   current user in the error message? Please refer Role_Error.png
>
> Dave/Ashesh/Team,

I have re-used the current delete object code for the multi-delete
functionality also. If we need this type of message then we need changes in
all the delete functions for all the objects.
This will take more 2 to 3 days.

Do we need above change ? Please confirm.


>- Checkbox should be disabled for current user (if possible)
>   - When select all the roles except the current user, for some
>   reason pgAdmin4 unable to delete one role then, rest of the roles are 
> not
>   deleted. Is this expected behaviour?
>
> Yes.

>
>1. pgAgent Jobs:
>   - Unable to Delete/Drop pgAgent Jobs. Please refer pgAgent_Jobs.png
>2. Document changes not included in the patch.
>3. Following API test cases were failing:
>   - EventTriggerMultipleDeleteTestCase (Fetch Event Trigger Node URL)
>   - SchemaDeleteMultipleTestCase (Check Schema Node URL)
>   - DatabaseMultipleDeleteTestCase (Check Databases Node URL)
>   - ExtensionsDeleteMultipleTestCase (Check Extension Node)
>   - CollationDeleteMultipleTestCase (Fetch collation Node URL)
>
> Error:-  " flask.debughelpers.FormDataRoutingRedirect: b'A request was
> sent to this URL (http://localhost/browser/database/obj/1/5) but a
> redirect was issued automatically by the routing system to "http://
> localhost/browser/database/obj/1/5/".  The URL was defined with a
> trailing slash so Flask will automatically redirect to the URL with the
> trailing slash if it was accessed without one.  Make sure to directly send
> your DELETE-request to this URL since we can\'t make browsers or HTTP
> clients redirect with form data reliably or without user interaction.\n\
> nNote: this exception is only raised in debug mode".
>
> I couldn't reproduce this issue at my end.

Thanks,
Khushboo

>
>
> On Mon, Oct 22, 2018 at 11:36 AM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi,
>>
>> Please find the attached updated patch.
>>
>> On Wed, Oct 17, 2018 at 7:58 PM Dave Page  wrote:
>>
>>> Hi
>>>
>>> Some relatively minor details to fix please:
>>>
>>> - There's no doc update.
>>>
>>> Done.
>>
>>> - I think fa-trash-alt might be better for the Drop icon.
>>>
>>> Done.
>>
>>> - I don't like the Drop Cascade icon. Maybe have Chethana create one
>>> based on fa-trash-alt, shrunken a little with a downwards pointing arrow on
>>> the bottom right.
>>>
>>> Done.
>>
>>> Thanks!
>>>
>>> Thanks,
>> Khushboo
>>
>>> On Tue, Oct 16, 2018 at 10:23 AM Khushboo Vashi <
>>> khushboo.va...@enterprisedb.com> wrote:
>>>
 Hi,

 Please find the attached updated patch with the following changes.
 1. Introduced header buttons for Drop and Drop Cascade
 2. Fixed checkbox alignment issue
 3. Refresh the grid on the error

 Currently I have removed multi delete table-space test case. I have
 tried to create sub directories but didn't work due to permission issue.

 Thanks,
 Khushboo




 On Tue, Oct 9, 2018 at 3:35 PM Dave Page  wrote:

> Hi
>
> On Tue, Oct 9, 2018 at 8:03 AM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi Dave,
>>
>> On Mon, Oct 8, 2018 at 5:35 PM Dave Page  wrote:
>>
>>>
>>>
>>> On Mon, Oct 8, 2018 at 12:50 PM Khushboo Vashi <
>>> khushboo.va...@enterprisedb.com> wrote:
>>>
 Hi Dave,

 On Mon, Oct 8, 2018 at 3:47 PM Dave Page  wrote:

> Hi
> On Fri, Oct 5, 2018 at 12:28 PM Khushboo Vashi <
> khushboo