Skip to content

Releases: lagdo/dbadmin-app

Release 0.10.2.

24 Feb 21:49

Choose a tag to compare

Changes:

  • Save the server and database tabs in the user preferences.
  • Load the server and database tabs from the user preferences.

Release 0.10.1.

18 Feb 01:15

Choose a tag to compare

Changes:

  • Upgrade the DbAdmin package.

Release 0.10.0.

16 Feb 18:19

Choose a tag to compare

Changes:

  • Rename the dbadmin_owners table to dbadmin_users.
  • Add migrations to create and delete the user preferences table.
  • Save the current tabs in the user preferences.
  • Open the databases in saved tabs on page load.
  • Change the javascript toast library.
  • Refactor the query logging and audit options.
  • Rename the UserFileReader class to ConfigProvider.

Bugfix:

  • Fix missing table name in the foreign key dto.
  • Query and import: fix the results and duration display.
  • Fix the upload field id: append the app tab id.

Release 0.9.1.

10 Feb 17:03

Choose a tag to compare

Changes:

  • Generate relative URLs in the Jaxon javascript files.

Release 0.9.0.

10 Feb 16:09

Choose a tag to compare

Changes:

  • The DbAdmin package now includes the Infisical config reader.
  • The export function is defined directly in the route.
  • Laravel migration to create the audit logs tables.

Release 0.8.0.

05 Feb 11:26

Choose a tag to compare

Changes:

  • A query editor tab can be cloned.
  • Add toast messages in the SQL editor.
  • Fix call to undefined function in query result row edit.

Release 0.7.0.

04 Feb 16:30

Choose a tag to compare

Changes:

  • Open the query editor in multiple tabs, with query text retention.

Release 0.6.3.

01 Feb 12:48

Choose a tag to compare

Changes:

  • Fix the query text when editing a favorite.
  • Fix the query favorite ids.
  • Add a min-width for history and favorite tables.
  • Show the Select button first in the database tables and views list.
  • The config reader class can be loaded from the framework DI container.

Release 0.6.2.

30 Jan 10:44

Choose a tag to compare

Changes:

  • Fix the audit database options definition.

Release 0.6.1.

28 Jan 20:15

Choose a tag to compare

Changes:

  • Change the config reader option name.
  • Run the DbAdmin container as non root user.