pgadmin4/web/pgadmin
Ashesh Vashi f682f06c94 Adding a background process executor, and observer.
We will be using the external utilities like pg_dump, pg_dumpall,
pg_restore in background. pgAdmin 4 can be run as a CGI script, hence -
it is not good idea to run those utility in a controlled environment.
The process executor will run them in background, and we will execute
the process executor in detached mode.

Now that - the process executor runs in detached mode, we need an
observer, which will look at the status of the processes. It also reads
output, and error logs on demand.

Thanks - Surinder for helping in some of the UI changes.
2016-05-13 08:49:51 +05:30
..
about Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
browser Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30
dashboard Ensure we update the error message on dashboard grids when it changes. 2016-05-06 08:49:28 +01:00
help Icon and toolbar cleanup/consistency. 2016-04-15 13:32:17 +01:00
misc Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30
model Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30
preferences Fixed the issue - preferences were saved. 2016-04-25 11:54:02 +05:30
redirects Fix favicon routing 2016-04-14 13:40:01 +01:00
settings Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
static Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30
templates Dashboards v1 2016-05-05 16:42:16 +01:00
test Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30
tools First round of string review and cleanup. 2016-05-06 13:53:48 +01:00
translations/fr/LC_MESSAGES Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
utils Added support for the server side file manager, which will be useful in 2016-05-13 00:04:32 +05:30
__init__.py 'pgadmin.utils.storage' has been renamed to 'pgadmin.utils.paths'. Resolved the typo. 2016-05-13 00:36:45 +05:30
messages.pot First round of string review and cleanup. 2016-05-06 13:53:48 +01:00