Hello community, here is the log from the commit of package pgadmin4 for openSUSE:Factory checked in at 2019-09-09 12:34:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old) and /work/SRC/openSUSE:Factory/.pgadmin4.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pgadmin4" Mon Sep 9 12:34:19 2019 rev:7 rq:729093 version:4.12 Changes: -------- --- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes 2019-06-19 21:04:08.230279240 +0200 +++ /work/SRC/openSUSE:Factory/.pgadmin4.new.7948/pgadmin4.changes 2019-09-09 12:34:23.753482033 +0200 @@ -1,0 +2,199 @@ +Sat Sep 7 09:14:37 UTC 2019 - [email protected] + +- Update to 4.12 + - New features + * Add support of Compound Triggers for EPAS 12+. + * Add support for planner support functions in PostgreSQL 12+ + functions. + * Add support for generated columns in Postgres 12+. + * Use the full tab space for CodeMirror instances on dialogues + where appropriate. + * Allow a banner to be displayed on the login and other related + pages showing custom text. + * Allow enhanced cookie protection to be disabled for + compatibility with dynamically addressed hosting environments. + * Add an optimisation to the internal code responsible for + searching for treeview nodes. + * Display the row count in the popup message when counting + table rows, not just in the properties list. + * Add support in query history to show internal queries + generated by pgAdmin during save data operations. + - Housekeeping + * Add Reverse Engineered SQL tests for Columns. + * Add Reverse Engineered SQL tests for Trigger Functions. + * Add Reverse Engineered SQL tests for Exclusion Constraint. + * Add a –modules option to the RE-SQL test suite to allow + testing of specific object types. + - Bug fixes + * Fix issue where Deleting N number of rows makes first N + number of rows disable. + * Fix generation of reverse engineered SQL for tables with + Greenplum 5.x. + * Update wcDocker to allow the browser’s context menu to be + used except in tab strips and panel headers. + * Ensure type names are properly encoded in the results grid. + * Fix generation of reverse engineered SQL for partition table, + partitions were shown as a child of indexes. + * Update wcDocker to prevent window state loading creating + blank dialogues. + * Fix accessibility issue for checkbox in IE11. + * Ensure the Query Tool doesn’t throw an error when viewing the + contents of a table with no columns. + * Ensure columns can be created when they are IDENTITY fields + with the CYCLE option enabled. + * Ensure purely numeric comments can be saved on new columns. + * Fix accessibility issue for Datetime cell in backgrid. + * Ensure the query tool will work with older versions of + psycopg2 than we officially support, albeit without updatable + resultsets. + * Ensure command tags are shown in the messages tab of the + Query Tool. + * Fix load on demand in View/Edit data mode. + * Fix some errors thrown on the JS console when dragging text + in the Query Tool. + * Ensure triggers should be updated properly for EPAS server. + * Fix the reverse engineered SQL for trigger functions with the + WINDOW option selected. + * Ensure enable trigger menu should be visible when trigger is + disabled. + * Ensure the comment on a Primary Key constraint can be edited + under the Table node. + * Fix console error when changing kind(SQL/BATCH) for pgAgent + job step. + * Fix double click issue to expand the contents of a cell if + the resultset was not editable. + * Fix generation of reverse engineered SQL for Rules. + * Ensure compound triggers for event should be updated + properly. + * Ensure compound triggers should be displayed under Views. + * Ensure Truncate option should be available for Compound + Triggers. + +- Changes from 4.11 + - New features + * Add support for editing of resultsets in the Query Tool, + if the data can be identified as updatable. + * Set the mouse cursor appropriately based on the layout lock + state. + * Add EXPLAIN options for SETTINGS and SUMMARY. + - Housekeeping + * Add Reverse Engineered SQL tests for Roles and Resource + Groups. + * Add Reverse Engineered SQL tests for FDWs. + * Add Reverse Engineered SQL tests for Languages. + * Add Reverse Engineered SQL tests for Extensions. + * Add Reverse Engineered SQL tests for FTS Configurations. + * Add Reverse Engineered SQL tests for Packages. + * Add Reverse Engineered SQL tests for FTS Dictionaries. + * Add Reverse Engineered SQL tests for Domains. + * Add Reverse Engineered SQL tests for Collations. + * Add Reverse Engineered SQL tests for Types. + * Add Reverse Engineered SQL tests for Sequences. + * Add Reverse Engineered SQL tests for FTS Parsers. + * Add Reverse Engineered SQL tests for Constraints. + - Bug fixes + * Allow keyboard navigation of all controls on subnode grids. + * Fix dropping of pgAgent schedules through the Job properties. + * Prevent flickering of large tooltips on the Graphical EXPLAIN + canvas. + * Fix an error that could be seen when editing column + privileges. + * Ensure parameter values are quoted when needed when editing + roles. + * EXPLAIN options should be Query Tool instance-specific. + * Fix an error while retrieving json data from the table. + * Fix ‘malformed array literal’ error when updating a pgAgent + job. + * Ensure drag/drop from the treeview works as expected on + Firefox. + * Fix table icon issue when updating any existing field. + * Ensure browser should not be started by Selenium when feature + tests are excluded from a test run. + * Use ROLE consistently when generating RE-SQL for roles, + not USER. + * Fix an error seen when updating a connection string in + a pgAgent job step. + * Fix reverse engineered sql for Foreign Data Wrapper created + on EPAS server in redwood mode. + * Fix some minor UI issues on IE11. + * Fix sequence reverse engineered SQL generation with quoted + names on PG/EPAS 10+. + * Fix an issue where Explain and Explain Analyze are not + working, it’s regression of #1760. + * Fix an issue where Filter toolbar button is not working in + view/edit data, it’s regression of keyboard navigation. + +- Changes from 4.10 + - New features + * Allow some objects to be dragged/dropped into the Query Tool + to insert their signature into the query text. + * Allow the path to /pgadmin4/servers.json to be overridden in + the container distribution. + - Bug fixes + * Ensure the browser close confirmation is only shown when + closing a Query Tool which is running in a separate browser + tab. + * Prevent an error that may occur when editing data with an + integer primary key. + * Fix a quoting issue that caused a blank UI to be displayed + when running in French. + * Ensure the version comparision should be correct for windows + installer. + +- Changes from 4.9 + - New features + * Visually distinguish simple tables from tables that are + inherited and from which other tables are inherited. + - Housekeeping + * Add a framework for testing reversed engineered SQL and + CRUD API endpoints. + - Bug fixes + * Fix issue where the dependencies tab for inherited + tables/foreign keys shows partial text. + * Allow editing of data where a primary key column includes + a % sign in the value. + * Fix issue where reverse engineered SQL was failing for + foreign tables, if it had “=” in the options. + * Fix keyboard navigation in “inner” tabsets such as the + Query Tool and Debugger. + * Ensure the correct label is used in panel headers when + viewing filtered rows. + * Fix issue where new column should be created with Default + value. + * Initial support for PostgreSQL 12. + * Initial support for PostgreSQL 12. + * Initial support for PostgreSQL 12. + * Prevent the geometry viewer grabbing key presses when not in + focus under Firefox, IE and Edge. + * Prevent the “Please login to access this page” message + displaying multiple times. + * Ensure that the Return key can be used to submit the Master + Password dialogue. + * Ensure that browser auto-fill doesn’t cause Help pages to be + opened unexpectedly. + * Fix issue where SSH tunnel connection using password is + failing, it’s regression of Master Password. + * Fix an initialisation error when two functions with + parameters are debugged in parallel. + * Fix issue where property dialog of column should open + properly for EPAS v12. + * Capitalize the word ‘export’ used in Import/Export module. + * Ensure strings are properly encoded in the Query History. + * Ensure we include the CSRF token when uploading files. + * Fix connection restoration issue when pgAdmin server is + restarted and the page is refreshed. + * Ensure the debugger control buttons are only enabled once + initialisation is complete. + * Remove additional “SETOF” included when generating CREATE + scripts for trigger functions. + * Fix help links for backup globals and backup server. + * Fix an XSS issue seen in View/Edit data mode if a column name + includes HTML. + * Ensure Python escaping matched JS escaping and fix a + minor XSS issue in the Query Tool that required superuser + access to trigger. + * Ensure that both columns and partitions can be edited at the + same time in the table dialog. + * Fix an XSS issue when username contains XSS vulnerable text. ++++ 2 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes ++++ and /work/SRC/openSUSE:Factory/.pgadmin4.new.7948/pgadmin4.changes Old: ---- pgadmin4-4.8.tar.gz New: ---- pgadmin4-4.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgadmin4.spec ++++++ --- /var/tmp/diff_new_pack.IqJSYf/_old 2019-09-09 12:34:25.337481773 +0200 +++ /var/tmp/diff_new_pack.IqJSYf/_new 2019-09-09 12:34:25.337481773 +0200 @@ -18,7 +18,7 @@ %global pgadmin4instdir %{_libdir}/pgadmin4-%{version} Name: pgadmin4 -Version: 4.8 +Version: 4.12 Release: 0 Summary: Management tool for PostgreSQL License: PostgreSQL @@ -128,6 +128,9 @@ %patch0 -p1 %patch1 -p1 cp %{S:7} . +# rpmlint +chmod -x docs/en_US/theme/pgadmin4/static/style.css +chmod -x docs/en_US/theme/pgadmin4/theme.conf %build cd runtime ++++++ pgadmin4-4.8.tar.gz -> pgadmin4-4.12.tar.gz ++++++ /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4-4.8.tar.gz /work/SRC/openSUSE:Factory/.pgadmin4.new.7948/pgadmin4-4.12.tar.gz differ: char 5, line 1
