commit pgadmin4 for openSUSE:Factory

2020-10-20 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2020-10-20 16:07:35

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.3486 (New)


Package is "pgadmin4"

Tue Oct 20 16:07:35 2020 rev:15 rq:842399 version:4.27

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2020-09-23 
18:43:40.337501895 +0200
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.3486/pgadmin4.changes  
2020-10-20 16:18:22.110235898 +0200
@@ -1,0 +2,26 @@
+Sat Oct 17 09:21:57 UTC 2020 - ecsos 
+
+- Update to 4.27:
+  - Added Macro support.
+  - Added support to view trigger function under the respective
+trigger node.
+  - Allow user to change the database connection from an open query
+tool tab.
+  - Added support to ignore the owner while comparing objects in
+the Schema Diff tool.
+  - Merged the latest code of 'pgcli' used for the autocomplete
+feature.
+  - Fixed invalid literal issue when fetching dependencies for
+Materialized View.
+  - Fixed an issue where schema diff is showing identical table as
+different due to default vacuum settings.
+  - Ensure that the user should be able to change the start value
+of the existing sequence.
+  - Fixed an issue where the query tool is not fetching more than
+1000 rows for the table does not have any primary key.
+  - Fixed an issue where 'Rows X' column values were not visible 
+properly for Explain Analyze in Dark theme.
+  - Fixed an issue where file extension is stripped on renaming a
+file.
+
+---

Old:

  pgadmin4-4.26.tar.gz
  pgadmin4-4.26.tar.gz.asc

New:

  pgadmin4-4.27.tar.gz
  pgadmin4-4.27.tar.gz.asc



Other differences:
--
++ pgadmin4.spec ++
--- /var/tmp/diff_new_pack.aEbYp3/_old  2020-10-20 16:18:24.350236959 +0200
+++ /var/tmp/diff_new_pack.aEbYp3/_new  2020-10-20 16:18:24.350236959 +0200
@@ -21,7 +21,7 @@
 %global user_group_name pgadmin
 
 Name:   pgadmin4
-Version:4.26
+Version:4.27
 Release:0
 Summary:Management tool for PostgreSQL
 License:PostgreSQL

++ pgadmin4-4.26.tar.gz -> pgadmin4-4.27.tar.gz ++
/work/SRC/openSUSE:Factory/pgadmin4/pgadmin4-4.26.tar.gz 
/work/SRC/openSUSE:Factory/.pgadmin4.new.3486/pgadmin4-4.27.tar.gz differ: char 
5, line 1





commit pgadmin4 for openSUSE:Factory

2020-09-23 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2020-09-23 18:42:30

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.4249 (New)


Package is "pgadmin4"

Wed Sep 23 18:42:30 2020 rev:14 rq:836144 version:4.26

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2020-09-21 
17:47:40.837153740 +0200
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.4249/pgadmin4.changes  
2020-09-23 18:43:40.337501895 +0200
@@ -1,0 +2,7 @@
+Mon Sep 21 18:45:31 UTC 2020 - Andreas Schneider 
+
+- Specify path for pg_dump and pg_restore
+- Disable update check (if you're on leap or other you wont be able
+  to upgrade to a newer version anyway)
+
+---



Other differences:
--
++ pgadmin4.spec ++
--- /var/tmp/diff_new_pack.J3YyGt/_old  2020-09-23 18:43:41.617503072 +0200
+++ /var/tmp/diff_new_pack.J3YyGt/_new  2020-09-23 18:43:41.617503072 +0200
@@ -206,8 +206,16 @@
 
 cd %{buildroot}%{python3_sitelib}/%{name}-web
 rm -f %{name}.db
