From 01d65b868328645d8ea7d27779637b4849f793f4 Mon Sep 17 00:00:00 2001 From: Qiwei <60429863+Qiwei08@users.noreply.github.com> Date: Wed, 28 Jun 2023 15:29:28 +0200 Subject: [PATCH] Sdktechno 232 * add/change readme --------- Co-authored-by: GitHub Action Bot --- technologies/app/apache-superset/README.md | 5 ++++- technologies/app/apache-superset/metadata.yaml | 1 + technologies/app/apache-superset/technology.yaml | 3 ++- technologies/app/dash/metadata.yaml | 1 + technologies/app/dash/technology.yaml | 3 ++- technologies/app/grafana/metadata.yaml | 1 + technologies/app/grafana/technology.yaml | 3 ++- technologies/app/jupyter/README.md | 1 + technologies/app/jupyter/metadata.yaml | 1 + technologies/app/jupyter/technology.yaml | 3 ++- technologies/app/kibana/metadata.yaml | 2 +- technologies/app/kibana/technology.yaml | 1 + technologies/app/metabase/metadata.yaml | 2 +- technologies/app/metabase/technology.yaml | 2 +- technologies/app/mlflow-server/metadata.yaml | 1 + technologies/app/mlflow-server/technology.yaml | 3 ++- technologies/app/nifi/metadata.yaml | 2 +- technologies/app/nifi/technology.yaml | 1 + technologies/app/orientdb/metadata.yaml | 1 + technologies/app/orientdb/technology.yaml | 3 ++- technologies/app/pgadmin4/metadata.yaml | 1 + technologies/app/pgadmin4/technology.yaml | 3 ++- technologies/app/rstudio/metadata.yaml | 1 + technologies/app/rstudio/technology.yaml | 3 ++- technologies/app/spark-history-server/metadata.yaml | 1 + technologies/app/spark-history-server/technology.yaml | 3 ++- technologies/app/vscode/README.md | 2 +- technologies/app/zeppelin/metadata.yaml | 1 + technologies/app/zeppelin/technology.yaml | 3 ++- technologies/job/gcp-cloud-functions/metadata.yaml | 2 +- technologies/job/gcp-cloud-functions/technology.yaml | 2 +- version.properties | 4 ++-- 32 files changed, 46 insertions(+), 20 deletions(-) diff --git a/technologies/app/apache-superset/README.md b/technologies/app/apache-superset/README.md index 0fec0007a..0c51a7513 100644 --- a/technologies/app/apache-superset/README.md +++ b/technologies/app/apache-superset/README.md @@ -13,7 +13,10 @@ docker push saagie/apache-superset- ``` ## Job/App specific information -Default admin credentials are `admin/admin`. Change them during your first connection. +You have to set the following environment variables: +- `SUPERSET_ADMIN_PASSWORD`: the password of admin user for Superset + +Default admin user login is `admin`. You can change them after your first connection. ## Improvements Apache Superset does not support the configuration of a base url so currently this app relies on nginx subfilters that rewrites hardcoded urls (such as assets for instance) in html. This works but is not optimal and requires to disable gzip compression. Hardcoded urls in javascript are replaced during startup direclty in the python lib folder (see `entrypoint.sh`). diff --git a/technologies/app/apache-superset/metadata.yaml b/technologies/app/apache-superset/metadata.yaml index d6cf0ccd8..930f2dfb9 100644 --- a/technologies/app/apache-superset/metadata.yaml +++ b/technologies/app/apache-superset/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: superset backgroundColor: "#00d1c1" customFlags: [] +readme: /technologies/app/apache-superset contexts: - id: apache-superset-2.0 label: "2.0" diff --git a/technologies/app/apache-superset/technology.yaml b/technologies/app/apache-superset/technology.yaml index e12a763ce..c16ca03e8 100644 --- a/technologies/app/apache-superset/technology.yaml +++ b/technologies/app/apache-superset/technology.yaml @@ -7,4 +7,5 @@ description: "Superset is fast, lightweight, intuitive, and loaded with options available: true icon: superset backgroundColor: "#00d1c1" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/apache-superset \ No newline at end of file diff --git a/technologies/app/dash/metadata.yaml b/technologies/app/dash/metadata.yaml index a56890514..c3ba0b449 100644 --- a/technologies/app/dash/metadata.yaml +++ b/technologies/app/dash/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: dash backgroundColor: "#3F4F75" customFlags: [] +readme: /technologies/app/dash contexts: - id: dash-2.0.0 label: 2.0.0 diff --git a/technologies/app/dash/technology.yaml b/technologies/app/dash/technology.yaml index 7e6254839..8ad8df0c3 100644 --- a/technologies/app/dash/technology.yaml +++ b/technologies/app/dash/technology.yaml @@ -7,4 +7,5 @@ description: The Dash platform empowers data science teams to focus on the data available: true icon: dash backgroundColor: "#3F4F75" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/dash \ No newline at end of file diff --git a/technologies/app/grafana/metadata.yaml b/technologies/app/grafana/metadata.yaml index 595e12692..127a9af12 100644 --- a/technologies/app/grafana/metadata.yaml +++ b/technologies/app/grafana/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: grafana backgroundColor: "#1857B8" customFlags: [] +readme: /technologies/app/grafana contexts: - id: grafana-8.2 label: "8.2" diff --git a/technologies/app/grafana/technology.yaml b/technologies/app/grafana/technology.yaml index 7cc7dbf09..81db73e6b 100644 --- a/technologies/app/grafana/technology.yaml +++ b/technologies/app/grafana/technology.yaml @@ -7,4 +7,5 @@ description: Grafana allows you to query, visualize, alert on and understand you available: true icon: grafana backgroundColor: "#1857B8" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/grafana \ No newline at end of file diff --git a/technologies/app/jupyter/README.md b/technologies/app/jupyter/README.md index 0a8732bc5..3577f5b42 100644 --- a/technologies/app/jupyter/README.md +++ b/technologies/app/jupyter/README.md @@ -9,6 +9,7 @@ It relies upon a first minimal image based on Jupyter official one plus some fea Then it provides the Saagie base image of Jupyter using the minimal image and includes all the Python libraries from Saagie's Python image [saagie/python:3.6-1.46.0](https://hub.docker.com/r/saagie/python). + ## Build the image You can build the image with either Gradle or Docker. diff --git a/technologies/app/jupyter/metadata.yaml b/technologies/app/jupyter/metadata.yaml index 10d07f1a3..1e3d5d6d7 100644 --- a/technologies/app/jupyter/metadata.yaml +++ b/technologies/app/jupyter/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: jupyter backgroundColor: "#E87A35" customFlags: [] +readme: /technologies/app/jupyter contexts: - id: jupyter-notebook-v2 label: Python 3.6 diff --git a/technologies/app/jupyter/technology.yaml b/technologies/app/jupyter/technology.yaml index 5702fb9d8..7755ae937 100644 --- a/technologies/app/jupyter/technology.yaml +++ b/technologies/app/jupyter/technology.yaml @@ -7,4 +7,5 @@ description: The Jupyter Notebook is an open-source web application that allows available: true icon: jupyter backgroundColor: "#E87A35" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/jupyter \ No newline at end of file diff --git a/technologies/app/kibana/metadata.yaml b/technologies/app/kibana/metadata.yaml index acbc2ef3b..619497c2d 100644 --- a/technologies/app/kibana/metadata.yaml +++ b/technologies/app/kibana/metadata.yaml @@ -8,7 +8,7 @@ available: true icon: kibana backgroundColor: "#40BEB0" customFlags: [] - +readme: /technologies/app/kibana contexts: - id: kibana-5.6.16 label: 5.6.16 diff --git a/technologies/app/kibana/technology.yaml b/technologies/app/kibana/technology.yaml index cf5b0062d..25955f408 100644 --- a/technologies/app/kibana/technology.yaml +++ b/technologies/app/kibana/technology.yaml @@ -8,3 +8,4 @@ available: true icon: kibana backgroundColor: "#40BEB0" customFlags: [] +readme: /technologies/app/kibana \ No newline at end of file diff --git a/technologies/app/metabase/metadata.yaml b/technologies/app/metabase/metadata.yaml index 40f1a1aef..0ab8a3dff 100644 --- a/technologies/app/metabase/metadata.yaml +++ b/technologies/app/metabase/metadata.yaml @@ -8,7 +8,7 @@ description: "Metabase is an open source business intelligence tool. This versio icon: metabase backgroundColor: "#5ea4e3" customFlags: [] - +readme: /technologies/app/metabase contexts: diff --git a/technologies/app/metabase/technology.yaml b/technologies/app/metabase/technology.yaml index 709beaaea..088464b84 100644 --- a/technologies/app/metabase/technology.yaml +++ b/technologies/app/metabase/technology.yaml @@ -8,5 +8,5 @@ description: "Metabase is an open source business intelligence tool. This versio icon: metabase backgroundColor: "#5ea4e3" customFlags: [] - +readme: /technologies/app/metabase diff --git a/technologies/app/mlflow-server/metadata.yaml b/technologies/app/mlflow-server/metadata.yaml index 1f0928504..dc83d0359 100644 --- a/technologies/app/mlflow-server/metadata.yaml +++ b/technologies/app/mlflow-server/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: mlflow backgroundColor: "#092241" customFlags: [] +readme: /technologies/app/mflow-server contexts: - id: mlflow-server-1.16 label: "1.16" diff --git a/technologies/app/mlflow-server/technology.yaml b/technologies/app/mlflow-server/technology.yaml index 9c9886e27..06253c146 100644 --- a/technologies/app/mlflow-server/technology.yaml +++ b/technologies/app/mlflow-server/technology.yaml @@ -7,4 +7,5 @@ description: MLflow tracking server is used for logging parameters, code version available: true icon: mlflow backgroundColor: "#092241" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/mflow-server \ No newline at end of file diff --git a/technologies/app/nifi/metadata.yaml b/technologies/app/nifi/metadata.yaml index cb32eb7a3..64d4f389f 100644 --- a/technologies/app/nifi/metadata.yaml +++ b/technologies/app/nifi/metadata.yaml @@ -8,7 +8,7 @@ available: true icon: nifi backgroundColor: "#728E9B" customFlags: [] - +readme: /technologies/app/nifi contexts: - id: nifi-1.9.2 label: 1.9.2 diff --git a/technologies/app/nifi/technology.yaml b/technologies/app/nifi/technology.yaml index d4e7990ab..5a8aed083 100644 --- a/technologies/app/nifi/technology.yaml +++ b/technologies/app/nifi/technology.yaml @@ -8,3 +8,4 @@ available: true icon: nifi backgroundColor: "#728E9B" customFlags: [] +readme: /technologies/app/nifi \ No newline at end of file diff --git a/technologies/app/orientdb/metadata.yaml b/technologies/app/orientdb/metadata.yaml index a2f6c84e7..6515b4fa4 100644 --- a/technologies/app/orientdb/metadata.yaml +++ b/technologies/app/orientdb/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: orientdb backgroundColor: "#3374BA" customFlags: [] +readme: /technologies/app/orientdb contexts: - id: orientdb-2.1.25 label: 2.1.25 diff --git a/technologies/app/orientdb/technology.yaml b/technologies/app/orientdb/technology.yaml index a8c351e81..7f431ab85 100644 --- a/technologies/app/orientdb/technology.yaml +++ b/technologies/app/orientdb/technology.yaml @@ -7,4 +7,5 @@ description: OrientDB is an open source NoSQL database management system support available: true icon: orientdb backgroundColor: "#3374BA" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/orientdb \ No newline at end of file diff --git a/technologies/app/pgadmin4/metadata.yaml b/technologies/app/pgadmin4/metadata.yaml index 163301dfc..e097f8c0f 100644 --- a/technologies/app/pgadmin4/metadata.yaml +++ b/technologies/app/pgadmin4/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: pgadmin4 backgroundColor: "#326690" customFlags: [] +readme: /technologies/app/pgadmin4 contexts: - id: pgAdmin4-6.10 releaseNotes: First version of PGAdmin4 into Saagie. diff --git a/technologies/app/pgadmin4/technology.yaml b/technologies/app/pgadmin4/technology.yaml index 7214859b6..3a56a2992 100644 --- a/technologies/app/pgadmin4/technology.yaml +++ b/technologies/app/pgadmin4/technology.yaml @@ -7,4 +7,5 @@ description: "pgAdmin4 is a postgresql browser. \nCreate an environment variable available: true icon: pgadmin4 backgroundColor: "#326690" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/pgadmin4 \ No newline at end of file diff --git a/technologies/app/rstudio/metadata.yaml b/technologies/app/rstudio/metadata.yaml index b8daf192e..c9ebaa03b 100644 --- a/technologies/app/rstudio/metadata.yaml +++ b/technologies/app/rstudio/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: rstudio backgroundColor: "#75aadb" customFlags: [] +readme: /technologies/app/rstudio contexts: - id: rstudio-3.4.2 label: 3.4.2 diff --git a/technologies/app/rstudio/technology.yaml b/technologies/app/rstudio/technology.yaml index c2f6ca142..a03ef4147 100644 --- a/technologies/app/rstudio/technology.yaml +++ b/technologies/app/rstudio/technology.yaml @@ -7,4 +7,5 @@ description: RStudio is an integrated development environment (IDE) for R. available: true icon: rstudio backgroundColor: "#75aadb" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/rstudio \ No newline at end of file diff --git a/technologies/app/spark-history-server/metadata.yaml b/technologies/app/spark-history-server/metadata.yaml index 09361a9a2..49dd962a6 100644 --- a/technologies/app/spark-history-server/metadata.yaml +++ b/technologies/app/spark-history-server/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: spark backgroundColor: "#e25a1c" customFlags: [] +readme: /technologies/app/spark-history-server contexts: - id: shs-3.1 label: "3.1" diff --git a/technologies/app/spark-history-server/technology.yaml b/technologies/app/spark-history-server/technology.yaml index fd6f925bb..b9665da66 100644 --- a/technologies/app/spark-history-server/technology.yaml +++ b/technologies/app/spark-history-server/technology.yaml @@ -7,4 +7,5 @@ description: "The Spark history server is a monitoring tool that displays inform available: true icon: spark backgroundColor: "#e25a1c" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/spark-history-server \ No newline at end of file diff --git a/technologies/app/vscode/README.md b/technologies/app/vscode/README.md index d15d8d6eb..08dd96082 100644 --- a/technologies/app/vscode/README.md +++ b/technologies/app/vscode/README.md @@ -1,6 +1,6 @@ # VS Code -![Docker Image Size (tag)](https://img.shields.io/docker/image-size/saagie/vscode-server/3.9.3?label=v3.9.3%20image%20size&style=for-the-badge) +![Docker Image Size (tag)](https://img.shields.io/docker/image-size/saagie/vscode-server/4.8?label=v4.8%20image%20size&style=for-the-badge) ## Description diff --git a/technologies/app/zeppelin/metadata.yaml b/technologies/app/zeppelin/metadata.yaml index 5d7570be8..74f031ee7 100644 --- a/technologies/app/zeppelin/metadata.yaml +++ b/technologies/app/zeppelin/metadata.yaml @@ -8,6 +8,7 @@ available: true icon: zeppelin backgroundColor: "#0099CC" customFlags: [] +readme: /technologies/app/zeppelin contexts: - id: zeppelin-0.7.3 label: 0.7.3 diff --git a/technologies/app/zeppelin/technology.yaml b/technologies/app/zeppelin/technology.yaml index 009807f3a..d84ec6524 100644 --- a/technologies/app/zeppelin/technology.yaml +++ b/technologies/app/zeppelin/technology.yaml @@ -7,4 +7,5 @@ description: Zeppelin is a web-based notebook that enables data-driven, interact available: true icon: zeppelin backgroundColor: "#0099CC" -customFlags: [] \ No newline at end of file +customFlags: [] +readme: /technologies/app/zeppelin \ No newline at end of file diff --git a/technologies/job/gcp-cloud-functions/metadata.yaml b/technologies/job/gcp-cloud-functions/metadata.yaml index c65ad7a14..62b16dac7 100644 --- a/technologies/job/gcp-cloud-functions/metadata.yaml +++ b/technologies/job/gcp-cloud-functions/metadata.yaml @@ -1,7 +1,7 @@ version: v2 id: gcp-cloud-functions label: Google Cloud Functions -description: "" +description: "Google Cloud Functions is a serverless compute platform provided by Google Cloud. It allows developers to write and deploy small, event-driven functions that automatically run in response to events, such as changes to data in Google Cloud Storage, incoming messages in Pub/Sub, or HTTP requests." available: true type: EXTERNAL_JOB iconPath: ./gcp-cloud-functions.png diff --git a/technologies/job/gcp-cloud-functions/technology.yaml b/technologies/job/gcp-cloud-functions/technology.yaml index dac82cf16..d6bb38e7f 100644 --- a/technologies/job/gcp-cloud-functions/technology.yaml +++ b/technologies/job/gcp-cloud-functions/technology.yaml @@ -1,7 +1,7 @@ version: v2 id: gcp-cloud-functions label: Google Cloud Functions -description: "" +description: "Google Cloud Functions is a serverless compute platform provided by Google Cloud. It allows developers to write and deploy small, event-driven functions that automatically run in response to events, such as changes to data in Google Cloud Storage, incoming messages in Pub/Sub, or HTTP requests." available: true type: EXTERNAL_JOB iconPath: ./gcp-cloud-functions.png diff --git a/version.properties b/version.properties index 585a5b092..3cf266bee 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ -version.buildmeta= +version.buildmeta=SDKTECHNO-232-2 version.major=1 version.minor=160 version.patch=0 version.prerelease= -version.semver=1.160.0 +version.semver=1.160.0+SDKTECHNO-232-2