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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
8e5ad7c0
Commit
8e5ad7c0
authored
Nov 18, 2016
by
Luke "Jared" Bennett
Committed by
Z.J. van de Weg
Nov 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added new .help-form styling and implemented with mattermost command service help well
parent
34d1d167
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
157 additions
and
16 deletions
+157
-16
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+4
-0
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+39
-1
app/views/admin/services/_form.html.haml
app/views/admin/services/_form.html.haml
+3
-2
app/views/projects/services/_form.html.haml
app/views/projects/services/_form.html.haml
+9
-8
app/views/projects/services/_mattermost_command_service.html.haml
...s/projects/services/_mattermost_command_service.html.haml
+0
-1
app/views/projects/services/mattermost_command/_help.html.haml
...iews/projects/services/mattermost_command/_help.html.haml
+100
-0
app/views/shared/_service_settings.html.haml
app/views/shared/_service_settings.html.haml
+2
-4
No files found.
app/assets/stylesheets/framework/common.scss
View file @
8e5ad7c0
...
@@ -299,6 +299,10 @@ table {
...
@@ -299,6 +299,10 @@ table {
.well
{
.well
{
margin-bottom
:
$gl-padding
;
margin-bottom
:
$gl-padding
;
hr
{
border-color
:
$gray-darker
;
}
}
}
.search_box
{
.search_box
{
...
...
app/assets/stylesheets/framework/forms.scss
View file @
8e5ad7c0
...
@@ -68,6 +68,45 @@ label {
...
@@ -68,6 +68,45 @@ label {
}
}
}
}
.help-form
{
.form-group
{
.control-label
{
font-weight
:
bold
;
padding-top
:
4px
;
}
.form-control
{
height
:
29px
;
background
:
$white-light
;
font-family
:
$monospace_font
;
}
.input-group-btn
.btn
{
padding
:
3px
$gl-btn-padding
;
background-color
:
$gray-light
;
border
:
1px
solid
$border-color
;
}
.text-block
{
line-height
:
0
.8
;
padding-top
:
9px
;
code
{
line-height
:
1
.8
;
}
}
@media
(
max-width
:
$screen-sm-min
)
{
padding
:
0
$gl-padding
;
.control-label
,
.text-block
{
padding-left
:
0
;
}
}
}
}
.fieldset-form
fieldset
{
.fieldset-form
fieldset
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
...
@@ -167,4 +206,3 @@ label {
...
@@ -167,4 +206,3 @@ label {
color
:
$gl-text-color
;
color
:
$gl-text-color
;
}
}
}
}
app/views/admin/services/_form.html.haml
View file @
8e5ad7c0
...
@@ -6,5 +6,6 @@
...
@@ -6,5 +6,6 @@
=
form_for
:service
,
url:
admin_application_settings_service_path
,
method: :put
,
html:
{
class:
'form-horizontal fieldset-form'
}
do
|
form
|
=
form_for
:service
,
url:
admin_application_settings_service_path
,
method: :put
,
html:
{
class:
'form-horizontal fieldset-form'
}
do
|
form
|
=
render
'shared/service_settings'
,
form:
form
=
render
'shared/service_settings'
,
form:
form
.footer-block.row-content-block
.form-actions
.form-actions
=
form
.
submit
'Save'
,
class:
'btn btn-save'
=
form
.
submit
'Save'
,
class:
'btn btn-save'
app/views/projects/services/_form.html.haml
View file @
8e5ad7c0
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
=
form_for
(
@service
,
as: :service
,
url:
namespace_project_service_path
(
@project
.
namespace
,
@project
,
@service
.
to_param
),
method: :put
,
html:
{
class:
'form-horizontal'
})
do
|
form
|
=
form_for
(
@service
,
as: :service
,
url:
namespace_project_service_path
(
@project
.
namespace
,
@project
,
@service
.
to_param
),
method: :put
,
html:
{
class:
'form-horizontal'
})
do
|
form
|
=
render
'shared/service_settings'
,
form:
form
=
render
'shared/service_settings'
,
form:
form
.footer-block.row-content-block
=
form
.
submit
'Save changes'
,
class:
'btn btn-save'
=
form
.
submit
'Save changes'
,
class:
'btn btn-save'
-
if
@service
.
valid?
&&
@service
.
activated?
-
if
@service
.
valid?
&&
@service
.
activated?
...
...
app/views/projects/services/_mattermost_command_service.html.haml
deleted
100644 → 0
View file @
34d1d167
Hello Jared!
app/views/projects/services/mattermost_command/_help.html.haml
0 → 100644
View file @
8e5ad7c0
-
pretty_path_with_namespace
=
"
#{
@project
?
@project
.
namespace
.
name
:
'namespace'
}
/
#{
@project
?
@project
.
name
:
'name'
}
"
-
run_actions_text
=
"Run action on the GitLab project:
#{
pretty_path_with_namespace
}
"
.well
%p
This service allows GitLab users to perform common operations on this
project by entering slash commands in Mattermost.
%p
See list of available commands in Mattermost after setting up this service,
by entering
%code
/
<
command_trigger_word
>
help
%p
To setup this service:
%ul
.list-unstyled
%li
1.
=
link_to
'Enable custom slash commands'
,
'https://docs.mattermost.com/developer/slash-commands.html#enabling-custom-commands'
on your Mattermost installation.
%li
2.
=
link_to
'Add a slash command'
,
'https://docs.mattermost.com/developer/slash-commands.html#set-up-a-custom-command'
in Mattermost with these options:
%hr
.help-form
.form-group
=
label_tag
:display_name
,
'Display name'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.input-group
=
text_field_tag
:display_name
,
"GitLab /
#{
pretty_path_with_namespace
}
"
,
class:
'form-control input-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
clipboard_target:
'#display_name'
)
.form-group
=
label_tag
:description
,
'Description'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.input-group
=
text_field_tag
:description
,
run_actions_text
,
class:
'form-control input-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
clipboard_target:
'#description'
)
.form-group
=
label_tag
nil
,
'Command trigger word'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.text-block
%p
Fill in the word that works best for your team.
%p
Suggestions:
%code
=
@project
?
@project
.
name
:
'project_name'
%code
=
@project
?
@project
.
namespace
.
name
:
'namespace_name'
%code
=
@project
?
@project
.
name_with_namespace
:
'namespace_name/project_name'
.form-group
=
label_tag
:request_url
,
'Request URL'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.input-group
=
text_field_tag
:request_url
,
service_trigger_url
(
@service
),
class:
'form-control input-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
clipboard_target:
'#request_url'
)
.form-group
=
label_tag
nil
,
'Request method'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.text-block
POST
.form-group
=
label_tag
:response_username
,
'Response username'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.input-group
=
text_field_tag
:response_username
,
'GitLab'
,
class:
'form-control input-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
clipboard_target:
'#response_username'
)
.form-group
=
label_tag
:response_icon
,
'Response icon'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.input-group
=
text_field_tag
:response_icon
,
asset_path
(
'gitlab_logo.png'
),
class:
'form-control input-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
clipboard_target:
'#response_icon'
)
.form-group
=
label_tag
nil
,
'Autocomplete'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.text-block
Yes
.form-group
=
label_tag
:autocomplete_hint
,
'Autocomplete hint'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.input-group
=
text_field_tag
:autocomplete_hint
,
'[help]'
,
class:
'form-control input-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
clipboard_target:
'#autocomplete_hint'
)
.form-group
=
label_tag
:autocomplete_description
,
'Autocomplete description'
,
class:
'col-sm-2 col-xs-12 control-label'
.col-sm-10.col-xs-12.input-group
=
text_field_tag
:autocomplete_description
,
run_actions_text
,
class:
'form-control input-sm'
,
readonly:
'readonly'
.input-group-btn
=
clipboard_button
(
clipboard_target:
'#autocomplete_description'
)
%hr
%ul
.list-unstyled
%li
3. After adding the slash command, paste the
%strong
token
into the field below
app/views/shared/_service_settings.html.haml
View file @
8e5ad7c0
=
form_errors
(
@service
)
=
form_errors
(
@service
)
-
byebug
-
if
lookup_context
.
template_exists?
(
'help'
,
"projects/services/
#{
@service
.
to_param
}
"
,
true
)
=
render
"projects/services/
#{
@service
.
to_param
}
/help"
,
subject:
@service
-
if
lookup_context
.
template_exists?
(
@service
.
type
.
underscore
,
"projects/services"
,
true
)
=
render
'projects/services/mattermost_command_service'
-
elsif
@service
.
help
.
present?
-
elsif
@service
.
help
.
present?
.well
.well
=
preserve
do
=
preserve
do
...
...
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