From da1b2015b4a20b17291023da972d85a16a4534ba Mon Sep 17 00:00:00 2001 From: framawiki Date: Sat, 5 Aug 2023 21:14:09 +0200 Subject: [PATCH 1/2] Improve maintenance message CSS Bug: T343644 Change-Id: I36fde4e4208682ecf30bc4dbe1152f220942e08a --- quarry/web/static/css/base.css | 12 ++++++++++++ quarry/web/templates/base.html | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/quarry/web/static/css/base.css b/quarry/web/static/css/base.css index 204eac2..1a13a96 100644 --- a/quarry/web/static/css/base.css +++ b/quarry/web/static/css/base.css @@ -34,6 +34,18 @@ margin-bottom: 0px; border-bottom-width: 0px; text-align: center; + padding: .5em; + background-color: #E8A02E; + color: black; +} + +.maintenance-msg p { + margin-bottom: 0; +} + +.maintenance-msg a { + color: #183490; + text-decoration: underline; } .flashes { diff --git a/quarry/web/templates/base.html b/quarry/web/templates/base.html index cadf28c..0a8462d 100644 --- a/quarry/web/templates/base.html +++ b/quarry/web/templates/base.html @@ -29,7 +29,7 @@ {% if config['MAINTENANCE_MSG'] %} -
+

{{ config['MAINTENANCE_MSG'] | safe }}

{% endif %} From e21d4492f0001ad3f5557baf2f972e8b80336756 Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 4 Dec 2025 12:26:07 +0000 Subject: [PATCH 2/2] auto update of tag --- helm-quarry/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-quarry/values.yaml b/helm-quarry/values.yaml index b65cab0..15350cb 100644 --- a/helm-quarry/values.yaml +++ b/helm-quarry/values.yaml @@ -1,6 +1,6 @@ web: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-92 # web tag managed by github actions + tag: pr-94 # web tag managed by github actions resources: requests: memory: "300Mi" @@ -11,7 +11,7 @@ web: worker: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-92 # worker tag managed by github actions + tag: pr-94 # worker tag managed by github actions resources: requests: memory: "400Mi"