Skip to content

Releases: visulate/visulate-for-oracle

November 2024

31 Oct 15:57
6d7e377
Compare
Choose a tag to compare

Gen AI support for database objects

July 2024 - 2.0

28 Jul 19:52
5ac2c84
Compare
Choose a tag to compare

Replaces Kubernetes ingress with a reverse proxy. Add docker compose support

January 2024

14 Jan 23:13
064658f
Compare
Choose a tag to compare

Updates UI to Angular 17
Adds invalid object query to API
Adds support for handlebars templates in UI

Angular 13.2.5

06 Mar 21:02
8fda1c3
Compare
Choose a tag to compare

Updates Angular and Express JS to latest stable versions
Support for Kubernetes 1.22
Minor changes to menu behavior. Menu stays open when an object has been selected
Security updates

BMS Queries and optimizations

10 Mar 21:22
8fb923b
Compare
Choose a tag to compare

Adds patch history, database link and database feature usage queries to the database screen. Modifies the database connection API to operate asynchronously reducing the time to populate the database connection drop down list. Modified the drop down to show "Loading ..." while waiting for the API to return a list of connections.

Also removed BackendConfig spec from the GKE manifest as a workaround to an issue with the GCP Marketplace acceptance tests. BackendConfig was being used to set the SQL Engine query timeout to 300 seconds. Queries will timeout after 30 seconds. Users can change this by applying a BackendConfig

Recent history

10 Nov 15:24
9cb30e6
Compare
Choose a tag to compare

Display recent history on search screen

E-Business Suite Fixes

05 Oct 21:24
fb58c8c
Compare
Choose a tag to compare

Fixes bugs identified during E-Business Suite testing: #196 #194 #192

Cloud Marketplace Production

15 Sep 18:26
a231ac3
Compare
Choose a tag to compare
Merge pull request #182 from visulate/pgoldtho/v1beta

BackendConfig version

SQL Query Engine

19 Aug 19:06
fcadd8b
Compare
Choose a tag to compare

The SQL Query Engine exposes a REST API to generate CSV files from user supplied SQL. An HTTP POST request is made to the SQL Query endpoint passing the SQL statement. The SQL Query Engine makes a database connection, executes the query and then closes the connection. Results are returned to the user as CSV or JSON.

Bugfix

09 Jul 14:45
513e4df
Compare
Choose a tag to compare

Fixes issue that caused the application to hang if a registered database became unavailable due to a network outage.