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
b9e28266
Commit
b9e28266
authored
Oct 01, 2020
by
Craig Norris
Committed by
Mike Jang
Oct 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Update files to remove Overview
parent
1eeec3fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
doc/development/shell_scripting_guide/index.md
doc/development/shell_scripting_guide/index.md
+1
-3
doc/security/rack_attack.md
doc/security/rack_attack.md
+0
-2
doc/user/instance/clusters/index.md
doc/user/instance/clusters/index.md
+0
-2
No files found.
doc/development/shell_scripting_guide/index.md
View file @
b9e28266
# Shell scripting standards and style guidelines
# Shell scripting standards and style guidelines
## Overview
GitLab consists of many various services and sub-projects. The majority of
GitLab consists of many various services and sub-projects. The majority of
their backend code is written in
[
Ruby
](
https://www.ruby-lang.org
)
and
their backend code is written in
[
Ruby
](
https://www.ruby-lang.org
)
and
[
Go
](
https://golang.org
)
. However, some of them use shell scripts for
[
Go
](
https://golang.org
)
. However, some of them use shell scripts for
...
@@ -15,7 +13,7 @@ should be eventually harmonized with this guide. If there are any per-project
...
@@ -15,7 +13,7 @@ should be eventually harmonized with this guide. If there are any per-project
deviations from this guide, they should be described in the
deviations from this guide, they should be described in the
`README.md`
or
`PROCESS.md`
file for such a project.
`README.md`
or
`PROCESS.md`
file for such a project.
##
#
Avoid using shell scripts
## Avoid using shell scripts
CAUTION:
**Caution:**
CAUTION:
**Caution:**
This is a must-read section.
This is a must-read section.
...
...
doc/security/rack_attack.md
View file @
b9e28266
...
@@ -4,8 +4,6 @@ type: reference, howto
...
@@ -4,8 +4,6 @@ type: reference, howto
# Rack Attack initializer
# Rack Attack initializer
## Overview
[
Rack Attack
](
https://github.com/kickstarter/rack-attack
)
, also known as Rack::Attack, is a Ruby gem
[
Rack Attack
](
https://github.com/kickstarter/rack-attack
)
, also known as Rack::Attack, is a Ruby gem
that is meant to protect GitLab with the ability to customize throttling and
that is meant to protect GitLab with the ability to customize throttling and
to block user IP addresses.
to block user IP addresses.
...
...
doc/user/instance/clusters/index.md
View file @
b9e28266
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/39840) in GitLab 11.11.
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/39840) in GitLab 11.11.
## Overview
Similar to
[
project-level
](
../../project/clusters/index.md
)
Similar to
[
project-level
](
../../project/clusters/index.md
)
and
[
group-level
](
../../group/clusters/index.md
)
Kubernetes clusters,
and
[
group-level
](
../../group/clusters/index.md
)
Kubernetes clusters,
instance-level Kubernetes clusters allow you to connect a Kubernetes cluster to
instance-level Kubernetes clusters allow you to connect a Kubernetes cluster to
...
...
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