Commit 8aeed1de authored by Miguel Rincon's avatar Miguel Rincon

Enable feature ci_job_line_links by default

parent 69985326
......@@ -15,7 +15,7 @@ class Projects::JobsController < Projects::ApplicationController
before_action :authorize_create_proxy_build!, only: :proxy_websocket_authorize
before_action :verify_proxy_request!, only: :proxy_websocket_authorize
before_action do
push_frontend_feature_flag(:ci_job_line_links, @project)
push_frontend_feature_flag(:ci_job_line_links, @project, default_enabled: true)
end
layout 'project'
......
---
title: Render http and https URLs as clickable links in Job logs
merge_request: 48758
author: Łukasz Groszkowski @falxcerebri
type: added
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/281727
milestone: '13.6'
type: development
group: group::continuous integration
default_enabled: false
default_enabled: true
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