BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
1f59564f
Commit
1f59564f
authored
Sep 04, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '30162-retire-koding-integration' into 'master'
Hide Koding setting in admin panel if not enabled Closes #30162 See merge request !13992
parents
d449355f
52c94e25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
18 deletions
+25
-18
_form.html.haml
app/views/admin/application_settings/_form.html.haml
+21
-18
30162-retire-koding-integration.yml
changelogs/unreleased/30162-retire-koding-integration.yml
+4
-0
No files found.
app/views/admin/application_settings/_form.html.haml
View file @
1f59564f
...
...
@@ -539,24 +539,27 @@
.help-block
If you got a lot of false alarms from repository checks you can choose to clear all repository check information from the database.
%fieldset
%legend
Koding
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
=
f
.
label
:koding_enabled
do
=
f
.
check_box
:koding_enabled
Enable Koding
.form-group
=
f
.
label
:koding_url
,
'Koding URL'
,
class:
'control-label col-sm-2'
.col-sm-10
=
f
.
text_field
:koding_url
,
class:
'form-control'
,
placeholder:
'http://gitlab.your-koding-instance.com:8090'
.help-block
Koding has integration enabled out of the box for the
%strong
gitlab
team, and you need to provide that team's URL here. Learn more in the
=
succeed
"."
do
=
link_to
"Koding administration documentation"
,
help_page_path
(
"administration/integration/koding"
)
-
if
koding_enabled?
%fieldset
%legend
Koding
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
=
f
.
label
:koding_enabled
do
=
f
.
check_box
:koding_enabled
Enable Koding
.help-block
Koding integration has been deprecated since GitLab 10.0. If you disable your Koding integration, you will not be able to enable it again.
.form-group
=
f
.
label
:koding_url
,
'Koding URL'
,
class:
'control-label col-sm-2'
.col-sm-10
=
f
.
text_field
:koding_url
,
class:
'form-control'
,
placeholder:
'http://gitlab.your-koding-instance.com:8090'
.help-block
Koding has integration enabled out of the box for the
%strong
gitlab
team, and you need to provide that team's URL here. Learn more in the
=
succeed
"."
do
=
link_to
"Koding administration documentation"
,
help_page_path
(
"administration/integration/koding"
)
%fieldset
%legend
PlantUML
...
...
changelogs/unreleased/30162-retire-koding-integration.yml
0 → 100644
View file @
1f59564f
---
title
:
Deprecation of Koding integration, removal of setting in Admin Panel
merge_request
:
13992
author
:
@
mydigitalself
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