Overview

Request 681709 accepted

- Update to pgadmin4 4.2
- Bug fixes
* Replace Bootstrap switch with Bootstrap4 toggle to improve
the performance.
* Replace the PyCrypto module with the cryptography module.
* Fixed SQL for foreign table options.
* Fixed execution time to show Hours part for long running
queries in Query Tool.
* Messages tab of query tool should be clear on subsequent
execution of table/view using View/Edit Data.
* Clear drop-down menu should be disabled for View/Edit Data.
* Fixed Statistics panel hang issue for 1000+ tables.
* Proper error should be thrown when server group is created
with existing name.
* Ensure long string should be wrap in alertify dialogs.
* Ensure that output of the query should be displayed even if
Data Output window is detached from the Query Tool.
* Inline edbspl trigger functions should not be visible in
Grant Wizard.
* Proper SQL should be generated when create function with
return type as custom type argument.
* Ensure that database restriction of server dialog should work
with special characters.
* Ensure that Backup/Restore button should work on single
click.
* Fixed SQL for when clause while creating Trigger.
* Proper SQL should be generated when creating/changing column
with custom type argument.
* Ensure that file format combo box value should be retained
when hidden files checkbox is toggled.
* Proper SQL should be generated when create procedure with
custom type arguments.
* Ensure that browser should warn before close or refresh.
* Fixed EXEC script for procedures.
* Proper SQL should be generated when create domain of type
interval with precision.
* Drop-down should be closed when click on any other toolbar
button.
* Fixed keyboard navigation for dialog tabs.
* Increase frames splitter mouse hover area to make it easier
to resize.
* Fixed alignment of tree arrow icons for Internet Explorer.
* Ensure object names in external process dialogues are
properly escaped.
* Correct order of Save and Cancel button for json/jsonb
editing.
* Data should be updated properly for FTS Configurations,
FTS Dictionaries, FTS Parsers and FTS Templates.
* Fixed unable to drop multiple Rules and Foreign Tables from
properties tab.
* Fixed Query Tool Initialization Error.
* Fixed keyboard navigation for Select2 and Privilege cell in
Backgrid.
* Correct schema should be displayed in Materialized View
dialog.
* Fixed debugger issue for procedure inside package for EPAS
servers.
* Fix alignment of help messages in properties panels.
* Fix alignment of submenu for Internet Explorer.
* Ensure that grant wizard should list down functions for EPAS
server running with no-redwood-compat mode.
* Dashboard graph optimization.
* Remove Python 2.6 code that’s now obsolete.
* Expose the bind address in the Docker container via
PGADMIN_BIND_ADDRESS.
* Exclude HTTPExceptions from the all_exception_handler as they
should be returned as-is.
- Rebase fix-python3-crypto-call.patch

Loading...

Bruno Friedmann's avatar

Hi Eric, thanks for the effort, do you mind of upgrading it directly to 4.3 version (which is just released?)


Eric Schirra's avatar
author source maintainer

Hmm. At official site there is 4.2 the newest.


Bruno Friedmann's avatar

Yeap sorry in advance of 48hours. Do you want to redo it later ?

Hi All,

pgAdmin4 v4.3 candidate builds and source can be found at https://developer. pgadmin.org/builds/2019-03-04-2/

Fahar, can you please verify it for release on Thursday.


Martin Pluskal's avatar

-# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/


Martin Pluskal's avatar

Please dont remove https


Reinhard Max's avatar

I think the https will be re-added by some automatism when submitting to Factory.


Eric Schirra's avatar
author source maintainer

Please fix to old packages.


Eric Schirra's avatar
author source maintainer

When you use osc under Leap 15.0 it will always be http. It exists one package which is to old in Leap.


Bruno Friedmann's avatar

osc doesn't touch the package, spec-cleaner do that and both version in Leap 15 and TW are the same TW 1.1.2-1.2 oss Leap 1.1.2-lp150.2.11.1 updates


Eric Schirra's avatar
author source maintainer

It is not package osc. It is package obs-service-format_spec_file.

