| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
This updates our build images to use node@12. We are also adding a
sentence to the from-source installation that while we require a minimum
version of node@8, we also recommend node@12. Last but not least, we
change the version of node in the .nvmrc so that developers using nvm
can automatically use node@12 with the project
|
| | |
|
| |\
| |
| |
| |
| | |
Improve details about acceptable number of unicorn workers
See merge request gitlab-org/gitlab-ce!28262
|
| | | |
|
| | |
| |
| |
| |
| | |
Also another factor of consideration for
runner server requirements.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is an initiative to ensure all documentation complies completely
with the Documentation Style Guide section "Documentation is the single
source of truth (SSOT)" according to this epic
https://gitlab.com/groups/gitlab-org/-/epics/1280.
In particular, the changes of this commit touch all files under
doc/install/. Most notably:
- install/redis.md:
Redirect to Redis section of install guide.
- install/pivotal/index.md:
Changed its content to reflect the current status, which is no
longer supported (since 2017!).
- install/google-protobuf.md:
Incorporated inside installation.md under the troubleshooting section.
- install/openshift_and_gitlab.md:
Clarified that this guide is no longer relevant. We might want to
redirect to the Chart docs in the future.
- install/structure.md:
Incorporated inside installation.md under its own section.
- install/kubernetes/index.md:
Redirected to https://docs.gitlab.com/charts
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Add docs to describe how to compile git with libpcre2
See merge request gitlab-org/gitlab-ce!28199
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | |
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| | |
* Add a solution for JavaScript heap out of memory error when compiling
assets
* Add note about postgres database config
* Start gitaly before gitlab:setup as it won't work otherwise
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |\ \
| | |
| | |
| | |
| | | |
Upgrade Ruby version to 2.6.3
See merge request gitlab-org/gitlab-ce!28117
|
| | |/
| |
| |
| |
| |
| |
| | |
Ruby 2.6 offers better performance and memory usage:
https://www.rubyguides.com/2018/11/ruby-2-6-new-features/
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
|
| |\ \
| |/
|/|
| |
| | |
fix doc link issues
See merge request gitlab-org/gitlab-ce!28166
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
- Document how to properly configure `GITLAB_LICENSE_FILE` environment
variable in source and omnibus installations.
Resolves: https://gitlab.com/gitlab-org/gitlab-ee/issues/10808
Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
|
| |\ \
| | |
| | |
| | |
| | | |
fix alert box formatting
See merge request gitlab-org/gitlab-ce!28159
|
| | |/ |
|
| |/
|
| |
Compiling git has a wrong symbol that leads into invalid command
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
https://gitlab.com/gitlab-com/gitlab-docs/-/jobs/196921364
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
Redirect Kubernetes installation to the charts docs
Closes #58870
See merge request gitlab-org/gitlab-ce!26159
|
| | |
| |
| |
| |
| | |
With the advent of the new chart docs, we should deprecate the old ones
and redirect them to the new ones.
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| | |
Minor grammar fix in docker.md documentation
See merge request gitlab-org/gitlab-ce!25640
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
| |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Markdown renderers find it easier to determine
where lists start and end when lists are surrounded
by new lines.
For consistency, also ensure entries in the list
are aligned when they span multipls lines.
|
| | |
|
| |
|
|
|
| |
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
Update source installation to make it easier for release managers to work on releases
Closes gitlab-org/release/framework#113
See merge request gitlab-org/gitlab-ce!24967
|
| | |
| |
| |
| |
| |
| |
| | |
The use of the branch 11-7-stable meant release managers would have to
update this file every month, which is tedious and easy to overlook. To
work around this, we simply use a placeholder and make it clear that the
reader needs to replace this with the appropriate branch.
|
| |\ \
| | |
| | |
| | |
| | | |
docs: added note to review/upgrade nginx
See merge request gitlab-org/gitlab-ce!24944
|