Skip to content

Commit

Permalink
Merge branch 'develop' into SS-698-set-default-time-zone-to-stockholm…
Browse files Browse the repository at this point in the history
  • Loading branch information
anondo1969 authored Nov 29, 2024
2 parents 0d3eaba + 2e4b834 commit 1408cf4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def save_instance_and_related_data(instance, form):
instance.save(update_fields=["k8s_values", "url"])


def validate_path_k8s_label_compatible(candidate: str):
def validate_path_k8s_label_compatible(candidate: str) -> None:
"""
Validates to be compatible with k8s labels specification.
See: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set
Expand Down
22 changes: 11 additions & 11 deletions fixtures/apps_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"fields": {
"category": "develop",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/lab:1.0.2",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/lab:1.0.3",
"created_on": "2021-02-19T21:34:37.815Z",
"description": "",
"logo": "jupyter-lab-logo.svg",
Expand All @@ -20,7 +20,7 @@
{
"fields": {
"category": "manage-files",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/filemanager:1.0.2",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/filemanager:1.0.3",
"created_on": "2021-02-19T21:34:37.815Z",
"description": "",
"logo": "filemanager-logo.svg",
Expand Down Expand Up @@ -273,7 +273,7 @@
{
"fields": {
"category": "develop",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/vscode:1.0.1",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/vscode:1.0.2",
"created_on": "2021-02-19T21:34:37.815Z",
"description": "",
"logo": "vscode-logo.svg",
Expand Down Expand Up @@ -311,7 +311,7 @@
{
"fields": {
"category": "serve",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/custom-app:1.1.0",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/custom-app:1.1.1",
"created_on": "2023-08-25T21:34:37.815Z",
"description": "Apps built with Gradio, Streamlit, Flask, etc.",
"logo": "default-logo.svg",
Expand All @@ -329,7 +329,7 @@
{
"fields": {
"category": "develop",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/rstudio:1.0.2",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/rstudio:1.0.3",
"created_on": "2023-08-31T09:30:00.000Z",
"description": "",
"logo": "rstudio-logo.svg",
Expand All @@ -347,7 +347,7 @@
{
"fields": {
"category": "serve",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/dash-app:1.0.2",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/dash-app:1.0.3",
"created_on": "2023-08-25T21:34:37.815Z",
"description": "",
"logo": "dashapp-logo.svg",
Expand All @@ -365,7 +365,7 @@
{
"fields": {
"category": "serve",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/shinyapp:1.0.3",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/shinyapp:1.0.4",
"created_on": "2023-08-25T21:34:37.815Z",
"description": "",
"logo": "shinyapp-logo.svg",
Expand All @@ -383,7 +383,7 @@
{
"fields": {
"category": "serve",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/shinyproxy:1.4.2",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/shinyproxy:1.4.3",
"created_on": "2023-08-25T21:34:37.815Z",
"description": "",
"logo": "shinyapp-logo.svg",
Expand Down Expand Up @@ -470,7 +470,7 @@
{
"fields": {
"category": "serve",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/tissuumaps:1.0.2",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/tissuumaps:1.0.3",
"created_on": "2023-08-25T21:34:37.815Z",
"description": "App to visualise and explore data using TissUUmaps.",
"logo": "tissuumaps-logo.svg",
Expand All @@ -488,7 +488,7 @@
{
"fields": {
"category": "serve",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/custom-app:1.1.0",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/custom-app:1.1.1",
"created_on": "2023-08-25T21:34:37.815Z",
"description": "",
"logo": "gradio-logo.svg",
Expand All @@ -506,7 +506,7 @@
{
"fields": {
"category": "serve",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/custom-app:1.1.0",
"chart": "ghcr.io/scilifelabdatacentre/serve-charts/custom-app:1.1.1",
"created_on": "2023-08-25T21:34:37.815Z",
"description": "",
"logo": "streamlit-logo.svg",
Expand Down

0 comments on commit 1408cf4

Please sign in to comment.