Skip to content

Commit b5e1f49

Browse files
authored
Merge pull request #245 from cmu-delphi/release
Release v1.12.7
2 parents 746d319 + a8a799b commit b5e1f49

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/workflows/ci_fast.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ jobs:
3737
path: ./public
3838

3939
- name: Login to GitHub Container Registry
40+
if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/release') && github.event_name == 'push'
4041
uses: docker/login-action@v1
4142
with:
4243
registry: ghcr.io
4344
username: cmu-delphi-deploy-machine
4445
password: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }}
4546

4647
- name: Build, tag, and push image to Github
48+
if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/release') && github.event_name == 'push'
4749
env:
4850
DEVOPS_DOCKER_FILE: ./devops/precompiled.dockerfile
4951
run: |

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www-main",
3-
"version": "1.12.6",
3+
"version": "1.12.7",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.1",

themes/delphi/layouts/_default/covidcast_app.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
{{ define "body_class" }}covidcast_wrapper{{ end }}
1010
{{ define "main" }}
1111
{{ partial "covidcast/modes.html" . }}
12+
<div class="uk-alert-warning uk-margin-small-top uk-margin-small-bottom" uk-alert>
13+
<a class="uk-alert-close" uk-close></a>
14+
<p>
15+
Due to an issue with our backend, no data newer than <strong>February 1st</strong> is being added to the system.
16+
We expect to resume daily updates or provide a new estimate by February 15th.
17+
</p>
18+
</div>
1219
<div id="vizbox">
1320
<div class="ie-banner" style="display: none">
1421
<div>

0 commit comments

Comments
 (0)