GithubHelp home page GithubHelp logo

5l1v3r1 / cloudbeaver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dbeaver/cloudbeaver

0.0 1.0 0.0 29.32 MB

Cloud Database Manager

Home Page: https://cloudbeaver.io

License: Apache License 2.0

Batchfile 0.06% Shell 0.07% Java 21.55% HTML 0.14% JavaScript 0.61% TypeScript 75.99% CSS 0.04% Dockerfile 0.01% SCSS 1.40% EJS 0.15%

cloudbeaver's Introduction

CloudBeaver Community

Cloud Database Manager - Community Edition.
CloudBeaver is a web server which provides rich web interface. Server itself is a Java application, web part is written on TypeScript and React.
It is free to use and open-source (licensed under Apache 2 license).
See out WIKI for more details.

Run in Docker

Demo server

You can see live demo of CloudBeaver here: https://demo.cloudbeaver.io

Database access instructions

Changelog

CloudBeaver 21.3.4 - 2022-02-07

  • The Database Navigator menu allows you to:
    • filter objects in the Database Navigator,
    • set the Database Navigator view for every user separately.
  • Parsing of scripts with delimiters has been improved in the SQL Editor.
  • The dialog with available shortcuts can be opened in the top menu.
  • The specific IP address can be set for the CloudBeaver instance in configuration files.
  • Different small bugs have been fixed.

CloudBeaver 21.3.3 - 2022-01-25

  • SSH public key support is added.
  • New tab's context menu allows users to close all opened tabs or a group of tabs.
  • Theme settings can be configured and saved for every user separately.
  • Arrays can be edited in the Data Editor.
  • Xms and Xmx environment variables can be set for the CloudBeaver instance.

CloudBeaver 21.3.0 - 2021-12-24

Changes since 21.2.0

  • Data Editor:
    • Table rows can be duplicated.
    • Hotkeys are added for table editing.
    • Confirmation is required to close or refresh a table with unsaved changes.
    • XML values can be edited.
  • SQL Editor:
    • SQL formatting is available.
    • Scripts can be downloaded and uploaded.
    • The SQL Editor can be opened in a separate browser tab.
  • Metadata Editor:
    • Objects DDL can be saved to an external file.
  • Administration:
    • Instructions to update the CloudBeaver version are available for administrators.
    • The server easy configuration is simplified.
    • Deleting of roles with assigned users is prohibited.
  • Local configuration:
    • The following limits can be set:
      • the size of exported files,
      • the number of fetched table rows,
      • the number of executable queries at the same time.
    • The possibility to edit database objects can be disabled.
    • User access information can be stored in a local database.
  • The current user information is available in the Profile at the top menu.
  • Chinese UI localization is supported.
  • DB2 iSeries driver is added.
  • A lot of small bug fixes, enhancements and improvements have been made.

CloudBeaver 21.2.4 - 2021-12-09

  • SQL formatting is available in the SQL Editor.
  • Confirmation is required to refresh a table with unsaved changes.
  • Following limits can be set in the configuration file:
    • the size of exported files,
    • the number of fetched table rows,
    • the number of executable queries at the same time.
  • Different bugs have been fixed.

CloudBeaver 21.2.3 - 2021-11-24

  • Objects DDL can be saved to an external file from the Metadata Editor.
  • The SQL Editor can be opened in a separate browser tab.
  • The possibility to edit database objects can be disabled in the configuration file.
  • DB2 iSeries driver has been added.
  • Different bug fixes and improvements have been made.

CloudBeaver 21.2.2 - 2021-11-11

  • Scripts can be downloaded and uploaded in the SQL Editor.
  • The current user information is available in the Profile at the top menu.
  • Page refresh doesn't affect the navigator tree view.
  • Different bug fixes and improvements are made.

CloudBeaver 21.2.1 - 2021-10-29

  • Deleting of roles with assigned users has been prohibited.
  • “Select all” checkboxes have been added to simplify access management.
  • The SQL Editor highlighting has been improved.
  • Different bugs have been fixed.

CloudBeaver 21.2.0 - 2021-10-14