-echo "SERVER_MODE = False" > config_distro.py
-echo "HTML_HELP = '%{_datadir}/doc/%{name}-docs/en_US/html/'" >> 
config_distro.py
+
+cat << EOF > config_distro.py
+SERVER_MODE = False
+HTML_HELP = '%{_datadir}/doc/%{name}-docs/en_US/html/'
+UPGRADE_CHECK_ENABLED = False
+DEFAULT_BINARY_PATHS = {
+"pg": "%{_bindir}"
+}
+EOF
+
 chmod -x %{buildroot}%{_docdir}/%{name}-docs/en_US/images/*
 rm %{buildroot}%{python3_sitelib}/%{name}-web/regression/.gitignore
 rm %{buildroot}%{_docdir}/%{name}-docs/en_US/.gitignore






commit pgadmin4 for openSUSE:Factory

2020-09-21 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2020-09-21 17:44:54

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.4249 (New)


Package is "pgadmin4"

Mon Sep 21 17:44:54 2020 rev:13 rq:835690 version:4.26

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2020-06-15 
20:32:22.722769385 +0200
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.4249/pgadmin4.changes  
2020-09-21 17:47:40.837153740 +0200
@@ -1,0 +2,188 @@
+Sun Sep 20 16:43:55 UTC 2020 - Marcus Rueckert 
+
+- Update to 4.26:
+  - Added SQL Formatter support in Query Tool.
+  - Added a new button to the query tool toolbar to open a new
+query tool window.
+  - Added shared server support for admin users.
+  - Warn the user when connecting to a server that is older than
+pgAdmin supports.
+  - Ensure that schema names starting with 'pg' should be visible
+in browser tree when standard_conforming_strings is set to off.
+  - Fixed an issue where --load-server does not allow loading
+connections that use pg_services.
+  - Fixed string indices must be integers issue for PostgreSQL <
+9.3.
+  - Fixed an issue where the application ignores the fixed port
+configuration value.
+  - Remove illegal argument from trigger function in trigger DDL
+statement.
+  - Ensure that 'setup-web.sh' should work in Debian 10.
+  - Fixed excessive CPU usage by stopping the indefinite growth of
+the graph dataset.
+
+---
+Fri Sep 11 13:03:51 UTC 2020 - Andreas Schneider 
+
+- Create a pgadmin user and group
+- Add uwsgi configuration (fast, user privileges and apparmor support)
+
+---
+Thu Sep 10 19:24:29 UTC 2020 - Andreas Schneider 
+
+- Only activate the pgadmin4 apache config if the PGADMIN4 flag is set.
+  For mod_wsgi you should use `a2enmod wsgi`
+- Create /etc/pgadmin/config_system.py with server mode for web
+  Run /usr/lib/python3.6/site-packages/pgadmin4-web/setup.py to create
+  the admin user
+- Remove config_local.py with outdated options
+
+---
+Mon Sep  7 13:32:12 UTC 2020 - Paolo Stivanin 
+
+- Update to 4.25:
+  - Modified schema diff tool to compare two databases instead of
+two schemas
+  - Resolve schema diff dependencies by selecting the appropriate
+node automatically and maintain the order in the
+generated script.
+  - Replace charting library Flotr2 with ChartJS using React.
+  - Upgrade font-awesome from v4 to v5.
+  - Fixed an issue where debugger doesn't work if the search path
+is set other than 'public'.
+  - Fixed ssh tunnel hang issue when the user tries to disconnect
+the server.
+  - Fixed an issue where conversion of bytea to the binary string
+results in an error.
+  - Fixed an issue where the entire logs are in red text when the
+user runs backup and restore.
+  - Ensure that the user will be able to modify the start value
+of the Identity column.
+  - Fixed an issue where 'ALTER VIEW' statement is missing when
+the user sets the default value of a column for View.
+
+---
+Tue Aug  4 14:42:39 UTC 2020 - Marcus Rueckert 
+
+- Update to 4.24
+  - New features
+- Issue #5235 - Support configuration files that are external
+  to the application installation.
+- Issue #5484 - Added support for LDAP authentication with
+  different DN by setting the dedicated user for the LDAP
+  connection.
+- Issue #5583 - Added support for schema level restriction.
+- Issue #5601 - Added RLS Policy support in Schema Diff.
+- Issue #5622 - Added support for permissive/restricted policy
+  type while creating RLS Policy.
+- Issue #5650 - Added support for LDAP anonymous binding.
+- Issue #5653 - Added High Contrast theme support.
+  - Housekeeping
+- Issue #5323 - Improve code coverage and API test cases for
+  Foreign Data Wrapper.
+- Issue #5326 - Improve code coverage and API test cases for
+  Domain and Domain Constraints.
+- Issue #5329 - Improve code coverage and API test cases for
+  FTS Configuration, FTS Parser, FTS Dictionaries, and FTS
+  Template.
+  - Bug fixes
+- Issue #3814 - Fixed issue of error message not getting
+  displayed when filename is empty for backup, restore, and
+  import/export.
+- Issue #3851 - Add proper indentation to the code while
+  generating functions, procedures, and trigger functions.
+- Issue #4235 - Fixed tab indent issue on a selection of lines
+  is deleting the content when ‘use spaces == true’ in the
+  

commit pgadmin4 for openSUSE:Factory

2020-06-15 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2020-06-15 20:32:10

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.3606 (New)


Package is "pgadmin4"

Mon Jun 15 20:32:10 2020 rev:12 rq:814656 version:4.22

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2020-05-16 
22:27:37.525432114 +0200
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.3606/pgadmin4.changes  
2020-06-15 20:32:22.722769385 +0200
@@ -1,0 +2,53 @@
+Mon Jun 15 08:10:53 UTC 2020 - Michal Vyskocil 
+
+- Update to 4.22
+  - New features
+ * Added connected pgAdmin user and connection name in the log file.
+ * Show the startup log as well as the server log in the runtime's log
+   viewer.
+  - Bugfixes
+* Gracefully informed the user that the database is already connected 
when
+  they click on "Connect Database...".
+* Fixed an issue where clicking on the cross button of the alert box on
+  the login page is not working.
+ * Fixed the SQL help issue for EDB Postgres Advanced Server.
+* Ensure that maintenance job should be worked properly for indexes 
under
+  a materialized view.
+ * Ensure that file browse "home" button should point to $HOME rather than 
/.
+* Ensure that 'With OID' option should be disabled while taking backup 
of
+  database server version 12 and above.
+* Fixed invalid literal issue when removing the connection limit for 
the
+  existing role.
+* Fixed internal server error when clicking on Triggers -> 'Enable All'
+  for partitions.
+ * Fixed generated SQL issue for auto vacuum options.
+ * Ensure that the dependencies tab shows correct information for Synonyms.
+* Fixed an issue where the newly added table is not alphabetically 
added
+  to the tree.
+ * Fixed list sorting issue in the schema diff tool.
+* Fixed an issue while comparing the two identical schemas using the
+  schema diff tool.
+ * Fixed an issue when renaming the column not added in the proper order.
+* Correct ipv4 "all interfaces" address in the container docs, per 
Frank
+  Limpert.
+* Fixed an issue where select2 hover is inconsistent for the SSL field 
in
+  create server dialog.
+* Fixed post-login redirect location when running in server mode under 
a
+  non-default root.
+* Fixed an issue where the background job creation fails if there is 
only
+  a version-specific python binary available in PATH.
+* Fixed data truncation issue when updating the data of type character
+   with length.
+* Fixed an issue where if LDAP_SEARCH_BASE_DN is not set then, the 
value
+   for LDAP_BASE_DN will be considered.
+* Fixed an issue where clicking on Select All button, not selecting all
+   the options in pgAgent job scheduler.
+* Clarify and correct the docs on enabling the pl/debugger plugin on 
the
+   server.
+ * Fixed Unicode decode error 'utf-8' codec can't decode byte.
+- Packaging:
+  * refresh fix-python-lib.patch
+  * add keyring e8697e2eef76c02d3a6332778881b2a8210976f2 enabling
+GPG source tarballs verification
+
+---

Old:

  pgadmin4-4.21.tar.gz

New:

  pgadmin4-4.22.tar.gz
  pgadmin4-4.22.tar.gz.asc
  pgadmin4.keyring



Other differences:
--
++ pgadmin4.spec ++
--- /var/tmp/diff_new_pack.fpBLjI/_old  2020-06-15 20:32:24.894777182 +0200
+++ /var/tmp/diff_new_pack.fpBLjI/_new  2020-06-15 20:32:24.894777182 +0200
@@ -18,13 +18,16 @@
 
 %globalpgadmin4instdir %{_libdir}/pgadmin4-%{version}
 Name:   pgadmin4
-Version:4.21
+Version:4.22
 Release:0
 Summary:Management tool for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
 URL:http://www.pgadmin.org
 Source0:
https://download.postgresql.org/pub/pgadmin/%{name}/v%{version}/source/%{name}-%{version}.tar.gz
+Source10:   
https://download.postgresql.org/pub/pgadmin/%{name}/v%{version}/source/%{name}-%{version}.tar.gz.asc
+# https://www.pgadmin.org/download/pgadmin-4-source-code/
+Source11:   %{name}.keyring
 Source1:%{name}.conf
 Source2:%{name}.service.in
 Source3:%{name}.tmpfiles.d
@@ -142,6 +145,7 @@
 cd runtime
 export PYTHON_CONFIG=%{_bindir}/python3-config
 export PYTHON_VERSION=%{python3_version}
+export PGADMIN_PYTHON_DIR=%{_prefix}
 export CFLAGS=%{RPM_OPT_FLAGS}
 qmake-qt5 -o Makefile pgAdmin4.pro
 make %{?_smp_mflags} VERBOSE=1

commit pgadmin4 for openSUSE:Factory

2020-05-16 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2020-05-16 22:27:35

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.2738 (New)


Package is "pgadmin4"

Sat May 16 22:27:35 2020 rev:11 rq:805886 version:4.21

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2020-03-26 
23:32:23.506755923 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.2738/pgadmin4.changes  
2020-05-16 22:27:37.525432114 +0200
@@ -1,0 +2,64 @@
+Thu May 14 16:25:22 UTC 2020 - Antonio Larrosa 
+
+- Decrease requirements to build in SLE/Leap:
+  * Werkzeug from 0.15.0 to 0.14.1
+  * passlib from 1.7.2 to 1.7.1
+  * psycopg from 2.8 to 2.7.4
+  * python-dateutil from 2.8.0 to 2.7.3
+  * simplejson from 3.16.0 to 3.13.2
+  * pytz from 2018.9 to 2018.3
+  pgadmin has this tendency to just follow the latest versions
+  instead of properly specify required versions.
+
+---
+Wed May 13 09:42:09 UTC 2020 - Antonio Larrosa 
+
+- Update to 4.21
+  - New features
+* Added search object functionality.
+* Added LDAP authentication support.
+* Added support for parameter toast_tuple_target and parallel_workers
+  of the table.
+* Added support of Packages, Sequences and Synonyms to the
+  Schema Diff.
+* Added an option to prevent a browser tab being opened at startup.
+  - Bug fixes
+* Ensure that the start and end date should be deleted when clear
+  the selection for pgAgent Job.
+* Fixed calendar opening issue on the exception tab inside the
+  schedules tab of pgAgent.
+* Fixed an issue where the autovacuum_enabled parameter is added
+  automatically in the RE-SQL when the table has been created
+  using the WITH clause.
+* Fixed generated SQL when any token in FTS Configuration or any
+  option in FTS Dictionary is changed.
+* Fixed tab key navigation issue for parameters in table dialog.
+* Ensure that switch cell is in sync with switch control for
+  accessibility.
+* Fixed compilation warnings while building pgAdmin.
+
+- Update to 4.20
+  - New features
+* Added support of Collation, FTS Configuration, FTS Dictionary,
+  FTS Parser and FTS Template to the Schema Diff.
+* Added support of Domain, Domain Constraints and Types to the
+  Schema Diff.
+  - Housekeeping
+* Enhance the color of switch control for both light and dark theme.
+* Added and fixed gettext usage for better translation coverage.
+  - Bug fixes
+* Fix an issue where the user can not change the value of DateTime
+  picker control using keyboard.
+* Fixed some accessibility issues in the dialogs.
+* Fixed chrome driver download utility issue for Ubuntu.
+* Change some colors and opacity to comply with WCAG color
+  contrast standards.
+* Fix an accessibility issue to maximize the panel for all
+  alertify dialog.
+* Improve logic to get the DDL statements as a part of the
+  comparison.
+* Fixed tab key navigation issue for Grant Wizard.
+* Fixed Unicode character issue causing error on Python2 environment.
+* Fixed focus color issue for Alertify dialog buttons.
+
+---

Old:

  pgadmin4-4.19.tar.gz

New:

  pgadmin4-4.21.tar.gz



Other differences:
--
++ pgadmin4.spec ++
--- /var/tmp/diff_new_pack.zJP1Mn/_old  2020-05-16 22:27:38.701434527 +0200
+++ /var/tmp/diff_new_pack.zJP1Mn/_new  2020-05-16 22:27:38.701434527 +0200
@@ -18,7 +18,7 @@
 
 %globalpgadmin4instdir %{_libdir}/pgadmin4-%{version}
 Name:   pgadmin4
-Version:4.19
+Version:4.21
 Release:0
 Summary:Management tool for PostgreSQL
 License:PostgreSQL
@@ -80,7 +80,7 @@
 Requires:   python3-MarkupSafe >= 0.23
 Requires:   python3-SQLAlchemy >= 1.3.13
 Requires:   python3-WTForms >= 2.1
-Requires:   python3-Werkzeug >= 0.15.0
+Requires:   python3-Werkzeug >= 0.14.1
 Requires:   python3-beautifulsoup4 >= 4.4.1
 Requires:   python3-blinker >= 1.4
 Requires:   python3-click
@@ -89,17 +89,18 @@
 Requires:   python3-html5lib >= 1.0.1
 Requires:   python3-htmlmin >= 0.1.12
 Requires:   python3-itsdangerous >= 0.24
+Requires:   python3-ldap3 >= 2.5.1
 Requires:   python3-linecache2 >= 1.0.0
-Requires:   python3-passlib >= 1.7.2
+Requires:   python3-passlib >= 1.7.1
 Requires:   python3-pbr >= 3.1.1
-Requires:   python3-psutil >= 5.5.1
-Requires:   python3-psycopg2 >= 2.8
+Requires:   python3-psutil >= 5.7.0
+Requires:   

commit pgadmin4 for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2020-03-26 23:32:20

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.3160 (New)


Package is "pgadmin4"

Thu Mar 26 23:32:20 2020 rev:10 rq:787888 version:4.19

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2020-03-17 
13:09:55.129788531 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.3160/pgadmin4.changes  
2020-03-26 23:32:23.506755923 +0100
@@ -1,0 +2,6 @@
+Tue Mar 24 17:07:55 UTC 2020 - Antonio Larrosa 
+
+- Update dependencies versions and replace python-Flask-Security
+  with python-Flask-Security-Too (fixes boo#1166991)
+
+---



Other differences:
--
++ pgadmin4.spec ++
--- /var/tmp/diff_new_pack.TtOXKN/_old  2020-03-26 23:32:24.850756409 +0100
+++ /var/tmp/diff_new_pack.TtOXKN/_new  2020-03-26 23:32:24.854756410 +0100
@@ -63,23 +63,24 @@
 Summary:Web package for pgAdmin4
 Group:  Productivity/Databases/Tools
 Requires:   python3-Babel >= 1.3
-Requires:   python3-Flask >= 0.12.4
+Requires:   python3-Flask >= 1.0.2
 Requires:   python3-Flask-Babel >= 0.11.1
+Requires:   python3-Flask-Compress >= 1.4.0
 Requires:   python3-Flask-Gravatar >= 0.5.0
 Requires:   python3-Flask-HTMLmin >= 1.3.2
-Requires:   python3-Flask-Login >= 0.3.2
+Requires:   python3-Flask-Login >= 0.4.1
 Requires:   python3-Flask-Mail >= 0.9.1
-Requires:   python3-Flask-Migrate >= 2.1.1
+Requires:   python3-Flask-Migrate >= 2.4.0
 Requires:   python3-Flask-Paranoid >= 0.2.0
 Requires:   python3-Flask-Principal >= 0.4.0
-Requires:   python3-Flask-SQLAlchemy >= 2.3.2
-Requires:   python3-Flask-Security >= 3.0.0
-Requires:   python3-Flask-WTF >= 0.14.2
+Requires:   python3-Flask-SQLAlchemy >= 2.4.1
+Requires:   python3-Flask-Security-Too >= 3.0.0
+Requires:   python3-Flask-WTF >= 0.14.3
 Requires:   python3-Jinja2 >= 2.7.3
 Requires:   python3-MarkupSafe >= 0.23
-Requires:   python3-SQLAlchemy >= 1.2.5
+Requires:   python3-SQLAlchemy >= 1.3.13
 Requires:   python3-WTForms >= 2.1
-Requires:   python3-Werkzeug >= 0.9.6
+Requires:   python3-Werkzeug >= 0.15.0
 Requires:   python3-beautifulsoup4 >= 4.4.1
 Requires:   python3-blinker >= 1.4
 Requires:   python3-click
@@ -89,20 +90,20 @@
 Requires:   python3-htmlmin >= 0.1.12
 Requires:   python3-itsdangerous >= 0.24
 Requires:   python3-linecache2 >= 1.0.0
-Requires:   python3-passlib >= 1.7.1
+Requires:   python3-passlib >= 1.7.2
 Requires:   python3-pbr >= 3.1.1
-Requires:   python3-psutil >= 5.4.7
-Requires:   python3-psycopg2 >= 2.7.4
+Requires:   python3-psutil >= 5.5.1
+Requires:   python3-psycopg2 >= 2.8
 Requires:   python3-pycrypto >= 2.6.1
 Requires:   python3-pyrsistent >= 0.14.2
-Requires:   python3-python-dateutil >= 2.7.1
+Requires:   python3-python-dateutil >= 2.8.0
 Requires:   python3-python-mimeparse >= 1.6.0
-Requires:   python3-pytz >= 2018.3
-Requires:   python3-simplejson >= 3.13.2
-Requires:   python3-six >= 1.11.0
+Requires:   python3-pytz >= 2018.9
+Requires:   python3-simplejson >= 3.16.0
+Requires:   python3-six >= 1.12.0
 Requires:   python3-speaklater >= 1.3
 Requires:   python3-sqlparse >= 0.2.4
-Requires:   python3-sshtunnel >= 0.1.3
+Requires:   python3-sshtunnel >= 0.1.4
 Recommends: python3-mod_wsgi
 Suggests:   %{name}-doc
 BuildArch:  noarch




commit pgadmin4 for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2020-03-17 13:09:44

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.3160 (New)


Package is "pgadmin4"

Tue Mar 17 13:09:44 2020 rev:9 rq:785631 version:4.19

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2019-10-22 
15:46:49.253814220 +0200
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.3160/pgadmin4.changes  
2020-03-17 13:09:55.129788531 +0100
@@ -1,0 +2,270 @@
+Mon Mar 16 10:34:00 UTC 2020 - Antonio Larrosa 
+
+- Update to 4.19 (boo#1166681)
+  - New features
+* Added accessibility support in AlertifyJS.
+* Added Czech language support.
+* Added Python 3.8 support.
+  - Housekeeping
+* Improve code coverage and API test cases for the Event Trigger module.
+* Improvements in the UI for both default and dark themes.
+* Enhance logging by tracking stdout and stderr of subprocess when
+  log level set to DEBUG.
+* Added option to override the class name of a label tag for select2
+  control.
+  - Bug fixes
+* Changed the color of selected and hovered item for Select2 dropdown.
+* Improve the style of the highlighted code after query execution for
+  Dark mode.
+* Ensure that AlertifyJS should not be visible as a title for alert
+  dialog.
+* Changed background pattern for geometry viewer to use #fff for all
+  themes.
+* Fix an issue where debugger not showing all arguments anymore after
+  hitting SQL error while debugging.
+* Set proper focus on tab navigation for file manager dialog.
+* Fix an issue where command and statements were parsed incorrectly
+  for Rules.
+* Ensure that all the transactions should be canceled before closing
+  the connections when a server is disconnected using pgAdmin.
+* Fixed Firefox monospaced issue by updating the font to the latest
+  version.
+* Update Flask-SQLAlchemy and SQLAlchemy package which is not working
+  on Windows with Python 3.8.
+* Fix syntax error when changing the event type for the existing rule.
+
+- Update to 4.18
+  - New features
+* Added support for a multi-level partitioned table.
+* Added a Schema Diff tool to compare two schemas and generate a diff
+  script.
+* Allow screen-reader to read label & description of non-textable
+  elements.
+* Allow screen-reader to identify the alert errors.
+* Added labels and titles after parsing and validating all the pgAdmin4
+  web pages for accessibility.
+* Set input controls as read-only instead of disabled will allow tab
+  navigation in the properties tab and also allow screen readers to
+  read it.
+  - Housekeeping
+* Improve code coverage and API test cases for the CAST module.
+* Improve code coverage and API test cases for the LANGUAGE module.
+* Improve the test framework to run for multiple classes defined in a
+  single file.
+* Updated wcDocker package which includes aria-label accessibility
+  improvements.
+* Replace node-sass with sass for SCSS compilation.
+  - Bug fixes
+* Ensure that path file name should not disappear when changing ext from
+  the dropdown in file explorer dialog.
+* Fixed an issue while editing char[] or character varying[] column from
+  View/Edit data throwing an error.
+* Fixed an issue where Grant wizard unable to handle multiple objects when
+  the query string parameter exceeds its limit.
+* Added tab navigation on close buttons for all the panels and
+  create/properties dialog.
+* Fix column resizable issue in the file explorer dialog.
+* Logout the pgAdmin session when no user activity of mouse move, click
+  or keypress.
+* Fix an issue where setting STORAGE_DIR to empty should show all
+  the volumes on Windows in server mode.
+* Updated the incorrect icon used for the cast node on refresh.
+* Fix an issue where refreshing a package results in the change in
+  the object completely.
+* Fix an issue where select, insert and update scripts on tables throwing
+  an error.
+* Ensure Postfix starts in the container, now it runs as non-root
+  by default.
+* Fixed an issue where Save Password control disappears after clicking
+  on it while creating a server.
+
+- Update to 4.17
+  - New features
+* Allow screen-reader to read relationship attributes in nested elements.
+* Ensure all binaries are securely signed and linked with the hardened
+  runtime in the macOS bundle
+  - Housekeeping
+* Refactored SQL of Table’s and it’s child nodes.
+* Refactored SQL of Views and Materialized Views.
+* Refactored SQL of Functions and Procedures.
+  

commit pgadmin4 for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2019-10-22 15:46:45

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.2352 (New)


Package is "pgadmin4"

Tue Oct 22 15:46:45 2019 rev:8 rq:741800 version:4.14

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2019-09-09 
12:34:23.753482033 +0200
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.2352/pgadmin4.changes  
2019-10-22 15:46:49.253814220 +0200
@@ -1,0 +2,119 @@
+Mon Oct 21 15:38:51 UTC 2019 - ec...@opensuse.org
+
+- Update to 4.14
+  - New features
+* Added Copy with headers functionality when copy data from 
+  Query Tool/View Data.
+* Implemeted the Query Plan Analyser.
+* Include PostgreSQL 12 binaries in the container.
+  - Housekeeping
+* Add Reverse Engineered and Modified SQL tests for Synonyms.
+* Add Reverse Engineered and Modified SQL tests for Unique 
+  Constraints.
+- Optimize Webpack to improve overall performance.
+  - Bug fixes
+* Ensure backup a partition table should not backup the whole 
+  database.
+* Ensure that ‘ENTER’ key in the data filter should not run the
+  query.
+* Fix issue where backup fails for schema name that needs 
+  quoting.
+* Highlighted the color of closing or opening parenthesis when
+  user select them in CodeMirror.
+* Fix issue where export job fails when deselecting all the 
+  columns.
+* Fix an error where ‘false’ string is displayed when we add 
+  a new parameter in the Parameters tab, also clear the old 
+  value when the user changes the parameter name.
+* Ensure that pgAdmin should work behind reverse proxy if the 
+  inbuilt server is used as it is.
+* Fix issue where pgAdmin does not load completely if loaded in
+  an iframe.
+* Ensure the search path should not be quoted for Database.
+* Ensure pgAdmin should work behind reverse proxy on a non
+  standard port.
+* Fix query tool open issue on Internet Explorer.
+* Fix issue where query history is not visible in the query
+  history tab.
+* Ensure the search path should not be quoted for Function, 
+  Procedure and Trigger Function.
+* Fix issue where VALID foreign keys show as NOT VALID in the 
+  SQL tab for tables.
+* Ensure the MAC OSX app should be notarized for Catalina.
+
+- Changes from 4.13
+  - New features
+* Added Gather Merge, Named Tuple Store Scan and Table Function
+  Scan icon for explain module.
+* Don’t wait for the database connection before rendering the 
+  Query Tool UI, for improved UX.
+* Allow configuration options to be set from the environment in
+  the container distribution.
+* Ensure editable and read-only columns in Query Tool should be
+  identified by icons and tooltips in the column header.
+* Add an Italian translation.
+* Refactor Dockerfile to avoid needing to run supporting
+  scripts (i.e. ‘docker build .’ will work) and minimise layers.
+  - Housekeeping
+* Add Reverse Engineered SQL tests for Schemas.
+* Add Reverse Engineered SQL tests for Views.
+* Add Reverse Engineered SQL tests for Rules.
+* Add Reverse Engineered and Modified SQL tests for Foreign Keys.
+* Add Reverse Engineered and Modified SQL tests for Foreign Servers.
+* Add Reverse Engineered and Modified SQL tests for Foreign Tables.
+* Add Reverse Engineered and Modified SQL tests for FTS Templates.
+* Add Reverse Engineered and Modified SQL tests for Indexes.
+* Add Reverse Engineered and Modified SQL tests for Primary Keys.
+* Add Reverse Engineered and Modified SQL tests for User Mappings.
+* Add Modified SQL tests for Resource Group.
+  - Bug fixes
+* Added ProjectSet icon for explain module.
+* Ensure Boolean columns should be editable using keyboard keys.
+* Further code refactoring to stabilise the Feature Tests.
+* Fix an issue where oid column should not be pasted when 
+  copy/paste row is used on query output containing the oid 
+  column.
+* Fix display of validation error message in SlickGrid cells.
+* Fix issue where Validated switch option is inverted for the 
+  Foreign Key.
+* Fix a debugger error when using Python 2.7.
+* Fix error while importing data to a table using Import/Export
+  dialog and providing “Not null columns” option.
+* Ensure View should be created with special characters.
+* Ensure Boolean columns should be editable in View/Edit data 
+  and Query Tool.
+* Fix an error that could be seen when click on any system 
+  column of a table.
+* Unescape HTML entities in database names in the Query Tool
+  title bar.
+* Add 

commit pgadmin4 for openSUSE:Factory

2019-09-09 Thread root
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.changes2019-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 - ec...@opensuse.org
+
+- 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.

commit pgadmin4 for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2019-06-19 21:04:00

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.4811 (New)


Package is "pgadmin4"

Wed Jun 19 21:04:00 2019 rev:6 rq:707670 version:4.8

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2019-03-26 
15:41:01.532286310 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.4811/pgadmin4.changes  
2019-06-19 21:04:08.230279240 +0200
@@ -1,0 +2,187 @@
+Tue Jun  4 14:29:52 UTC 2019 - ec...@opensuse.org
+
+- Update to pgadmin4 4.8
+  - New features
+* Feature #2653 - Allow the UI layout to be fully locked or to 
+  prevent docking changes.
+  - Bug fixes
+* Omit the geometry viewer in the Query Tool from layout 
+  saving.
+* Improve the performance of explain plan by embedding the
+  images only when downloading it.
+* Fix the issue of accessing the SQL for Views and Materialized
+  Views. Regression of pluralisation of folder names.
+
+---
+Sun Jun  2 08:26:47 UTC 2019 - ec...@opensuse.org
+
+- Update to pgadmin4 4.7
+  - Bug fixes
+* In server mode, update all the saved server credentials when 
+  user password is changed.
+* Fix the responsive layout of the main menu bar.
+* Fix syntax error when adding more than one column to the 
+  existing table.
+* Fix file browser path issue which occurs when client is on 
+  Windows and server is on Mac/Linux.
+* Added Master Password to increase the security of saved 
+  passwords.
+* Fix accessibility issue for menu navigation.
+* Update the UI logo.
+* Fixed CSRF security vulnerability issue, per Alvin Lindstam
+* Properly assign dropdownParent in Select2 controls.
+* Ensure popper.js is installed when needed.
+* Fixed Tab key navigation for Maintenance dialog.
+* Fix Tab key issue for Toggle switch controls and button on 
+  the dialog footer in Safari browser.
+* Ensure that element should get highlighted when they get 
+  focus on using Tab key.
+* Fixed console error when subnode control is used in panels.
+* Stop using application/x-javascript as a mime type and use 
+  the RFC-compliant application/javascript instead.
+* Fixed error on displaying table properties of a table 
+  partitioned by list having a default partition.
+* Fix handling of JSON in the Query Tool with NULL elements.
+* Fix navigation of switch cells in grids.
+* Clarify wording for the NO INHERIT option on constraints, 
+  per Michel Feinstein.
+* Relax the permission check on the directory containing the 
+  config database, as it may fail in some environments such as 
+  OpenShift.
+* Prevent Backgrid Password cells from losing focus if the 
+  browser opens an autocomplete list.
+* Fix syntax error when creating a table with a serial column.
+
+---
+Tue May 21 07:51:34 UTC 2019 - ec...@opensuse.org
+
+- Update to pgadmin4 4.6
+  - Features
+* Feature #4165 - Depend on psycopg2-binary in the Python 
+  wheel, rather than psycopg2.
+  - Bug fixes
+* Ensure that on clicking Delete button should not delete rows
+  immediately from the database server, it should be deleted 
+  when Save button will be clicked.
+* Ensure that newly added row in backgrid should be visible.
+* Ensure that JSON strings as comments should be added properly
+  for all the objects.
+* Fix an issue where Deleting N number of rows makes 
+  first N number of rows disable.
+* Added support for Default Partition.
+* Fix an issue where ‘GRANT UPDATE’ sql should be displayed 
+  for default sequence privileges.
+* Ensure that confirmation dialog should be popped up before 
+  reload of query tool or debugger if it is opened in a new 
+  browser tab.
+* Ensure that record should be add/edited for root partition 
+  table with primary keys.
+* Fixed alignment issue of columns in definition section of 
+  Index node.
+* Fixed ‘Location cannot be empty’ error when open Tablespace
+  properties.
+* Fix an issue where the dropdown becomes misaligned/displaced.
+* Ensure the treeview shows all sequences except those used to
+  implement IDENTITY columns (which can be edited as part of 
+  the column). Show all if Show System Objects is enabled.
+* Fixed ‘Increment value cannot be empty’ error for existing
+  tables.
+* Ensure that parameters of procedures for EPAS server 10 and 
+  below should be set/reset properly.
+* Prevent duplicate columns being included 

commit pgadmin4 for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2019-03-26 15:39:55

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.25356 (New)


Package is "pgadmin4"

Tue Mar 26 15:39:55 2019 rev:5 rq:682528 version:4.3

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2019-03-06 
15:49:16.320425951 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.25356/pgadmin4.changes 
2019-03-26 15:41:01.532286310 +0100
@@ -1,0 +2,69 @@
+Thu Mar  7 14:22:56 UTC 2019 - ec...@opensuse.org
+
+- Update to pgadmin4 4.3
+  - Features
+* Install a script to start pgAdmin (pgadmin4) from the command
+  line when installed from the Python wheel.
+* Add a “scratch pad” to the Query Tool to hold text snippets 
+  whilst editing.
+* Add Commit and Rollback buttons to the Query Tool.
+* Allow X-FRAME-OPTIONS to be set for security. Default to 
+  SAMEORIGIN.
+* Automatically expand child nodes as well as the selected node 
+  on the treeview if there is only one.
+* Include multiple versions of the PG utilties 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.
+  - Bug fixes
+* Ensure size stats are prettified on the statistics tab when 
+  the UI language is not English.
+* Handle display of roles with expiration set to infinity 
+  correctly.
+* Allow editing of values in columns with the oid datatype 
+  which are not an actual row OID.
+* Make the Query Tool tab titles more concise and useful.
+* Fix support for bigint’s in JSONB data.
+* Update CodeMirror to 5.43.0 to resolve issues with 
+  auto-indent.
+* Ensure JSON data isn’t modified in-flight by psycopg2 when 
+  using View/Edit data.
+* Modify the Download as CSV option to use the same connection 
+  as the Query Tool its running in so temporary tables etc. 
+  can be used.
+* Fix context sub-menu alignment on Safari.
+* Update documentation screenshots as per new design.
+* Fix alignment of Close and Maximize button of Grant Wizard.
+* Add full support and testsfor all PG server side encodings.
+* Fix editing of table data with a JSON primary key.
+* Ignore exceptions in the logger.
+* Close connections gracefully when the user logs out of 
+  pgAdmin.
+* Fix alignment of checkbox to drop multiple schedules of 
+  pgAgent job.
+* Don’t exclude SELECT statements from transaction management 
+  in the Query Tool in case they call data-modifying functions.
+* Optimise display of Dependencies and Dependents, and use 
+  on-demand loading of rows in batches of 100.
+* Fix alignment of import/export toggle switch.
+* Prevent an error when closing the Sort/Filter dialogue with 
+  an empty filter string.
+* Fix alignment of Connection type toggle switch of pgagent.
+* Fix the query to set bytea_output so that read-only standbys
+  don’t consider it a write query.
+* Add full support and testsfor all PG server side encodings.
+* Don’t embed docs and external sites in iframes, to allow the 
+  external sites to set X-FRAME-OPTIONS = DENY for security.
+* Add full support and testsfor all PG server side encodings.
+* Custom-encode forward slashes in URL parameters as Apache 
+  HTTPD doesn’t allow them in some cases.
+* Update CodeMirror to 5.43.0 to resolve issues with tab indent 
+  with use spaces enabled.
+* Ensure long queries don’t cause errors when downloading CSV 
+  in the Query Tool.
+* Disable the editor and execute functions whilst queries are 
+  executing.
+* Fix an issue where importing servers fails if a group already 
+  exists for a different user.
+
+---

Old:

  pgadmin4-4.2.tar.gz

New:

  pgadmin4-4.3.tar.gz



Other differences:
--
++ pgadmin4.spec ++
--- /var/tmp/diff_new_pack.hGKNZI/_old  2019-03-26 15:41:04.676285060 +0100
+++ /var/tmp/diff_new_pack.hGKNZI/_new  2019-03-26 15:41:04.680285058 +0100
@@ -18,7 +18,7 @@
 
 %globalpgadmin4instdir %{_libdir}/pgadmin4-%{version}
 Name:   pgadmin4
-Version:4.2
+Version:4.3
 Release:0
 Summary:Management tool for PostgreSQL
 License:PostgreSQL

++ pgadmin4-4.2.tar.gz -> pgadmin4-4.3.tar.gz ++
/work/SRC/openSUSE:Factory/pgadmin4/pgadmin4-4.2.tar.gz 
/work/SRC/openSUSE:Factory/.pgadmin4.new.25356/pgadmin4-4.3.tar.gz differ: char 
5, line 1




commit pgadmin4 for openSUSE:Factory

2019-03-06 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2019-03-06 15:49:11

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.28833 (New)


Package is "pgadmin4"

Wed Mar  6 15:49:11 2019 rev:4 rq:681827 version:4.2

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2019-01-21 
10:59:00.699379761 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.28833/pgadmin4.changes 
2019-03-06 15:49:16.320425951 +0100
@@ -1,0 +2,72 @@
+Tue Mar  5 11:26:22 UTC 2019 - ec...@opensuse.org
+
+- 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
+
+---

Old:

  pgadmin4-4.1.tar.gz

New:

  pgadmin4-4.2.tar.gz



Other differences:
--
++ pgadmin4.spec ++
--- /var/tmp/diff_new_pack.r7MsEq/_old  2019-03-06 15:49:18.968426313 +0100
+++ /var/tmp/diff_new_pack.r7MsEq/_new  2019-03-06 15:49:18.968426313 +0100
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %globalpgadmin4instdir %{_libdir}/pgadmin4-%{version}
 Name:   pgadmin4
-Version:4.1
+Version:4.2
 Release:0
 Summary:Management tool for PostgreSQL
 License:   

commit pgadmin4 for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2019-01-21 10:58:06

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.28833 (New)


Package is "pgadmin4"

Mon Jan 21 10:58:06 2019 rev:3 rq:666481 version:4.1

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2018-12-04 
20:55:05.288802195 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.28833/pgadmin4.changes 
2019-01-21 10:59:00.699379761 +0100
@@ -1,0 +2,57 @@
+Tue Jan 15 16:31:56 UTC 2019 - Antonio Larrosa 
+
+- Update to pgadmin4 4.1
+  - Bug fixes
+* Fix SQL generated for tables with inherited columns.
+* Ensure the context menu works after a server is renamed.
+* Fix ordering of VACUUM options which changed in PG11.
+* Don’t show system catalogs in the schemas property list unless
+  show system objects is enabled.
+* Fix help for the backup/restore dialogues.
+* Ensure that last row of table data should be visible and user
+  will be able to add new row.
+* Make the browser more robust in the face of multibyte characters
+  in SQL_ASCII databases.
+
+- Update to pgadmin4 4.0
+  - Features
+* Allow query plans to be downloaded as an SVG file.
+* New UI design.
+* Allow servers to be pre-loaded into container deployments.
+  - Bug fixes
+* Increase the size of the resize handle of the edit grid text
+  pop-out.
+* Fix handling of array types as inputs to the debugger.
+* Fix an issue that could cause the Query Tool to fail to render.
+* Display event trigger functions correctly on EPAS.
+* Further improvements to treeview restoration.
+* Run Postfix in the container build so passwords can be reset etc.
+* Add titles to the code areas of the Query Tool and Debugger to
+  ensure that panels can be re-docked within them.
+* Fix a webpack issue that could cause the Query Tool to fail to
+  render.
+* Ensure we display the relation name (and not the OID) in the
+  locks table wherever possible.
+* Fix an encoding issue in the query tool.
+* Include the WHERE clause on EXCLUDE constraints in RE-SQL.
+* Fix an issue when user define Cast from smallint->text is created.
+* Hide Radio buttons that should not be shown on the maintenance
+  dialogue.
+* Ensure that null values handled properly in CSV download.
+* Tweak the wording on the Grant Wizard.
+* Prevent attempts to bulk-drop schema objects.
+* Ensure the browser toolbar buttons work in languages other than
+  English.
+* Allow horizontal sizing of the edit grid text pop-out.
+* Ensure auto complete should works when first identifier in the
+  FROM clause needs quoting.
+* Ensure auto complete should works for columns from a
+  schema-qualified table.
+* Ensure identifiers are properly displayed in the plan viewer.
+* Make the setup process more robust against aborted executions.
+* Fixed an issue while creating export job.
+
+- Make pgadmin4-web suggest the pgadmin4-doc package instead of
+  requiring it.
+
+---

Old:

  pgadmin4-3.6.tar.gz

New:

  pgadmin4-4.1.tar.gz



Other differences:
--
++ pgadmin4.spec ++
--- /var/tmp/diff_new_pack.mz7cQI/_old  2019-01-21 10:59:01.363378897 +0100
+++ /var/tmp/diff_new_pack.mz7cQI/_new  2019-01-21 10:59:01.367378892 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pgadmin4
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %globalpgadmin4instdir %{_libdir}/pgadmin4-%{version}
 Name:   pgadmin4
-Version:3.6
+Version:4.1
 Release:0
 Summary:Management tool for PostgreSQL
 License:PostgreSQL
@@ -60,7 +60,7 @@
 
 %package web
 Summary:Web package for pgAdmin4
-Requires:   %{name}-doc
+Group:  Productivity/Databases/Tools
 Requires:   python3-Babel >= 1.3
 Requires:   python3-Flask >= 0.12.4
 Requires:   python3-Flask-Babel >= 0.11.1
@@ -103,6 +103,7 @@
 Requires:   python3-sqlparse >= 0.2.4
 Requires:   python3-sshtunnel >= 0.1.3
 Recommends: python3-mod_wsgi
+Suggests:   %{name}-doc
 BuildArch:  noarch
 
 %description web

++ pgadmin4-3.6.tar.gz -> pgadmin4-4.1.tar.gz ++
/work/SRC/openSUSE:Factory/pgadmin4/pgadmin4-3.6.tar.gz 

commit pgadmin4 for openSUSE:Factory

2018-12-04 Thread root
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2018-12-04 20:54:48

Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and  /work/SRC/openSUSE:Factory/.pgadmin4.new.19453 (New)


Package is "pgadmin4"

Tue Dec  4 20:54:48 2018 rev:2 rq:653517 version:3.6

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes2018-11-29 
22:58:13.323667488 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.19453/pgadmin4.changes 
2018-12-04 20:55:05.288802195 +0100
@@ -1,0 +2,24 @@
+Fri Nov 30 09:30:56 UTC 2018 - Antonio Larrosa 
+
+- Update to pgadmin4 3.6
+  - Features
+  * Add support for dropping multiple objects at once from the
+collection Properties panel.
+  * Add the ability to import and export server definitions from
+a config database
+
+  - Bug fixes
+  * Ensure previous notices are not removed from the Messages tab in
+the Query Tool if an error occurs during query execution.
+  * Allow the selection order to be preserved in the Select2 control
+to fix column ordering in data Import/Export.
+  * Allow use of 0 (integer) and empty strings as parameters in the debugger.
+  * Properly report errors when debugging cannot be started.
+  * Prevent the debugger controls being pressed again before previous
+processing is complete.
+  * Fix toggle breakpoints buttons in the debugger.
+  * Fix changes to the NOT NULL and default value options in the
+Table Dialogue.
+  * Fix dropping of multiple functions/procedures at once.
+
+---

Old:

  pgadmin4-3.5.tar.gz

New:

  pgadmin4-3.6.tar.gz



Other differences:
--
++ pgadmin4.spec ++
--- /var/tmp/diff_new_pack.iDdHtb/_old  2018-12-04 20:55:06.096801295 +0100
+++ /var/tmp/diff_new_pack.iDdHtb/_new  2018-12-04 20:55:06.100801291 +0100
@@ -18,7 +18,7 @@
 
 %globalpgadmin4instdir %{_libdir}/pgadmin4-%{version}
 Name:   pgadmin4
-Version:3.5
+Version:3.6
 Release:0
 Summary:Management tool for PostgreSQL
 License:PostgreSQL

++ pgadmin4-3.5.tar.gz -> pgadmin4-3.6.tar.gz ++
/work/SRC/openSUSE:Factory/pgadmin4/pgadmin4-3.5.tar.gz 
/work/SRC/openSUSE:Factory/.pgadmin4.new.19453/pgadmin4-3.6.tar.gz differ: char 
5, line 1