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
9132222f
Commit
9132222f
authored
Aug 05, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
6b9cd1c7
cafeb134
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
0 deletions
+42
-0
doc/administration/index.md
doc/administration/index.md
+2
-0
doc/administration/troubleshooting/diagnostics_tools.md
doc/administration/troubleshooting/diagnostics_tools.md
+27
-0
doc/user/project/quick_actions.md
doc/user/project/quick_actions.md
+13
-0
No files found.
doc/administration/index.md
View file @
9132222f
...
...
@@ -185,3 +185,5 @@ Learn how to install, configure, update, and maintain your GitLab instance.
-
[
Debugging tips
](
troubleshooting/debug.md
)
: Tips to debug problems when things go wrong
-
[
Log system
](
logs.md
)
: Where to look for logs.
-
[
Sidekiq Troubleshooting
](
troubleshooting/sidekiq.md
)
: Debug when Sidekiq appears hung and is not processing jobs.
-
Useful
[
diagnostics tools
](
troubleshooting/diagnostics_tools.md
)
that are sometimes used by the GitLab
Support team.
doc/administration/troubleshooting/diagnostics_tools.md
0 → 100644
View file @
9132222f
---
type
:
reference
---
# Diagnostics tools
These are some of the diagnostics tools the GitLab Support team uses during troubleshooting.
They are listed here for transparency, and they may be useful for users with experience
with troubleshooting GitLab. If you are currently having an issue with GitLab, you
may want to check your
[
support options
](
https://about.gitlab.com/support/
)
first,
before attempting to use these tools.
## gitlabsos
The
[
gitlabsos
](
https://gitlab.com/gitlab-com/support/toolbox/gitlabsos/
)
utility
provides a unified method of gathering info and logs from GitLab and the system it's
running on.
## strace-parser
[
strace-parser
](
https://gitlab.com/wchandler/strace-parser
)
is a small tool to analyze
and summarize raw strace data.
## Pritaly
[
Pritaly
](
https://gitlab.com/wchandler/pritaly
)
takes Gitaly logs and colorizes output
or converts the logs to JSON.
doc/user/project/quick_actions.md
View file @
9132222f
...
...
@@ -70,6 +70,19 @@ Many quick actions require a parameter, for example: username, milestone, and
label.
[
Autocomplete characters
](
autocomplete_characters.md
)
can make it easier
to enter a parameter, compared to selecting items from a list.
## Quick actions parameters
The easiest way to set parameters for quick actions is to use autocomplete. If
you manually enter a parameter, it must be enclosed in double quotation marks
(
`"`
), unless it contains only:
1.
ASCII letters.
2.
Numerals.
3.
Underscore, hyphen, question mark, dot, and ampersand.
Parameters are also case-sensitive. Autocomplete handles this, and the insertion
of quotation marks, automatically.
## Quick actions for commit messages
The following quick actions are applicable for commit messages:
...
...
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