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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
d6e0a188
Commit
d6e0a188
authored
Nov 24, 2015
by
Anton Davydov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in all docs [skip ci]
parent
36f7b624
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
doc/api/settings.md
doc/api/settings.md
+1
-1
doc/development/db_dump.md
doc/development/db_dump.md
+1
-1
doc/raketasks/backup_restore.md
doc/raketasks/backup_restore.md
+2
-2
doc/release/monthly.md
doc/release/monthly.md
+1
-1
doc/web_hooks/web_hooks.md
doc/web_hooks/web_hooks.md
+2
-2
No files found.
doc/api/settings.md
View file @
d6e0a188
...
...
@@ -57,7 +57,7 @@ Parameters:
-
`default_project_visibility`
- what visibility level new project receives
-
`default_snippet_visibility`
- what visibility level new snippet receives
-
`restricted_signup_domains`
- force people to use only corporate emails for signup
-
`user_oauth_applications`
- allow users to create oauth applica
it
ons
-
`user_oauth_applications`
- allow users to create oauth applica
ti
ons
-
`after_sign_out_path`
- where redirect user after logout
All parameters are optional. You can send only one that you want to change.
...
...
doc/development/db_dump.md
View file @
d6e0a188
# Importing a database dump into a staging enviroment
# Importing a database dump into a staging enviro
n
ment
Sometimes it is useful to import the database from a production environment
into a staging environment for testing. The procedure below assumes you have
...
...
doc/raketasks/backup_restore.md
View file @
d6e0a188
...
...
@@ -360,8 +360,8 @@ If you are using backup restore procedures you might encounter the following war
```
psql:/var/opt/gitlab/backups/db/database.sql:22: ERROR: must be owner of extension plpgsql
psql:/var/opt/gitlab/backups/db/database.sql:2931: WARNING: no privileges could be revoked for "public" (two occurences)
psql:/var/opt/gitlab/backups/db/database.sql:2933: WARNING: no privileges were granted for "public" (two occurences)
psql:/var/opt/gitlab/backups/db/database.sql:2931: WARNING: no privileges could be revoked for "public" (two occur
r
ences)
psql:/var/opt/gitlab/backups/db/database.sql:2933: WARNING: no privileges were granted for "public" (two occur
r
ences)
```
...
...
doc/release/monthly.md
View file @
d6e0a188
...
...
@@ -176,7 +176,7 @@ Tweet about the RC release:
1.
Also check the CI changelog
1.
Add a proposed tweet text to the blog post WIP MR description.
1.
Create a WIP MR for the blog post
1.
Make sure merge request title starts with
`WIP`
so it can not be accidently merged until ready.
1.
Make sure merge request title starts with
`WIP`
so it can not be accident
al
ly merged until ready.
1.
Ask Dmitriy (or a team member with OS X) to add screenshots to the WIP MR.
1.
Decide with core team who will be the MVP user.
1.
Create WIP MR for adding MVP to MVP page on website
...
...
doc/web_hooks/web_hooks.md
View file @
d6e0a188
...
...
@@ -184,7 +184,7 @@ X-Gitlab-Event: Note Hook
{
"object_kind"
:
"note"
,
"user"
:
{
"name"
:
"Adminstrator"
,
"name"
:
"Admin
i
strator"
,
"username"
:
"root"
,
"avatar_url"
:
"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40
\u
0026d=identicon"
},
...
...
@@ -337,7 +337,7 @@ X-Gitlab-Event: Note Hook
{
"object_kind"
:
"note"
,
"user"
:
{
"name"
:
"Adminstrator"
,
"name"
:
"Admin
i
strator"
,
"username"
:
"root"
,
"avatar_url"
:
"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40
\u
0026d=identicon"
},
...
...
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