Changes since 21.1.0

  • The Metadata Editor and the Navigator tree:

    • Objects can be deleted and renamed.
    • SQL Scripts generation is available in the objects’ context menu.
  • The SQL Editor:

    • Option to run SQL Scripts is implemented.
    • Auto-complete is improved.
  • The Administration part:

    • Role management is added.
  • The Data Editor:

    • Possibility to add and delete rows was added.
    • The SQL script preview is available after making changes and before saving or discarding them.
    • Radio buttons are added to the Value panel to edit Boolean values.
  • The Connection form:

    • The database and SSH credentials can be entered to test connections.
  • Session expiration notifications were improved.

  • Possibility to skip the Easy configuration step according to the configuration was added.

  • A lot of small bug fixes, enhancements and improvements are made.

CloudBeaver 21.1.5 - 2021-09-30

  • Objects can be deleted and renamed via UI.
  • SQL Scripts generation is available in the objects’ context menu.
  • Connected and disconnected databases are divided into 2 groups in the SQL Editor.
  • Other UI improvements have been made.

CloudBeaver 21.1.4 - 2021-09-09

  • Role management is added.
  • Context menu is available in the Metadata Editor.
  • Different UI bugs have been fixed.

CloudBeaver 21.1.3 - 2021-08-30

  • Table rows can be created and deleted from the Data Editor.
  • It is possible to preview scripts in the Data Editor.
  • The dialog to enter the credentials appears when you test connections.
  • Different UI bugs have been fixed.

CloudBeaver 21.1.2 - 2021-08-11

  • Option to run SQL Scripts is implemented.
  • Radio buttons are added to the Value panel to edit Boolean values.
  • Minor UI fixes and improvements are made.

CloudBeaver 21.1.1 - 2021-08-02

  • The new notification way prevents users from working after session expiration.
  • The option to skip the Easy configuration step can be configured.
  • Minor UI fixes and improvements are made.

CloudBeaver 21.1.0 - 2021-07-15

Changes since 21.0.0

  • Navigation tree:
    • User's and shared connections are divided into different groups.
  • Connection form:
    • Read-only connections are marked in the connection form.
    • It is possible to show and hide password in the connection dialog.
  • Data editor:
    • New actions are available from the context menu:
      • filtering
      • ordering
      • cell editing.
    • Support for different formats is added to the Value panel.
    • Work with links is improved:
      • Links to the web pages can be opened from the tables
      • Links to the pictures are automatically transformed to the pictures on the Value panel.
    • It is possible to edit Boolean values as checkboxes in the tables.
    • Read-only columns and tables are marked in the result set.
  • SQL editor:
    • Query execution plan is added.
    • Database logos are displayed in the top menu selector.
    • Auto-complete for the SQL dialects works automatically.
  • Log viewer:
    • Detailed information for errors is opened on the panel.
  • Administration part:
    • Access management for users and connections is improved.
  • It is possible to change the user password from the public part of CloudBeaver.
  • New design for dialogs is implemented.
  • Possibility to export data for users can be configured.
  • A lot of UI fixes, enhancements and improvements are made.

CloudBeaver 21.0.5 - 2021-06-30

  • Query execution plan was added.
  • Option to show/hide password in the connection dialog was added.
  • Minor UI fixes and improvements.

CloudBeaver 21.0.3 - 2021-06-11

  • Filtering and Ordering from the context menu were added for the data editor .
  • Read-only columns and result sets were marked in the data editor.
  • Possibility to remove data export feature from UI was added.
  • CloudBeaver docker image is based on Ubuntu Slim now.
  • Minor UI fixes and improvements.

CloudBeaver 21.0.2 - 2021-05-20

  • User's and shared connections are divided to different groups in the navigation tree.
  • New design for authentication and driver properties dialogs was applied.
  • Management for administrators' accounts was improved.
  • Minor UI fixes and improvements.

CloudBeaver 21.0.1 - 2021-04-28

  • Database logos were added to the top menu selector.
  • New panel to show error details were added to Log Viewer.
  • Read-only connections were marked in the connection details form.
  • New design for dialogs was implemented.
  • Minor UI fixes and improvements.

CloudBeaver 21.0.0 - 2021-04-15

Changes since 20.0.0:

  • Navigation tree:
    • Simple and advanced view for database objects
    • Show system objects option
  • Connection form:
    • New drivers: Oracle, SQL Server, Trino (Presto), Derby Server
    • SSH support
    • Editing for manual connections
    • Custom fields for advanced connection settings
    • Connection form redesign
    • Fixes for the name duplicates and deletion of the template connections
  • Data editor:
    • Value panel for data review and editing
    • Spatial data viewer
    • Sorting indication for the data grid
    • Performance improvements
  • SQL editor:
    • Improvements for autosuggest and highlighting
  • Log viewer:
    • Quick review for the error details
    • All errors and warnings on the panel
  • New page with the product information
  • Administration part:
    • Redesign for the authentication engine
    • Server re-configuration without re-login
    • Additional labels for the connections with SSH
  • A lot of UI fixes, enhancements and improvements.

