From 99f7a7b72dfe51d903d43cd61a681fff65bb2d7b 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 --- quarry/web/static/css/base.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quarry/web/static/css/base.css b/quarry/web/static/css/base.css index 204eac2..b43a869 100644 --- a/quarry/web/static/css/base.css +++ b/quarry/web/static/css/base.css @@ -34,6 +34,13 @@ margin-bottom: 0px; border-bottom-width: 0px; text-align: center; + padding: .5em; + color: black; +} + +.maintenance-msg a { + color: blue; + text-decoration: underline; } .flashes { From 2e73a2a6add6b6448cfc4ebba4a4414fe4ecb9d3 Mon Sep 17 00:00:00 2001 From: Github Action Date: Mon, 2 Sep 2024 09:44:21 +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 3a63217..2f7068a 100644 --- a/helm-quarry/values.yaml +++ b/helm-quarry/values.yaml @@ -1,7 +1,7 @@ web: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-68 # web tag managed by github actions + tag: pr-23 # web tag managed by github actions worker: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-68 # worker tag managed by github actions + tag: pr-23 # worker tag managed by github actions