diff --git a/.stylelintrc b/.stylelintrc index a2fc8bb15f1..378cb71431b 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -27,6 +27,21 @@ "rules": { "gitlab/no-gl-class": null } + }, + { + "files": [ + "app/assets/builds/tailwind.css" + ], + "rules": { + "selector-class-pattern": null, + "gitlab/no-gl-class": null, + "length-zero-no-unit": null, + "property-no-vendor-prefix": null, + "value-no-vendor-prefix": null, + "scss/at-rule-no-unknown": null, + "tailwind/disallow-max-width-media-query": true + }, + "reportNeedlessDisables": false } ] } diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index 2425fd25628..d1d9b3d83f7 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -1d2ad76ffe17a57c398a38add3b6e622b3992378 +69eb2ff2e586936c27e0f95aa3af1e70b4cd30f0 diff --git a/Gemfile.lock b/Gemfile.lock index 7a8661f14a4..4c47300f42b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ PATH remote: gems/gitlab-backup-cli specs: gitlab-backup-cli (0.0.1) - activesupport (~> 7.0.8) + activesupport (< 7.2) rainbow (~> 3.0) thor (~> 1.3) diff --git a/app/assets/javascripts/ci/pipelines_page/pipelines.vue b/app/assets/javascripts/ci/pipelines_page/pipelines.vue index 24757248bbf..a183bead994 100644 --- a/app/assets/javascripts/ci/pipelines_page/pipelines.vue +++ b/app/assets/javascripts/ci/pipelines_page/pipelines.vue @@ -372,7 +372,7 @@ export default {