Revisions of pgadmin4

buildservice-autocommit accepted request 1102334 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 54)
baserev update by copy to link target
Andreas Schneider's avatar Andreas Schneider (gladiac) accepted request 1101479 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 53)
- Update to 7.4, extremely large list of changes, partially chosen:
  * Make Statistics, Dependencies, Dependants tabs closable and the user
    can add them back using the 'Add panel' option.
  * Added support for Logical Replication.
  * Implemented runtime using NWjs to open pgAdmin4 in a standalone window
    instead of the system tray and web browser.
  * Added Quick Search functionality for menu items and help articles.
  * Added publication and subscription support in Schema Diff.
  * Use cheroot as the default production server for pgAdmin4.
  * Show the login roles that are members of a group role be shown when
    examining a group role.
  * Added '--replace' option in Import server to replace the list of
    servers with the newly imported one.
  * Added zoom scaling options with keyboard shortcuts in runtime.
  * Use schema qualification while accessing the catalog objects.
  * Make the 'Save Data Changes' icon to be more intuitive.
  * Improve code coverage and API test cases for Server module.
  * Added support to set auto width of columns by content size in the data 
    output window.
  * Added support to connect PostgreSQL servers via Kerberos authentication.
  * Added "IF NOT EXISTS" clause while creating tables and partition tables
    which is convenient while using the ERD tool.
  * Added browse button to select the binary path in the Preferences.
  * Added Grant Wizard option under Package node.
  * Added support to launch PSQL for the connected database server.
  * Added window maximize/restore functionality for properties dialog.
  * Added support to set the binary path for the different database server
    versions.
  * Added OS, Browser, Configuration details in the About dialog.
  * Added support for rotating the pgAdmin log file on the basis of size
Andreas Schneider's avatar Andreas Schneider (gladiac) accepted request 1064420 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 52)
- Remove dependency on python-simplejson
  (gh#pgadmin-org/pgadmin4#5853).
buildservice-autocommit accepted request 899663 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 51)
baserev update by copy to link target
Andreas Schneider's avatar Andreas Schneider (gladiac) accepted request 898722 from Ralf Habacker's avatar Ralf Habacker (rhabacker) (revision 50)
- Add 0001-Fix-bug-ValueError-unsupported-format-character-D.patch to fix bug reported at https://redmine.postgresql.org/issues/6522
buildservice-autocommit accepted request 870250 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 49)
baserev update by copy to link target
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 868672 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 48)
- Fix typos (chmod being used instead of chown in %postun web and
  pgadmin4 used in the service file for User/Group keys instead of
  pgadmin)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 47)
- the system wide service does not need to run as root. switch to
  user/group pgadmin 

- Update to 4.30
buildservice-autocommit accepted request 867523 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 46)
baserev update by copy to link target
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 867484 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 45)
- Fix the desktop application by removing the overriding of
  SERVER_MODE in config_system.py and config_distro.py which were
  forcing SERVER_MODE to always have a specific value instead
  of letting the runtime choose so there's no need to force it.
- Rename pgadmin4.conf to pgadmin4.conf.in,
  pgadmin4.uwsgi to pgadmin4.uwsgi.in and
  README.SUSE.uwsgi to README.SUSE.uwsgi.in and make them also
  replace PYTHONSITELIB  with the python version used at build time
- Replace all variables from config files in %prep instead of
  %install
- Include README.SUSE.uwsgi in the web-uwsgi subpackage

- Add BuildRequires for python-cryptography and replace dependency for
  python-Flask-Babel with python-Flask-BabelEx

  - Ensure that folder rename should work properly in Storage
buildservice-autocommit accepted request 856544 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 44)
baserev update by copy to link target
Andreas Schneider's avatar Andreas Schneider (gladiac) accepted request 855489 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 43)
- Add BuildRequires for python modules
buildservice-autocommit accepted request 854854 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 42)
baserev update by copy to link target
Andreas Schneider's avatar Andreas Schneider (gladiac) accepted request 854776 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 41)
- Update to 4.29:
  - Ensure that folder rename should work properly in Storage 
    Manager
  - Fixed an issue where the debugger's custom tab title not
    applied when opened in the new browser tab
  - Fixed an issue where dynamic tab title has not applied the
    first time for debugger panel
  - Fixed an issue where schema diff doesn't show the result of
    compare if source schema has tables with RLS
  - Fixed an issue where the process watcher dialog throws an error
    for the database server which is already removed
  - Ensure that code coverage should cover class and function
    declarations
  - Ensure that dirty indicator (*) should not be visible when
    renaming the tabs
  - Fixed an issue where shared servers import is failing
  - Improve code coverage and API test cases for Foreign Tables,
    Debugger, Views and Materialized Views
- Fix some requirement versions.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 40)
- Update to 4.28:
  - Added support to download utility files at the client-side.
  - Added support to rename query tool and debugger tabs title.
  - Added support for dynamic tab size.
  - Added tab title placeholder for Query Tool, View/Edit Data, and
    Debugger.
  - Added support to compare schemas and databases in schema diff.
  - Ensure that non-superuser should be able to debug the function.
  - Ensure that query history should be listed by date/time in
    descending order.
  - Ensure that Grant Wizard should include foreign tables.
  - Ensure that search object functionality works with case
    insensitive string.
buildservice-autocommit accepted request 842399 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 39)
baserev update by copy to link target
Andreas Schneider's avatar Andreas Schneider (gladiac) accepted request 842283 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 38)
- 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.
buildservice-autocommit accepted request 836144 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 37)
baserev update by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 835901 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 36)
- 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)
buildservice-autocommit accepted request 835690 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 35)
baserev update by copy to link target
Displaying revisions 21 - 40 of 74
openSUSE Build Service is sponsored by