Skip to content

Commit a4dc562

Browse files
authored
Merge pull request #29 from cloudblue/enh/LITE-27290
LITE-27290 Simplification and adjustment of UI dialogs
2 parents 647c7d6 + 5780199 commit a4dc562

17 files changed

+2466
-14576
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@
3838
* 0.4.3: Backend dependencies are bumped
3939
* 0.4.4:
4040
* Better representation of DB events (created, updated) in UI
41+
* Dependencies are bumped
42+
* 0.4.5:
43+
* Simplification and adjustment of UI dialogs: create, update and reconfigure
44+
* Other minor UI changes
4145
* Dependencies are bumped

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cloudblueconnect/connect-extension-runner:28.9
1+
FROM cloudblueconnect/connect-extension-runner:29.0
22

33
COPY pyproject.toml /install_temp/.
44
COPY poetry.* /install_temp/.

dbaas/extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "DBaaS",
33
"description": "On-demand provisioning of cloud-based database storages as a service.",
4-
"version": "0.4.4",
4+
"version": "0.4.5",
55
"audience": ["reseller", "distributor", "vendor"],
6-
"readme_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.4.4/README.md",
7-
"changelog_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.4.4/CHANGELOG.md",
6+
"readme_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.4.5/README.md",
7+
"changelog_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.4.5/CHANGELOG.md",
88
"icon": "googleExtensionBaseline"
99
}

dbaas/static/42278e530abc73365252.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dbaas/static/c55edcf1aaed6138c34b.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dbaas/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<html><head><title>Lorem ipsum</title><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Mono:400,500|Material+Icons" rel="stylesheet"><link id="mock-favicon" rel="shortcut icon" href="#"><script defer="defer" src="c55edcf1aaed6138c34b.js"></script><link href="main.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
1+
<html><head><title>Lorem ipsum</title><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Mono:400,500|Material+Icons" rel="stylesheet"><link id="mock-favicon" rel="shortcut icon" href="#"><script defer="defer" src="42278e530abc73365252.js"></script><link href="main.css" rel="stylesheet"></head><body><div id="app"></div></body></html>

dbaas/static/main.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2308 additions & 14379 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudblueconnect/eaas-database-extension",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "On-demand provisioning of cloud-based database storages as a service.",
55
"author": "Ingram Micro",
66
"license": "Apache Software License 2.0",

0 commit comments

Comments
 (0)