Commit cf63c940 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-fix-setup-grammar-marcel-contribution-ee' into 'master'

Docs: fix grammar (community contribution)

See merge request gitlab-org/gitlab-ee!7428
parents 3d1daf1f b026b5e5
......@@ -845,7 +845,7 @@ entry.
- Add `Squash and merge` to GitLab Core (CE). !18956 (@blackst0ne)
- Adds keyboard shortcut `g k` for Kubernetes on Project pages. !19002
- Adds keyboard shortcut `g e` for Environments on Project pages. !19002
- Set up graphql with initial project & merge request query. !19008
- Setup graphql with initial project & merge request query. !19008
- Adds JupyterHub to cluster applications. !19019
- Added ability to search by wiki titles. !19112
- Add Avatar API. !19121 (Imre Farkas)
......
......@@ -101,7 +101,7 @@ All Documentation content that resides under the `doc/` directory of this reposi
## Install a development environment
To work on GitLab itself, we recommend setting up your development environment with [the GitLab Development Kit](https://gitlab.com/gitlab-org/gitlab-development-kit).
If you do not use the GitLab Development Kit you need to install and set up all the dependencies yourself, this is a lot of work and error prone.
If you do not use the GitLab Development Kit you need to install and setup all the dependencies yourself, this is a lot of work and error prone.
One small thing you also have to do when installing it yourself is to copy the example development unicorn configuration file:
cp config/unicorn.rb.example.development config/unicorn.rb
......
......@@ -1615,7 +1615,7 @@
- Don't render discussion notes when requesting diff tab through AJAX
- Add basic system information like memory and disk usage to the admin panel
- Don't garbage collect commits that have related DB records like comments
- Allow to set up event by channel on slack service
- Allow to setup event by channel on slack service
- More descriptive message for git hooks and file locks
- Aliases of award emoji should be stored as original name. !5060 (dixpac)
- Handle custom Git hook result in GitLab UI
......@@ -3685,7 +3685,7 @@
- Fix final line in EmailsOnPush email diff being rendered as error.
- Prevent duplicate Buildkite service creation.
- Fix git over ssh errors 'fatal: protocol error: bad line length character'
- Automatically set up GitLab CI project for forks if origin project has GitLab CI enabled
- Automatically setup GitLab CI project for forks if origin project has GitLab CI enabled
- Bust group page project list cache when namespace name or path changes.
- Explicitly set image alt-attribute to prevent graphical glitches if gravatars could not be loaded
- Allow user to choose a public email to show on public profile
......@@ -4683,7 +4683,7 @@
- Replaced gitolite with gitlab-shell
- Removed gitolite-related libraries
- State machine added
- Set up gitlab as git user
- Setup gitlab as git user
- Internal API
- Show team tab for empty projects
- Import repository feature
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment