SHA256
1
0
forked from pool/pgadmin4

4 Commits

Author SHA256 Message Date
9454d56689 Accepting request 1181284 from home:alarrosa:branches:server:database:postgresql
- update to 8.8:
  * supported database servers
    - postgresql: 12, 13, 14, 15, and 16
    - edb advanced server: 12, 13, 14, 15, and 16
  * bundled postgresql utilities
    - psql, pg_dump, pg_dumpall, pg_restore: 16.3
  * Bug fixes
    - Fix an issue where user authentication fails with special
      characters in password.
    - Fixed an issue where canceling a query without privilege does
      not display any message on query tool.
    - Fix the issue where docker with SSL v8.7 fails to start.
    - Fixed an issue where the size displayed as 'NaN B' for all
      databases in the statistics tab.
    - Fixed an issue where backup and restore operations failed
      with the error 'This build does not support compression with
      gzip'.
- update to 8.7:
  * supported database servers
    - postgresql: 12, 13, 14, 15, and 16
    - edb advanced server: 12, 13, 14, 15, and 16
  * bundled postgresql utilities
    - psql, pg_dump, pg_dumpall, pg_restore: 16.3
  * New features
    - Added support for the 'Add to macros' feature and fixed
      various usability issues.
    - Added support for executing the query at the cursor position
      in the query tool.
    - Changes in Query Tool, Debugger, and ERD Tool shortcuts to
      remove the use of Accesskey which will allow them to be

OBS-URL: https://build.opensuse.org/request/show/1181284
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgadmin4?expand=0&rev=73
2024-06-17 10:41:00 +00:00
33db2d8508 Accepting request 1166131 from home:alarrosa:branches:server:database:postgresql
- update to 8.5:
  * supported database servers
    - postgresql: 12, 13, 14, 15, and 16
    - edb advanced server: 12, 13, 14, 15, and 16
  * bundled postgresql utilities
    - psql, pg_dump, pg_dumpall, pg_restore: 16.1
  * New features
    - Added support for provider, deterministic, version and RULES
      parameter while creating collation.
    - Added support for EDB Job Scheduler.
    - Added support for viewing Log Based Clusters.
    - Added support for UNIX socket in entrypoint.sh for Docker
      implementation.
  * Bug fixes
    - Fixed an issue in Schema Diff where Columns with sequences
      get altered unnecessarily.
    - Fixed an issue where user was unable to share a newly
      registered server.
    - Bug fixes and improvements in pgAdmin CLI.
    - Fixed an issue where the 'Save Password' option for SSH
      tunneling password was consistently disabled.
    - Fixed schema diff wrong query generation for table, foreign
      table and sequence.
    - Fixed an issue where table properties were not updating from
      properties dialog.
    - Fixed an issue where maximize icon is missing from query
      tool panel.
    - Fix an issue in table dialog where changing column name was
      not syncing table constraints appropriately.
    - Fixed rollback and commit button activation on execute

OBS-URL: https://build.opensuse.org/request/show/1166131
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgadmin4?expand=0&rev=71
2024-04-08 11:48:20 +00:00
c5fe2f28d3 Accepting request 1148813 from home:alarrosa:branches:server:database:postgresql
- ExcludeArch: s390x

- Update to 8.3:
  * Supported Database Servers
    - PostgreSQL: 12, 13, 14, 15, and 16
    - EDB Advanced Server: 12, 13, 14, 15, and 16
  * Bundled PostgreSQL Utilities
    - psql, pg_dump, pg_dumpall, pg_restore: 16.0
  * New features
    - Allow drag-n-drop columns collection tree node as comma
      separated columns.
    - Added support to rename columns in Views.
    - Added BYPASSRLS|NOBYPASSRLS option while creating a Role.
    - Added support for column storage syntax while creating table.
    - Use COOKIE_DEFAULT_PATH or SCRIPT_NAME in session cookie
      path.
    - Added configurable parameter to enable support for
      PasswordExecCommand in server mode.
  * Bug fixes
    - Fixed an issue where format sql was messing up operator.
      Included many other feature changes, more details here
    - Fixed an issue where formatting inserts empty lines in
      specific case.
    - Add support for selecting a schema in the backup database
      dialog with no tables, mviews, views or foreign tables.
    - Fixed a UI border issue on the dependencies tab for columns
      with icon.
    - Fixed an issue where multiple errors were showing if user
      does not have connect privileges.
    - Fixed an issue where group membership information was

OBS-URL: https://build.opensuse.org/request/show/1148813
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgadmin4?expand=0&rev=69
2024-02-21 17:04:45 +00:00
dc38b702ad Accepting request 1145351 from home:alarrosa:branches:server:database:postgresql
- Fix shebang of pgadmin4-desktop to use python3.11

- New pgadmin4-cloud subpackage that includes now the cloud
  dependencies and make the pgadmin4-cloud package optional so
  it's now optional to depend on the azure/aws/google python
  packages.
- Add patch to let pgadmin4 work without cloud support:
  * make-cloud-packages-optional.patch

- Add a optipng script that actually uses pngcrush to compress png
  images so we don't depend on optipng which is not available in
  SLE.
- Fix pgadmin4-desktop to use a timer instead of threads. It seems
  there's an issue the way python threads were used with Qt5 that
  made the script fail to update the systray menu when pgadmin was
  started.
- Add missing python-typer dependency
- Add pgadmin4-user.conf file to create the pgadmin user/group
  using systemd with the new system-user-pgadmin package.

- Replace yarn (which is not available in SLE) with
  local-npm-registry.
- Add node_modules service and node_modules.obscpio /
  node_modules.spec.inc source files which replace vendor.tar.xz
  that is now removed.
- package_deps.patch - dependency fixes
- package_git_local.patch - dependency fixes that are needed *after*
  generating package-lock.json since only registry-supplied packages
  are available locally. 
- Update update-vendor.sh script.

OBS-URL: https://build.opensuse.org/request/show/1145351
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgadmin4?expand=0&rev=65
2024-02-09 06:41:39 +00:00