diff --git a/.gitlab/merge_request_templates/Documentation_Solutions.md b/.gitlab/merge_request_templates/Documentation_Solutions.md new file mode 100644 index 00000000000..c76ff783a26 --- /dev/null +++ b/.gitlab/merge_request_templates/Documentation_Solutions.md @@ -0,0 +1,32 @@ + + +## What does this MR do? + + + +## Related issues + + + +## Review + +- [ ] Assign yourself as the **Assignee** of this MR. +- [ ] I have read the [Solutions Docs Contributors Guide in the GitLab Handbook](https://handbook.gitlab.com/handbook/customer-success/solutions-architects/sa-documentation/). +- [ ] Assign another SA as the **Reviewer**. +- [ ] Assign the latest release for the **Milestone**. If you're not sure, [view the list of releases](https://about.gitlab.com/releases/). +- [ ] Mention the reviewer in a comment, so they're aware that the MR is ready. + +## Merging + +- [ ] Obtain approval from a member of the Solutions Documentation Approvers Group (CODEOWNERS for the Solutions directory) + +When a code owner approves, they can merge. + +## Troubleshooting + +The pipeline will test for style and link issues. If you have issues you're unable to resolve, +view the documentation [Style Guide](https://docs.gitlab.com/ee/development/documentation/styleguide/) +or ask for assistance in the #docs Slack channel. + +/label ~documentation ~Solutions ~"type::maintenance" ~"maintenance::refactor" +/assign me diff --git a/Gemfile.checksum b/Gemfile.checksum index 48f7de1ec3a..3f5b89ba104 100644 --- a/Gemfile.checksum +++ b/Gemfile.checksum @@ -525,7 +525,7 @@ {"name":"redcarpet","version":"3.6.0","platform":"ruby","checksum":"8ad1889c0355ff4c47174af14edd06d62f45a326da1da6e8a121d59bdcd2e9e9"}, {"name":"redis","version":"4.8.0","platform":"ruby","checksum":"2000cf5014669c9dc821704b6d322a35a9a33852a95208911d9175d63b448a44"}, {"name":"redis-actionpack","version":"5.4.0","platform":"ruby","checksum":"f10cf649ab05914716d63334d7f709221ecc883b87cf348f90ecfe0c35ea3540"}, -{"name":"redis-client","version":"0.19.0","platform":"ruby","checksum":"6ed9af23ff5aa87cf4d59439db77082b4cae5a0abbdd114ec5420bd63456324d"}, +{"name":"redis-client","version":"0.20.0","platform":"ruby","checksum":"239ac38fe4f0b62c8d2d8641989319b736b7dd40eebec868fd874a14686bdc8c"}, {"name":"redis-namespace","version":"1.10.0","platform":"ruby","checksum":"2c1c6ea7c6c5e343e75b9bee3aa4c265e364a5b9966507397467af2bb3758d94"}, {"name":"redis-rack","version":"3.0.0","platform":"ruby","checksum":"abb50b82ae10ad4d11ca2e4901bfc2b98256cdafbbd95f80c86fc9e001478380"}, {"name":"redis-store","version":"1.10.0","platform":"ruby","checksum":"f258894f9f7e82834308a3d86242294f0cff2c9db9ae66e5cb4c553a5ec8b09e"}, diff --git a/Gemfile.lock b/Gemfile.lock index 8648c235f49..2f2275bc3d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1390,7 +1390,7 @@ GEM actionpack (>= 5, < 8) redis-rack (>= 2.1.0, < 4) redis-store (>= 1.1.0, < 2) - redis-client (0.19.0) + redis-client (0.20.0) connection_pool redis-namespace (1.10.0) redis (>= 4) diff --git a/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_preparing.vue b/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_preparing.vue index 1dc4270f054..2bab97869d7 100644 --- a/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_preparing.vue +++ b/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_preparing.vue @@ -14,8 +14,8 @@ export default { };