Version Tumbleweed with https: 20180820

Version Leap without http: 20180306

I use not the extra package spec-cleaner. Not in Tumbleweed and not in Leap.


Bruno Friedmann's avatar

4.3 is released The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.3. This release of pgAdmin 4 includes over 38 bug fixes and new features. For more details please see the release notes at:

https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_3.html.

pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see:

https://www.pgadmin.org/

Notable changes in this release include:

  • Add a "scratch pad" to the Query Tool to hold text snippets whilst editing.
  • Add Commit and Rollback buttons to the Query Tool.
  • Automatically expand child nodes as well as the selected node on the treeview if there is only one.
  • Include multiple versions of the PG utilities in containers.
  • Update Alpine Linux version in the docker container.
  • Support double-click on Query Tool result grid column resize handles to auto-size to the content.
  • Allow X-FRAME-OPTIONS to be set for security. Default to SAMEORIGIN.
  • Install a script to start pgAdmin (pgadmin4) from the command line when installed from the Python wheel.
  • Close connections gracefully when the user logs out of pgAdmin.

Eric Schirra's avatar
author source maintainer

Request for 4.3 was send.

Request History
Eric Schirra's avatar

ecsos created request

- Update to pgadmin4 4.2
- Bug fixes
* Replace Bootstrap switch with Bootstrap4 toggle to improve
the performance.
* Replace the PyCrypto module with the cryptography module.
* Fixed SQL for foreign table options.
* Fixed execution time to show Hours part for long running
queries in Query Tool.
* Messages tab of query tool should be clear on subsequent
execution of table/view using View/Edit Data.
* Clear drop-down menu should be disabled for View/Edit Data.
* Fixed Statistics panel hang issue for 1000+ tables.
* Proper error should be thrown when server group is created
with existing name.
* Ensure long string should be wrap in alertify dialogs.
* Ensure that output of the query should be displayed even if
Data Output window is detached from the Query Tool.
* Inline edbspl trigger functions should not be visible in
Grant Wizard.
* Proper SQL should be generated when create function with
return type as custom type argument.
* Ensure that database restriction of server dialog should work
with special characters.
* Ensure that Backup/Restore button should work on single
click.
* Fixed SQL for when clause while creating Trigger.
* Proper SQL should be generated when creating/changing column
with custom type argument.
* Ensure that file format combo box value should be retained
when hidden files checkbox is toggled.
* Proper SQL should be generated when create procedure with
custom type arguments.
* Ensure that browser should warn before close or refresh.
* Fixed EXEC script for procedures.
* Proper SQL should be generated when create domain of type
interval with precision.
* Drop-down should be closed when click on any other toolbar
button.
* Fixed keyboard navigation for dialog tabs.
* Increase frames splitter mouse hover area to make it easier
to resize.
* Fixed alignment of tree arrow icons for Internet Explorer.
* Ensure object names in external process dialogues are
properly escaped.
* Correct order of Save and Cancel button for json/jsonb
editing.
* Data should be updated properly for FTS Configurations,
FTS Dictionaries, FTS Parsers and FTS Templates.
* Fixed unable to drop multiple Rules and Foreign Tables from
properties tab.
* Fixed Query Tool Initialization Error.
* Fixed keyboard navigation for Select2 and Privilege cell in
Backgrid.
* Correct schema should be displayed in Materialized View
dialog.
* Fixed debugger issue for procedure inside package for EPAS
servers.
* Fix alignment of help messages in properties panels.
* Fix alignment of submenu for Internet Explorer.
* Ensure that grant wizard should list down functions for EPAS
server running with no-redwood-compat mode.
* Dashboard graph optimization.
* Remove Python 2.6 code that’s now obsolete.
* Expose the bind address in the Docker container via
PGADMIN_BIND_ADDRESS.
* Exclude HTTPExceptions from the all_exception_handler as they
should be returned as-is.
- Rebase fix-python3-crypto-call.patch


Reinhard Max's avatar

rmax accepted request

Thanks

openSUSE Build Service is sponsored by