Releases: visulate/visulate-for-oracle
November 2024
July 2024 - 2.0
Replaces Kubernetes ingress with a reverse proxy. Add docker compose support
January 2024
Updates UI to Angular 17
Adds invalid object query to API
Adds support for handlebars templates in UI
Angular 13.2.5
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
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
Display recent history on search screen
E-Business Suite Fixes
Cloud Marketplace Production
Merge pull request #182 from visulate/pgoldtho/v1beta BackendConfig version
SQL Query Engine
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.