Skip to content

Commit 926dab4

Browse files
authored
Merge pull request #1494 from FZJ-INM1-BDA/staging
v2.14.19
2 parents 9f23737 + a3e845e commit 926dab4

File tree

12 files changed

+36
-21
lines changed

12 files changed

+36
-21
lines changed

.github/workflows/docker_img.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,12 @@ jobs:
8585
then
8686
echo "Either staging, using staging env..."
8787
echo "SIIBRA_API_ENDPOINTS=${{ env.SIIBRA_API_RC }}" >> $GITHUB_ENV
88+
elif [[ "$GITHUB_REF" == 'refs/heads/dev' ]]
89+
then
90+
echo "Either dev, ..."
91+
echo "SIIBRA_API_ENDPOINTS=${{ env.SIIBRA_API_RC }}" >> $GITHUB_ENV
8892
else
89-
echo "Currently, only master and staging are built"
93+
echo "Currently, only master, staging, dev are built"
9094
exit 1
9195
fi
9296
@@ -97,6 +101,7 @@ jobs:
97101
echo "prod/staging build, do not enable experimental features"
98102
else
99103
echo "dev bulid, enable experimental features"
104+
echo "EXPERIMENTAL_FEATURE_FLAG=true" >> $GITHUB_ENV
100105
fi
101106
- id: 'build-docker-image'
102107
name: 'Build docker image'

.github/workflows/repo_sync_ebrains.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: valtech-sd/git-sync@v9
12+
- uses: wei/git-sync@v3
1313
with:
1414
source_repo: ${GITHUB_REPOSITORY}
1515
source_branch: ${GITHUB_REF_NAME}

.helm/adhoc/deployment-redis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ spec:
2727
limits:
2828
cpu: 200m
2929
memory: 1Gi
30+
ephemeral-storage: 64Mi
3031
requests:
3132
cpu: 100m
3233
memory: 128Mi
34+
ephemeral-storage: 64Mi
3335
restartPolicy: Always

.helm/siibra-explorer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.5
18+
version: 0.1.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.14.5"
24+
appVersion: "2.14.19"

.helm/siibra-explorer/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ resources:
6767
limits:
6868
cpu: 200m
6969
memory: 256Mi
70+
ephemeral-storage: 64Mi
7071
requests:
7172
cpu: 100m
7273
memory: 128Mi
74+
ephemeral-storage: 64Mi
7375

7476
autoscaling:
7577
enabled: false

.helm/trafficcop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

.helm/trafficcop/values.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,19 @@ ingress:
5959
# hosts:
6060
# - chart-example.local
6161

62-
resources: {}
62+
resources:
6363
# We usually recommend not to specify default resources and to leave this as a conscious
6464
# choice for the user. This also increases chances charts run on environments with little
6565
# resources, such as Minikube. If you do want to specify resources, uncomment the following
6666
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
67-
# limits:
68-
# cpu: 100m
69-
# memory: 128Mi
70-
# requests:
71-
# cpu: 100m
72-
# memory: 128Mi
67+
limits:
68+
cpu: 100m
69+
memory: 128Mi
70+
ephemeral-storage: 64Mi
71+
requests:
72+
cpu: 100m
73+
memory: 128Mi
74+
ephemeral-storage: 64Mi
7375

7476
# livenessProbe:
7577
# httpGet:

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
],
5858
"codeRepository": "git+https://github.com/fzj-inm1-bda/siibra-explorer.git",
5959
"dateCreated": "2024-08-28",
60-
"dateModified": "2025-04-11",
60+
"dateModified": "2025-05-13",
6161
"datePublished": "2019-04-26",
6262
"description": "`siibra-explorer` is a browser based 3D viewer for exploring brain atlases that cover different spatial resolutions and modalities. It is built around an interactive 3D view of the brain displaying a unique selection of detailed templates and parcellation maps for the human, macaque, rat or mouse brain, including BigBrain as a microscopic resolution human brain model at its full resolution of 20 micrometers. ",
6363
"license": "https://spdx.org/licenses/Apache-2.0",
@@ -66,9 +66,9 @@
6666
"python 3",
6767
"typescript"
6868
],
69-
"schema:releaseNotes": "# v2.14.18\n\n## Bugfix\n\n- Fixed x-overlay-layer nifti, swc\n- Fixed `ctrl+c` string copy in viewer\n- Fixed parcellation visibility toggle\n\n## Feature\n\n- Remove dependency on unpkg\n- (experimental) keyframe support for nehuba viewer\n\n## Behind the scenes\n\n- unify colormap shader generation and access\n- do not track perspective images with git-lfs\n",
69+
"schema:releaseNotes": "# v2.14.19\n\n## Bugfix\n\n- Fixed Safari not loading bug",
7070
"runtimePlatform": "docker",
71-
"version": "2.14.18",
71+
"version": "2.14.19",
7272
"contIntegration": "https://github.com/FZJ-INM1-BDA/siibra-explorer/actions",
7373
"codemeta:continuousIntegration": {
7474
"id": "https://github.com/FZJ-INM1-BDA/siibra-explorer/actions"

docs/releases/v2.14.19.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v2.14.19
2+
3+
## Bugfix
4+
5+
- Fixed Safari not loading bug

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ nav:
4545
- Differential gene expression analysis: "advanced/differential_gene_expression_analysis.md"
4646

4747
- Release notes:
48+
- v2.14.19: 'releases/v2.14.19.md'
4849
- v2.14.18: 'releases/v2.14.18.md'
4950
- v2.14.17: 'releases/v2.14.17.md'
5051
- v2.14.16: 'releases/v2.14.16.md'

0 commit comments

Comments
 (0)