CloudBeaver 20.0.6 - 2021-03-31

  • Value panel for Data Viewer was added: a full text of your cell value on a special panel to view and edit.
  • Spatial data support was added: single and multi objects can be shown on a map.
  • Possibility to Show or Hide system objects was added to the context menu in the Navigator.
  • All product information can be found in public settings.
  • A lot of minor UI fixes and improvements.

CloudBeaver 20.0.5 - 2021-03-18

  • New design for the connection form
  • Possibility to edit connections created manually in the public part of the application
  • SSH support for connections in public part of the application
  • Possibility to deny credentials saving
  • Drivers for MS SQL Server, Oracle, DB2 LUW, Derby, Trino (Presto SQL)
  • Performance improvements for data grid
  • A lot of minor UI fixes and improvements

CloudBeaver 20.0.3 - 2021-02-10

  • New drivers are included in CloudBeaver CE: Oracle, MS SQL Server, DB2 LUW, Derby, Trino (Presto SQL)
  • Simple view for the Navigation Tree is added
  • Custom properties fields are added in the Connection dialog
  • SSH support is added
  • Shortcuts for Mac are improved
  • Possibility to cancel data loading is available in data editor
  • SQL Editor autosuggest and highlighting are improved
  • A lot of minor UI fixes and improvements

CloudBeaver 20.0.1 - 2020-12-29

  • Notifications about the users and connections source are added to administration pages
  • Connection name can be set in the New connection dialog
  • Multiple execution context creation is fixed for SQL Editor
  • Easy access to server logs was added for administrator (/api/logs/)
  • Unsupported objects was hidden
  • Primary keys editing was fixed
  • Objects limit is added for Navigation Tree
  • SQL Editor autosuggest is improved
  • A lot of minor UI fixes and improvements

CloudBeaver 1.2.3 - 2020-11-25

  • New loading screen is added
  • All connections and tabs are restored after re-login
  • Active connections are highlighted in the Navigation tree
  • Administration panel is improved:
    • Administration page is available when the general authentication is disabled (/#/admin)
    • Authentication and manual connections is enabled by default in the easy-configuration mode
  • All notifications are redesigned
  • A lot of minor UI fixes and improvements

CloudBeaver 1.2.0 - 2020-10-19

  • Docker environment support was added
  • Filter panel was added in data editor
  • User authentication and roles were added
  • Administration panel was added:
    • Server management
    • Connection management
    • Automatic search of databases
    • User management
  • A lot of minor fixes and improvements

CloudBeaver 1.1.0 - 2020-07-14

  • Connection management and authentication redesign
  • Webpack build minimization
  • A lot of minor UI improvements
  • Many minor UI improvements

CloudBeaver 1.0.4 - 2020-06-16

  • Database navigator refresh
  • Data viewer: filters support
  • Many minor UI improvements

CloudBeaver 1.0.3 - 2020-06-02

  • Administrative panel
  • User management
  • Authentication model redesign
  • Build artifacts minimization
  • Many minor UI improvements

CloudBeaver 1.0.2 - 2020-05-19

  • Data export feature UI was improved
  • User authentication and permission management
  • Driver management was redesigned
  • Clickhouse driver was added
  • Build procedure was redesigned
  • Many minor bugfixes

CloudBeaver 1.0.1 - 2020-05-05

  • Data export feature added to the data viewer
  • H2 embedded database driver was added
  • User authentication API was added
  • Product configuration framework and API was added
  • Embedded database for user management was added
  • Many minor bugfixes

cloudbeaver's People

Contributors

dependabot[bot] avatar devnaumov avatar dkrupenya avatar ianzhi avatar jjsilvan avatar keyzj avatar kseniiaguzeeva avatar kuangcp avatar mayerro avatar mrotteveel avatar n5a5 avatar riccardomessineo avatar riednyko avatar serge-rider avatar shadelessfox avatar tati-kru avatar wroud avatar zhicwu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.