[pgadmin-hackers] pgAdmin 4 commit: Fix sorting of sizes on the statistics views bysorti

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Fix sorting of sizes on the statistics views bysorti
Дата
Msg-id E1d7fuo-0000tP-HU@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix sorting of sizes on the statistics views by sorting raw values and prettifying on the client side. Includes Jasmine
testsfor the prettyfying function. Fixes #2315 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=94b7fc483a3b70cb1e168396f3bc65c455a419cf
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../js/exclusion_constraint.js                     |  1 +
.../index_constraint/js/index_constraint.js        |  1 +
.../tables/indexes/templates/index/js/index.js     |  4 +-
.../exclusion_constraint/sql/default/stats.sql     |  4 +-
.../templates/index/sql/default/coll_stats.sql     |  2 +-
.../tables/templates/index/sql/default/stats.sql   |  4 +-
.../templates/index_constraint/sql/stats.sql       |  4 +-
.../schemas/tables/templates/table/js/table.js     |  8 ++-
.../table/sql/default/coll_table_stats.sql         |  4 +-
.../tables/templates/table/sql/default/stats.sql   | 16 ++---
.../databases/templates/databases/js/databases.js  |  4 +-
.../templates/databases/sql/9.2_plus/stats.sql     |  4 +-
.../templates/databases/sql/default/stats.sql      |  2 +-
.../templates/tablespaces/js/tablespaces.js        |  4 +-
.../templates/tablespaces/sql/default/stats.sql    |  4 +-
.../misc/statistics/static/js/statistics.js        | 50 +++++++++++-----
web/pgadmin/static/js/size_prettify.js             | 24 ++++++++
web/regression/javascript/size_prettify_spec.js    | 68 ++++++++++++++++++++++
18 files changed, 169 insertions(+), 39 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch][RM2257]: Query tool - Insertrow doesn't use default values
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed RM #2315 : Sorting bysize is broken