Re: Discussion on improving alertify notifications logic

2017-07-27 Thread Akshay Joshi
Hi Sara On Fri, Jul 28, 2017 at 9:19 AM, Sarah McAlear wrote: > Hi Akshay! > > That seems like a good idea. When we're using the extended > pgadmin.alerrtify in the codebase it would be beneficial to call it > pgAdminAlertify or something similar so that it is clear that it isn't only > the aler

Re: Error using pgadmin4 HEAD

2017-07-27 Thread Khushboo Vashi
Hi Dave, Please provide below information to investigate: 1. OS Details 2. pgAdmin 4 version 3. The steps you followed to install the application pgAdmin 4 documentation to help in deployment process. Thanks, Khushboo On Fri, Jul 28,

Re: Discussion on improving alertify notifications logic

2017-07-27 Thread Sarah McAlear
Hi Akshay! That seems like a good idea. When we're using the extended pgadmin.alerrtify in the codebase it would be beneficial to call it pgAdminAlertify or something similar so that it is clear that it isn't only the alertify library, but it's been extended. Rob & Sarah On Thu, Jul 27, 2017 at

Error using pgadmin4 HEAD

2017-07-27 Thread Dave Cramer
When I start pgadmin4 application I get the following error The application server could not be contacted! Thanks, Dave Cramer

Discussion on improving alertify notifications logic

2017-07-27 Thread Akshay Joshi
Hi All As in commit "Update alertify alerts to use the styling defined in the style guide": https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=commitdiff ;h=2a30a86e7d5e562040500f448fbb0d143ff2cff9 https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=commitdiff ;h=f2d2075d81718ec02550fb592851aa3

Re: [pgAdmin4]: Webpacking of static JS/CSS

2017-07-27 Thread Ashesh Vashi
On Thu, Jul 27, 2017 at 1:32 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi Ashesh, > > I have removed changes which are not relevant to the moving file to static > directory. > Committed the code for moving the javascript files from 'templates' to 'static' directory for most of

pgAdmin 4 commit: Moved the javascripts of different modules from 'temp

2017-07-27 Thread Ashesh Vashi
Moved the javascripts of different modules from 'templates' to 'static' directory. Moving the javascripts for the following modules: - About - Browser nodes - Dashboard - FileManager - Vendor/snap.svg - Preferences - Settings - Backup - Datagrid - Debugger - Sqleditor - Grant Wizard

Re: [pgAdmin4]: Webpacking of static JS/CSS

2017-07-27 Thread Ashesh Vashi
On Thu, Jul 27, 2017 at 12:57 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi Ashesh, > > Please find attached patch 'move_js_files_static_dir' with --binary option. > As discussed, this patch should include changes related to moving the file to static directory only, and not rel