Skip to content

Commit

Permalink
Merge e003c5d into 81c8b7c
Browse files Browse the repository at this point in the history
  • Loading branch information
dqops authored Aug 19, 2023
2 parents 81c8b7c + e003c5d commit e5ed2ad
Show file tree
Hide file tree
Showing 519 changed files with 51,231 additions and 8,474 deletions.
2 changes: 1 addition & 1 deletion .run/dqo run.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="dqo run" type="JarApplication">
<option name="JAR_PATH" value="$PROJECT_DIR$/dqops/target/dqo-dqops-0.2.0-beta4.jar" />
<option name="JAR_PATH" value="$PROJECT_DIR$/dqops/target/dqo-dqops-0.2.0-beta6.jar" />
<option name="VM_PARAMETERS" value="-Xmx1024m --add-opens java.base/java.nio=ALL-UNNAMED" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-17" />
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ COPY VERSION VERSION

# resolve dependencies
ENV USER_HOME="/user/mvn"
RUN mkdir -p "${USER_HOME}/.m2" && ./mvnw.sh dependency:resolve -pl !distribution && ./mvnw.sh dependency:resolve-plugins -pl !distribution
RUN mkdir -p "${USER_HOME}/.m2" && ./mvnw.sh dependency:go-offline -Prun-npm
RUN ./mvnw.sh frontend:install-node-and-npm -pl dqops

# npm install
COPY dqops/src/main/frontend/package.json dqops/src/main/frontend/
ENV PATH="/workspace/app/dqops/src/main/frontend/node:${PATH}"
WORKDIR /workspace/app/dqops/src/main/frontend
RUN npm install --legacy-peer-deps
RUN ./mvnw.sh frontend:npm@npm-install -pl dqops -Prun-npm

WORKDIR /workspace/app

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-beta4
0.2.0-beta6
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.dqops</groupId>
<artifactId>dqo-distribution</artifactId>
<version>0.2.0-beta4</version> <!-- DQO Version, do not touch (changed automatically) -->
<version>0.2.0-beta6</version> <!-- DQO Version, do not touch (changed automatically) -->
<name>dqo-distribution</name>
<description>DQO Data Quality Operations Center final assembly</description>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def sync_detailed(
) -> Response[AuthenticatedDashboardModel]:
"""getDashboardLevel1
Returns a single dashboard in one folder with a temporary authenticated url
Returns a single dashboard in the tree of folder with a temporary authenticated url
Args:
folder (str):
Expand Down Expand Up @@ -111,7 +111,7 @@ def sync(
) -> Optional[AuthenticatedDashboardModel]:
"""getDashboardLevel1
Returns a single dashboard in one folder with a temporary authenticated url
Returns a single dashboard in the tree of folder with a temporary authenticated url
Args:
folder (str):
Expand Down Expand Up @@ -143,7 +143,7 @@ async def asyncio_detailed(
) -> Response[AuthenticatedDashboardModel]:
"""getDashboardLevel1
Returns a single dashboard in one folder with a temporary authenticated url
Returns a single dashboard in the tree of folder with a temporary authenticated url
Args:
folder (str):
Expand Down Expand Up @@ -180,7 +180,7 @@ async def asyncio(
) -> Optional[AuthenticatedDashboardModel]:
"""getDashboardLevel1
Returns a single dashboard in one folder with a temporary authenticated url
Returns a single dashboard in the tree of folder with a temporary authenticated url
Args:
folder (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def sync_detailed(
) -> Response[AuthenticatedDashboardModel]:
"""getDashboardLevel2
Returns a single dashboard in two folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down Expand Up @@ -116,7 +116,7 @@ def sync(
) -> Optional[AuthenticatedDashboardModel]:
"""getDashboardLevel2
Returns a single dashboard in two folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down Expand Up @@ -151,7 +151,7 @@ async def asyncio_detailed(
) -> Response[AuthenticatedDashboardModel]:
"""getDashboardLevel2
Returns a single dashboard in two folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down Expand Up @@ -191,7 +191,7 @@ async def asyncio(
) -> Optional[AuthenticatedDashboardModel]:
"""getDashboardLevel2
Returns a single dashboard in two folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def sync_detailed(
) -> Response[AuthenticatedDashboardModel]:
"""getDashboardLevel3
Returns a single dashboard in three folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down Expand Up @@ -125,7 +125,7 @@ def sync(
) -> Optional[AuthenticatedDashboardModel]:
"""getDashboardLevel3
Returns a single dashboard in three folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down Expand Up @@ -163,7 +163,7 @@ async def asyncio_detailed(
) -> Response[AuthenticatedDashboardModel]:
"""getDashboardLevel3
Returns a single dashboard in three folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down Expand Up @@ -206,7 +206,7 @@ async def asyncio(
) -> Optional[AuthenticatedDashboardModel]:
"""getDashboardLevel3
Returns a single dashboard in three folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def sync_detailed(
) -> Response[AuthenticatedDashboardModel]:
"""getDashboardLevel4
Returns a single dashboard in three folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down Expand Up @@ -131,7 +131,7 @@ def sync(
) -> Optional[AuthenticatedDashboardModel]:
"""getDashboardLevel4
Returns a single dashboard in three folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down Expand Up @@ -172,7 +172,7 @@ async def asyncio_detailed(
) -> Response[AuthenticatedDashboardModel]:
"""getDashboardLevel4
Returns a single dashboard in three folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down Expand Up @@ -218,7 +218,7 @@ async def asyncio(
) -> Optional[AuthenticatedDashboardModel]:
"""getDashboardLevel4
Returns a single dashboard in three folders with a temporary authenticated url
Returns a single dashboard in the tree of folders with a temporary authenticated url
Args:
folder1 (str):
Expand Down
Loading

0 comments on commit e5ed2ad

Please sign in to comment.