Skip to content

Commit

Permalink
Merge pull request #773 from SlateFoundation/develop
Browse files Browse the repository at this point in the history
Release: v3.9.0
  • Loading branch information
themightychris authored Feb 7, 2023
2 parents c4c948d + 69ce14e commit 29fff14
Show file tree
Hide file tree
Showing 45 changed files with 10,427 additions and 17,632 deletions.
1 change: 1 addition & 0 deletions .github/workflows/k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
--set ingress.enabled=true \
--set site.canonicalHostname="${release_hostname}" \
--set site.displayErrors=true \
--set site.corsOrigins="*" \
--set hab.license=accept-no-persist
echo "Listing pods existing after deploy"
Expand Down
2 changes: 1 addition & 1 deletion .holo/sources/slate.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[holosource]
url = "https://github.com/SlateFoundation/slate"
ref = "refs/tags/v2.20.3"
ref = "refs/tags/v2.21.2"
47 changes: 47 additions & 0 deletions cypress/fixtures/cbl/calculations.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,32 @@
"progress": "75",
"progressMissed": "0"
}
},
"SS": {
"SS.1": {
"baseline": null,
"average": "6.5",
"growth": "0",
"progress": "53"
},
"SS.2": {
"baseline": null,
"average": "6",
"growth": "0",
"progress": "75"
},
"SS.3": {
"baseline": null,
"average": "9.3",
"growth": "0.3",
"progress": "75"
},
"SS.4": {
"baseline": null,
"average": "6.5",
"growth": "-0.5",
"progress": "50"
}
}
},
"student2": {
Expand Down Expand Up @@ -99,6 +125,27 @@
"progress": "0",
"progressMissed": "67"
}
},
"SS": {
"SS.1": {
"baseline": null,
"average": null,
"growth": null,
"progress": "80"
},
"SS.2": {
"baseline": null,
"average": null,
"growth": null,
"progress": "75"
},
"SS.4": {
"baseline": null,
"average": "9.5",
"growth": "0",
"progress": "75",
"progressMissed": "25"
}
}
},
"student3": {
Expand Down
Loading

0 comments on commit 29fff14

Please sign in to comment.