Commit 707b0fef authored by Sean McGivern's avatar Sean McGivern

Merge branch 'remove-deprecated-lint-page' into 'master'

Remove deprecated CI lint page

See merge request gitlab-org/gitlab!28562
parents 70f230b0 ad635562
# frozen_string_literal: true
module Ci
class LintsController < ::ApplicationController
before_action :authenticate_user!
def show
end
end
end
.row.empty-state
.col-12
.svg-content
= image_tag 'illustrations/feature_moved.svg'
.col-12
.text-content.text-center
%h4= _("GitLab CI Linter has been moved")
%p
= _("To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button.")
---
title: Remove deprecated /ci/lint page
merge_request: 28562
author:
type: removed
......@@ -19,7 +19,6 @@ Rails.application.routes.draw do
draw :sherlock
draw :development
draw :ci
use_doorkeeper do
controllers applications: 'oauth/applications',
......
namespace :ci do
resource :lint, only: :show
root to: redirect('')
end
......@@ -55,7 +55,6 @@ Currently the following names are reserved as top level groups:
- `apple-touch-icon.png`
- `assets`
- `autocomplete`
- `ci`
- `dashboard`
- `deploy.html`
- `explore`
......
......@@ -28,7 +28,6 @@ module Gitlab
apple-touch-icon.png
assets
autocomplete
ci
dashboard
deploy.html
explore
......
......@@ -9635,9 +9635,6 @@ msgstr ""
msgid "GitLab / Unsubscribe"
msgstr ""
msgid "GitLab CI Linter has been moved"
msgstr ""
msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
......@@ -21198,9 +21195,6 @@ msgstr ""
msgid "To this GitLab instance"
msgstr ""
msgid "To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button."
msgstr ""
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment