From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Add a (configurable) limit to the number of pgAgent j |
Date: | 2018-04-06 09:00:29 |
Message-ID: | E1f4NET-0008KM-N5@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Add a (configurable) limit to the number of pgAgent job history rows displayed on the statistics tab. Fixes #3072
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ec51412c34df5d27501d618e18f90883a023f14
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
.../images/preferences_browser_properties.png | Bin 51937 -> 112725 bytes
docs/en_US/preferences.rst | 2 +
docs/en_US/release_notes_3_0.rst | 1 +
web/pgadmin/browser/__init__.py | 272 +------------------
.../browser/register_browser_preferences.py | 293 +++++++++++++++++++++
.../server_groups/servers/pgagent/__init__.py | 9 +-
.../servers/pgagent/steps/__init__.py | 9 +-
.../pgagent/templates/pga_job/sql/pre3.4/stats.sql | 3 +-
.../templates/pga_jobstep/sql/pre3.4/stats.sql | 3 +-
.../servers/pgagent/tests/__init__.py | 15 ++
.../servers/pgagent/tests/test_pgagent_add.py | 89 +++++++
.../servers/pgagent/tests/test_pgagent_delete.py | 49 ++++
.../servers/pgagent/tests/test_pgagent_put.py | 51 ++++
.../servers/pgagent/tests/tests_pgagent_get.py | 45 ++++
.../servers/pgagent/tests/tests_pgagent_stats.py | 45 ++++
.../server_groups/servers/pgagent/tests/utils.py | 175 ++++++++++++
16 files changed, 788 insertions(+), 273 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-04-06 09:00:42 | Re: [pgAdmin4][RM#3072] Make pgagent job history rows configurable |
Previous Message | Murtuza Zabuawala | 2018-04-06 08:48:21 | Re: [pgadmin4][patch] Initial patch to decouple from ACI Tree |