Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8aeed1de
Commit
8aeed1de
authored
Nov 30, 2020
by
Miguel Rincon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable feature ci_job_line_links by default
parent
69985326
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/controllers/projects/jobs_controller.rb
app/controllers/projects/jobs_controller.rb
+1
-1
changelogs/unreleased/281727-feature-ci_job_line_links-default-true.yml
...eleased/281727-feature-ci_job_line_links-default-true.yml
+5
-0
config/feature_flags/development/ci_job_line_links.yml
config/feature_flags/development/ci_job_line_links.yml
+1
-1
No files found.
app/controllers/projects/jobs_controller.rb
View file @
8aeed1de
...
...
@@ -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'
...
...
changelogs/unreleased/281727-feature-ci_job_line_links-default-true.yml
0 → 100644
View file @
8aeed1de
---
title
:
Render http and https URLs as clickable links in Job logs
merge_request
:
48758
author
:
Łukasz Groszkowski @falxcerebri
type
:
added
config/feature_flags/development/ci_job_line_links.yml
View file @
8aeed1de
...
...
@@ -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
:
fals
e
default_enabled
:
tru
e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment